Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LTS-VoiceAgent: A Listen-Think-Speak Framework for Efficient Streaming Voice Interaction via Semantic Triggering and Incremental Reasoning

About

Real-time voice agents face a dilemma: end-to-end models often lack deep reasoning, while cascaded pipelines incur high latency by executing ASR, LLM reasoning, and TTS strictly in sequence, unlike human conversation where listeners often start thinking before the speaker finishes. Since cascaded architectures remain the dominant choice for complex tasks, existing cascaded streaming strategies attempt to reduce this latency via mechanical segmentation (e.g., fixed chunks, VAD-based splitting) or speculative generation, but they frequently either break semantic units or waste computation on predictions that must be rolled back. To address these challenges, we propose LTS-VoiceAgent, a Listen-Think-Speak framework that explicitly separates when to think from how to reason incrementally. It features a Dynamic Semantic Trigger to detect meaningful prefixes, and a Dual-Role Stream Orchestrator that coordinates a background Thinker (for state maintenance) and a foreground Speaker (for speculative solving). This parallel design enables "thinking while speaking" without blocking responses. We also introduce a Pause-and-Repair benchmark containing natural disfluencies to stress-test streaming robustness. Experiments across VERA, Spoken-MQA, BigBenchAudio, and our benchmark show that LTS-VoiceAgent achieves a stronger accuracy-latency-efficiency trade-off than serial cascaded baselines and existing streaming strategies.

Wenhao Zou, Yuwei Miao, Zhanyu Ma, Jun Xu, Jiuchong Gao, Jinghua Hao, Renqing He, Jingwen Xu• 2026

Related benchmarks

TaskDatasetResultRank
Audio-based ReasoningBigBench Audio
Accuracy71.9
8
Spoken Question AnsweringVERA
Accuracy6.88
8
Spoken Question AnsweringSpoken-MQA
Accuracy78.52
8
Spoken Question AnsweringOur Bench
Accuracy62.57
8
Streaming Voice-Agent Interaction EfficiencySpoken-MQA
NFE1.96
5
Streaming Voice-Agent Interaction EfficiencyPause-and-Repair
NFE2.02
5
Streaming Voice-Agent Interaction EfficiencyVERA
NFE2.37
5
Streaming Voice-Agent Interaction EfficiencyBigBench Audio
NFE2.05
5
Showing 8 of 8 rows

Other info

Follow for update