Update README.md
Browse files
README.md
CHANGED
@@ -90,19 +90,6 @@ dataset = load_dataset('rcds/lower-court-insertion_swiss_judgment_prediction', '
|
|
90 |
```
|
91 |
|
92 |
### Data Fields
|
93 |
-
|
94 |
-
The following data fields are provided for documents (train, validation):
|
95 |
-
|
96 |
-
id: (**int**) a unique identifier of the for the document <br/>
|
97 |
-
year: (**int**) the publication year<br/>
|
98 |
-
text: (**str**) the facts of the case<br/>
|
99 |
-
label: (class label) the judgment outcome: 0 (dismissal) or 1 (approval)<br/>
|
100 |
-
language: (**str**) one of (de, fr, it)<br/>
|
101 |
-
region: (**str**) the region of the lower court<br/>
|
102 |
-
canton: (**str**) the canton of the lower court<br/>
|
103 |
-
legal area: (**str**) the legal area of the case<br/>
|
104 |
-
|
105 |
-
|
106 |
The following data fields are provided for documents (test):
|
107 |
|
108 |
id: (**int**) a unique identifier of the for the document<br/>
|
@@ -118,12 +105,12 @@ lower_court: (**str**) the inserted lower_court (for Baseline there is no insert
|
|
118 |
|
119 |
### Data Splits (Including Swiss Judgment Prediction)
|
120 |
|
121 |
-
Language | Subset | Number of Documents (
|
122 |
|-----|-----|------|
|
123 |
-
German| de|
|
124 |
-
French | fr|
|
125 |
-
Italian | it|
|
126 |
-
All | all |
|
127 |
|
128 |
|
129 |
## Dataset Creation
|
|
|
90 |
```
|
91 |
|
92 |
### Data Fields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
The following data fields are provided for documents (test):
|
94 |
|
95 |
id: (**int**) a unique identifier of the for the document<br/>
|
|
|
105 |
|
106 |
### Data Splits (Including Swiss Judgment Prediction)
|
107 |
|
108 |
+
Language | Subset | Number of Documents (Test)
|
109 |
|-----|-----|------|
|
110 |
+
German| de| __378__
|
111 |
+
French | fr| __414__
|
112 |
+
Italian | it| __335__
|
113 |
+
All | all | __1127__
|
114 |
|
115 |
|
116 |
## Dataset Creation
|