paper-with-me

홈 › Papers

Beyond the Granularity: Multi-Perspective Dialogue Collaborative Selection for Dialogue State Tracking

2022-05-20 · ACL 2022 5 · Jinyu Guo, Kai Shuang, Jijie Li, Zihan Wang, Yixuan Liu

In dialogue state tracking, dialogue history is a crucial material, and its utilization varies between different models. However, no matter how the dialogue history is used, each existing model uses its own consistent dialogue history during the entire state tracking process, regardless of which slot is updated. Apparently, it requires different dialogue history to update different slots in different turns. Therefore, using consistent dialogue contents may lead to insufficient or redundant information for different slots, which affects the overall performance. To address this problem, we devise DiCoS-DST to dynamically select the relevant dialogue contents corresponding to each slot for state updating. Specifically, it first retrieves turn-level utterances of dialogue history and evaluates their relevance to the slot from a combination of three perspectives: (1) its explicit connection to the slot name; (2) its relevance to the current turn dialogue; (3) Implicit Mention Oriented Reasoning. Then these perspectives are combined to yield a decision, and only the selected dialogue contents are fed into State Generator, which explicitly minimizes the distracting information passed to the downstream state prediction. Experimental results show that our approach achieves new state-of-the-art performance on MultiWOZ 2.1 and MultiWOZ 2.2, and achieves superior performance on multiple mainstream benchmark datasets (including Sim-M, Sim-R, and DSTC2).

📄 PDF Abstract BibTeX arXiv:2205.10059

Code (1)

guojinyu88/dicos-master 공식 구현 pytorch

Tasks

Dialogue State Tracking

Similar Papers 제목 키워드 기반

Multi-Granularity Prompts for Topic Shift Detection in Dialogue

2023-05-23 · Jiangyi Lin, Yaxin Fan, Xiaomin Chu, Peifeng Li 외

The goal of dialogue topic shift detection is to identify whether the current topic in a conversation has changed or needs to change. Previous work focused on detecting topic shifts using pre-trained models to encode the…

MASCOT: Towards Multi-Agent Socio-Collaborative Companion Systems

2026-01-20 · Yiyang Wang, Yiqiao Jin, Alex Cabral, Josiah Hester arxiv

Multi-agent systems (MAS) are emerging as promising socio-collaborative companions for emotional and cognitive support. However, existing systems frequently suffer from persona collapse, where agents revert to generic, h…

Comprehensive Study: How the Context Information of Different Granularity Affects Dialogue State Tracking?

2021-05-08 · ACL 2021 5 · Puhai Yang, Heyan Huang, Xian-Ling Mao

Dialogue state tracking (DST) plays a key role in task-oriented dialogue systems to monitor the user's goal. In general, there are two strategies to track a dialogue state: predicting it from scratch and updating it from…

Dialogue State TrackingFew-Shot LearningTask-Oriented Dialogue Systems

DeCoNav: Dialog enhanced Long-Horizon Collaborative Vision-Language Navigation

2026-04-14 · Sunyao Zhou, Yunzi Wu, Tianhang Wang, Xinhai Li 외 arxiv

Long-horizon collaborative vision-language navigation (VLN) is critical for multi-robot systems to accomplish complex tasks beyond the capability of a single agent. CoNavBench takes a first step by introducing the first …

Vision-Language Navigation

Foundations of Collaborative Task-Oriented Dialogue: What's in a Slot?

2019-09-01 · WS 2019 9 · Philip Cohen

In this paper, we examine the foundations of task-oriented dialogues, in which systems are requested to perform tasks for humans. We argue that the way this dialogue task has been framed has limited its applicability to …

Task-Oriented Dialogue Systems