LEEETs-Dial: Linguistic Entrainment in End-to-End Task-oriented Dialogue systems
Nalin Kumar, Ondřej Dušek
TL;DR
The paper tackles the challenge of linguistic entrainment in end-to-end task-oriented dialogue systems. It proposes three methods—instance weighting, user token likelihood loss, and lexical keyword conditioning—to induce lexical alignment with users in a GPT-2-based DS, evaluated on MultiWOZ 2.1 against baselines and GPT-4. The results show improved lexical and syntactic entrainment with minimal sacrifice to task success, and human evaluation favors certain variants for fluency and naturalness. This work demonstrates that structured entrainment can be integrated into end-to-end dialogue systems, offering practical gains in naturalness and efficiency.
Abstract
Linguistic entrainment, or alignment, represents a phenomenon where linguistic patterns employed by conversational participants converge to one another. While entrainment has been shown to produce a more natural user experience, most dialogue systems do not have any provisions for it. In this work, we introduce methods for achieving dialogue entrainment in a GPT-2-based end-to-end task-oriented dialogue system through the utilization of shared vocabulary. We experiment with training instance weighting, entrainment-specific loss, and additional conditioning to generate responses that align with the user. We demonstrate that all three approaches produce significantly better entrainment than the base, non-entrainment-optimized model, as confirmed by both automated and manual evaluation metrics.
