STITCH: Simultaneous Thinking and Talking with Chunked Reasoning for Spoken Language Models
Cheng-Han Chiang, Xiaofei Wang, Linjie Li, Chung-Ching Lin, Kevin Lin, Shujie Liu, Zhendong Wang, Zhengyuan Yang, Hung-yi Lee, Lijuan Wang
TL;DR
The paper addresses the latency and coherence gap in spoken language models by introducing Stitch, a generation framework that interleaves unspoken reasoning chunks with spoken output chunks to achieve simultaneous thinking and talking. Stitch-R (reasoning-first) and Stitch-S (speaking-first) leverage chunked reasoning tokens within fixed-length audio chunks, using timing to hide internal thought while producing speech. Across math-reasoning and knowledge datasets, Stitch variants outperform non-reasoning baselines by over 15% on reasoning tasks while maintaining comparable performance on non-reasoning tasks, with Stitch-S achieving zero additional latency relative to baselines. The approach demonstrates that enabling unspoken internal reasoning in SLMs can substantially improve answer quality without sacrificing responsiveness, pointing to practical improvements for real-time, reasoning-enabled dialogue systems.
Abstract
Spoken Language Models (SLMs) are designed to take speech inputs and produce spoken responses. However, current SLMs lack the ability to perform an internal, unspoken thinking process before responding. In contrast, humans typically engage in complex mental reasoning internally, enabling them to communicate ideas clearly and concisely. Thus, integrating an unspoken thought process into SLMs is highly desirable. While naively generating a complete chain-of-thought (CoT) reasoning before starting to talk can enable thinking for SLMs, this induces additional latency for the speech response, as the CoT reasoning can be arbitrarily long. To solve this issue, we propose Stitch, a novel generation method that alternates between the generation of unspoken reasoning chunks and spoken response chunks. Since the audio duration of a chunk of spoken response is much longer than the time to generate the tokens in a chunk of spoken response, we use the remaining free time to generate the unspoken reasoning tokens. When a chunk of audio is played to the user, the model continues to generate the next unspoken reasoning chunk, achieving simultaneous thinking and talking. Remarkably, Stitch matches the latency of baselines that cannot generate unspoken CoT by design while outperforming those baselines by 15% on math reasoning datasets; Stitch also performs equally well on non-reasoning datasets as those baseline models. Some animations and demonstrations are on the project page: https://d223302.github.io/STITCH.
