TurnNat: Automatic Evaluation of Turn-Taking Naturalness in Dyadic Spoken Dialogue
Summary
TurnNat is a novel likelihood-based framework designed for the automatic evaluation of turn-taking naturalness in two-channel dyadic spoken dialogue. Addressing limitations of human judgments and behavior-specific timing metrics, TurnNat employs a causal turn-taking prediction model, trained on natural conversations, to estimate future two-speaker voice-activity states. It quantifies timing atypicality using the negative log-likelihood (NLL) of observed future activity. Frame-level NLLs are pooled over turn-taking boundary units (TBUs), extracted from utterance onsets and offsets, and then aggregated into a dialogue-level naturalness score. Experiments on a controlled perturbation benchmark, validated by human judgments, demonstrate TurnNat's success in identifying unnatural turn-taking perturbations across diverse timing failures.
Key takeaway
For NLP Engineers developing full-duplex spoken dialogue systems, TurnNat offers a robust, automatic method to evaluate turn-taking naturalness. This framework allows you to objectively identify and compare heterogeneous timing failures, moving beyond subjective human judgments or limited timing metrics. Integrate TurnNat into your development pipeline to systematically benchmark and refine your system's conversational flow, ensuring a more natural user experience.
Key insights
TurnNat automatically evaluates spoken dialogue turn-taking naturalness using a likelihood-based framework and a causal prediction model.
Principles
- Likelihood-based models can quantify timing atypicality.
- Causal prediction of voice activity states is key.
- Aggregate frame-level scores for dialogue-level evaluation.
Method
TurnNat trains a causal turn-taking prediction model, estimates future voice-activity states, calculates negative log-likelihood (NLL) for atypicality, pools NLLs over turn-taking boundary units (TBUs), and aggregates scores.
In practice
- Identify unnatural turn-taking in spoken dialogue.
- Compare heterogeneous timing failures objectively.
- Benchmark full-duplex spoken dialogue systems.
Topics
- Turn-Taking Naturalness
- Spoken Dialogue Systems
- Automatic Evaluation
- Likelihood-Based Models
- Voice Activity Prediction
- Dialogue Metrics
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.