What Did I Just Say? Self-Listening for Full-Duplex Speech Models
Summary
This paper proposes Self-Listening, a method for full-duplex spoken language models that feeds realized speech back as input to improve interruption recovery and consistency with actually spoken responses.
View Cached Full Text
Cached at: 09/09/26, 04:32 PM
Paper page - What Did I Just Say? Self-Listening for Full-Duplex Speech Models
Source: https://huggingface.co/papers/2609.05592 Published on Sep 4
·
Submitted byhttps://huggingface.co/Benyou
Wangon Sep 9
Abstract
Self-Listening grounds interruption recovery in full-duplex spoken language models by feeding realized speech back as input, improving consistency with actually spoken responses.
Full-duplex spoken language modelscan listen and speak simultaneously, enabling them to handle interruptions and backchannels in human conversation. However, text generation, speech synthesis, and audio playback proceed asynchronously. As a result, what a model believes it has said may not match what has actually been played to the user. We refer to the problem of recovering from an interruption while remaining aware of the model’srealized speechasanchor interruption. To address this problem, we proposeSelf-Listening, a full-duplex modeling approach that interleaves user speech, model text, and the model’s played speech. By feeding therealized speechoutput back to the model as an input stream,self-listeninggrounds interruption recovery in what the user has actually heard. We further introduceAnchorSpeech, a collection with homogeneous training and test splits for tracking which items of structured ordered responses have actually been spoken.AnchorSpeech-test evaluates whether a model can respond consistently with the last completed item before an interruption. Experiments show that, compared with full-duplex baselines, models equipped withself-listeningmechanism achieve better anchoring performance.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2609\.05592
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.05592 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.05592 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.05592 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
MTR-DuplexBench: Towards a Comprehensive Evaluation of Multi-Round Conversations for Full-Duplex Speech Language Models
MTR-DuplexBench introduces a comprehensive benchmark for evaluating Full-Duplex Speech Language Models in multi-round conversations, addressing challenges like blurred turn boundaries and context inconsistency while assessing conversational features, dialogue quality, instruction following, and safety.
BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM
BayLing-Duplex is a native full-duplex speech language model that enables a single autoregressive LLM to manage turn-taking and interruptions without external VAD modules, achieving high success rates and improved response quality over prior models.
Liberating LLM Capabilities in Full-Duplex Speech Models
Proposes Listen-Write-Speak (LWS), a text-first tri-channel paradigm that allows a single autoregressive LLM to continuously listen, write visible text, and speak in real-time, enabling full-duplex speech interaction without architectural modifications.
Hierarchical Acoustic-Semantic Modeling: Modality Separation and Semantic Coherence for Full-Duplex SLMs
This paper introduces Lychee-FD, a native end-to-end full-duplex spoken language model that mitigates modality interference through a hierarchical parameter separation strategy, achieving significant improvements in speech intelligence and interaction fluidity.
Overcoming State Inertia in Full-Duplex Spoken Language Models via Activation Steering
This paper identifies 'state inertia' in full-duplex spoken language models, where the model's internal predictive focus lags during user interruptions, and proposes a training-free activation steering method to improve interruption handling.