CoolFace
Datasetpublic

vhands/audio-reasoning-qa-post-public

audio-reasoning-qa-post-public Question-answering and multi-task audio reasoning annotations across 15 public audio QA datasets. Spans general audio QA (Clotho-AQA, HeySQuAD), music reasoning (MU-LLaMA, MusicBench, LLARK-MTAT, Music-AVQA), speech-grounded QA (LibriSQA, GigaSpeech), and NVIDIA-aggregator skill subsets (TemporalQA, CountingQA, AudioSet-Speech-QA, GigaSpeech-Long-QA). Closes a substantial slice of the public audio-reasoning SFT gap (compare to NVIDIA AudioSkills-XL… See the full description on the dataset page: https://huggingface.co/datasets/vhands/audio-reasoning-qa-post-public.

sourceHugging Facecc-by-nc-sa-4.0updated 3mo agoView on Hugging Face
0likes61downloads
Dataset Card

audio-reasoning-qa-post-public

Question-answering and multi-task audio reasoning annotations across 15 public audio QA datasets. Spans general audio QA (Clotho-AQA, HeySQuAD), music reasoning (MU-LLaMA, MusicBench, LLARK-MTAT, Music-AVQA), speech-grounded QA (LibriSQA, GigaSpeech), and NVIDIA-aggregator skill subsets (TemporalQA, CountingQA, AudioSet-Speech-QA, GigaSpeech-Long-QA). Closes a substantial slice of the public audio-reasoning SFT gap (compare to NVIDIA AudioSkills-XL coverage).

Audio is not bundled in this repo. See download.sh and per-dataset data/<name>.info.json for the fetch recipe; run postlink_audio.py after fetching to rewrite the JSONL audio_path fields with absolute local paths.

Total: 750,141 rows across 15 datasets.

Datasets

DatasetRowsSource HFLicenseAudio in this repo
AudioSet-Speech-Audio-QA17,223nvidia/AudioSkillsresearchredistributable
Clotho-AQA-AQA2,490lmms-lab/ClothoAQApublicredistributable
CountingQA32,914nvidia/AudioSkillsresearchredistributable
GigaSpeech-Long-QA29,273nvidia/AF-Chatresearchredistributable
GigaSpeech-QA18,650AudioLLMs/gigaspeech_testApache-2.0redistributable
HeySQuADQA76,148yijingwu/HeySQuAD_humanCC-BY-4.0redistributable
LLARK_MagnaTagATune-reasoning3,300mulab-mir/lp-music-caps-magnatagatune-3kCC-BY-NC-SA-3.0redistributable
LibriSQA213,268ZihanZhao/LibriSQAresearchredistributable
MMAUQA10,000lmms-lab/mmauCC-BY-NC-4.0redistributable
MU-LLAMA-AQA117,918mu-llama/MusicQAMITredistributable
Music-AVQA-AQA_All8,050gewu-lab/MUSIC-AVQAresearchredistributable
Music-AVQA-AVQA_All45,624gewu-lab/MUSIC-AVQAresearchredistributable
Music4AllQA108,363seungheondoh/enrich-music4allCC-BY-4.0redistributable
MusicBenchQA53,568amaai-lab/MusicBenchCC-BY-SA-3.0redistributable
TemporalQA13,352nvidia/AudioSkillsresearchredistributable

Schema

Each JSONL record:

json
{
  "dataset": "<DatasetName>",
  "split": "train",
  "audio_path": "<basename or relative path>",
  "instruction": "<question or task prompt>",
  "response": "<answer / label / caption>",
  "meta": { "...": "..." }
}

After postlink_audio.py, a sibling data/<name>.with_audio.jsonl is produced with audio_path rewritten to absolute local paths.

How to use

bash
git clone https://huggingface.co/datasets/vhands/audio-reasoning-qa-post-public
cd audio-reasoning-qa-post-public
bash download.sh                    # print per-dataset audio recipes
bash download.sh <DatasetName>      # print recipe for one dataset
# (manually fetch audio into audio/<DatasetName>/ per the recipe)
python3 postlink_audio.py           # rewrite JSONLs with absolute audio paths

Licenses

The bundle is offered under cc-by-nc-sa-4.0 — the most restrictive license among contained datasets. Per-dataset licenses are in the table above and in data/<name>.info.json. Attribution to upstream creators is required when redistributing.

Files

audio-reasoning-qa-post-public/
├── README.md
├── dataset_manifest.json
├── domain_reasoning_qa.jsonl           # joint, 750,141 rows
├── data/
│   ├── <DatasetName>.jsonl         (×15)
│   └── <DatasetName>.info.json     (×15)
├── audio/                          # populated by you
├── download.sh
└── postlink_audio.py

Companion bundles

  • vhands/audio-emotion-post-public — 5 emotion datasets, 45k rows
  • vhands/audio-reasoning-qa-post-public — 15 reasoning-QA datasets, 750k rows
  • vhands/audio-music-mir-post-public — 7 music/MIR datasets, 137k rows
  • vhands/audio-event-classification-post-public — 7 sound-event/scene datasets, 95k rows

Together these cover ~1 M rows of audio-LLM post-training annotations across 5 domains.