🤖 AI Summary
This work addresses the limitations of current audio large language models (LLMs), which, despite strong performance on complex reasoning tasks, exhibit constrained fine-grained acoustic perception due to training paradigms centered predominantly on speech recognition that overlook paralinguistic and non-linguistic acoustic cues. To overcome this, the authors propose the Unified Audio Schema (UAS)—a structured supervision framework that, for the first time, jointly models linguistic, paralinguistic, and non-linguistic audio content within a unified JSON format. The approach integrates both discrete and continuous audio LLM architectures and employs a multi-task training strategy. Evaluated on the MMSU, MMAR, and MMAU benchmarks, the method achieves substantial gains in perceptual performance, improving the MMSU score by 10.9% over same-scale state-of-the-art models while preserving strong reasoning capabilities.
📝 Abstract
Recent Audio Large Language Models (AudioLLMs) exhibit a striking performance inversion: while excelling at complex reasoning tasks, they consistently underperform on fine-grained acoustic perception. We attribute this gap to a fundamental limitation of ASR-centric training, which provides precise linguistic targets but implicitly teaches models to suppress paralinguistic cues and acoustic events as noise. To address this, we propose Unified Audio Schema (UAS), a holistic and structured supervision framework that organizes audio information into three explicit components -- Transcription, Paralinguistics, and Non-linguistic Events -- within a unified JSON format. This design achieves comprehensive acoustic coverage without sacrificing the tight audio-text alignment that enables reasoning. We validate the effectiveness of this supervision strategy by applying it to both discrete and continuous AudioLLM architectures. Extensive experiments on MMSU, MMAR, and MMAU demonstrate that UAS-Audio yields consistent improvements, boosting fine-grained perception by 10.9% on MMSU over the same-size state-of-the-art models while preserving robust reasoning capabilities. Our code and model are publicly available at https://github.com/Tencent/Unified_Audio_Schema.