Datasets:
metadata
language:
- da
license: cc-by-sa-4.0
size_categories:
- 10K<n<100K
pretty_name: Lex.dk Open
dataset_info:
features:
- name: url
dtype: string
- name: title
dtype: string
- name: clarification
dtype: string
- name: authors
sequence: string
- name: date
dtype: string
- name: license
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 18335490
num_examples: 11887
download_size: 10050922
dataset_size: 18335490
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
Dataset Card for Lex.dk Open
Dataset Description
- Point of Contact: Dan Saattrup Nielsen
- Size of downloaded dataset files: 10.05 MB
- Size of the generated dataset: 18.34 MB
- Total amount of disk used: 28.39 MB
Dataset Summary
This dataset consists of articles from the Danish encyclopedia Lex.dk.
Only the articles released with a permissive license are included here, which constitutes about 7.5% of the total amount of articles.
Languages
The dataset is available in Danish (da
).
Dataset Structure
Data Instances
- Size of downloaded dataset files: 10.05 MB
- Size of the generated dataset: 18.34 MB
- Total amount of disk used: 28.39 MB
An example from the dataset looks as follows.
{
'url': 'https://denstoredanske.lex.dk/Kullmanns_M%C3%B8lle',
'title': 'Kullmanns Mølle',
'clarification': '',
'authors': ['https://brugere.lex.dk/6929'],
'date': '2021-01-20T13:23:20+01:00',
'license': 'fri anvendelse',
'text': 'Kullmanns Mølle er en mølle i Gudhjem, opkaldt efter Matts Kullmann, der byggede møllen i 1893 til sin søn, Christian Kullmann, se Gudhjem Mølle.'
}
Data Fields
The data fields are the same among all splits.
url
: astring
feature.title
: astring
feature.clarification
: astring
feature.authors
: alist
feature.authors
: astring
feature.license
: astring
feature.text
: astring
feature.
Dataset Statistics
There are 11,887 samples in the dataset.
Article Length Distribution
Additional Information
Dataset Curators
Dan Saattrup Nielsen from the The Alexandra Institute built the dataset and uploaded it to the Hugging Face Hub.
Licensing Information
The dataset is licensed under the CC BY-SA 4.0 license.