JADE-17-01-2025 / README.md
Tonic's picture
Update README.md
bbf74bf verified
metadata
language:
  - fr
license: mit
pretty_name: French Administrative Court Decisions (JADE)
size_categories:
  - n>1M
source_datasets: []
task_categories:
  - text-classification
  - text-generation
task_ids:
  - document-retrieval
  - document-question-answering
tags:
  - legal
  - french-law
  - administrative-court
  - judicial-decisions
dataset_info:
  features:
    - name: id
      dtype: string
    - name: ancien_id
      dtype: string
    - name: origine
      dtype: string
    - name: url
      dtype: string
    - name: nature
      dtype: string
    - name: titre
      dtype: string
    - name: date_decision
      dtype: string
    - name: juridiction
      dtype: string
    - name: numero
      dtype: string
    - name: formation
      dtype: string
    - name: type_recours
      dtype: string
    - name: publication_recueil
      dtype: string
    - name: president
      dtype: string
    - name: avocats
      dtype: string
    - name: rapporteur
      dtype: string
    - name: commissaire_gouvernement
      dtype: string
    - name: contenu
      dtype: string

French Administrative Court Decisions Dataset (JADE)

Dataset Description

The French Administrative Court Decisions Dataset (JADE) is a comprehensive collection of judicial decisions from French administrative courts. This dataset contains decisions from various administrative jurisdictions, providing a valuable resource for legal research, analysis, and machine learning applications in the legal domain.

Source Data

The data is sourced from the official DILA (Direction de l'Information Légale et Administrative) platform through their open data initiative. The original data is available at: https://echanges.dila.gouv.fr/OPENDATA/JADE/

Content Description

Each entry in the dataset represents a single judicial decision and includes the following information:

  • id: Unique identifier for the decision
  • ancien_id: Previous identifier (if applicable)
  • origine: Origin of the decision
  • url: URL to the source document
  • nature: Nature of the document
  • titre: Title of the decision
  • date_decision: Date when the decision was made
  • juridiction: Court that made the decision
  • numero: Case number
  • formation: Court formation
  • type_recours: Type of appeal
  • publication_recueil: Publication details
  • president: Presiding judge
  • avocats: Lawyers involved
  • rapporteur: Reporting judge
  • commissaire_gouvernement: Government commissioner
  • contenu: Full text content of the decision

Usage

This dataset can be loaded using the Hugging Face datasets library:

from datasets import load_dataset

dataset = load_dataset("username/dataset-name")