pretty_name: Tricoteuses Déclaration des droits de l'homme et du citoyen Training Dataset
configs:
- config_name: default
data_files:
- path: data/*parquet
split: train
language:
- fr
task_categories:
- text-generation
- text2text-generation
tags:
- legal
- text-generation
- conditional-text-generation
size_categories:
- <1K
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. 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 - Déclaration du 26 août 1789 des droits de l'homme et du citoyen
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 textdate_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égifranceextra
: JSON string containing:État
: string - Status of the textType
: string - Type of legislative text
quality_signals
: JSON string containing:character_count
: Total number of charactersword_count
: Total number of words
text
: string - The main content of the legislative text
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 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:
- The original Légifrance source
- This dataset processing implementation
Contributions
Contributions to improve the dataset processing can be made through the repository's issue tracker or pull requests.