Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: cc-by-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
task_categories:
|
3 |
+
- summarization
|
4 |
+
language:
|
5 |
+
- de
|
6 |
+
- fr
|
7 |
+
- it
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
license: cc-by-sa-4.0
|
11 |
---
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
# Swiss Ruling Summarization
|
17 |
+
|
18 |
+
## Introduction
|
19 |
+
|
20 |
+
This dataset contains text and summary for swiss leading decisions.
|
21 |
+
|
22 |
+
## Size
|
23 |
+
TODO
|
24 |
+
|
25 |
+
## Load datasets
|
26 |
+
|
27 |
+
```python
|
28 |
+
dataset = load_dataset("rcds/swiss_ruling_summarization")
|
29 |
+
```
|
30 |
+
|
31 |
+
## Columns
|
32 |
+
|
33 |
+
- decision_id: unique identifier for the decision
|
34 |
+
- header: a short header for the decision
|
35 |
+
- regeste: the summary of the leading decision
|
36 |
+
- text: the main text of the leading decision
|
37 |
+
- law_area: area of law of the decision
|
38 |
+
- law_sub_area: sub-area of law of the decision
|
39 |
+
- language: language of the decision
|
40 |
+
- year: year of the decision
|
41 |
+
- court: court of the decision
|
42 |
+
- chamber: chamber of the decision
|
43 |
+
- canton: canton of the decision
|
44 |
+
- region: region of the decision
|