Datasets:
metadata
dataset_info:
features:
- name: case_id
dtype: string
- name: tabular_data
struct:
- name: Overskrift
dtype: string
- name: Afgørelsesstatus
dtype: string
- name: Faggruppe
dtype: string
- name: Ret
dtype: string
- name: Rettens sagsnummer
dtype: string
- name: Sagstype
dtype: string
- name: Instans
dtype: string
- name: Domsdatabasens sagsnummer
dtype: string
- name: Sagsemner
dtype: string
- name: Særlige retsskridt
dtype: string
- name: Sagsdeltagere
dtype: string
- name: Dørlukning
dtype: string
- name: Løftet ud af småsagsprocessen
dtype: string
- name: Anerkendelsespåstand
dtype: string
- name: Politiets journalnummer
dtype: string
- name: Påstandsbeløb
dtype: string
- name: Sagskomplekser
dtype: string
- name: text
dtype: string
- name: text_anonymized
dtype: string
splits:
- name: train
num_bytes: 193530504
num_examples: 3917
download_size: 96393615
dataset_size: 193530504
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Dataset Card for "domsdatabasen
Dataset Description
- Point of Contact: Oliver Kinch
- Size of dataset: 199 MB
Dataset Summary
Domsdatabasen is a database where you can find and read selected judgments delivered by the Danish Courts. Each judgment/case is paired with tabular data and a case-descriptive PDF.
This dataset is a collection of all these cases, with each sample describing a specific judgment/case.
Languages
The dataset is available in Danish (da
).
Dataset Structure
An example from the dataset looks as follows.
{
"case_id": "id of case/judgment",
"tabular_data": {
"Overskift": "some title",
"Sagstype": "type of case",
...
}
"text": "pdf text",
"text_anon": "anonymized pdf text"
"text_len": <number of chars in text>,
"text_anon_len": <number of chars in anonymized text>
}
Data Fields
case_id
: astring
feature.tabular_data
: adict
feature.text
: astring
feature.text_anon
: astring
feature.text_len
: anint
feature.text_anon_len
: anint
feature.
Dataset Statistics
Number of samples
- 3919
PDF Text Length Distribution
- Minimum length: 192
- Maximum length: 2101736
Potential Dataset Issues
See open issues
Dataset Creation
Curation Rationale
There are not many large-scale law datasets in Danish.
Source Data
The dataset has been scraped from Domsdatabasen
Additional Information
Dataset Curators
Oliver Kinch from the The Alexandra Institute
Licensing Information
The dataset is licensed under the CC0 license.