Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,73 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
# Swiss Judgment Prediction XL
|
6 |
|
7 |
-
|
8 |
|
9 |
-
##
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
|
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
23 |
|
|
|
24 |
- decision_id: unique identifier for the decision
|
25 |
- facts: facts section of the decision
|
26 |
- considerations: considerations section of the decision
|
@@ -32,3 +79,60 @@ dataset = load_dataset("rcds/swiss_judgment_prediction_xl")
|
|
32 |
- chamber: chamber of the decision
|
33 |
- canton: canton of the decision
|
34 |
- region: region of the decision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- it
|
7 |
+
- de
|
8 |
+
- fr
|
9 |
+
pretty_name: Swiss Judgment Prediction XL
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
---
|
13 |
|
|
|
14 |
|
15 |
+
# Dataset Card for Swiss Court View Generation
|
16 |
|
17 |
+
## Table of Contents
|
18 |
+
- [Table of Contents](#table-of-contents)
|
19 |
+
- [Dataset Description](#dataset-description)
|
20 |
+
- [Dataset Summary](#dataset-summary)
|
21 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
22 |
+
- [Languages](#languages)
|
23 |
+
- [Dataset Structure](#dataset-structure)
|
24 |
+
- [Data Instances](#data-instances)
|
25 |
+
- [Data Fields](#data-fields)
|
26 |
+
- [Data Splits](#data-splits)
|
27 |
+
- [Dataset Creation](#dataset-creation)
|
28 |
+
- [Curation Rationale](#curation-rationale)
|
29 |
+
- [Source Data](#source-data)
|
30 |
+
- [Annotations](#annotations)
|
31 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
32 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
33 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
34 |
+
- [Discussion of Biases](#discussion-of-biases)
|
35 |
+
- [Other Known Limitations](#other-known-limitations)
|
36 |
+
- [Additional Information](#additional-information)
|
37 |
+
- [Dataset Curators](#dataset-curators)
|
38 |
+
- [Licensing Information](#licensing-information)
|
39 |
+
- [Citation Information](#citation-information)
|
40 |
+
- [Contributions](#contributions)
|
41 |
|
42 |
+
## Dataset Description
|
43 |
|
44 |
+
- **Homepage:**
|
45 |
+
- **Repository:**
|
46 |
+
- **Paper:**
|
47 |
+
- **Leaderboard:**
|
48 |
+
- **Point of Contact:**
|
49 |
|
50 |
+
### Dataset Summary
|
51 |
+
|
52 |
+
Swiss Judgment Prediction is a multilingual, diachronic dataset of 329K Swiss Federal Supreme Court (FSCS) cases. This dataset is part of a challenging text generation task.
|
53 |
+
|
54 |
+
### Supported Tasks and Leaderboards
|
55 |
+
### Languages
|
56 |
+
|
57 |
+
Switzerland has four official languages with three languages German, French and Italian being represenated. The decisions are written by the judges and clerks in the language of the proceedings.
|
58 |
+
|
59 |
+
|
60 |
+
| Language | Subset | Number of Documents Full |
|
61 |
+
|------------|------------|--------------------------|
|
62 |
+
| German | **de** | 160K |
|
63 |
+
| French | **fr** | 128K |
|
64 |
+
| Italian | **it** | 41K |
|
65 |
+
|
66 |
+
## Dataset Structure
|
67 |
|
68 |
+
### Data Fields
|
69 |
|
70 |
+
```
|
71 |
- decision_id: unique identifier for the decision
|
72 |
- facts: facts section of the decision
|
73 |
- considerations: considerations section of the decision
|
|
|
79 |
- chamber: chamber of the decision
|
80 |
- canton: canton of the decision
|
81 |
- region: region of the decision
|
82 |
+
```
|
83 |
+
|
84 |
+
### Data Instances
|
85 |
+
[More Information Needed]
|
86 |
+
### Data Fields
|
87 |
+
[More Information Needed]
|
88 |
+
### Data Splits
|
89 |
+
## Dataset Creation
|
90 |
+
### Curation Rationale
|
91 |
+
### Source Data
|
92 |
+
#### Initial Data Collection and Normalization
|
93 |
+
|
94 |
+
The original data are published from the Swiss Federal Supreme Court (https://www.bger.ch) in unprocessed formats (HTML). The documents were downloaded from the Entscheidsuche portal (https://entscheidsuche.ch) in HTML.
|
95 |
+
|
96 |
+
#### Who are the source language producers?
|
97 |
+
|
98 |
+
The decisions are written by the judges and clerks in the language of the proceedings.
|
99 |
+
|
100 |
+
### Annotations
|
101 |
+
#### Annotation process
|
102 |
+
|
103 |
+
#### Who are the annotators?
|
104 |
+
|
105 |
+
Metadata is published by the Swiss Federal Supreme Court (https://www.bger.ch).
|
106 |
+
|
107 |
+
### Personal and Sensitive Information
|
108 |
+
|
109 |
+
The dataset contains publicly available court decisions from the Swiss Federal Supreme Court. Personal or sensitive information has been anonymized by the court before publication according to the following guidelines: https://www.bger.ch/home/juridiction/anonymisierungsregeln.html.
|
110 |
+
|
111 |
+
## Considerations for Using the Data
|
112 |
+
### Social Impact of Dataset
|
113 |
+
[More Information Needed]
|
114 |
+
### Discussion of Biases
|
115 |
+
[More Information Needed]
|
116 |
+
### Other Known Limitations
|
117 |
+
[More Information Needed]
|
118 |
+
## Additional Information
|
119 |
+
### Dataset Curators
|
120 |
+
[More Information Needed]
|
121 |
+
### Licensing Information
|
122 |
+
|
123 |
+
We release the data under CC-BY-4.0 which complies with the court licensing (https://www.bger.ch/files/live/sites/bger/files/pdf/de/urteilsveroeffentlichung_d.pdf)
|
124 |
+
© Swiss Federal Supreme Court, 2002-2022
|
125 |
+
|
126 |
+
The copyright for the editorial content of this website and the consolidated texts, which is owned by the Swiss Federal Supreme Court, is licensed under the Creative Commons Attribution 4.0 International licence. This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made.
|
127 |
+
Source: https://www.bger.ch/files/live/sites/bger/files/pdf/de/urteilsveroeffentlichung_d.pdf
|
128 |
+
|
129 |
+
### Citation Information
|
130 |
+
|
131 |
+
*Visu, Ronja, Joel*
|
132 |
+
*Title: Blabliblablu*
|
133 |
+
*Name of conference*
|
134 |
+
```
|
135 |
+
cit
|
136 |
+
```
|
137 |
+
|
138 |
+
### Contributions
|