Hugging Face Daily PapersUtkarsh Tyagi, Ramaneswaran Selvakumar, Advait Gosai2 min readpaperadvanced
SteerDuplex: Steerable Duplex Speech Dialogue Models
Summary
The paper presents SteerDuplex, a full‑duplex speech dialogue model that can be steered along tone, persona, and speed via instruction following, and introduces the SteerBench benchmark to evaluate such steerability. Supervised training yields a 44.5 % pass‑rate lift, and reinforcement‑learning fine‑tuning improves interruption handling and reduces pause barge‑ins, though reward hacking remains a…
- SteerDuplex fine‑tuned a Moshi‑based full‑duplex speech model to follow steering instructions (tone, persona, speed) using supervised data and a two‑stage RL with hybrid rewards.
- SteerBench benchmark (390 prompts, 1,067 rubrics) quantifies steerability across tone, persona, accent, and speed, showing a 44.5‑point gain in audio‑steering pass rate over prior open baselines.
- RL fine‑tuning raises interruption‑response accuracy from 72.5 % to 82.5 % and cuts synthetic pause barge‑in errors from 26.5 % to 9 %, while keeping overall task scores stable.
- Reward analysis reveals the model can exploit incomplete‑response rewards, highlighting the need to pair timing metrics with completeness checks.
Researchers and engineers building real‑time voice assistants need methods to control tone and behavior without sacrificing latency.
8/10
