Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Commit
·
e7b964b
1
Parent(s):
d509627
readd files
Browse files
data/fm-udgivelser/fm-udgivelser.md
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: Finansministeriets Udgivelser
|
3 |
+
language:
|
4 |
+
- da
|
5 |
+
license: cc-by-sa-4.0
|
6 |
+
license_name: CC-BY-SA 4.0
|
7 |
+
task_categories:
|
8 |
+
- text-generation
|
9 |
+
- fill-mask
|
10 |
+
task_ids:
|
11 |
+
- language-modeling
|
12 |
+
---
|
13 |
+
|
14 |
+
# Dataset Card for Finansministeriets Udgivelser
|
15 |
+
|
16 |
+
<!-- START-SHORT DESCRIPTION -->
|
17 |
+
The official publication series of the Danish Ministry of Finance containing economic analyses, budget proposals, and fiscal policy documents.
|
18 |
+
<!-- END-SHORT DESCRIPTION -->
|
19 |
+
|
20 |
+
Finansministeriets Udgivelser (translated as "Publications of the Ministry of Finance") is the publishing arm or publication series of the Danish Ministry of Finance. It includes official reports, economic analyses, budget proposals, fiscal policy documents, and various other publications related to Denmark's public finances, economic policy, and financial governance.
|
21 |
+
|
22 |
+
These publications typically provide insights into Denmark's economic outlook, public spending plans, tax policies, and financial reforms. They serve as important reference materials for economists, policy makers, researchers, and citizens interested in understanding Denmark's financial policies and economic direction.
|
23 |
+
|
24 |
+
The publications are authoritative sources of information on Danish fiscal policy and are often used by various stakeholders to track and analyze the country's economic performance and public finance management.
|
25 |
+
|
26 |
+
|
27 |
+
## Dataset Description
|
28 |
+
|
29 |
+
<!-- START-DESC-STATS -->
|
30 |
+
- **Language**: dan, dansk, Danish
|
31 |
+
- **Number of samples**: 443
|
32 |
+
- **Number of tokens (Llama 3)**: 50.34M
|
33 |
+
- **Average document length (characters)**: 490101.93
|
34 |
+
<!-- END-DESC-STATS -->
|
35 |
+
|
36 |
+
|
37 |
+
## Dataset Structure
|
38 |
+
An example from the dataset looks as follows.
|
39 |
+
|
40 |
+
|
41 |
+
<!-- START-SAMPLE -->
|
42 |
+
```py
|
43 |
+
{
|
44 |
+
"text": "\n\nFinanslov for\n\nfinansåret 2023 Tekst og anmærkninger\n\n§ 1. Dronningen\n\n\n\n\n\n§ 1.\n\nDronningen\n\nTekst[...]",
|
45 |
+
"source": "fm-udgivelser",
|
46 |
+
"id": "fm-udgivelser_0",
|
47 |
+
"added": "2025-03-24",
|
48 |
+
"created": "2024-01-01, 2026-01-01",
|
49 |
+
"license": "cc-by-sa-4.0",
|
50 |
+
"domain": "Legal",
|
51 |
+
"metadata": {
|
52 |
+
"source-pretty": "Finansministeriets Udgivelser"
|
53 |
+
}
|
54 |
+
}
|
55 |
+
```
|
56 |
+
|
57 |
+
### Data Fields
|
58 |
+
|
59 |
+
An entry in the dataset consists of the following fields:
|
60 |
+
|
61 |
+
- `text`(`str`): The content of the document.
|
62 |
+
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
|
63 |
+
- `id` (`str`): An unique identifier for each document.
|
64 |
+
- `added` (`str`): An date for when the document was added to this collection.
|
65 |
+
- `created` (`str`): An date range for when the document was originally created.
|
66 |
+
- `license` (`str`): The license of the document. The licenses vary according to the source.
|
67 |
+
- `domain` (`str`): The domain of the source
|
68 |
+
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
|
69 |
+
- `metadata/*`: Potentially additional metadata
|
70 |
+
<!-- END-SAMPLE -->
|
71 |
+
|
72 |
+
|
73 |
+
### Dataset Statistics
|
74 |
+
|
75 |
+
<!-- START-DATASET PLOTS -->
|
76 |
+
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
|
77 |
+
<img>
|
78 |
+
<!-- END-DATASET PLOTS -->
|
79 |
+
|
80 |
+
|
81 |
+
|
82 |
+
## Additional Information
|
83 |
+
|
84 |
+
<!--
|
85 |
+
### How was the data collected
|
86 |
+
|
87 |
+
TOOD: KRISTIAN
|
88 |
+
-->
|
89 |
+
|
90 |
+
### Citation Information
|
91 |
+
|
92 |
+
No citation is applicable for this work.
|