Rethinking Dialogue State Tracking with Reasoning
Tracking dialogue states to better interpret user goals and feed downstream policy learning is a bottleneck in dialogue management. Common practice has been to treat it as a problem of classifying dialogue content into a set of pre-defined slot-value pairs, or generating values for different slots given the dialogue history. Both have limitations on considering dependencies that occur on dialogues, and are lacking of reasoning capabilities. This paper proposes to track dialogue states gradually with reasoning over dialogue turns with the help of the back-end data. Empirical results demonstrate that our method significantly outperforms the state-of-the-art methods by 38.6% in terms of joint belief accuracy for MultiWOZ 2.1, a large-scale human-human dialogue dataset across multiple domains.
Code (0)
등록된 구현이 없습니다.
Tasks
Dialogue ManagementDialogue State TrackingManagementSimilar Papers 제목 키워드 기반
GEM: Graph-Enhanced Mixture-of-Experts with ReAct Agents for Dialogue State Tracking
Dialogue State Tracking (DST) requires precise extraction of structured information from multi-domain conversations, a task where Large Language Models (LLMs) struggle despite their impressive general capabilities. We pr…
Computational EfficiencyDialogue State TrackingGraph Neural NetworkDialogue State Tracking with Multi-Level Fusion of Predicted Dialogue States and Conversations
Most recently proposed approaches in dialogue state tracking (DST) leverage the context and the last dialogue states to track current dialogue states, which are often slot-value pairs. Although the context contains the c…
Dialogue State TrackingMulti-Modal Dialogue State Tracking for Playing GuessWhich Game
GuessWhich is an engaging visual dialogue game that involves interaction between a Questioner Bot (QBot) and an Answer Bot (ABot) in the context of image-guessing. In this game, QBot's objective is to locate a concealed …
Dialogue State TrackingVisual ReasoningDialogue State Tracking with Explicit Slot Connection Modeling
Recent proposed approaches have made promising progress in dialogue state tracking (DST). However, in multi-domain scenarios, ellipsis and reference are frequently adopted by users to express values that have been mentio…
Dialogue State TrackingContinual Dialogue State Tracking via Reason-of-Select Distillation
An ideal dialogue system requires continuous skill acquisition and adaptation to new tasks while retaining prior knowledge. Dialogue State Tracking (DST), vital in these systems, often involves learning new services and …
Continual LearningDialogue State TrackingTransfer Learning