datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
turkish_parliamentary_data
Grand National Assembly Corpus of Türkiye (GNACT)
A comprehensive collection of Turkish parliamentary transcripts spanning over 100 years (1920–present), from 10 legislative bodies. Includes both Ottoman Turkish (1920–1928) and Modern Turkish (1928–present) texts.
Loading the dataset
from datasets import load_dataset
# Strategy 1: full session documents, all bodies (default)
ds = load_dataset("boun-tabilab/turkish_parliamentary_data", "full_sessions", split="train")
#… See the full description on the dataset page: https://huggingface.co/datasets/boun-tabilab/turkish_parliamentary_data.canadian-parliamentary-expenditures
Canadian House of Commons Parliamentary Expenditures Dataset
This dataset contains detailed expenditure records from the Canadian House of Commons, spanning from 2021 Q2 to 2025 Q4, with 1,219,648 total expenditure records across 450 parliament members.
Dataset Structure
parliamentary_data_hf/
├── data/
│ ├── train/ # Training split (2021-2024)
│ │ ├── expenditures-2021-q2.parquet
│ │ ├── expenditures-2021-q3.parquet
│ │ ├── ...… See the full description on the dataset page: https://huggingface.co/datasets/irf23/canadian-parliamentary-expenditures.sl-parliamentary-hansard-17-26
Dataset Card for Sri Lanka Parliamentary Hansard
Sri Lanka Parliamentary Hansard is a trilingual parliamentary speech corpus built from publicly available Hansard records of the Parliament of Sri Lanka. It contains Sinhala (සිංහල), Tamil (தமிழ்), English, and code-mixed speeches from 2017 to 2026, with speaker names, dates, and topic-modeling labels.
The dataset was created for the research paper "Trilingual Topic Modeling of Sri Lankan Parliamentary Debates", associated with… See the full description on the dataset page: https://huggingface.co/datasets/sl-parliamentary-nlp/sl-parliamentary-hansard-17-26.ocpsg-silver-standard-parliamentary-speeches
OCPSG Silver Standard Parliamentary Speeches
Release: v1.0.0-rc.2 "Lively Monolith"
Dataset Summary
This repository contains the final silver-standard parliamentary speech dataset produced in the Oxford Computational Political Science Group benchmarking workflow. The dataset is intended for multilingual policy agenda classification and downstream benchmarking and fine-tuning tasks.
The release includes country-level train/validation/test splits. In the original workflow… See the full description on the dataset page: https://huggingface.co/datasets/OCPSG-Benchmarking-LLMs/ocpsg-silver-standard-parliamentary-speeches.nation-parliamentary-prompts
