paper-with-me

홈 › 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 State Tracker (GLAD), which learns representations of the user utterance and previous system actions with global-local modules. Our model uses global modules to shares parameters between estimators for different types (called slots) of dialogue states, and uses local modules to learn slot-specific features. We show that this significantly improves tracking of rare states. GLAD obtains 88.3{\%} joint goal accuracy and 96.4{\%} request accuracy on the WoZ state tracking task, outperforming prior work by 3.9{\%} and 4.8{\%}. On the DSTC2 task, our model obtains 74.7{\%} joint goal accuracy and 97.3{\%} request accuracy, outperforming prior work by 1.3{\%} and 0.8{\%}

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech Recognition (ASR)Dialogue State TrackingRepresentation LearningSpeech RecognitionSpoken Language UnderstandingTask-Oriented Dialogue Systems

Similar Papers 제목 키워드 기반

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

Modeling ASR Ambiguity for Dialogue State Tracking Using Word Confusion Networks

2020-02-03 · Vaishali Pal, Fabien Guillot, Manish Shrivastava, Jean-Michel Renders 외

Spoken dialogue systems typically use a list of top-N ASR hypotheses for inferring the semantic meaning and tracking the state of the dialogue. However ASR graphs, such as confusion networks (confnets), provide a compact…

Dialogue State TrackingSpoken Dialogue Systems

Raw Waveform Encoder with Multi-Scale Globally Attentive Locally Recurrent Networks for End-to-End Speech Recognition

2021-06-08 · Max W. Y. Lam, Jun Wang, Chao Weng, Dan Su 외

End-to-end speech recognition generally uses hand-engineered acoustic features as input and excludes the feature extraction module from its joint optimization. To extract learnable and adaptive features and mitigate info…

speech-recognitionSpeech Recognition

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

Variational Transformers for Diverse Response Generation

2020-03-28 · Zhaojiang Lin, Genta Indra Winata, Peng Xu, Zihan Liu 외

Despite the great promise of Transformers in many sequence modeling tasks (e.g., machine translation), their deterministic nature hinders them from generalizing to high entropy tasks such as dialogue response generation.…

DecoderDiversityMachine TranslationResponse Generation+1