Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
10M - 100M
ArXiv:
DOI:
License:
File size: 2,609 Bytes
ed22468 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
---
pretty_name: EUR-Lex SUM
language:
- da
license: cc-by-sa-4.0
license_name: CC-BY-SA 4.0
task_categories:
- text-generation
- fill-mask
task_ids:
- language-modeling
---
# Dataset Card for EUR-Lex SUM
<!-- START-SHORT DESCRIPTION -->
The Danish subsection of EUR-lex SUM consisting of EU legislation paired with professionally written summaries.
<!-- END-SHORT DESCRIPTION -->
EUR-Lex SUM is a dataset containing summaries of EU legislation from the EUR-Lex database. It consists of pairs of full legal texts and their corresponding professionally written summaries, covering European Union legal documents.
The dataset is designed for training and evaluating automatic text summarization systems, particularly for legal documents. It's valuable for natural language processing (NLP) research since it provides high-quality, human-written summaries of complex legal texts in a specialized domain.
## Dataset Description
<!-- START-DESC-STATS -->
- **Language**: dan, dansk, Danish
- **Number of samples**: 1.00K
- **Number of tokens (Llama 3)**: 31.37M
- **Average document length (characters)**: 87627.37
<!-- END-DESC-STATS -->
## Dataset Structure
An example from the dataset looks as follows.
<!-- START-SAMPLE -->
```py
{
"text": "21.6.2019\nDA\nDen Europæiske Unions Tidende\nL 166/26\nKOMMISSIONENS DELEGEREDE FORORDNING (EU) 2019/98[...]",
"source": "eur-lex-sum-da",
"id": "eur-lex-sum-da_0",
"added": "2025-03-24 00:00:00",
"created": "2024-01-01, 2025-01-01",
"license": "cc-by-sa-4.0",
"domain": "Legal",
"metadata": {
"source-pretty": "Eur-lex-sum-da"
}
}
```
### Data Fields
An entry in the dataset consists of the following fields:
- `text`(`str`): The content of the document.
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
- `id` (`str`): An unique identifier for each document.
- `added` (`str`): An date for when the document was added to this collection.
- `created` (`str`): An date range for when the document was originally created.
- `license` (`str`): The license of the document. The licenses vary according to the source.
- `domain` (`str`): The domain of the source
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
- `metadata/*`: Potentially additional metadata
<!-- END-SAMPLE -->
### Dataset Statistics
<!-- START-DATASET PLOTS -->
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
<img>
<!-- END-DATASET PLOTS -->
## Additional Information
### Citation Information
No citation is applicable for this work. |