Datasets:
rcds
/

ninabaum commited on
Commit
5629529
1 Parent(s): bfe67b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -37
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
- year: (**int**) the publication year
82
-
83
- text: (**str**) the facts of the case
84
-
85
- label: (class label) the judgment outcome: 0 (dismissal) or 1 (approval)
86
-
87
- language: (**str**) one of (de, fr, it)
88
-
89
- region: (**str**) the region of the lower court
90
-
91
- canton: (**str**) the canton of the lower court
92
-
93
- legal area: (**str**) the legal area of the case
94
-
95
- The following data fields are provided for documents (occ_test):
96
-
97
- id: (**int**) a unique identifier of the for the document
98
-
99
- year: (**int**) the publication year
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