|
--- |
|
task_categories: |
|
- text-generation |
|
language: |
|
- de |
|
- fr |
|
- it |
|
size_categories: |
|
- 100K<n<1M |
|
license: cc-by-sa-4.0 |
|
--- |
|
|
|
|
|
|
|
|
|
# Court View Generation |
|
|
|
## Introduction |
|
|
|
This dataset contains court views for different languages and court chambers. It includes information such as decision id, language, chamber, file name, url, and the number of tokens in the facts and considerations sections. |
|
Full (L1) contains all the data, Origin (L2) contains only data with complete origin facts & origin considerations. |
|
|
|
## Size |
|
### Full (L1) |
|
- All: 387'963 |
|
- validation: 47'576 |
|
- test: 107'563 |
|
- train: 232'824 |
|
|
|
### Origin (L2) |
|
- All: 276 |
|
- validation: 10 |
|
- test: 240 |
|
- train: 26 |
|
|
|
## Load datasets |
|
|
|
```python |
|
dataset = load_dataset("rcds/court_view_generation") |
|
dataset_origin = load_dataset("rcds/court_view_generation", "origin") |
|
``` |
|
|
|
## Columns |
|
|
|
- decision_id: unique identifier for the decision |
|
- facts: facts section of the decision |
|
- considerations: considerations section of the decision |
|
- origin_facts: facts section of the origin decision |
|
- origin_considerations: considerations section of the origin decision |
|
- law_area: area of law of the decision |
|
- language: language of the decision |
|
- year: year of the decision |
|
- court: court of the decision |
|
- chamber: chamber of the decision |
|
- canton: canton of the decision |
|
- region: region of the decision |