SOTAVerified

When can I Speak? Predicting initiation points for spoken dialogue agents

2022-08-07SIGDIAL (ACL) 2022Code Available0· sign in to hype

Siyan Li, Ashwin Paranjape, Christopher D. Manning

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Current spoken dialogue systems initiate their turns after a long period of silence (700-1000ms), which leads to little real-time feedback, sluggish responses, and an overall stilted conversational flow. Humans typically respond within 200ms and successfully predicting initiation points in advance would allow spoken dialogue agents to do the same. In this work, we predict the lead-time to initiation using prosodic features from a pre-trained speech representation model (wav2vec 1.0) operating on user audio and word features from a pre-trained language model (GPT-2) operating on incremental transcriptions. To evaluate errors, we propose two metrics w.r.t. predicted and true lead times. We train and evaluate the models on the Switchboard Corpus and find that our method outperforms features from prior work on both metrics and vastly outperforms the common approach of waiting for 700ms of silence.

Tasks

Reproductions