Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,49 @@ pretty_name: European Court of Human Rights Cases
|
|
23 |
tags:
|
24 |
- rationale-extraction
|
25 |
- legal-judgment-prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for the ECtHR cases dataset
|
|
|
23 |
tags:
|
24 |
- rationale-extraction
|
25 |
- legal-judgment-prediction
|
26 |
+
dataset_info:
|
27 |
+
- config_name: alleged-violation-prediction
|
28 |
+
features:
|
29 |
+
- name: facts
|
30 |
+
sequence: string
|
31 |
+
- name: labels
|
32 |
+
sequence: string
|
33 |
+
- name: silver_rationales
|
34 |
+
sequence: int32
|
35 |
+
- name: gold_rationales
|
36 |
+
sequence: int32
|
37 |
+
splits:
|
38 |
+
- name: test
|
39 |
+
num_bytes: 11917598
|
40 |
+
num_examples: 1000
|
41 |
+
- name: train
|
42 |
+
num_bytes: 89835266
|
43 |
+
num_examples: 9000
|
44 |
+
- name: validation
|
45 |
+
num_bytes: 11015998
|
46 |
+
num_examples: 1000
|
47 |
+
download_size: 32815448
|
48 |
+
dataset_size: 112768862
|
49 |
+
- config_name: violation-prediction
|
50 |
+
features:
|
51 |
+
- name: facts
|
52 |
+
sequence: string
|
53 |
+
- name: labels
|
54 |
+
sequence: string
|
55 |
+
- name: silver_rationales
|
56 |
+
sequence: int32
|
57 |
+
splits:
|
58 |
+
- name: test
|
59 |
+
num_bytes: 11909314
|
60 |
+
num_examples: 1000
|
61 |
+
- name: train
|
62 |
+
num_bytes: 89776410
|
63 |
+
num_examples: 9000
|
64 |
+
- name: validation
|
65 |
+
num_bytes: 11009350
|
66 |
+
num_examples: 1000
|
67 |
+
download_size: 32815448
|
68 |
+
dataset_size: 112695074
|
69 |
---
|
70 |
|
71 |
# Dataset Card for the ECtHR cases dataset
|