Datasets:
rcds
/

Modalities:
Tabular
Text
Formats:
json
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
Stern5497 commited on
Commit
4318b34
1 Parent(s): 425d5c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -22
README.md CHANGED
@@ -78,25 +78,21 @@ Switzerland has four official languages with three languages (German 86K, French
78
 
79
  ```
80
  {
81
- "decision_id": ,
82
  "language": de,
83
  "year": 2018,
84
- "chamber": ,
85
- "court": ,
86
- "canton": ,
87
- "region": ,
88
- "origin_chamber": ,
89
- "origin_court": ,
90
- "origin_canton": ,
91
- "law_area": ,
92
  "law_sub_area": ,
93
- "laws": ,
94
- "cited_rulings": ,
95
- "facts": ,
96
- "considerations": ,
97
- "rulings": ,
98
- "origin_facts": ,
99
- "origin_considerations": ,
100
  }
101
  ```
102
 
@@ -107,21 +103,17 @@ decision_id: (str) a unique identifier of the for the document
107
  language: (str) one of (de, fr, it)
108
  year: (int) the publication year
109
  chamber: (str) the chamber of the case
110
- court: (str) the court of the case
111
- canton: (str) the canton
112
  region: (str) the region of the case
113
  origin_chamber: (str) the chamber of the origin case
114
  origin_court: (str) the court of the origin case
115
  origin_canton: (str) the canton of the origin case
116
  law_area: (str) the law area of the case
117
  law_sub_area:(str) the law sub area of the case
118
- laws: (str) a list of laws as example: ['art. 34 CPP', 'art. 32 CPP']
119
- cited rulings: (str) a list of cited rulings as example: ["BGE 124 II 234", "BGE 145 III 23"]
120
  facts: (str) the facts of the case
121
  considerations: (str) the considerations of the case
122
  rulings: (str) the rulings of the case
123
- origin_facts: (str) the facts of the origin case
124
- origin_considerations: (str) the considerations of the origin case
125
  ```
126
 
127
  ### Data Splits
 
78
 
79
  ```
80
  {
81
+ "decision_id": "000127ef-17d2-4ded-8621-c0c962c18fd5",
82
  "language": de,
83
  "year": 2018,
84
+ "chamber": "CH_BGer_008",
85
+ "region": "Federation",
86
+ "origin_chamber": 47,
87
+ "origin_court": 8,
88
+ "origin_canton": 151,
89
+ "law_area": "social_law",
 
 
90
  "law_sub_area": ,
91
+ "laws": "['75488867-c001-4eb9-93b9-04264ea91f55', 'e6b06567-1236-4210-adb3-e11c26e497d5', '04bf6369-99cb-41fa-8aff-413679bc8c18', ...],
92
+ "cited_rulings": "['fe8a76b3-8b0f-4f27-a277-2d887140e7ab', '16fef75e-e8d5-4a51-8230-a9ca3676c8a9', '6d21b282-3b23-41dd-9350-6ba5386df9b1', '302fd9f3-e78a-4a9f-9f8d-cde51fcbdfe7']",
93
+ "facts": "Sachverhalt: A. A._, geboren 1954, war ab November 2002 als Pflegehilfe im Altersheim C._ angestellt. Am 23. Dezember 2002 meldete sie sich erstmals unter Hinweis auf Depressionen ...",
94
+ "considerations": "Erwägungen: 1. 1.1. Die Beschwerde kann wegen Rechtsverletzung gemäss Art. 95 und Art. 96 BGG erhoben werden. Das Bundesgericht wendet das ...",
95
+ "rulings": "Demnach erkennt das Bundesgericht: 1. Die Beschwerde wird abgewiesen. 2. Die Gerichtskosten von Fr. 800.- werden der Beschwerdeführerin ...",
 
 
96
  }
97
  ```
98
 
 
103
  language: (str) one of (de, fr, it)
104
  year: (int) the publication year
105
  chamber: (str) the chamber of the case
 
 
106
  region: (str) the region of the case
107
  origin_chamber: (str) the chamber of the origin case
108
  origin_court: (str) the court of the origin case
109
  origin_canton: (str) the canton of the origin case
110
  law_area: (str) the law area of the case
111
  law_sub_area:(str) the law sub area of the case
112
+ laws: (str) a list of law ids
113
+ cited rulings: (str) a list of cited rulings ids
114
  facts: (str) the facts of the case
115
  considerations: (str) the considerations of the case
116
  rulings: (str) the rulings of the case
 
 
117
  ```
118
 
119
  ### Data Splits