Datasets:
File size: 3,417 Bytes
3822b26 9cf1249 3822b26 c418c9f 3822b26 a3139e7 3822b26 3d3db58 d584254 a3139e7 3822b26 c418c9f 3822b26 c418c9f a3139e7 3822b26 c418c9f 3822b26 | 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 | ---
pretty_name: French French National Commission on Informatics and Liberty (CNIL) Dataset Dataset
configs:
- config_name: default
data_files:
- path: data/*parquet
split: train
language:
- fr
task_categories:
- text-generation
- text2text-generation
- table-question-answering
- summarization
- text-retrieval
- question-answering
- text-classification
tags:
- legal
- text-generation
- conditional-text-generation
- french law
- droit français
source_datasets:
- original
multilinguality:
- monolingual
license: mit
---
# French National Commission on Informatics and Liberty (CNIL) Dataset (06/04/2025)
## Dataset Description
The CNIL Dataset is a curated collection of documents from the French National Commission on Informatics and Liberty (https://www.legifrance.gouv.fr/search/cnil).
This dataset is sourced from [DILA/OPENDATA/CNIL](https://echanges.dila.gouv.fr/OPENDATA/CNIL/) and provides detailed records of decisions and deliberations made by CNIL, which governs data privacy and personal data regulation in France.
It serves as a rich resource for machine learning engineers interested in exploring regulatory texts, legal reasoning, and related applications in the legal domain.
**Remarks**:
- With the Internal Identifier (`id`), the full text of the article is accessible at the following URL: `https://www.legifrance.gouv.fr/cnil/id/[id]`
## Source Data
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: [CNIL DILA Open Data Platform](<https://echanges.dila.gouv.fr/OPENDATA/CNIL/>).
### 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 XML formatting
### Data Splits
The dataset is provided as a single split without train/validation/test partitioning.
## 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
### Licensing Information
This dataset is released under the MIT License. Please refer to the license file for more details.
### Acknowledgments
- 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.
- The project [La loi sous git](https://git.tricoteuses.fr/tricoteuses/a_propos) of Tricoteuses
### Citation Information
When using this dataset, please cite both:
1. The original DILA source (<https://echanges.dila.gouv.fr/OPENDATA/>)
2. This dataset processing implementation
### Contributions
Contributions to improve the dataset processing can be made through the repository's issue tracker or pull requests. |