ninabaum commited on
Commit
440ac48
1 Parent(s): f7d0003

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -93,28 +93,28 @@ dataset = load_dataset('rcds/lower-court-insertion_swiss_judgment_prediction', '
93
 
94
  The following data fields are provided for documents (train, validation):
95
 
96
- id: (**int**) a unique identifier of the for the document
97
- year: (**int**) the publication year
98
- text: (**str**) the facts of the case
99
- label: (class label) the judgment outcome: 0 (dismissal) or 1 (approval)
100
- language: (**str**) one of (de, fr, it)
101
- region: (**str**) the region of the lower court
102
- canton: (**str**) the canton of the lower court
103
- legal area: (**str**) the legal area of the case
104
 
105
 
106
  The following data fields are provided for documents (test):
107
 
108
- id: (**int**) a unique identifier of the for the document
109
- year: (**int**) the publication year
110
- label: (**str**) the judgment outcome: dismissal or approval
111
- language: (**str**) one of (de, fr, it)
112
- region: (**str**) the region of the lower court
113
- canton: (**str**) the canton of the lower court
114
- legal area: (**str**) the legal area of the case
115
- explainability_label: (**str**) the explainability label assigned to the occluded text: Lower court, Baseline
116
- text: (**str**) the facts of the case w/o the occluded text except for cases w/ explainability label "Baseline" (contain entire facts)
117
- lower_court: (**str**) the inserted lower_court (for Baseline there is no insertion)
118
 
119
  ### Data Splits (Including Swiss Judgment Prediction)
120
 
 
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/>
109
+ year: (**int**) the publication year<br/>
110
+ label: (**str**) the judgment outcome: dismissal or approval<br/>
111
+ language: (**str**) one of (de, fr, it)<br/>
112
+ region: (**str**) the region of the lower court<br/>
113
+ canton: (**str**) the canton of the lower court<br/>
114
+ legal area: (**str**) the legal area of the case<br/>
115
+ explainability_label: (**str**) the explainability label assigned to the occluded text: (Lower court, Baseline)<br/>
116
+ text: (**str**) the facts of the case w/o the occluded text except for cases w/ explainability label "Baseline" (contain entire facts)<br/>
117
+ lower_court: (**str**) the inserted lower_court (for Baseline there is no insertion)<br/>
118
 
119
  ### Data Splits (Including Swiss Judgment Prediction)
120