Stern5497 commited on
Commit
3f5ef14
1 Parent(s): 0d52bd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -0
README.md CHANGED
@@ -1,3 +1,135 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - de
7
+ - fr
8
+ - it
9
+ pretty_name: Swiss Citation Extraction
10
+ size_categories:
11
+ - 10K<n<100K
12
  ---
13
+
14
+ # Dataset Card for Swiss Citation Extraction
15
+
16
+ ## Table of Contents
17
+ - [Table of Contents](#table-of-contents)
18
+ - [Dataset Description](#dataset-description)
19
+ - [Dataset Summary](#dataset-summary)
20
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
21
+ - [Languages](#languages)
22
+ - [Dataset Structure](#dataset-structure)
23
+ - [Data Instances](#data-instances)
24
+ - [Data Fields](#data-fields)
25
+ - [Data Splits](#data-splits)
26
+ - [Dataset Creation](#dataset-creation)
27
+ - [Curation Rationale](#curation-rationale)
28
+ - [Source Data](#source-data)
29
+ - [Annotations](#annotations)
30
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
31
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
32
+ - [Social Impact of Dataset](#social-impact-of-dataset)
33
+ - [Discussion of Biases](#discussion-of-biases)
34
+ - [Other Known Limitations](#other-known-limitations)
35
+ - [Additional Information](#additional-information)
36
+ - [Dataset Curators](#dataset-curators)
37
+ - [Licensing Information](#licensing-information)
38
+ - [Citation Information](#citation-information)
39
+ - [Contributions](#contributions)
40
+
41
+ ## Dataset Description
42
+
43
+ - **Homepage:**
44
+ - **Repository:**
45
+ - **Paper:**
46
+ - **Leaderboard:**
47
+ - **Point of Contact:**
48
+
49
+ ### Dataset Summary
50
+
51
+ Swiss Citation Extraction is a multilingual, diachronic dataset of 131K Swiss Federal Supreme Court (FSCS) cases. This dataset is part of a challenging token classification task.
52
+ ### Supported Tasks and Leaderboards
53
+
54
+ Swiss Leading Decisions hepled in a text classification task
55
+
56
+ ### Languages
57
+
58
+ 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.
59
+
60
+ | Language | Subset | Number of Documents |
61
+ |------------|------------|----------------------|
62
+ | German | **de** | 85K |
63
+ | French | **fr** | 38K |
64
+ | Italian | **it** | 8K |
65
+
66
+ ## Dataset Structure
67
+
68
+ ### Data Fields
69
+
70
+ ```
71
+ decision_id: (string)
72
+ considerations: (sequence)
73
+ NER_labels: (sequence)
74
+ law_area: (string)
75
+ language: (string)
76
+ year: (int64)
77
+ chamber: (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