Low-Latency Turn-Taking via Context-Aware Preface Generation in a Real-World Dialogue Robot

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, quick

Summary

A two-stage incremental framework addresses response delays in large language model (LLM)-based dialogue systems, which typically generate responses only after final speech recognition. This framework decouples prefatory-response preparation from speech onset: an intent readiness detector triggers LLM-based generation of a short preface when user intent is predictable, while a voice activity projection (VAP) model determines its delivery time. A field experiment with a route-guidance robot in a shopping mall evaluated no-filler, fixed-filler, and contextual-preface conditions. Both fixed-filler and contextual-preface significantly reduced initial response latency compared to no-filler. Contextual-preface had longer initial response latency than fixed-filler but a significantly shorter initial-to-main gap, indicating a timing trade-off, with exploratory ratings showing no significant differences.

Key takeaway

For NLP Engineers developing real-time LLM-based dialogue systems, you should consider a two-stage incremental framework to mitigate response delays. By decoupling prefatory response generation from final speech recognition using intent prediction and voice activity projection, you can reduce overall turn-taking latency. Evaluate the trade-off between initial response latency and the gap to the main response in your specific application to optimize user experience.

Key insights

A two-stage framework reduces LLM dialogue latency by decoupling preface generation from final speech recognition.

Principles

Method

An intent readiness detector triggers LLM-based preface generation, and a voice activity projection (VAP) model determines delivery timing, enabling a two-stage incremental dialogue response.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.