Search papers, labs, and topics across Lattice.
The paper identifies a performance gap in AudioLLMs, where strong reasoning abilities are coupled with weak fine-grained acoustic perception due to ASR-centric training suppressing paralinguistic cues. To address this, they introduce Unified Audio Schema (UAS), a structured JSON-based supervision framework that explicitly organizes audio information into transcription, paralinguistics, and non-linguistic events. Applying UAS to both discrete and continuous AudioLLM architectures yields a 10.9% improvement in fine-grained perception on MMSU while maintaining reasoning capabilities.
AudioLLMs don't have to choose between reasoning and perception: a unified schema can boost both.
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.