BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM

23d ago · Global · primary source: export.arxiv.org

A research team has introduced BayLing-Duplex, a speech language model that can listen and speak simultaneously without relying on an external turn-taking module, according to a paper posted to arXiv on June 12 [1]. The model is built as a single autoregressive large language model that decides internally when to listen, speak, and stop [1]. Unlike existing speech language models such as LLaMA-Omni and GLM-4-Voice, which remain turn-based and depend on an external Voice Activity Detection module to mark the end of a user's turn, BayLing-Duplex handles natural conversational phenomena including overlap, hesitation, and barge-in [2][3]. The design adds only a few special tokens to the standard vocabulary, allowing it to transfer across LLMs and reuse existing training and serving stacks with no architectural adaptation [4]. The researchers started from the public GLM-4-Voice checkpoint and fine-tuned the model with 400,000 full-duplex samples, followed by a lightweight Direct Preference Optimization stage [1][5]. On the InstructS2S-Eval benchmark, BayLing-Duplex reached 92% turn-taking success and 100% interruption success [1][3]. It also improved the speech-response score from 2.17 to 3.39 over Moshi, a prior speech dialogue model [2][4]. Beyond interactive metrics, the model matched or surpassed its turn-based counterpart on Llama Questions, Web Questions, and Alpaca-Eval, indicating that simultaneous listen-and-speak modeling does not degrade response quality [1][5]. The paper's authors note that real-time, full-duplex speech interaction is a key feature of next-generation spoken chatbots [2][3]. Code and models have been made available on GitHub [4].

research-papermodel-releaseinfrastructure

Background sources we checked (10)
  • arxiv.org ↗ Real-time, full-duplex speech interaction is a key feature of next-generation spoken chatbots, allowing the model to listen and speak at the same time and to handle natural phenomena such as overlap, hesitation, and barge-in. Existing speech language models (SpeechLMs) such as LL…
  • arxiv.org ↗ Real-time, full-duplex speech interaction is a key feature of next-generation spoken chatbots, allowing the model to listen and speak at the same time and to handle natural phenomena such as overlap, hesitation, and barge-in. Existing speech language models (SpeechLMs) such as LL…
  • arxiv.org ↗ Real-time, full-duplex speech interaction is a key feature of next-generation spoken chatbots, allowing the model to listen and speak at the same time and to handle natural phenomena such as overlap, hesitation, and barge-in. Existing speech language models (SpeechLMs) such as LL…
  • huggingface.co ↗ Paper page - BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM arxiv:2606.14528 Copy markdown # BayLing-Duplex: Native Full-Duplex Speech Dialogue with a Single Autoregressive LLM Published on Jun 12 Authors: ## Abstract A native full-dupl…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue