Efficient Chain-of-Modality Reasoning via Progressive Compression for Spoken Language Models

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Efficient Chain-of-Modality Reasoning (ECoM Reasoning) is a novel framework designed to enhance the reasoning capabilities of Spoken Language Models (SLMs), particularly in spoken mathematical question answering. SLMs typically struggle with verbalized mathematical expressions compared to text-based large language models. ECoM Reasoning addresses this by introducing compressed reasoning, where a textual component is jointly used for speech guidance and reasoning representation. This approach significantly improves reasoning accuracy while reducing the token budget compared to the standard Chain-of-Modality (CoM) architecture. To facilitate this, the authors developed Progressive Compression, a curriculum-based training strategy that transitions models from full-form to compressed reasoning. Benchmarking on spoken mathematical question answering tasks demonstrated ECoM Reasoning's effectiveness, showing a 21% accuracy improvement over standard CoM without explicit reasoning and a 3% gain over CoM with full reasoning traces, all while utilizing only 40% of the text tokens.

Key takeaway

For NLP Engineers developing Spoken Language Models (SLMs) for complex tasks like mathematical question answering, you should consider implementing compressed reasoning techniques. ECoM Reasoning demonstrates that by integrating compressed textual components for both speech guidance and reasoning, you can achieve significant accuracy gains (e.g., 21% over standard CoM) while substantially reducing token usage (40% of text tokens). This approach offers a path to more inference-efficient and capable SLMs, allowing your models to handle intricate verbalized expressions more effectively.

Key insights

ECoM Reasoning improves SLM accuracy and efficiency by compressing textual reasoning traces for joint speech guidance.

Principles

Method

ECoM Reasoning compresses textual components to serve as speech guidance and reasoning representation. Progressive Compression trains this via a curriculum from full-form to compressed reasoning.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.