AuditoryHuM: Auditory Scene Label Generation and Clustering using Human-MLLM Collaboration
Paper • 2602.19409 • Published
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 13 new columns ({'sparse shrub land', 'residential', 'lake', 'forest', 'airport', 'farmland', 'grassland', 'bridge', 'orchard', 'sports land', 'harbour', 'train station', 'beach'}) and 5 missing columns ({'class_2', 'class_1', 'class_3', 'class_0', 'class_4'}).
This happened while the csv dataset builder was generating data using
hf://datasets/hzhongresearch/auditoryhum_supplementary/advance_provided_train.csv (at revision d66d3dfa36f5b94f588c973198b0311c1fed1066), ['hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/advance_auditoryhum_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/advance_provided_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/ahead-ds_auditoryhum_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/ahead-ds_provided_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/tau2019_auditoryhum_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/tau2019_provided_train.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
files: string
airport: int64
beach: int64
bridge: int64
farmland: int64
forest: int64
grassland: int64
harbour: int64
lake: int64
orchard: int64
residential: int64
sparse shrub land: int64
sports land: int64
train station: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1873
to
{'files': Value('string'), 'class_0': Value('int64'), 'class_1': Value('int64'), 'class_2': Value('int64'), 'class_3': Value('int64'), 'class_4': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 13 new columns ({'sparse shrub land', 'residential', 'lake', 'forest', 'airport', 'farmland', 'grassland', 'bridge', 'orchard', 'sports land', 'harbour', 'train station', 'beach'}) and 5 missing columns ({'class_2', 'class_1', 'class_3', 'class_0', 'class_4'}).
This happened while the csv dataset builder was generating data using
hf://datasets/hzhongresearch/auditoryhum_supplementary/advance_provided_train.csv (at revision d66d3dfa36f5b94f588c973198b0311c1fed1066), ['hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/advance_auditoryhum_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/advance_provided_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/ahead-ds_auditoryhum_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/ahead-ds_provided_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/tau2019_auditoryhum_train.csv', 'hf://datasets/hzhongresearch/auditoryhum_supplementary@d66d3dfa36f5b94f588c973198b0311c1fed1066/tau2019_provided_train.csv']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)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.
files string | class_0 int64 | class_1 int64 | class_2 int64 | class_3 int64 | class_4 int64 |
|---|---|---|---|---|---|
00022_1.wav | 0 | 1 | 0 | 0 | 0 |
00022_2.wav | 0 | 1 | 0 | 0 | 0 |
00022_3.wav | 0 | 1 | 0 | 0 | 0 |
00028_1.wav | 1 | 0 | 0 | 0 | 0 |
00028_2.wav | 0 | 0 | 0 | 1 | 0 |
00028_3.wav | 0 | 0 | 0 | 1 | 0 |
00048.wav | 0 | 0 | 1 | 0 | 0 |
00049.wav | 1 | 0 | 0 | 0 | 0 |
00050.wav | 0 | 0 | 0 | 1 | 0 |
00052.wav | 0 | 1 | 0 | 0 | 0 |
00053.wav | 0 | 0 | 0 | 1 | 0 |
00063.wav | 0 | 0 | 0 | 0 | 1 |
00063_2.wav | 1 | 0 | 0 | 0 | 0 |
00063_3.wav | 0 | 0 | 0 | 0 | 1 |
00063_4.wav | 1 | 0 | 0 | 0 | 0 |
00064_1.wav | 0 | 0 | 1 | 0 | 0 |
00064_2.wav | 0 | 0 | 1 | 0 | 0 |
00064_3.wav | 0 | 0 | 1 | 0 | 0 |
00083.wav | 0 | 0 | 1 | 0 | 0 |
00083_2.wav | 0 | 0 | 1 | 0 | 0 |
00083_3.wav | 0 | 0 | 1 | 0 | 0 |
00083_4.wav | 0 | 0 | 1 | 0 | 0 |
00088.wav | 0 | 0 | 0 | 1 | 0 |
00088_1.wav | 0 | 0 | 0 | 1 | 0 |
00088_2.wav | 0 | 0 | 0 | 1 | 0 |
00088_3.wav | 0 | 0 | 0 | 1 | 0 |
00088_4.wav | 0 | 0 | 0 | 1 | 0 |
00090.wav | 0 | 0 | 0 | 1 | 0 |
00090_1.wav | 0 | 0 | 0 | 1 | 0 |
00090_3.wav | 0 | 0 | 0 | 1 | 0 |
00090_4.wav | 0 | 0 | 0 | 1 | 0 |
00093.wav | 0 | 0 | 1 | 0 | 0 |
00096.wav | 0 | 0 | 1 | 0 | 0 |
00099.wav | 0 | 0 | 1 | 0 | 0 |
00110.wav | 1 | 0 | 0 | 0 | 0 |
00115.wav | 1 | 0 | 0 | 0 | 0 |
00124.wav | 0 | 1 | 0 | 0 | 0 |
00125.wav | 1 | 0 | 0 | 0 | 0 |
00126.wav | 0 | 0 | 1 | 0 | 0 |
00127.wav | 1 | 0 | 0 | 0 | 0 |
00133.wav | 0 | 0 | 1 | 0 | 0 |
00134.wav | 0 | 0 | 1 | 0 | 0 |
00139.wav | 0 | 0 | 0 | 1 | 0 |
00142_1.wav | 0 | 0 | 0 | 1 | 0 |
00142_2.wav | 0 | 0 | 0 | 1 | 0 |
00142_3.wav | 0 | 0 | 0 | 1 | 0 |
00142_4.wav | 0 | 0 | 0 | 1 | 0 |
00147.wav | 0 | 0 | 0 | 0 | 1 |
00150.wav | 0 | 0 | 0 | 1 | 0 |
00152.wav | 0 | 0 | 1 | 0 | 0 |
00154.wav | 1 | 0 | 0 | 0 | 0 |
00154_1.wav | 1 | 0 | 0 | 0 | 0 |
00154_4.wav | 0 | 1 | 0 | 0 | 0 |
00156.wav | 0 | 0 | 1 | 0 | 0 |
00158_2.wav | 1 | 0 | 0 | 0 | 0 |
00158_3.wav | 0 | 0 | 1 | 0 | 0 |
00158_4.wav | 0 | 0 | 1 | 0 | 0 |
00159.wav | 1 | 0 | 0 | 0 | 0 |
00159_1.wav | 1 | 0 | 0 | 0 | 0 |
00161_1.wav | 1 | 0 | 0 | 0 | 0 |
00161_2.wav | 1 | 0 | 0 | 0 | 0 |
00161_4.wav | 1 | 0 | 0 | 0 | 0 |
00163.wav | 1 | 0 | 0 | 0 | 0 |
00163_1.wav | 1 | 0 | 0 | 0 | 0 |
00163_3.wav | 1 | 0 | 0 | 0 | 0 |
00163_4.wav | 1 | 0 | 0 | 0 | 0 |
00164_1.wav | 0 | 0 | 1 | 0 | 0 |
00164_2.wav | 1 | 0 | 0 | 0 | 0 |
00164_3.wav | 0 | 0 | 1 | 0 | 0 |
00164_4.wav | 1 | 0 | 0 | 0 | 0 |
00165_1.wav | 1 | 0 | 0 | 0 | 0 |
00165_4.wav | 1 | 0 | 0 | 0 | 0 |
00166.wav | 1 | 0 | 0 | 0 | 0 |
00166_2.wav | 1 | 0 | 0 | 0 | 0 |
00166_3.wav | 1 | 0 | 0 | 0 | 0 |
00167.wav | 0 | 0 | 0 | 1 | 0 |
00167_1.wav | 1 | 0 | 0 | 0 | 0 |
00167_4.wav | 1 | 0 | 0 | 0 | 0 |
00169.wav | 0 | 0 | 0 | 0 | 1 |
00169_1.wav | 0 | 0 | 0 | 0 | 1 |
00169_2.wav | 0 | 0 | 0 | 0 | 1 |
00169_3.wav | 1 | 0 | 0 | 0 | 0 |
00169_4.wav | 0 | 0 | 0 | 0 | 1 |
00172.wav | 1 | 0 | 0 | 0 | 0 |
00173.wav | 0 | 0 | 0 | 0 | 1 |
00173_1.wav | 0 | 0 | 0 | 0 | 1 |
00173_2.wav | 0 | 0 | 0 | 0 | 1 |
00173_3.wav | 0 | 1 | 0 | 0 | 0 |
00173_4.wav | 0 | 0 | 0 | 0 | 1 |
00176.wav | 0 | 0 | 0 | 1 | 0 |
00180.wav | 0 | 0 | 1 | 0 | 0 |
00181.wav | 0 | 0 | 0 | 0 | 1 |
00185_2.wav | 0 | 0 | 0 | 0 | 1 |
00185_3.wav | 0 | 0 | 0 | 0 | 1 |
00185_4.wav | 0 | 0 | 0 | 0 | 1 |
00185_5.wav | 0 | 1 | 0 | 0 | 0 |
00185_6.wav | 0 | 1 | 0 | 0 | 0 |
00186.wav | 0 | 1 | 0 | 0 | 0 |
00188.wav | 0 | 0 | 1 | 0 | 0 |
00190.wav | 0 | 1 | 0 | 0 | 0 |
AuditoryHuM: Auditory Scene Label Generation and Clustering using Human-MLLM Collaboration.
This is the supplementary material used to generate the results in the paper.
The Keras models require the presence of https://www.kaggle.com/api/v1/models/google/yamnet/tensorFlow2/yamnet/1/download
Download yamnet-tensorflow2-yamnet-v1.tar.gz and extract this model to a directory named yamnet_model.
mkdir yamnet_model && tar -xvzf yamnet-tensorflow2-yamnet-v1.tar.gz --directory yamnet_model
| Files | Description |
|---|---|
| advance_file_list.csv | List of files and the order with which they are processed. |
| ahead-ds_file_list.csv | |
| tau2019_file_list.csv | |
| advance_gemma3n_e2b_labels.csv | Labels generated by MLLMs. |
| advance_qwen2a_labels.csv | |
| advance_qwen2_5o_labels.csv | |
| ahead-ds_gemma3n_e2b_labels.csv | |
| ahead-ds_qwen2a_labels.csv | |
| ahead-ds_qwen2_5o_labels.csv | |
| tau2019_gemma3n_e2b_labels.csv | |
| tau2019_qwen2a_labels.csv | |
| tau2019_qwen2_5o_labels.csv | |
| advance_gemma3n_e2b_labels_annotations.csv | Human provided labels. |
| advance_qwen2a_labels_annotations.csv | |
| advance_qwen2_5o_labels_annotations.csv | |
| ahead-ds_gemma3n_e2b_labels_annotations.csv | |
| ahead-ds_qwen2a_labels_annotations.csv | |
| ahead-ds_qwen2_5o_labels_annotations.csv | |
| tau2019_gemma3n_e2b_labels_annotations.csv | |
| tau2019_qwen2a_labels_annotations.csv | |
| tau2019_qwen2_5o_labels_annotations.csv | |
| advance_captions.csv | Captions generated by MLLM. |
| ahead-ds_captions.csv | |
| tau2019_captions.csv | |
| advance_qwen2_5o_human_strat.csv | More labels for testing human labelling strategy. |
| advance_provided_labels.csv | Dataset provided labels. |
| ahead-ds_provided_labels.csv | |
| tau2019_provided_labels.csv | |
| advance_provided_train.csv | Dataset provided labels for downstream training. |
| advance_provided_validation.csv | |
| advance_provided_test.csv | |
| ahead-ds_provided_train.csv | |
| ahead-ds_provided_validation.csv | |
| ahead-ds_provided_test.csv | |
| tau2019_provided_train.csv | |
| tau2019_provided_validation.csv | |
| tau2019_provided_test.csv | |
| advance_auditoryhum_train.csv | AuditoryHuM labels for downstream training. |
| advance_auditoryhum_validation.csv | |
| advance_auditoryhum_test.csv | |
| ahead-ds_auditoryhum_train.csv | |
| ahead-ds_auditoryhum_validation.csv | |
| ahead-ds_auditoryhum_test.csv | |
| tau2019_auditoryhum_train.csv | |
| tau2019_auditoryhum_validation.csv | |
| tau2019_auditoryhum_test.csv | |
| yamnetp_advance_provided.keras | OpenYAMNet models trained on dataset provided labels. |
| yamnetp_ahead-ds_provided.keras | |
| yamnetp_tau2019_provided.keras | |
| yamnetp_advance_auditoryhum.keras | OpenYAMNet models trained on AuditoryHuM labels. |
| yamnetp_ahead-ds_auditoryhum.keras | |
| yamnetp_tau2019_auditoryhum.keras |
Licenced under CC-BY-4.0. See LICENCE.txt.
Attribution.
@misc{zhong2026auditoryhumauditoryscenelabel,
title={AuditoryHuM: Auditory Scene Label Generation and Clustering using Human-MLLM Collaboration},
author={Henry Zhong and Jörg M. Buchholz and Julian Maclaren and Simon Carlile and Richard F. Lyon},
year={2026},
eprint={2602.19409},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2602.19409},
}