Efficient Chain-of-Modality Reasoning via Progressive Compression for Spoken Language Models
This paper proposes Efficient Chain-of-Modality Reasoning (ECoM Reasoning), a framework to improve reasoning ability in spoken language models (SLMs) for mathematical question answering tasks by compressing textual components.
First framework to introduce compressed reasoning into SLMs for mathematical question answering
Keywords
Before reading this…
Applications
- →Improving spoken language models for mathematical question answering
To understand this paper, make sure you know these concepts first:
- Understanding of spoken language models, mathematical question answering, and compression techniquesfind papers →
Abstract
More Like ThisSpoken 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.