CoolFace
Datasetpublic

Dr-joss/french-civil-code

French Civil Code Dataset This dataset is a dump from legifrance api of the french civil code. In this dataset you can find 3335 articles including 2893 articles "En Vigueur", 440 "Abroge" and 2 "Abroge diff". At the root of this repository you will find the entire dataset and in the /sorted you will find the dataset sorted in three little datasets for each state of articles. data format { "content": "text in the article", "metadata": { "id":… See the full description on the dataset page: https://huggingface.co/datasets/Dr-joss/french-civil-code.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
2likes51downloads
Dataset Card

French Civil Code Dataset

This dataset is a dump from legifrance api of the french civil code. In this dataset you can find 3335 articles including 2893 articles "En Vigueur", 440 "Abroge" and 2 "Abroge diff".

At the root of this repository you will find the entire dataset and in the /sorted you will find the dataset sorted in three little datasets for each state of articles.

data format

json
{
  "content": "text in the article",
  "metadata": {
    "id": "LEGIARTI...",
    "num": "Article n°XXX",
    "type": "article",
    "livre": "Livre X",
    "titre": "Description of the section",
    "etat": "VIGUEUR/ABROGE/ABROGE_DIFF",
    "url": "Link to legifrance"
  }
}

Format ready for RAG architecture

Warning

Some articles 'ABROGE' doesn't have content. So in content you will find '(texte abrogé).'.

Dump-date : May 2026