Search papers, labs, and topics across Lattice.
This paper introduces Efficient Chain-of-Modality Reasoning (ECoM Reasoning), a novel framework that enhances the reasoning capabilities of spoken language models (SLMs) by integrating compressed reasoning into their architecture. By employing a curriculum-based training strategy called Progressive Compression, the model transitions from full-form reasoning to a more efficient compressed format, significantly improving reasoning accuracy. Experimental results reveal that ECoM Reasoning achieves a 21% accuracy boost over standard Chain-of-Modality (CoM) methods while utilizing only 40% of the text tokens, highlighting its efficiency and effectiveness in spoken mathematical question answering tasks.
ECoM Reasoning boosts spoken language model accuracy by 21% while slashing token usage to just 40% of the standard approach.
Spoken language models (SLMs) enable natural human-computer interaction, but their reasoning ability still lags behind that of text-based large language models, especially on spoken mathematical question answering tasks. One important reason is that SLMs reason over purely verbalized mathematical expressions, which are harder to interpret than symbolic text. However, directly transferring text-based reasoning to SLMs is nontrivial due to architectural constraints and the additional computational requirements. To address this challenge, we propose Efficient Chain-of-Modality Reasoning (ECoM Reasoning), the first framework to introduce compressed reasoning into SLMs. By compressing the textual component so that it jointly serves as speech guidance and reasoning representation, ECoM Reasoning improves reasoning accuracy while using a smaller token budget than the standard Chain-of-Modality (CoM) architecture, which generates intermediate text before speech. To train this capability, we further propose Progressive Compression, a curriculum-based strategy that gradually trains the model from full-form reasoning to compressed reasoning. Experiments on spoken mathematical question answering benchmarks show that ECoM Reasoning improves accuracy by 21% over standard CoM without explicit reasoning, and by 3% over CoM with full reasoning traces while using only 40% of the text tokens, demonstrating that it enhances SLM reasoning while remaining inference-efficient.