Search papers, labs, and topics across Lattice.
This work enhances full-duplex spoken dialogue models by introducing a post-training alignment method that optimizes interactivity through reinforcement learning (RL). By focusing on four key axes of interactivity鈥攑ause handling, turn-taking, backchanneling, and user interruption鈥攖he authors implement axis-specific reward functions derived from human conversation data. The results show significant improvements in interactivity for the Moshi and PersonaPlex models during both offline evaluations and real-time dialogue scenarios, addressing common issues like excessive silence and poor turn-taking.
Reinforcement learning can transform full-duplex dialogue models by optimizing interactivity across multiple dimensions, leading to more natural conversations.
Full-duplex spoken dialogue models can listen and speak simultaneously, making them a promising architecture for natural conversation. However, current models are trained solely with supervised learning through token-level likelihood maximization, which does not directly optimize interaction-level behaviors, causing interactivity issues such as excessive silence and ill-timed turn-taking. Recent work has applied reinforcement learning (RL) to improve interactivity, but existing methods address only a limited set of interactive behaviors in their rewards. In this work, we propose a post-training alignment method that comprehensively improves the interactivity of full-duplex spoken dialogue models through RL. We address the four canonical axes of interactivity: pause handling, turn-taking, backchanneling, and user interruption. For each axis, we extract short audio segments from human conversation corpora and optimize the model with axis-specific reward functions. An extra LLM-based reward for response quality prevents semantic degradation. We apply our method to two open-source models, Moshi and PersonaPlex, demonstrating consistent improvements in interactivity on both offline evaluation with pre-recorded audio and real-time multi-turn dialogue evaluation.