paper-with-me

Papers

Investigating Speech Features for Continuous Turn-Taking Prediction Using LSTMs

2018-06-29 · Matthew Roddy, Gabriel Skantze, Naomi Harte

For spoken dialog systems to conduct fluid conversational interactions with users, the systems must be sensitive to turn-taking cues produced by a user. Models should be designed so that effective decisions can be made as to when it is appropriate, or not, for the system to speak. Traditional end-of-turn models, where decisions are made at utterance end-points, are limited in their ability to model fast turn-switches and overlap. A more flexible approach is to model turn-taking in a continuous manner using RNNs, where the system predicts speech probability scores for discrete frames within a future window. The continuous predictions represent generalized turn-taking behaviors observed in the training data and can be applied to make decisions that are not just limited to end-of-turn detection. In this paper, we investigate optimal speech-related feature sets for making predictions at pauses and overlaps in conversation. We find that while traditional acoustic features perform well, part-of-speech features generally perform worse than word features. We show that our current models outperform previously reported baselines.

📄 PDF Abstract BibTeX arXiv:1806.11461

Code (1)

mattroddy/lstm_turn_taking_prediction 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards a General, Continuous Model of Turn-taking in Spoken Dialogue using LSTM Recurrent Neural Networks

2017-08-01 · WS 2017 8 · Gabriel Skantze

Previous models of turn-taking have mostly been trained for specific turn-taking decisions, such as discriminating between turn shifts and turn retention in pauses. In this paper, we present a predictive, continuous mode…

Feature EngineeringSpoken Dialogue Systems

DualTurn: Learning Turn-Taking from Dual-Channel Generative Speech Pretraining

2026-03-09 · Shangeth Rajaa arxiv

Speech-to-speech models handle turn-taking naturally but offer limited support for tool-calling or complex reasoning, while production ASR-LLM-TTS voice pipelines offer these capabilities but rely on silence timeouts, wh…

Visual Cues Enhance Predictive Turn-Taking for Two-Party Human Interaction

2025-05-27 · Sam O'Connor Russell, Naomi Harte

Turn-taking is richly multimodal. Predictive turn-taking models (PTTMs) facilitate naturalistic human-robot interaction, yet most rely solely on speech. We introduce MM-VAP, a multimodal PTTM which combines speech with v…

Multimodal Continuous Turn-Taking Prediction Using Multiscale RNNs

2018-08-31 · Matthew Roddy, Gabriel Skantze, Naomi Harte

In human conversational interactions, turn-taking exchanges can be coordinated using cues from multiple modalities. To design spoken dialog systems that can conduct fluid interactions it is desirable to incorporate cues …

Prediction

How Much Does Prosody Help Turn-taking? Investigations using Voice Activity Projection Models

2022-09-12 · SIGDIAL (ACL) 2022 9 · Erik Ekstedt, Gabriel Skantze

Turn-taking is a fundamental aspect of human communication and can be described as the ability to take turns, project upcoming turn shifts, and supply backchannels at appropriate locations throughout a conversation. In t…