File size: 5,759 Bytes
7789ee1 10079c9 09b8af6 cc82a7e 7789ee1 6819f8a 7789ee1 6819f8a 7789ee1 6819f8a 7789ee1 6819f8a 7789ee1 5e08035 |
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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
---
pretty_name: Tricoteuses Codes Juridiques Training Dataset
viewer: true
configs:
- config_name: default
data_files:
- path: data/*parquet
split: train
- config_name: code_civil
data_files:
- path: data/code_civil.parquet
split: train
- config_name: code_de_commerce
data_files:
- path: data/code_de_commerce.parquet
split: train
- config_name: code_rural_nouveau
data_files:
- path: data/code_rural_nouveau.parquet
split: train
- config_name: code_minier
data_files:
- path: data/code_minier.parquet
split: train
- config_name: code_des_instruments_monetaires_et_des_medailles
data_files:
- path: data/code_des_instruments_monetaires_et_des_medailles.parquet
split: train
- config_name: code_disciplinaire_et_penal_de_la_marine_marchande
data_files:
- path: data/ccode_disciplinaire_et_penal_de_la_marine_marchande.parquet
split: train
- config_name: code_general_des_collectivites_territoriales
data_files:
- path: data/code_general_des_collectivites_territoriales.parquet
split: train
- config_name: code_des_impositions_sur_les_biens_et_services
data_files:
- path: data/code_des_impositions_sur_les_biens_et_services.parquet
split: train
- config_name: code_du_domaine_de_l_etat
data_files:
- path: data/code_du_domaine_de_l_etat.parquet
split: train
- config_name: code_penitentiaire
data_files:
- path: data/code_penitentiaire.parquet
split: train
- config_name: code_de_l_aviation_civile
data_files:
- path: data/code_de_l_aviation_civile.parquet
split: train
language:
- fr
task_categories:
- text-generation
- text2text-generation
tags:
- legal
- text-generation
- conditional-text-generation
size_categories:
- 100K<n<1M
license: cc-by-4.0
---
# Légifrance Legislative Text Dataset
## Dataset Description
The Légifrance Legislative Text Dataset is a structured collection of French legislative and regulatory texts extracted from the [Légifrance platform](https://www.legifrance.gouv.fr/).
This dataset provides machine-readable access to consolidated legal codes, with a particular focus on maintaining the integrity of French linguistic features while providing additional metadata and quality signals.
The data in this dataset comes from the Git repository [Git Tricoteuses — La loi sous git - Codes juridiques consolidés](https://git.tricoteuses.fr/tricoteuses/a_propos)
### Languages
French (fr)
## Intended Uses & Limitations
### Intended Uses
- Legal text analysis and research
- Natural Language Processing tasks on French legislative documents
- Legal information retrieval systems
- Analysis of French regulatory frameworks
### Limitations
- Limited to French legislative texts
- Dependent on the structure of source Légifrance documents
- Quality of text extraction depends on the consistency of source markdown formatting
## Dataset Structure
### Data Fields
- `source`: string - Source of the text (e.g., "Code de la sécurité sociale")
- `id`: string - Unique identifier of the legislative text
- `date_debut`: string - Corresponds to the effective date of the article.
- `date_fin`: string - Indicates the date on which the article will be deleted or replaced.
- `url`: string - Direct link to the text on Légifrance
- `extra`: JSON string containing:
- `État`: string - Status of the text
- `Type`: string - Type of legislative text
- `quality_signals`: JSON string containing:
- `character_count`: Total number of characters
- `word_count`: Total number of words
- `text`: string - The main content of the legislative text
**Remarks**:
- For an article currently in force, with no scheduled date for its repeal or replacement, `date_fin` is set to '2999-01-01'.
- For an article whose enforcement is deferred without a specific date, `date_debut` is then assigned '2222-02-22'.
- If `date_fin` is specified and differs from '2999-01-01', the reference URL for the upcoming version of the article is constructed as `id`/`date_fin`.
- For example, as of today, the article with `id` = 'LEGIARTI000046809143' and `date_fin` set to '2025-07-01' has its upcoming version accessible at the following URL:
<https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000046809143/2025-07-01>
### Data Splits
The dataset is provided as a single split without train/validation/test partitioning.
## Dataset Creation
### Source Data
The data comes from the availability of legal texts as open data, retrieved by the [tricoteuses-legifrance](https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance) project.
The dataset is created from Markdown files containing French legislative texts, each with YAML front matter metadata.
## Considerations for Using the Data
### Social Impact
- Improves accessibility to French legislative texts
- Enables computational analysis of legal documents
- Supports transparency in legal research
### Legal Considerations
- Usage should comply with Légifrance terms of service
- Attribution should be provided to the original source
- Users should verify the current validity of legal texts
## Additional Information
### Dataset Curators
This dataset is programmatically curated from official Légifrance sources.
### Licensing Information
Users should refer to Légifrance's licensing terms for the original content.
### Citation Information
When using this dataset, please cite both:
1. The original Légifrance source
2. This dataset processing implementation
### Contributions
Contributions to improve the dataset processing can be made through the repository's issue tracker or pull requests. |