LeMoussel commited on
Commit
2375172
·
verified ·
1 Parent(s): 382769f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +110 -0
README.md ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: French French Legislative Texts (LEGI) Dataset Dataset
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - path: data/*parquet
7
+ split: train
8
+ language:
9
+ - fr
10
+ task_categories:
11
+ - text-generation
12
+ - text2text-generation
13
+ - table-question-answering
14
+ - summarization
15
+ - text-retrieval
16
+ - question-answering
17
+ - text-classification
18
+ tags:
19
+ - legal
20
+ - text-generation
21
+ - conditional-text-generation
22
+ - french law
23
+ - droit français
24
+ source_datasets:
25
+ - original
26
+ multilinguality:
27
+ - monolingual
28
+ license: mit
29
+ ---
30
+
31
+ # French Legislative Texts (LEGI) Dataset (14/04/2025)
32
+
33
+ ## Dataset Description
34
+
35
+
36
+ The LEGI Dataset contains decisions from the French Courts of Judicial jurisprudence decisions (https://www.legifrance.gouv.fr/search/juri).
37
+ This dataset is sourced from [DILA/OPENDATA/LEGI](https://echanges.dila.gouv.fr/OPENDATA/LEGI/).
38
+ This extensive collection represents the consolidated versions of French legal texts, offering a complete view of French legislation.
39
+ It is designed to assist in the analysis and extraction of legal information.
40
+
41
+ **Remarks**:
42
+ - This dataset only contains articles whose legal status (`etat`) is 'VIGUEUR'
43
+ - For an article with no scheduled date for its repeal or replacement, `date_fin` is set to '2999-01-01'.
44
+ - With the Common Internal Identifier (`cid`), the entire text of the code is accessible at the following URL: `https://www.legifrance.gouv.fr/codes/texte_lc/[cid]`
45
+ - With the Internal Identifier (`id`), the full text of the article is accessible at the following URL: `https://www.legifrance.gouv.fr/codes/article_lc/[id]`
46
+
47
+
48
+ ## Source Data
49
+
50
+ The data originates from the official DILA (Direction de l'Information Légale et Administrative) platform through their open data initiative. The original data can be accessed at: [LEGI DILA Open Data Platform](<https://echanges.dila.gouv.fr/OPENDATA/LEGI/>).
51
+
52
+ ### Languages
53
+
54
+ French (fr)
55
+
56
+ ## Intended Uses & Limitations
57
+
58
+ ### Intended Uses
59
+
60
+ - Legal text analysis and research
61
+ - Natural Language Processing tasks on French legislative documents
62
+ - Legal information retrieval systems
63
+ - Analysis of French regulatory frameworks
64
+
65
+ ### Limitations
66
+
67
+ - Limited to French legislative texts
68
+ - Dependent on the structure of source Légifrance documents
69
+ - Quality of text extraction depends on the consistency of source XML formatting
70
+
71
+ ### Data Splits
72
+
73
+ The dataset is provided as a single split without train/validation/test partitioning.
74
+
75
+ ## Considerations for Using the Data
76
+
77
+ ### Social Impact
78
+
79
+ - Improves accessibility to French legislative texts
80
+ - Enables computational analysis of legal documents
81
+ - Supports transparency in legal research
82
+
83
+ ### Legal Considerations
84
+
85
+ - Usage should comply with Légifrance terms of service
86
+ - Attribution should be provided to the original source
87
+ - Users should verify the current validity of legal texts
88
+
89
+ ## Additional Information
90
+
91
+ ### Licensing Information
92
+
93
+ This dataset is released under the MIT License. Please refer to the license file for more details.
94
+
95
+ ### Acknowledgments
96
+
97
+ - Thanks to DILA ([Direction de l'Information Légale et Administrative](https://www.dila.premier-ministre.gouv.fr/)) for making this data publicly available through their open data initiative.
98
+
99
+ - The project [La loi sous git](https://git.tricoteuses.fr/tricoteuses/a_propos) of Tricoteuses
100
+
101
+ ### Citation Information
102
+
103
+ When using this dataset, please cite both:
104
+
105
+ 1. The original DILA source (<https://echanges.dila.gouv.fr/OPENDATA/>)
106
+ 2. This dataset processing implementation
107
+
108
+ ### Contributions
109
+
110
+ Contributions to improve the dataset processing can be made through the repository's issue tracker or pull requests.