REVIEW 4 major objections 3 minor 2 cited by
FusionAudio-1.2M: Towards Fine-grained Audio Captioning with Multimodal Contextual Fusion
T0 review · 4 major / 3 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read FusionAudio-1.2M claims that fusing speech, music, general-sound, and visual cues into LLM-written captions yields a dataset that improves audio-text retrieval and audio understanding, and that models trained on it outperform those…
desk verdict A genuinely large and useful audio captioning dataset, but the main superiority claim is not actually controlled. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is a two-stage pipeline. In the first stage, 'Multimodal Contextual Cue Extraction,' the audio is split with a source-separation model into vocal and non-vocal tracks, and then four specialized models each produce a distinct description: Whisper transcribes speech, OpenMu describes music (after YamNet confirms music is present), GAMA describes general sound events, and Qwen2.5-VL produces a timestamped visual description of the video. In the second stage, 'LLM-Driven Contextual Synthesis,' the QwQ-32B LLM receives these four streams plus human-annotated AudioSet tags. The prompt instructs the model to cross-validate the sources, to use video information only for conditional correction of ambiguous audible events, to flag conflicts internally, and to generate a final caption that is strictly about audio, with a separate list of purely auditory ambiguities. A CLAP-based filter, calibrated against human scores on a 300-caption sample, then discards captions whose audio-text similarity falls below a threshold. This entire apparatus is what converts scattered multimodal cues into the fine-grained captions that drive the downstream gains.
What would settle it
Re-run the understanding benchmark normalizing by unique clips instead of QA pairs: take 25,000 unique FusionAudio clips (using one QA pair per clip to match baseline diversity) and fine-tune GAMA on that subset alongside the same model fine-tuned on 25,000 unique clips of AudioCaps, WavCaps, AudioSetCaps and Auto-ACD; if the FusionAudio advantage shrinks or vanishes, the reported gain is an artifact of data diversity rather than caption quality.
Extended reading notes
Core claim
The central claim, on the paper's own terms, is that multimodal contextual fusion is the key to fine-grained audio captioning at scale. The paper proposes a two-stage automated pipeline that first isolates a vocal track and then runs specialized models to extract separate contextual cues: an ASR model for speech, a music-understanding model for musical attributes, an audio-understanding model for general sound events, and a vision-language model to extract timestamped visual context from the associated video. A large language model then acts as an integration engine, synthesizing these streams into a single, purely auditory caption and using the video information only to disambiguate sounds when the audio alone is ambiguous. The result is FusionAudio-1.2M, a dataset of 1.2 million captions and 6 million question-answer pairs derived from AudioSet clips. The paper claims that this dataset, and especially a high-quality subset selected by a CLAP-based quality filter, gives models the best fine-grained audio understanding, and that the advantage holds even when all training data is normalized to 25,000 QA pairs.
Load-bearing premise
The claim that FusionAudio's captions are intrinsically higher quality rests on comparing models fine-tuned on the same number of 25,000 QA pairs, but for the baselines those pairs come from 25,000 unique clips while FusionAudio's come from only about 9,000 unique clips, so if clip diversity rather than caption quality explains the measured gains, the paper's central superiority claim would not be established.
Editorial extensions
If this is right
- If the central claim holds, automated audio captioning no longer needs manual annotation for scale: the same pipeline can generate detailed captions for millions of clips at a fraction of the cost.
- Models pre-trained on FusionAudio-1.2M should achieve higher recall on audio-text retrieval, particularly on fine-grained queries where small acoustic differences matter.
- Audio-language models fine-tuned on FusionAudio or FusionAudio-high should generalize better to unseen understanding tasks across adverse acoustic conditions, high-level semantics, and fine-grained recognition.
- Because the dataset generates multiple question-answer pairs from a single 10-second clip, the same number of training pairs can be produced from fewer unique audio clips, making data acquisition more efficient.
Reading between the lines
- The paper's ablation shows that removing the video stream hurts performance most, which suggests the pipeline's gains depend heavily on reliable visual context; for audio-only sources the approach would need a fallback.
- The 25,000-QA-pair comparison uses only about 9,000 unique clips for FusionAudio versus 25,000 for the baselines, so if clip diversity itself drives some of the gains, the claimed quality advantage could shrink under an equal-diversity comparison.
- The quality filter relies on a CLAP similarity threshold calibrated on only 300 human-rated captions, so the resulting 7.3% filter rate may not transfer to other domains, audio lengths, or model families.
- The paper does not test whether the generated captions benefit audio generation or other downstream tasks beyond retrieval and understanding, leaving open the possibility that the captions' style is tuned specifically for those benchmarks.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes FusionAudio-1.2M, a large-scale audio captioning dataset produced by a two-stage automated pipeline that first extracts context from general audio, speech, music, and video using specialized pretrained models, then uses an LLM to synthesize these cues into detailed captions. The dataset contains 1.2 million captions and 6 million QA pairs built from AudioSet. The authors report human evaluation on 300 samples, a CLAP-based automatic quality filter, and evaluate the dataset by pre-training an HTSAT-BERT model for audio-text retrieval and fine-tuning GAMA for a range of audio understanding tasks. They claim that models trained on FusionAudio outperform those trained on existing audio captioning datasets, including with fewer unique audio clips, and they provide ablations for modality contributions and data scaling.
Significance. If the claims hold, FusionAudio-1.2M would be a valuable resource for audio-language research: it addresses a real need for fine-grained, large-scale captions, incorporates multimodal context in a scalable way, and includes both captions and QA pairs. The paper's strengths include the scale of the released dataset, the use of human verification to calibrate the automatic filter, the systematic ablations of modality contributions, the data-scaling study, and the commitment to release code and data. However, the central empirical claim of dataset superiority is not yet convincingly established because the main comparisons contain confounds in text encoder architecture and in the number of unique audio clips. The dataset contribution itself is likely useful regardless of the outcome of those controls.
major comments (4)
- [§5.2.1, Table 5] The normalization to 25,000 QA pairs is incomplete. Section 5.2.1 says training data are normalized, but FusionAudio supplies these QA pairs from about 9,000 unique audio clips while each baseline uses about 25,000 unique clips. This varies both caption quality and the number/distribution of underlying audio scenes, so the gains in Table 5 cannot be attributed specifically to intrinsic caption quality; more annotations per clip or a quality-selected subset could produce the same result. Section 5.2.2's statement that 'dominant performance was achieved using substantially fewer unique audio clips' is the same confound rather than independent evidence of data efficiency. A matched comparison holding unique clip count fixed is needed.
- [§5.1.1, Table 4] Table 4 is not architecture-controlled. Section 5.1.1 states that all experiments use the HTSAT-BERT model, but the Auto-ACD and Sound-VECaps rows in Table 4 use HTSAT+RoBERTa while the other rows use HTSAT+BERT. Since the text encoder differs across baselines, the retrieval comparisons cannot be attributed solely to dataset quality. These two baselines should be re-run with HTSAT+BERT before concluding that FusionAudio captions improve retrieval performance.
- [§3.3, Figure 3d] The CLAP-score distribution in Figure 3d is partly circular as evidence of audio-text alignment. Section 3.3 filters the dataset using a CLAP audio-text cosine similarity threshold of 0.08, and Figure 3d then presents the CLAP score distribution of the resulting dataset as evidence of alignment. Filtering on the same metric mechanically shifts the distribution toward higher scores. The alignment claim should be validated with an independent measure or with explicit acknowledgment that the distribution is selection-induced.
- [§5.2.2, Limitation] The paper reports no error bars or significance tests, and the Limitation section acknowledges this. Several margins in Table 5 are small relative to what single-run comparisons can support (e.g., FA vs CompA-R on the overall average is 56.7 vs 56.6). Without multiple seeds or significance testing, the claim that FusionAudio-high 'achieving the highest average scores in all scenarios' is not statistically supported. At minimum, variance across seeds should be reported for the main comparisons.
minor comments (3)
- [§5.2.2] The text says FusionAudio 'consistently outperformed models trained on all benchmarked datasets across the majority of the 13 tasks,' but Table 5 contains 15 evaluation columns; the task count should be made consistent.
- [Table 4] The Auto-ACD row reports R@5 values as dashes and leaves the Average column empty, which makes the comparison table incomplete and harder to interpret.
- [Figure 3c] The caption 'Diversity of Object Types' is unclear; the text describes instruments, emotions, and music genres, so the figure label should match the actual content being measured.
Circularity Check
CLAP-based filtering makes the CLAP alignment statistic self-selected, but the core dataset-quality claim rests on independent downstream benchmarks.
-
fitted input called prediction
[Sec. 3.3 (Automatic Filtering) and Sec. 4.1 (Audio-Text Alignment, Fig. 3d)]
"We leveraged the CLAP model to automatically filter low-quality captions. We computed cosine similarity between CLAP-generated audio and caption embeddings as a quality indicator. ... Audio-Text Alignment: Figure 3d shows the distribution of cosine similarity between audio and text embeddings calculated by CLAP."
The same CLAP cosine-similarity score is used twice: first as the automatic filter (with a threshold of 0.08 tuned on the same 300-sample human evaluation), and later as evidence of audio-text alignment. Because every caption retained in FusionAudio-1.2M was selected to pass the CLAP similarity threshold, the plotted CLAP-score distribution in Figure 3d is shifted by construction and cannot independently validate alignment. This is a fitted input renamed as an alignment statistic. The circularity is localized: the paper's main superiority claims use independent metrics (HTSAT-BERT retrieval in Table 4 and GAMA understanding benchmarks in Table 5), so the central result does not reduce to the filter.
full rationale
The manuscript's derivation chain is mostly not circular. The dataset is built by an explicit multimodal pipeline (ASR, music captioning, GAMA sound captions, video captions, and LLM synthesis), and the claimed downstream improvements are measured on AudioCaps retrieval and 15 audio-understanding benchmarks with architectures (HTSAT-BERT, GAMA) that are independent of the CLAP filter used for curation. The clearest circularity is in Section 4.1: Figure 3d presents the CLAP audio-text similarity distribution of FusionAudio-1.2M as evidence of alignment, but the dataset was filtered by thresholding exactly this CLAP score, so the distribution is self-selected by construction. The threshold was also tuned on the same 300 human-evaluated samples, strengthening the self-referential character of that statistic. Additional concerns, such as the 25,000-QA-pair comparison in Table 5 using only 9,000 unique clips for FusionAudio versus 25,000 for baselines, and the HTSAT+RoBERTa architecture mismatch for two baselines in Table 4, are experimental confounds rather than definitional circularity: the downstream numbers are not forced by the dataset construction. Because the main performance claims rest on independent evaluations, the paper has substantial non-circular content; the score of 4 reflects one genuine circular statistic without implicating the central empirical finding.
Assumptions & free parameters
free parameters (2)
- CLAP filtering threshold =
0.08
- F1.05 beta =
1.05
assumptions (4)
- domain assumption AudioSet clips have associated video streams that provide semantically relevant visual context for the audio.
- domain assumption Specialized expert models (Whisper, GAMA, OpenMu, Qwen2.5-VL-72B) produce sufficiently accurate outputs to serve as reliable cues.
- domain assumption CLAP cosine similarity between audio and caption is a valid proxy for caption quality and hallucination.
- domain assumption The LLM (QwQ-32B) follows the long integration prompt and avoids introducing visual information or speech content into the final audio caption.
Cite this review
Pith. "Pith review of FusionAudio-1.2M: Towards Fine-grained Audio Captioning with Multimodal Contextual Fusion." pith.science (2026). https://pith.science/paper/A52ZRHYO
@misc{pith2026250601111,
author = {Pith},
title = {Pith review of: FusionAudio-1.2M: Towards Fine-grained Audio Captioning with Multimodal Contextual Fusion},
year = {2026},
howpublished = {\url{https://pith.science/paper/A52ZRHYO}},
note = {Machine review of arXiv:2506.01111}
}
read the original abstract
High-quality, large-scale audio captioning is crucial for advancing audio understanding, yet current automated methods often generate captions that lack fine-grained detail and contextual accuracy, primarily due to their reliance on limited unimodal or superficial multimodal information. Drawing inspiration from human auditory perception, which adeptly integrates cross-modal cues and performs sophisticated auditory scene analysis, we introduce a novel two-stage automated pipeline. This pipeline first employs specialized pretrained models to extract diverse contextual cues (e.g., speech, music, general sounds, and visual information from associated video). A large language model (LLM) then synthesizes these rich, multimodal inputs to generate detailed and context-aware audio captions. Key contributions of this work include: (1) the proposed scalable method for fine-grained audio caption generation; (2) FusionAudio, a new large-scale dataset comprising 1.2 million such detailed captions, combined with 6 million QA pairs; and (3) enhanced audio models developed using FusionAudio, specifically a CLAP-based audio encoder with superior audio-text alignment and instruction following. This paper paves the way for more nuanced and accurate automated understanding of complex audio environments. Code and data can be found in https://github.com/satsuki2486441738/FusionAudio.
Figures
Figures from the paper (14 more)
Forward citations
Cited by 2 Pith papers
-
EvA: An Evidence-First Audio Understanding Paradigm for LALMs
Preserving multi-scale non-speech evidence via hierarchical aggregation and non-compressive time-aligned fusion measurably lifts LALM perception more than reasoning.
-
Revisiting Audio-language Pretraining for Learning General-purpose Audio Representation
A 10.7M-pair audio-caption corpus and systematic comparison show contrastive pretraining is more data-efficient while captioning scales better, and supervised initialization yields diminishing returns.
Reference graph
Works this paper leans on
-
[1]
Large-scale contrastive language-audio pretraining with feature fusion and keyword- to-caption augmentation
Yusong Wu*, Ke Chen*, Tianyu Zhang*, Yuchen Hui*, Taylor Berg-Kirkpatrick, and Shlomo Dubnov. Large-scale contrastive language-audio pretraining with feature fusion and keyword- to-caption augmentation. InIEEE International Conference on Acoustics, Speech and Signal Processing, ICASSP, 2023
2023
-
[2]
GAMA: A large audio-language model with advanced audio understanding and complex reasoning abilities
Sreyan Ghosh, Sonal Kumar, Ashish Seth, Chandra Kiran Reddy Evuru, Utkarsh Tyagi, S Sakshi, Oriol Nieto, Ramani Duraiswami, and Dinesh Manocha. GAMA: A large audio-language model with advanced audio understanding and complex reasoning abilities. In Yaser Al-Onaizan, Mohit Bansal, and Yun-Nung Chen, editors,Proceedings of the 2024 Conference on Empirical M...
work page 2024
-
[3]
Yunfei Chu, Jin Xu, Qian Yang, Haojie Wei, Xipin Wei, Zhifang Guo, Yichong Leng, Yuanjun Lv, Jinzheng He, Junyang Lin, Chang Zhou, and Jingren Zhou. Qwen2-audio technical report. arXiv preprint arXiv:2407.10759, 2024
arXiv 2024
-
[4]
Clotho: An audio captioning dataset, 2019
Konstantinos Drossos, Samuel Lipping, and Tuomas Virtanen. Clotho: An audio captioning dataset, 2019
work page 2019
-
[5]
AudioCaps: Gen- erating captions for audios in the wild
Chris Dongjoo Kim, Byeongchang Kim, Hyunmin Lee, and Gunhee Kim. AudioCaps: Gen- erating captions for audios in the wild. In Jill Burstein, Christy Doran, and Thamar Solorio, editors,Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, V olume 1 (Long and Short Pape...
work page 2019
-
[6]
Laion-audio-630k dataset, 2023
LAION-AI. Laion-audio-630k dataset, 2023. Accessed: 2024-04-16
work page 2023
-
[7]
Plumbley, Yuexian Zou, and Wenwu Wang
Xinhao Mei, Chutong Meng, Haohe Liu, Qiuqiang Kong, Tom Ko, Chengqi Zhao, Mark D. Plumbley, Yuexian Zou, and Wenwu Wang. WavCaps: A ChatGPT-assisted weakly-labelled audio captioning dataset for audio-language multimodal research.IEEE/ACM Transactions on Audio, Speech, and Language Processing, pages 1–15, 2024
2024
-
[8]
Plumbley, Woon- Seng Gan, and Jianfeng Chen
Jisheng Bai, Haohe Liu, Mou Wang, Dongyuan Shi, Wenwu Wang, Mark D. Plumbley, Woon- Seng Gan, and Jianfeng Chen. Audiosetcaps: An enriched audio-caption dataset using automated generation pipeline with large audio and language models, 2024
work page 2024
Show all 48 references
-
[9]
Auto-acd: A large-scale dataset for audio-language representation learning, 2024
Luoyi Sun, Xuenan Xu, Mengyue Wu, and Weidi Xie. Auto-acd: A large-scale dataset for audio-language representation learning, 2024
2024
-
[10]
Plumbley, and Wenwu Wang
Yi Yuan, Dongya Jia, Xiaobin Zhuang, Yuanzhe Chen, Zhengxi Liu, Zhuo Chen, Yuping Wang, Yuxuan Wang, Xubo Liu, Xiyuan Kang, Mark D. Plumbley, and Wenwu Wang. Sound-vecaps: Improving audio generation with visual enhanced captions, 2025
2025
-
[11]
Air-bench: Benchmarking large audio-language models via generative comprehension, 2024
Qian Yang, Jin Xu, Wenrui Liu, Yunfei Chu, Ziyue Jiang, Xiaohuan Zhou, Yichong Leng, Yuanjun Lv, Zhou Zhao, Chang Zhou, and Jingren Zhou. Air-bench: Benchmarking large audio-language models via generative comprehension, 2024
2024
-
[12]
W. H. Sumby and I. Pollack. Visual contribution to speech intelligibility in noise.Journal of the Acoustical Society of America, 26:212–215, 1954
1954
-
[13]
Logothetis, and Stefano Panzeri
Christoph Kayser, Nikos K. Logothetis, and Stefano Panzeri. Visual enhancement of the information representation in auditory cortex.Current Biology, 20(1):19–24, 2010
2010
-
[14]
Ernst and Heinrich H
Marc O. Ernst and Heinrich H. Bülthoff. Merging the senses into a robust percept.Trends in Cognitive Sciences, 8(4):162–169, 2004
2004
-
[15]
Bregman.Auditory scene analysis: The perceptual organization of sound
Albert S. Bregman.Auditory scene analysis: The perceptual organization of sound. The MIT Press, 1990
1990
-
[16]
S. A. Shamma, M. Elhilali, and C. Micheyl. Temporal coherence and attention in auditory scene analysis.Trends in Neurosciences, 34(3):114–123, Mar 2011. Epub 2010 Dec 31. 11
2011
-
[17]
Robust speech recognition via large-scale weak supervision, 2022
Alec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, and Ilya Sutskever. Robust speech recognition via large-scale weak supervision, 2022
2022
-
[18]
Openmu: Your swiss army knife for music understanding
Mengjie Zhao, Zhi Zhong, Zhuoyuan Mao, Shiqi Yang, Wei-Hsiang Liao, Shusuke Takahashi, Hiromi Wakaki, and Yuki Mitsufuji. Openmu: Your swiss army knife for music understanding. arXiv preprint arXiv:2410.15573, 2024
2024 arXiv
-
[19]
Qwen2.5-vl technical report
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhaohai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Han...
2025 arXiv
-
[20]
Qwq-32b: Embracing the power of reinforcement learning, March 2025
Qwen Team. Qwq-32b: Embracing the power of reinforcement learning, March 2025
2025
-
[21]
Elizalde, S
B. Elizalde, S. Deshmukh, M. Al Ismail, and H. Wang. Clap learning audio concepts from natural language supervision. InIEEE International Conference on Acoustics, Speech and Signal Processing, pages 1–5. IEEE, 2023
2023
-
[22]
H. Li, Y . Kang, T. Liu, W. Ding, and Z. Liu. Ctal: Pre-training crossmodal transformer for audio-and-language representations.arXiv preprint arXiv:2109.00181, 2021
2021 arXiv
-
[23]
Yeh, P.-Y
C.-F. Yeh, P.-Y . Huang, V . Sharma, S.-W. Li, and G. Gosh. Flap: Fast language-audio pre- training. In2023 IEEE Automatic Speech Recognition and Understanding Workshop (ASRU), pages 1–8. IEEE, 2023
2023
-
[24]
J. Tian, H. Dongchao Yang, et al. Uniaudio: An audio foundation model toward universal audio generation.arXiv preprint arXiv:2310.00704, 2023
2023 arXiv
-
[25]
X. Wang, M. Thakker, Z. Chen, N. Kanda, S. Eskimez, M. Chen, S. Tang, J. Liu, T. Li, and T. Yoshioka. Speechx: Neural codec language model as a versatile speech transformer. IEEE/ACM Transactions on Audio, Speech, and Language Processing, 2024
2024
-
[26]
Pengi: An audio language model for audio tasks
Soham Deshmukh, Benjamin Elizalde, Rita Singh, and Huaming Wang. Pengi: An audio language model for audio tasks. In A. Oh, T. Neumann, A. Globerson, K. Saenko, M. Hardt, and S. Levine, editors,Advances in Neural Information Processing Systems, volume 36, pages 18090–18108. Cur...
2023
-
[27]
Y . Chu, J. Xu, X. Zhou, S. Yang, Z. Zhang, C. Yan, and J. Zhou. Qwen-audio: Advancing universal audio understanding via unified large-scale audio-language models.arXiv preprint arXiv:2311.07919, 2023
2023 arXiv
-
[28]
Z. Kong, A. Goel, R. Badlani, W. Ping, R. Valle, and B. Catanzaro. Audio flamingo: A novel audio language model with few-shot learning and dialogue abilities.arXiv preprint arXiv:2402.01831, 2024
2024 arXiv
-
[29]
Hybrid transformers for music source separation
Simon Rouard, Francisco Massa, and Alexandre Défossez. Hybrid transformers for music source separation. InICASSP 23, 2023
2023
-
[30]
Yamnet: Audio event classification
TensorFlow. Yamnet: Audio event classification. https://github.com/tensorflow/ models/tree/master/research/audioset/yamnet, n.d. Accessed: 2025-04-19
2025
-
[31]
Gemmeke, Daniel P
Jort F. Gemmeke, Daniel P. W. Ellis, Dylan Freedman, Aren Jansen, Wade Lawrence, R. Chan- ning Moore, Manoj Plakal, and Marvin Ritter. Audio set: An ontology and human-labeled dataset for audio events. In2017 IEEE International Conference on Acoustics, Speech and Signal Proces...
2017
-
[32]
Visualizing data using t-sne.Journal of Machine Learning Research, 9(86):2579–2605, 2008
Laurens van der Maaten and Geoffrey Hinton. Visualizing data using t-sne.Journal of Machine Learning Research, 9(86):2579–2605, 2008
2008
-
[33]
Hts- at: A hierarchical token-semantic audio transformer for sound classification and detection
Ke Chen, Xingjian Du, Bilei Zhu, Zejun Ma, Taylor Berg-Kirkpatrick, and Shlomo Dubnov. Hts- at: A hierarchical token-semantic audio transformer for sound classification and detection. In ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing ...
2022
-
[34]
Bert: Pre-training of deep bidirectional transformers for language understanding
Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. Bert: Pre-training of deep bidirectional transformers for language understanding. InProceedings of the 2019 conference of the North American chapter of the association for computational linguistics: human langua...
2019
-
[36]
• If the intensity or emotional context of the sound is conveyed (e.g., the dog barking intensely or the doorbell ringing in a rapid succession)
Detailing Key Things to Look For: • Whether the caption captures all major sounds and events in the audio (e.g., dog barking, doorbell ringing, etc.). • If the intensity or emotional context of the sound is conveyed (e.g., the dog barking intensely or the doorbell ringing in a...
-
[37]
trumpets,
Hallucinations You will be given the highlighted words or phrases marked by DeepSeek-V3 that need to be verified in the original caption: 2 A [male voice] delivers a [scripted narration] [in Polish], likely from a [recorded radio or podcast segment], accompanied by [subtle stu...
-
[38]
Extract instruments and return as a list
-
[39]
Extract emotions and return as a list
-
[40]
Extract music genres and return as a list
-
[41]
Extract scenes and return as a list
-
[42]
All words must be found in the sentence
-
[43]
Return a JSON format without any other words
-
[44]
instrument
Words must be extracted from the corresponding caption. The return format should only be like this: { "instrument": [], "emotion": [], "music genre": [], "scene": [] } Figure 10: An example prompt for extracting objects from audio. D More on Dataset Statistics D.1 Embedding Sp...
-
[45]
List contributing caption types
-
[46]
Return as string keys list
-
[47]
A car’s engine roars as it accelerates
Format: [’type1’, ’type2’]" Figure 11: Concise prompt for modal info check Examples for audios with different clap scores. Here we show the severity of hallucinations in audio captions under different clap similarity intervals. The red - marked parts are the hallucinatory part...
-
[48]
Audio Description
•Sources of Ambiguity: – Auditory Similarity or Vagueness of the Sound Itself: Some sounds may be auditorily similar to others and easily confused (e.g., vehicle sound vs. airplane sound, typing sound vs. light tapping sound). The sound’s own quality, distance, or reverberatio...
-
[2024]
Association for Computational Linguistics
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.