yssf-io/service-public
Service-Public.fr — Fiches pratiques Administrative knowledge base extracted from service-public.fr, the French government's official public service information website, maintained by the Direction de l'information légale et administrative (DILA). Intended for use as context in RAG (Retrieval-Augmented Generation) pipelines for French administrative Q&A. Dataset details Total records: 5,535 Records with prose content (has_content = true): 3,055 Average text… See the full description on the dataset page: https://huggingface.co/datasets/yssf-io/service-public.
Service-Public.fr — Fiches pratiques
Administrative knowledge base extracted from service-public.fr, the French government's official public service information website, maintained by the Direction de l'information légale et administrative (DILA).
Intended for use as context in RAG (Retrieval-Augmented Generation) pipelines for French administrative Q&A.
Dataset details
- Total records: 5,535
- Records with prose content (
has_content = true): 3,055 - Average text length (content records): ~9,652 characters
- Language: French
- Last source update: see
last_modifiedfield per record - License: Licence Ouverte Etalab 2.0 (equivalent to CC-BY)
Fields
Publication types
Filtering tip
For RAG or QA use, filter to records where has_content = true to exclude forms, online services, and simulators that contain no prose:
from datasets import load_dataset
ds = load_dataset("yssf-io/service-public")
fiches = ds["train"].filter(lambda r: r["has_content"])Text format
The text field uses Markdown conventions:
##/###headings for chapters and subchapters (titles are often phrased as questions)**bold**for emphasized terms> **À noter** / **Attention** / **À savoir**blockquotes for callouts and warnings- Bullet lists for conditions, steps, and document requirements
- Conditional branches (e.g. different rules by company size or nationality) are preserved as nested headings
Source & license
Data sourced from the data.gouv.fr open data portal under the Licence Ouverte Etalab 2.0. © Direction de l'information légale et administrative (DILA) — Premier ministre.
