paper-with-me

홈 › Papers

Dialog State Tracking: A Neural Reading Comprehension Approach

2019-08-06 · WS 2019 9 · Shuyang Gao, Abhishek Sethi, Sanchit Agarwal, Tagyoung Chung, Dilek Hakkani-Tur

Dialog state tracking is used to estimate the current belief state of a dialog given all the preceding conversation. Machine reading comprehension, on the other hand, focuses on building systems that read passages of text and answer questions that require some understanding of passages. We formulate dialog state tracking as a reading comprehension task to answer the question $what\ is\ the\ state\ of\ the\ current\ dialog?$ after reading conversational context. In contrast to traditional state tracking methods where the dialog state is often predicted as a distribution over a closed set of all the possible slot values within an ontology, our method uses a simple attention-based neural network to point to the slot values within the conversation. Experiments on MultiWOZ-2.0 cross-domain dialog dataset show that our simple system can obtain similar accuracies compared to the previous more complex methods. By exploiting recent advances in contextual word embeddings, adding a model that explicitly tracks whether a slot value should be carried over to the next turn, and combining our method with a traditional joint state tracking method that relies on closed set vocabulary, we can obtain a joint-goal accuracy of $47.33\%$ on the standard test split, exceeding current state-of-the-art by $11.75\%$**.

📄 PDF Abstract BibTeX arXiv:1908.01946

Code (0)

등록된 구현이 없습니다.

Tasks

dialog state trackingMachine Reading ComprehensionMulti-domain Dialogue State TrackingReading ComprehensionWord Embeddings

Similar Papers 제목 키워드 기반

From Machine Reading Comprehension to Dialogue State Tracking: Bridging the Gap

2020-04-13 · WS 2020 7 · Shuyang Gao, Sanchit Agarwal, Tagyoung Chung, Di Jin 외

Dialogue state tracking (DST) is at the heart of task-oriented dialogue systems. However, the scarcity of labeled data is an obstacle to building accurate and robust state tracking systems that work across a variety of d…

Dialogue State TrackingMachine Reading ComprehensionMultiple-choiceReading Comprehension+1

An End-to-End Dialogue State Tracking System with Machine Reading Comprehension and Wide & Deep Classification

2019-12-19 · Yue Ma, Zengfeng Zeng, Dawei Zhu, Xuan Li 외

This paper describes our approach in DSTC 8 Track 4: Schema-Guided Dialogue State Tracking. The goal of this task is to predict the intents and slots in each user turn to complete the dialogue state tracking (DST) based …

Dialogue State TrackingGeneral ClassificationMachine Reading ComprehensionReading Comprehension

SF-DST: Few-Shot Self-Feeding Reading Comprehension Dialogue State Tracking with Auxiliary Task

2022-09-16 · Jihyun Lee, Gary Geunbae Lee

Few-shot dialogue state tracking (DST) model tracks user requests in dialogue with reliable accuracy even with a small amount of data. In this paper, we introduce an ontology-free few-shot DST with self-feeding belief st…

Dialogue State TrackingReading Comprehension

Act-Aware Slot-Value Predicting in Multi-Domain Dialogue State Tracking

2022-08-04 · Ruolin Su, Ting-Wei Wu, Biing-Hwang Juang

As an essential component in task-oriented dialogue systems, dialogue state tracking (DST) aims to track human-machine interactions and generate state representations for managing the dialogue. Representations of dialogu…

Dialogue State TrackingMachine Reading ComprehensionMulti-domain Dialogue State TrackingReading Comprehension+1

Goal-Oriented Multi-Task BERT-Based Dialogue State Tracker

2020-02-05 · Pavel Gulyaev, Eugenia Elistratova, Vasily Konovalov, Yuri Kuratov 외

Dialogue State Tracking (DST) is a core component of virtual assistants such as Alexa or Siri. To accomplish various tasks, these assistants need to support an increasing number of services and APIs. The Schema-Guided St…

Dialogue State TrackingQuestion AnsweringReading Comprehension