Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,135 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
# Swiss
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
-
##
|
10 |
-
- Train: 637'292
|
11 |
|
12 |
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
-
|
|
|
16 |
|
17 |
-
|
18 |
-
```python
|
19 |
-
from datasets import load_dataset
|
20 |
|
21 |
-
dataset
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- it
|
5 |
+
- de
|
6 |
+
- fr
|
7 |
+
pretty_name: Swiss Rulings
|
8 |
+
size_categories:
|
9 |
+
- 100K<n<1M
|
10 |
---
|
11 |
|
12 |
+
# Dataset Card for Swiss Court View Generation
|
13 |
|
14 |
+
## Table of Contents
|
15 |
+
- [Table of Contents](#table-of-contents)
|
16 |
+
- [Dataset Description](#dataset-description)
|
17 |
+
- [Dataset Summary](#dataset-summary)
|
18 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
19 |
+
- [Languages](#languages)
|
20 |
+
- [Dataset Structure](#dataset-structure)
|
21 |
+
- [Data Instances](#data-instances)
|
22 |
+
- [Data Fields](#data-fields)
|
23 |
+
- [Data Splits](#data-splits)
|
24 |
+
- [Dataset Creation](#dataset-creation)
|
25 |
+
- [Curation Rationale](#curation-rationale)
|
26 |
+
- [Source Data](#source-data)
|
27 |
+
- [Annotations](#annotations)
|
28 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
29 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
30 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
31 |
+
- [Discussion of Biases](#discussion-of-biases)
|
32 |
+
- [Other Known Limitations](#other-known-limitations)
|
33 |
+
- [Additional Information](#additional-information)
|
34 |
+
- [Dataset Curators](#dataset-curators)
|
35 |
+
- [Licensing Information](#licensing-information)
|
36 |
+
- [Citation Information](#citation-information)
|
37 |
+
- [Contributions](#contributions)
|
38 |
|
39 |
+
## Dataset Description
|
|
|
40 |
|
41 |
+
- **Homepage:**
|
42 |
+
- **Repository:**
|
43 |
+
- **Paper:**
|
44 |
+
- **Leaderboard:**
|
45 |
+
- **Point of Contact:**
|
46 |
|
47 |
+
### Dataset Summary
|
|
|
|
|
48 |
|
49 |
+
SwissRulings is a multilingual, diachronic dataset of 637K Swiss Federal Supreme Court (FSCS) cases. This dataset can be used to pretrain language models on Swiss legal data.
|
50 |
+
|
51 |
+
### Supported Tasks and Leaderboards
|
52 |
+
### Languages
|
53 |
+
|
54 |
+
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.
|
55 |
+
|
56 |
+
| Language | Subset | Number of Documents Full |
|
57 |
+
|------------|------------|--------------------------|
|
58 |
+
| German | **de** | 319K |
|
59 |
+
| French | **fr** | 246K |
|
60 |
+
| Italian | **it** | 71K |
|
61 |
+
|
62 |
+
## Dataset Structure
|
63 |
+
|
64 |
+
### Data Fields
|
65 |
+
|
66 |
+
```
|
67 |
+
decision_id (string)
|
68 |
+
facts (string)
|
69 |
+
considerations (string)
|
70 |
+
origin_facts (string)
|
71 |
+
origin_considerations (string)
|
72 |
+
law_area (string)
|
73 |
+
language (string)
|
74 |
+
year (int32)
|
75 |
+
court (string)
|
76 |
+
chamber (string)
|
77 |
+
canton (string)
|
78 |
+
region (string)
|
79 |
+
```
|
80 |
+
|
81 |
+
### Data Instances
|
82 |
+
[More Information Needed]
|
83 |
+
### Data Fields
|
84 |
+
[More Information Needed]
|
85 |
+
### Data Splits
|
86 |
+
## Dataset Creation
|
87 |
+
### Curation Rationale
|
88 |
+
### Source Data
|
89 |
+
#### Initial Data Collection and Normalization
|
90 |
+
|
91 |
+
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.
|
92 |
+
|
93 |
+
#### Who are the source language producers?
|
94 |
+
|
95 |
+
The decisions are written by the judges and clerks in the language of the proceedings.
|
96 |
+
|
97 |
+
### Annotations
|
98 |
+
#### Annotation process
|
99 |
+
|
100 |
+
#### Who are the annotators?
|
101 |
+
|
102 |
+
Metadata is published by the Swiss Federal Supreme Court (https://www.bger.ch).
|
103 |
+
|
104 |
+
### Personal and Sensitive Information
|
105 |
+
|
106 |
+
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.
|
107 |
+
|
108 |
+
## Considerations for Using the Data
|
109 |
+
### Social Impact of Dataset
|
110 |
+
[More Information Needed]
|
111 |
+
### Discussion of Biases
|
112 |
+
[More Information Needed]
|
113 |
+
### Other Known Limitations
|
114 |
+
[More Information Needed]
|
115 |
+
## Additional Information
|
116 |
+
### Dataset Curators
|
117 |
+
[More Information Needed]
|
118 |
+
### Licensing Information
|
119 |
+
|
120 |
+
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)
|
121 |
+
© Swiss Federal Supreme Court, 2002-2022
|
122 |
+
|
123 |
+
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.
|
124 |
+
Source: https://www.bger.ch/files/live/sites/bger/files/pdf/de/urteilsveroeffentlichung_d.pdf
|
125 |
+
|
126 |
+
### Citation Information
|
127 |
+
|
128 |
+
*Visu, Ronja, Joel*
|
129 |
+
*Title: Blabliblablu*
|
130 |
+
*Name of conference*
|
131 |
+
```
|
132 |
+
cit
|
133 |
+
```
|
134 |
+
|
135 |
+
### Contributions
|