Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Danish
Tags:
legal
Libraries:
Datasets
Dask
License:
jasan commited on
Commit
ddc3dcc
·
verified ·
1 Parent(s): 0d9114c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -40,4 +40,67 @@ configs:
40
  data_files:
41
  - split: train
42
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
43
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  data_files:
41
  - split: train
42
  path: data/train-*
43
+ license: other
44
+ license_name: danish-copyright-law
45
+ license_link: https://www.retsinformation.dk/eli/lta/2014/1144
46
+ language:
47
+ - da
48
+ tags:
49
+ - legal
50
+ pretty_name: kanun
51
+ size_categories:
52
+ - 100K<n<1M
53
  ---
54
+
55
+ # **👨🏼‍⚖️ Kanun**
56
+
57
+ A collection of Danish legal texts from retsinformation.dk.
58
+
59
+ ## **Structure**
60
+
61
+ | **Column** | **Description** |
62
+ | --- | --- |
63
+ | **uuid** | A universally unique identifier for each row in the dataset. |
64
+ | **jurisdiction** | Capitalized ISO 3166-1 alpha-2 code representing the country or jurisdiction. |
65
+ | **language** | Non-capitalized ISO 639-1 code representing the language of the document. |
66
+ | **type** | Type of the document (e.g., legislative act, amending act, consolidated act, etc.). See the types [here](http://huggingface.co/datasets/jasan/kanun#types-of-documents) |
67
+ | **status** | Represents the document’s current validity status: `valid` or `historic`. |
68
+ | **title_main** | The title of the document. |
69
+ | **title_alternative** | The popular name for the document (if there is one). |
70
+ | **text** | Text content of the document. |
71
+ | **source_url** | The source URL of the web page where the document is published. |
72
+ | **source** | The origin of the document, currently only `retsinformation`. |
73
+ | **hash** | A SHA-256 hash of the HTML. |
74
+ | **date_publication** | The date when the document was published. |
75
+ | **date_signature** | The date when the document was signed. |
76
+ | **version_date** | The version date of when the document was scraped. |
77
+
78
+ ### **Types of Documents**
79
+
80
+ `legislative_act`, `amending_act`, `consolidated_act`, `data_consolidation`, `official_publication`, `implementing_act`, `implementing_measure`, `implementing_measure_gl_fo`, `regulation`, `executive_order`, `amending_regulation`, `executive_regulation`, `international_regulation`, `administrative_guidance_1`, `administrative_guidance_2`, `administrative_guidance_change_1`, `administrative_guidance_change_2`, `tax_guidance`, `guidance`, `annotation`, `letter`, `letter_circular`, `letter_open`, `miscellaneous`, `written_submission`, `bill_as_presented`, `written_submission_of_bill`, `report_on_bill`, `addition_to_report`, `report_on_bill_details`, `amendment_second_reading_l`, `supplementary_report_on_bill`, `addition_to_supplementary_report`, `amendment_third_reading`, `bill_as_passed`, `independent_report`, `resolution_proposal_as_presented`, `written_submission_of_resolution`, `report_on_resolution_proposal`, `report_on_resolution_details`, `amendment_second_reading_b`, `resolution_proposal_as_passed`, `decision`, `final_administrative_decision`, `statement`, `court_judgment`, `commentary`
81
+
82
+ ## **Credit**
83
+
84
+ Huge thanks to the following individuals for their contributions:
85
+
86
+ - [**Louis Brulé Naudet**](https://huggingface.co/louisbrulenaudet) for his work on HFforLegal. The structure of nearly every column in this dataset mirrors his.
87
+
88
+ Naudet, L. B. (2024). *The Laws, centralizing legal texts for better use*. Hugging Face. https://huggingface.co/datasets/HFforLegal/laws
89
+
90
+ - [**Mohammed Macow**](https://github.com/darth-raijin) for teaching me how to build great pipelines with an emphasis on observability.
91
+ - [**Mikail Yilmaz**](https://github.com/mikailyilmaz00) for his support and insights.
92
+
93
+ ### **Citation**
94
+
95
+ ```
96
+ @misc{kanun2025dataset,
97
+ title={Kanun},
98
+ author={Jasan Farah},
99
+ year={2025},
100
+ url{https://huggingface.co/datasets/jasan/kanun},
101
+ }
102
+ ```
103
+
104
+ ### **Licensing**
105
+
106
+ [Danish Copyright law](https://www.retsinformation.dk/eli/lta/2014/1144)