davidecolla commited on
Commit
9e5c8f9
1 Parent(s): 5f16b0d

Readme: update Dataset card

Browse files
Files changed (1) hide show
  1. README.md +72 -1
README.md CHANGED
@@ -24,4 +24,75 @@ language:
24
  - it
25
  size_categories:
26
  - 10K<n<100K
27
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  - it
25
  size_categories:
26
  - 10K<n<100K
27
+ ---
28
+ # Dataset Card for the Chat-EUR-Lex dataset
29
+
30
+ ## Dataset Description
31
+
32
+ - **Homepage:** [Chat-EUR-Lex project Homepage](https://github.com/Aptus-AI/chat-eur-lex)
33
+ - **Repository:** [Chat-EUR-Lex project Homepage](https://github.com/Aptus-AI/chat-eur-lex)
34
+ - **Point of Contact:** [Aptus Research Team](research@aptus.ai)
35
+
36
+ ### Dataset Summary
37
+ The Chat-EUR-Lex dataset comprises a selection of legal acts in English and Italian sourced from EUR-Lex, covering the period from January 1, 2014, to December 31, 2023. Specifically, it includes all historical texts preserved in Celex 3 that remain unaltered over time, along with the most recent consolidated versions in Celex 0 for acts that have undergone amendments. Corrigenda are omitted from this dataset. Additionally, all the EUR-Lex entries that are not provided with XML or HTML data are excluded from the selection.\
38
+ Chat-EUR-Lex dataset is originated in the context of the [Chat-EUR-Lex project](https://github.com/Aptus-AI/chat-eur-lex). The Chat-EUR-Lex project is funded by the European Union within the framework of the [NGI Search project](https://ngi-search-2nd-open-call.fundingbox.com/) under grant agreement No 101069364. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commission.\
39
+ Chat-EUR-Lex project is realized by the [Institute of Legal Informatics and Judicial Systems (IGSG-CNR)](https://www.igsg.cnr.it/en/) and the [Aptus.AI](https://www.aptus.ai/) startup.
40
+
41
+ ### Languages
42
+
43
+ All documents are written either in Engish or Italian. Specifically, the dataset consists of 19,062 English documents and 18,164 Italian documents.
44
+
45
+
46
+ ## Dataset Structure
47
+
48
+ ### Data Instances
49
+ Example of dataset instance:
50
+
51
+ |text|language|celex|
52
+ |----|--------|-----|
53
+ |02018R0338 — IT — 21.08.2019 — 001.001 Il presente testo è un semplice strumento di documentazione e non produce alcun effetto giuridico. Le istituzioni dell’Unione non assumono alcuna responsabilità per i suoi contenuti. Le versioni facenti fede degli atti pertinenti, compresi i loro preamboli, sono quelle pubblicate nella Gazzetta ufficiale dell’Unione europea e disponibili in EUR-Lex. Tali testi ufficiali sono direttamente accessibili attraverso i link inseriti nel presente documento[...]| ITA| 02018R0338-20190821
54
+
55
+
56
+ ### Data Fields
57
+ The following data fields are provided for each document:
58
+
59
+ `text`: (**str**) The full content of each document.\
60
+ `language`: (**str**) The language in which the document text is expressed.\
61
+ `celex`: (**str**) The official ID of the document. The CELEX number is the unique identifier for all publications in both EUR-Lex and CELLAR.
62
+
63
+ ## Dataset Creation
64
+
65
+ ### Curation Rationale
66
+
67
+ The dataset was created in the context of the [Chat-EUR-Lex project](https://github.com/Aptus-AI/chat-eur-lex)\. The project aim is to improve the accessibility of EU laws, thus democratizing the availability of legal information for companies, lawyers, researchers and citizens.
68
+ The rationale underlying the creation of this dataset is the selection of all the texts of legal acts in force, so as to build a system capable of providing information focusing on regulations in force only.
69
+
70
+ ### Source Data
71
+
72
+ #### Initial Data Collection and Normalization
73
+
74
+ The original data are available at [EUR-Lex portal](https://eur-lex.europa.eu) in an unprocessed format.
75
+ The documents were downloaded from EUR-Lex portal in HTML format. All HTML code has been removed except the tables, therefore only textual information has been retained.
76
+
77
+ ### Personal and Sensitive Information
78
+
79
+ The dataset does not include personal or sensitive information.
80
+
81
+ ## Additional Information
82
+
83
+ ### Dataset Curators
84
+ [Aptus Research Team](research@aptus.ai)
85
+
86
+ ### Licensing Information
87
+ © European Union, 1998-2024
88
+
89
+ The Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes.
90
+
91
+ Some documents, like the International Accounting Standards, may be subject to special conditions of use; these are mentioned in the respective Official Journal/document. You can also consult the rules on on reproducing euro coin/note images​​.
92
+
93
+ The copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence​​. This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made.
94
+
95
+ Source [https://eur-lex.europa.eu/content/legal-notice/legal-notice.html](https://eur-lex.europa.eu/content/legal-notice/legal-notice.html?locale=en)
96
+
97
+ ### Contributions
98
+ [Aptus.AI](https://www.aptus.ai/) and [Institute of Legal Informatics and Judicial Systems (IGSG-CNR)](https://www.igsg.cnr.it/en/).