Datasets:
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -76,43 +76,27 @@ Switzerland has four official languages with 3 languages (German, French and Ita
|
|
76 |
|
77 |
The following data fields are provided for documents (train, validation):
|
78 |
|
79 |
-
id: (**int**) a unique identifier of the for the document
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
label: (**str**) the judgment outcome: dismissal or approval
|
102 |
-
|
103 |
-
language: (**str**) one of (de, fr, it)
|
104 |
-
|
105 |
-
region: (**str**) the region of the lower court
|
106 |
-
|
107 |
-
canton: (**str**) the canton of the lower court
|
108 |
-
|
109 |
-
legal area: (**str**) the legal area of the case
|
110 |
-
|
111 |
-
explainability_label (**str**): the explainability label assigned to the occluded text: Supports judgment, Opposes judgment, Neutral, Baseline
|
112 |
-
|
113 |
-
occluded_text (**str**): the occluded text
|
114 |
-
|
115 |
-
text: (**str**) the facts of the case w/o the occluded text except for cases w/ explainability label "Baseline" (contain entire facts)
|
116 |
|
117 |
Note that Baseline cases are only contained in version 1 of the occlusion test set, since they do not change from experiment to experiment.
|
118 |
|
|
|
76 |
|
77 |
The following data fields are provided for documents (train, validation):
|
78 |
|
79 |
+
id: (**int**) a unique identifier of the for the document<br/>
|
80 |
+
year: (**int**) the publication year<br/>
|
81 |
+
text: (**str**) the facts of the case<br/>
|
82 |
+
label: (class label) the judgment outcome: 0 (dismissal) or 1 (approval)<br/>
|
83 |
+
language: (**str**) one of (de, fr, it)<br/>
|
84 |
+
region: (**str**) the region of the lower court<br/>
|
85 |
+
canton: (**str**) the canton of the lower court<br/>
|
86 |
+
legal area: (**str**) the legal area of the case<br/>
|
87 |
+
|
88 |
+
The following data fields are provided for documents (test):
|
89 |
+
|
90 |
+
id: (**int**) a unique identifier of the for the document <br/>
|
91 |
+
year: (**int**) the publication year<br/>
|
92 |
+
label: (**str**) the judgment outcome: dismissal or approval<br/>
|
93 |
+
language: (**str**) one of (de, fr, it)<br/>
|
94 |
+
region: (**str**) the region of the lower court<br/>
|
95 |
+
canton: (**str**) the canton of the lower court<br/>
|
96 |
+
legal area: (**str**) the legal area of the case<br/>
|
97 |
+
explainability_label (**str**): the explainability label assigned to the occluded text: Supports judgment, Opposes judgment, Neutral, Baseline<br/>
|
98 |
+
occluded_text (**str**): the occluded text<br/>
|
99 |
+
text: (**str**) the facts of the case w/o the occluded text except for cases w/ explainability label "Baseline" (contain entire facts)<br/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
101 |
Note that Baseline cases are only contained in version 1 of the occlusion test set, since they do not change from experiment to experiment.
|
102 |
|