TLDR: A new research paper introduces AuditoryBench++, a comprehensive benchmark to evaluate how well language models understand auditory concepts from text alone. It also presents AIR-CoT (Auditory Imagination Reasoning Chain-of-Thought), a novel method that enables LLMs to “imagine” sounds by detecting relevant text spans and injecting audio embeddings. Experiments show AIR-CoT significantly improves LLM performance on tasks like pitch comparison, animal sound recognition, and auditory context reasoning, laying a foundation for more human-like multimodal AI.
Humans possess a remarkable ability to reason about sounds even without directly hearing them. We can effortlessly infer properties like pitch, loudness, or the source of a sound based on auditory commonsense. However, large language models (LLMs) often struggle with this capability, which limits their effectiveness in understanding and interacting with the world in a truly multimodal way.
A recent research paper, “AUDITORYBENCH++: CAN LANGUAGE MODELS UNDERSTAND AUDITORY KNOWLEDGE WITHOUT HEARING?”, addresses this critical gap by introducing a new benchmark and a novel reasoning method designed to equip LLMs with auditory imagination.
Introducing AuditoryBench++: A Comprehensive Benchmark
The researchers present AuditoryBench++, a comprehensive benchmark specifically designed to evaluate auditory knowledge and reasoning in text-only environments. Unlike previous, more limited benchmarks, AuditoryBench++ features five distinct tasks, offering a more thorough assessment of how models process and integrate auditory concepts. These tasks include:
- Pitch Comparison: Models must determine which of two described sounds has a higher pitch.
- Duration Comparison: Models compare two sounds and identify the one with the longer duration.
- Loudness Comparison: This task requires models to select the louder sound based on textual prompts.
- Animal Sound Recognition: Models predict the correct animal associated with a given onomatopoeic expression (e.g., ‘meow’).
- Auditory Context Reasoning: This evaluates a model’s ability to interpret nuanced auditory cues and situational contexts.
The creation of AuditoryBench++ involved a rigorous multi-stage pipeline, integrating diverse existing resources and applying systematic filtering, statistical estimation, and human verification to ensure high quality and reliability.
AIR-CoT: Enabling Auditory Imagination in LLMs
To address the observed lack of auditory commonsense in LLMs, the paper introduces Auditory Imagination Reasoning Chain-of-Thought (AIR-CoT). This innovative method allows language models to dynamically generate and process auditory information during inference, effectively enabling them to “imagine” sounds.
AIR-CoT operates in two main training stages:
- Span Detection: The model is trained to identify specific text segments that require auditory knowledge using special `[imagine]` tokens. When the model encounters such a span, it learns to generate these tokens, signaling a need for auditory reasoning.
- Knowledge Injection via Imagination: Upon detecting an `[/imagine]` token, the model pauses its text generation. It then leverages external audio models, such as CLAP, to produce relevant audio embeddings. These embeddings, representing the “imagined” auditory knowledge, are then injected back into the model’s reasoning process, allowing it to continue with an enhanced understanding of the acoustic context.
This end-to-end approach allows the model to reason more effectively by integrating auditory information directly into its thought process, rather than relying on a separate, cascaded system.
Also Read:
- SightSound-R1: Transferring Advanced Reasoning from Vision to Audio AI Models
- Advancing Spoken Language Assessment with a Unified Multimodal AI Model
Experimental Results and Future Directions
Extensive experiments were conducted using recent LLMs and Multimodal LLMs, comparing off-the-shelf models, those augmented with auditory knowledge, and AIR-CoT. The results demonstrate that AIR-CoT generally outperforms both categories, showing substantial improvements in pitch comparison, animal sound recognition, and auditory context reasoning tasks.
However, the improvements in duration and loudness comparison were more limited. The researchers suggest this is because current audio representations are primarily semantic, making them effective for recognizing sounds and contexts but less so for quantitative properties like duration and amplitude, which require temporal and amplitude cues not well-captured by existing embeddings. Future work will focus on developing representations that can encode these quantitative properties more directly.
The introduction of AuditoryBench++ and AIR-CoT marks a significant step towards building language models that can truly understand and reason about auditory information without direct audio input, paving the way for more natural and human-like multimodal reasoning capabilities in AI.


