File size: 2,723 Bytes
ed22468
 
 
43d839a
ed22468
 
 
43d839a
 
ed22468
43d839a
65faa6e
43d839a
ed22468
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c9397c4
65faa6e
 
 
ed22468
 
 
 
 
 
 
 
 
 
65faa6e
ed22468
 
 
 
65faa6e
ed22468
 
 
 
 
 
 
43d839a
ed22468
 
 
 
43d839a
ed22468
 
 
 
 
 
43d839a
ed22468
43d839a
ed22468
 
 
 
 
 
 
 
43d839a
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
---
pretty_name: Cellar
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
domains:
- Legal
---

# Dataset Card for Finansministeriets Udgivelser

<!-- START-SHORT DESCRIPTION -->
The official digital repository for European Union legal documents and open data.
<!-- END-SHORT DESCRIPTION -->

The EU Dataset Cellar serves as the central access point for all official EU publications, legislation, and open data resources. Maintained by the Publications Office of the European Union, this comprehensive digital archive contains millions of documents in multiple languages, including regulations, directives, decisions, treaties, case law, and preparatory acts dating back decades. The repository employs standardized metadata and unique identifiers to organize its vast collection, making it an essential resource for researchers, legal professionals, policymakers, and citizens seeking authoritative information on EU law and policy. The Cellar's linked data architecture also enables sophisticated search capabilities and integration with other information systems across the European Union's digital landscape.


## Dataset Description

<!-- START-DESC-STATS -->
- **Language**: dan, dansk, Danish
- **Domains**: Legal
- **Number of samples**: 63.40K
- **Number of tokens (Llama 3)**: 1.15B
- **Average document length (characters)**: 60987.84
<!-- END-DESC-STATS -->


## Dataset Structure
An example from the dataset looks as follows.


<!-- START-SAMPLE -->
```py
{
  "id": "cellar_0",
  "text": "\n\n\n\n© Европейски съюз, 2017 г.\n\nВъзпроизвеждането е разрешено при позоваване на оригинала.\n\n© Unión [...]",
  "source": "cellar",
  "added": "2025-03-25",
  "created": "2024-01-01, 2026-01-01",
  "token_count": 87018
}
```

### Data Fields

An entry in the dataset consists of the following fields:

- `id` (`str`): An unique identifier for each document.
- `text`(`str`): The content of the document.
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
- `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.
- `token_count` (`int`): The number of tokens in the sample computed using the Llama 8B tokenizer
<!-- END-SAMPLE -->


### Dataset Statistics

<!-- START-DATASET PLOTS -->
<p align="center">
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
</p>
<!-- END-DATASET PLOTS -->



## Additional Information

### Citation Information

No citation is applicable for this work.