Datasets:
Tasks:
Text Classification
Formats:
json
Sub-tasks:
entity-linking-classification
Size:
100K - 1M
ArXiv:
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ language_creators:
|
|
10 |
license: []
|
11 |
multilinguality:
|
12 |
- multilingual
|
13 |
-
pretty_name: '
|
14 |
size_categories:
|
15 |
- 100K<n<1M
|
16 |
source_datasets:
|
@@ -62,7 +62,7 @@ https://huggingface.co/spaces/huggingface/datasets-tagging
|
|
62 |
|
63 |
### Dataset Summary
|
64 |
|
65 |
-
|
66 |
|
67 |
### Supported Tasks and Leaderboards
|
68 |
|
@@ -70,7 +70,7 @@ doc2doc can be used as information retrieval task.
|
|
70 |
|
71 |
### Languages
|
72 |
|
73 |
-
Switzerland has four official languages with three languages (German
|
74 |
|
75 |
## Dataset Structure
|
76 |
|
@@ -133,16 +133,16 @@ The dataset was split date-stratisfied
|
|
133 |
|
134 |
| Language | Subset | Number of Documents (Training/Validation/Test) |
|
135 |
|------------|------------|--------------------------------------------|
|
136 |
-
| German | **de** |
|
137 |
-
| French | **fr** |
|
138 |
-
| Italian | **it** |
|
139 |
|
140 |
|
141 |
## Dataset Creation
|
142 |
|
143 |
### Curation Rationale
|
144 |
|
145 |
-
The dataset was
|
146 |
|
147 |
### Source Data
|
148 |
|
@@ -159,10 +159,11 @@ The original data are published from the Swiss Federal Supreme Court (https://ww
|
|
159 |
#### Annotation process
|
160 |
|
161 |
The decisions have been annotated with the citation ids using html tags and parsers.
|
|
|
162 |
|
163 |
#### Who are the annotators?
|
164 |
|
165 |
-
|
166 |
Metadata is published by the Swiss Federal Supreme Court (https://www.bger.ch).
|
167 |
|
168 |
### Personal and Sensitive Information
|
|
|
10 |
license: []
|
11 |
multilinguality:
|
12 |
- multilingual
|
13 |
+
pretty_name: 'Swiss Doc2doc Information Retrieval'
|
14 |
size_categories:
|
15 |
- 100K<n<1M
|
16 |
source_datasets:
|
|
|
62 |
|
63 |
### Dataset Summary
|
64 |
|
65 |
+
Swiss_doc2doc_ir is a multilingual, diachronic dataset of 131K Swiss Federal Supreme Court (FSCS) cases annotated with law citations and ruling citations, posing a challenging text classification task. As unique label we are using decision_id of cited rulings and uuid of cited law articles, which can be found in the SwissCourtRulingCorpus. We also provide additional metadata, i.e., the publication year, the legal area and the canton of origin per case, to promote robustness and fairness studies on the critical area of legal NLP.
|
66 |
|
67 |
### Supported Tasks and Leaderboards
|
68 |
|
|
|
70 |
|
71 |
### Languages
|
72 |
|
73 |
+
Switzerland has four official languages with three languages (German 86K, French 30k and Italian 10k) being represented. The decisions are written by the judges and clerks in the language of the proceedings.
|
74 |
|
75 |
## Dataset Structure
|
76 |
|
|
|
133 |
|
134 |
| Language | Subset | Number of Documents (Training/Validation/Test) |
|
135 |
|------------|------------|--------------------------------------------|
|
136 |
+
| German | **de** | 86'832 (59'170 / 19'002 / 8'660) |
|
137 |
+
| French | **fr** | 46'203 (30'513 / 10'816 / 4'874) |
|
138 |
+
| Italian | **it** | 8'306 (5'673 / 1'855 / 778) |
|
139 |
|
140 |
|
141 |
## Dataset Creation
|
142 |
|
143 |
### Curation Rationale
|
144 |
|
145 |
+
The dataset was created by Stern et al. (2023).
|
146 |
|
147 |
### Source Data
|
148 |
|
|
|
159 |
#### Annotation process
|
160 |
|
161 |
The decisions have been annotated with the citation ids using html tags and parsers.
|
162 |
+
For more details on laws (rcds/swiss_legislation) and rulings (rcds/swiss_rulings).
|
163 |
|
164 |
#### Who are the annotators?
|
165 |
|
166 |
+
Stern annotated the citations.
|
167 |
Metadata is published by the Swiss Federal Supreme Court (https://www.bger.ch).
|
168 |
|
169 |
### Personal and Sensitive Information
|