paper-with-me

홈 › Papers

Slot Self-Attentive Dialogue State Tracking

2021-01-22 · Fanghua Ye, Jarana Manotumruksa, Qiang Zhang, Shenghui Li, Emine Yilmaz

An indispensable component in task-oriented dialogue systems is the dialogue state tracker, which keeps track of users' intentions in the course of conversation. The typical approach towards this goal is to fill in multiple pre-defined slots that are essential to complete the task. Although various dialogue state tracking methods have been proposed in recent years, most of them predict the value of each slot separately and fail to consider the correlations among slots. In this paper, we propose a slot self-attention mechanism that can learn the slot correlations automatically. Specifically, a slot-token attention is first utilized to obtain slot-specific features from the dialogue context. Then a stacked slot self-attention is applied on these features to learn the correlations among slots. We conduct comprehensive experiments on two multi-domain task-oriented dialogue datasets, including MultiWOZ 2.0 and MultiWOZ 2.1. The experimental results demonstrate that our approach achieves state-of-the-art performance on both datasets, verifying the necessity and effectiveness of taking slot correlations into consideration.

📄 PDF Abstract BibTeX arXiv:2101.09374

Code (1)

smartyfh/DST-STAR 공식 구현 pytorch

Tasks

Dialogue State TrackingTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

Global-Locally Self-Attentive Encoder for Dialogue State Tracking

2018-07-01 · ACL 2018 7 · Victor Zhong, Caiming Xiong, Richard Socher

Dialogue state tracking, which estimates user goals and requests given the dialogue context, is an essential part of task-oriented dialogue systems. In this paper, we propose the Global-Locally Self-Attentive Dialogue St…

Automatic Speech Recognition (ASR)Dialogue State TrackingRepresentation LearningSpeech Recognition+2

Global-Locally Self-Attentive Dialogue State Tracker

2018-05-19 · Victor Zhong, Caiming Xiong, Richard Socher

Dialogue state tracking, which estimates user goals and requests given the dialogue context, is an essential part of task-oriented dialogue systems. In this paper, we propose the Global-Locally Self-Attentive Dialogue St…

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems

Leveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue State Tracking

2021-05-10 · Zhaojiang Lin, Bing Liu, Seungwhan Moon, Paul Crook 외

Zero-shot cross-domain dialogue state tracking (DST) enables us to handle task-oriented dialogue in unseen domains without the expense of collecting in-domain data. In this paper, we propose a slot description enhanced g…

Dialogue State TrackingTransfer Learning

Leveraging Slot Descriptions for Zero-Shot Cross-Domain Dialogue StateTracking

2021-06-01 · NAACL 2021 4 · Zhaojiang Lin, Bing Liu, Seungwhan Moon, Paul Crook 외

Zero-shot cross-domain dialogue state tracking (DST) enables us to handle unseen domains without the expense of collecting in-domain data. In this paper, we propose a slot descriptions enhanced generative approach for ze…

Dialogue State TrackingTransfer Learning

Multi-Domain Dialogue State Tracking with Top-K Slot Self Attention

2022-09-01 · SIGDIAL (ACL) 2022 9 · Longfei Yang, Jiyi Li, Sheng Li, Takahiro Shinozaki

As an important component of task-oriented dialogue systems, dialogue state tracking is designed to track the dialogue state through the conversations between users and systems. Multi-domain dialogue state tracking is a …

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems