|
--- |
|
license_name: ludov.1.0 |
|
license_link: LICENSE |
|
task_categories: |
|
- text2text-generation |
|
language: |
|
- fr |
|
tags: |
|
- legal |
|
--- |
|
|
|
**Task details** |
|
|
|
Legal consolidation is a critical yet time-consuming task, traditionally performed manually by legal professionals. |
|
The objective is to automate the process of French legal consolidation, which is the application of modifications from a |
|
*modification section* to an *initial article* to generate a *modified article*. |
|
|
|
**Dataset structure** |
|
|
|
A triplet of: |
|
* an *initial article*: the legislative article before consolidation, |
|
* a *modification section*: the text introducing the modification within the legislative article, |
|
* a *modified article*: the legislative article after consolidation. |
|
|
|
**Usage** |
|
|
|
Using Hugging Face datasets: |
|
``` |
|
from datasets import load_dataset |
|
|
|
data_files = {"train": "train_dataset.csv", "test": "val_dataset.csv"} |
|
dataset = load_dataset("csv", data_files=data_files) |
|
``` |
|
|
|
|
|
**Source data** |
|
|
|
The original data comes from the French institution "La direction de l'information légale et administrative": https://echanges.dila.gouv.fr/OPENDATA/LEGI/. |
|
|
|
**License** |
|
|
|
License: [Ludo v.1.0](https://datasets.doctrine.fr/Open%20data%20Use%20Licence.pdf) |
|
|