datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
york-milestone-project-self-traing-loop-data
York Milestone Project Self-Training Loop — Phase 1 Preferences
Status and access restrictions
This repository contains the frozen historical Phase 1 preference corpus used
by the York milestone self-training-loop project. It is not a Phase 2
leakage-safe training release.
Keep the repository private unless and until the upstream dataset licences,
document-level redistribution rights, privacy/PII review, and generated-content
policy review have all been completed.… See the full description on the dataset page: https://huggingface.co/datasets/geyuxu/york-milestone-project-self-traing-loop-data.audio-loop
Audio Loop — Long-Audio Reasoning Benchmarks
Two evaluation sets for long-form audio reasoning, packaged as one dataset
with two configs:
Config
Task
Audio source
Items
aae_tts
Argument structure & contradiction
TTS-synthesized argumentative essays
20
iq2_qa
Multi-hop QA over debates
Recorded live debates
13
Load annotations
from datasets import load_dataset
aae = load_dataset("audioloop/audio-loop", "aae_tts", split="test")
iq2 =… See the full description on the dataset page: https://huggingface.co/datasets/audioloop/audio-loop.
