Datasets:
rcds
/

ninabaum commited on
Commit
f8649be
1 Parent(s): 9eef3cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -18
README.md CHANGED
@@ -89,19 +89,7 @@ dataset = load_dataset('rcds/occlusion_swiss_judgment_prediction', 'de')
89
  ```
90
 
91
  ### Data Fields
92
-
93
- The following data fields are provided for documents (train, validation):
94
-
95
- id: (**int**) a unique identifier of the for the document<br/>
96
- year: (**int**) the publication year<br/>
97
- text: (**str**) the facts of the case<br/>
98
- label: (class label) the judgment outcome: 0 (dismissal) or 1 (approval)<br/>
99
- language: (**str**) one of (de, fr, it)<br/>
100
- region: (**str**) the region of the lower court<br/>
101
- canton: (**str**) the canton of the lower court<br/>
102
- legal area: (**str**) the legal area of the case<br/>
103
-
104
- The following data fields are provided for documents (test):
105
 
106
  id: (**int**) a unique identifier of the for the document <br/>
107
  year: (**int**) the publication year<br/>
@@ -117,12 +105,12 @@ text: (**str**) the facts of the case w/o the occluded text except for cases w/
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
 
119
  ### Data Splits (Including Swiss Judgment Prediction)
120
- Language | Subset | Number of Documents (Training/Validation/Test_1/Test_2/Test_3/Test_4)
121
  | ----------- | ----------- | ----------- |
122
- German| de | 35'452 / 4'705 / __427__ / __1366__ / __3567__ / __7235__
123
- French | fr | 21'179 / 3'095 / __307__ / __854__ / __1926__ / __3279__
124
- Italian | it | 3'072 / 408 / __299__ /__919__ / __2493__ / __5733__
125
- All | all | 59'709 / 8'208 / __1033__ / __3139__ / __7986__/ __16247__
126
 
127
  ## Dataset Creation
128
 
 
89
  ```
90
 
91
  ### Data Fields
92
+ The following data fields are provided for documents (Test_1/Test_2/Test_3/Test_4):
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  id: (**int**) a unique identifier of the for the document <br/>
95
  year: (**int**) the publication year<br/>
 
105
  Note that Baseline cases are only contained in version 1 of the occlusion test set, since they do not change from experiment to experiment.
106
 
107
  ### Data Splits (Including Swiss Judgment Prediction)
108
+ Language | Subset | Number of Documents (Test_1/Test_2/Test_3/Test_4)
109
  | ----------- | ----------- | ----------- |
110
+ German| de | __427__ / __1366__ / __3567__ / __7235__
111
+ French | fr | __307__ / __854__ / __1926__ / __3279__
112
+ Italian | it | __299__ /__919__ / __2493__ / __5733__
113
+ All | all | __1033__ / __3139__ / __7986__/ __16247__
114
 
115
  ## Dataset Creation
116