The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 290, in _generate_tables
pa_table = paj.read_json(
io.BytesIO(batch), read_options=paj.ReadOptions(block_size=block_size)
)
File "pyarrow/_json.pyx", line 342, in pyarrow._json.read_json
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
return check_status(status)
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
raise convert_status(status)
pyarrow.lib.ArrowInvalid: JSON parse error: Column(/items/[]/id) changed from string to number in row 0
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
~~~~~~~~~~~~~~~~~~~~~~~~~^
StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 101, in _split_generators
pa_table = next(iter(self._generate_tables(**splits[0].gen_kwargs, allow_full_read=False)))[1]
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 304, in _generate_tables
batch = json_encode_fields_in_json_lines(original_batch, json_field_paths)
File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 111, in json_encode_fields_in_json_lines
examples = [ujson_loads(line) for line in original_batch.splitlines()]
~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/utils/json.py", line 20, in ujson_loads
return pd.io.json.ujson_loads(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
ValueError: Expected object or value
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 68, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
~~~~~~~~~~~~~~~~~~~~~~~^
path=dataset,
^^^^^^^^^^^^^
config_name=config,
^^^^^^^^^^^^^^^^^^^
token=hf_token,
^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
path,
...<6 lines>...
**config_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
LISTEN-to-Reason — checkpoints
Graph + retrieval index + prototypes for LISTEN-to-Reason: a frozen text LLM answers audio questions from a serialized multimodal knowledge graph, never hearing the clip and never being fine-tuned.
No audio is redistributed here — only CLAP embeddings, graph structure, and the reference captions. See the attribution table for the licence that follows those captions.
git clone https://github.com/poonehmousavi/listen-to-reason && cd listen-to-reason
git checkout clean-pipeline
hf download poonehmousavi/listen-to-reason-checkpoints --repo-type dataset --local-dir checkpoint/
python -m src.release --verify checkpoint/ # sha256 + h5 row counts, run this first
python -m src.evaluate --dataset mmar # expect: ours 0.412, blind 0.348
You additionally need the benchmark audio (MMAR / MMAU / SAKURA) — see the repo README.
LISTEN-to-Reason — checkpoint release (0102eb4)
13 files, 545 MB. Place them in checkpoint/ at the
repo root; every path is a key in configs/config.yaml, so nothing here is hardcoded.
$ENV/bin/hf download <this repo> --repo-type dataset --local-dir checkpoint/
$ENV/bin/python -m src.release --verify checkpoint/ # checksums + h5 row counts
Verify before trusting a number. emb is a 164,003 x 512 float32 block, so a truncated or
half-synced copy surfaces as a shape error half an hour into an eval rather than at transfer.
Runtime — needed to reproduce any number
| file | MB | reads from | purpose |
|---|---|---|---|
mkg_v2.h5 |
5.4 | mkg.checkpoint |
the graph: 721 nodes / 759 edges, generated from domains/*.yaml |
mkg_v2_c2.h5 |
5.5 | --kg |
the same graph plus the held-out acoustic-scene domain (claim C2) |
audio_rag_corpus_clean.h5 |
378.7 | audio_rag.corpus |
164,003 CLAP-indexed captioned reference clips, benchmark near-duplicates removed at tau=0.95 |
audio_domain_pool.h5 |
102.9 | router.multi.domain.pool |
balanced k-NN pool for the music/speech/sound router (v2, shipped default). Shipped whole rather than slimmed to pool_emb: the test and cross splits are what let --eval reproduce the 0.956 macro claim |
mert_music.h5 |
0.0 | mkg.music.checkpoint |
MERT genre sidecar read at graph load |
topic_nodes.h5 |
0.1 | topics.checkpoint |
40 MiniLM transcript-topic centroids |
Caches — optional, but they save hours of third-party fetching
| file | MB | reads from | purpose |
|---|---|---|---|
conceptnet_edges_cache.json |
28.9 | kg.edge_cache_file |
per-term ConceptNet edges; without it kg.build rescans the HF dataset |
fsd50k_grounding.json |
0.3 | mkg.grounding.mapping_file |
FSD50K MID -> node clip lists |
audiocaps_grounding.json |
1.4 | audiocaps.mapping_file |
AudioCaps node -> caption map |
musiccaps_meta.json |
15.8 | corpus |
MusicCaps metadata (the HF mirror; scraping YouTube gets IP-flagged) |
clotho_meta.json |
2.7 | corpus |
Clotho metadata (Zenodo; the HF mirrors 404) |
mid_wiki.json |
0.0 | mkg.content.wiki_cache |
AudioSet MID -> Wikidata one-liner |
afthink_scenes.json |
3.6 | scenes |
the 4,732 AF-Think MCQ items for the C2 eval |
Attribution — the corpus carries third-party caption text
audio_rag_corpus_clean.h5 stores a CLAP embedding and the caption for each reference
clip. No audio is redistributed, but the captions are other people's work, and the licence
follows them. Check this table before making anything here public or commercial.
| source | clips | caption licence |
|---|---|---|
| WavCaps (AudioSet_SL + SoundBible) | ~109k | CC BY-NC 4.0 — non-commercial |
| FSD50K | ~41k | CC-BY (per-clip; see FSD50K's own licence map) |
| MusicCaps | ~5.3k | CC BY-SA 4.0 — share-alike |
| Clotho | ~4.9k | CC-BY 4.0 |
| AudioCaps | ~1.9k | captions from AudioSet, MIT-licensed release |
| ESC-50 | 2k | CC BY-NC 3.0 |
Three things to know before you trust a number
- Corpus paths are portable placeholders,
{data_root}/<source>/<tail>— the build machine's absolute paths were stripped before publishing. Nothing at inference opens them; onlytextandembare read, withpathused for provenance display and a basename-matched self-exclusion. That self-exclusion is a weak guard either way — what actually keeps benchmark clips out is the tau=0.95 overlap removal already applied here; see README section 5.1 for why clip-level disjointness was not enough. audio_rag_corpus.h5is deliberately NOT in this release. It is the pre-exclusion corpus and reproduces the contaminated MMAU 0.626 rather than the corrected 0.615. Neither are the documented negatives (universal_*.pt,route_learned.pt,router_feats_*.h5) — their own commits record them as not working.- Every CLAP vector in here was embedded from one arbitrary 10 s window. laion_clap
picked it at random off the global numpy RNG; queries are deterministic as of the
clap_checkcommit but these reference vectors predate it. They are stable references, so results reproduce — just do not mix them withchunk_meanquery embeddings without re-embedding the corpus. README section 5.7.
Quick check that it works
python -m src.clap_check # encoder is deterministic
python -m src.evaluate --dataset mmar --limit 100 --tag smoke
python -m src.evaluate --dataset mmar
Compare against output/eval_mmar.md, which is tracked in the repo at the commit above —
not against a number pasted here, which would go stale the first time the pipeline moved.
MMAR is the right smoke target: it is the only benchmark with no containment in the corpus
(0.1% of clips above the tau=0.99 duplicate threshold) and the only one on which the AF3
baseline has full caption coverage, so both comparisons in that report are honest ones.
- Downloads last month
- 288