Papers for

audio system developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Audio language models get new test for true reasoning skills

Beyond Accuracy: ARIA-Rubrics for Evaluating Audio Reasoning in Large Audio Language Models

Abstract: Large Audio Language Models (LALMs) have shown strong performance on audio reasoning benchmarks, but accuracy alone cannot distinguish true reasoning from superficial pattern matching, often overestimating reasoning ability since high scores may result from guessing rather than genuine audio understanding. Evaluating the reasoning process itself is essential for improving LALMs' reasoning ability, yet remains challenging. Existing methods either rely on costly human annotation or opaque LLM-as-judge approaches, making them impractical, biased, and lacking transparency. Moreover, audio reasoning introduces unique challenges absent in text-based settings, perceptual hallucination and cross-modal alignment between audio understanding and textual inference, hence text-based evaluation frameworks cannot be directly applied. Therefore, we propose ARIA-Rubrics (Audio Reasoning Integrity Assessment), a lightweight, annotation-free gold reasoning chains, automatic and transparent framework comprising six complementary metrics that evaluate audio reasoning quality across perceptual grounding, reasoning coherence, and answer consistency. We use Chain-of-Thought prompting as an externalization mechanism to make the reasoning process observable. Experiments on 9 models across 2 benchmarks identify three reasoning modes of current LALMs with actionable directions for future development, with ARIA-Rubrics achieving high correlation with human judgments. The code is available at the Github Repository.

Wed 9 SeptSound
The gist
Large audio language models can identify sounds and answer questions, but their high scores might come from guessing instead of real understanding. The authors created ARIA-Rubrics, a new way to check if these models really think through audio problems correctly by looking at the whole reasoning process, not just the final answer. Their approach doesn’t need expensive human checks and works by breaking down the models’ thinking steps. Tests showed ARIA-Rubrics aligns well with how humans judge true reasoning and revealed different thinking styles in current models.
Open 2609.09681v1

Large audio language models reduce false yes answers with token adaptive decoding

TAD: Token-Adaptive Contrastive Decoding with Confidence-Guided Gating for Hallucination Mitigation in Large Audio-Language Models

Abstract: Large audio-language models (LALMs) can hallucinate audio objects, answering "yes" to absent sound events, thus undermining reliability in audio question answering. We propose Token-Adaptive Decoding (TAD), a training-free strategy for hallucination mitigation that grounds the initial yes/no decision by contrasting logits under real audio with a matched silent reference. TAD introduces a token-adaptive, confidence-guided gate that is decision-critical at the first decoding step and class-conditional on affirmative tokens, using the audio-silent margin to avoid overcorrection when evidence is weak or already sufficient. Experiments on AudioCaps-Hallucination show that, relative to Audio-Aware Decoding (AAD), a contrastive baseline with fixed contrast strength, TAD improves F1 for Qwen2 by 0.059 to 0.117 across Popular, Adversarial, and Random splits, and for Gemma by 0.025 to 0.064, while on Clotho-AQA it raises F1 from 0.810 to 0.816 on Qwen2 and remains comparable to AAD on Gemma.

Mon 7 SeptSoundComputation and LanguageComputer Vision and Pattern Recognition
The gist
Large audio-language models sometimes wrongly say 'yes' to sounds that aren't actually present, which can cause mistakes in audio question answering. The authors propose a way called Token-Adaptive Decoding (TAD) that helps the model decide more accurately by comparing what it hears against silence. This method adjusts decisions based on confidence and avoids unnecessary corrections. Tests show that TAD improves accuracy compared to earlier methods, especially in challenging cases.
Open 2609.07286v1