paper-with-me

Papers

Neural Belief Tracker: Data-Driven Dialogue State Tracking

2016-06-12 · ACL 2017 7 · Nikola Mrkšić, Diarmuid Ó Séaghdha, Tsung-Hsien Wen, Blaise Thomson, Steve Young

One of the core components of modern spoken dialogue systems is the belief tracker, which estimates the user's goal at every step of the dialogue. However, most current approaches have difficulty scaling to larger, more complex dialogue domains. This is due to their dependency on either: a) Spoken Language Understanding models that require large amounts of annotated training data; or b) hand-crafted lexicons for capturing some of the linguistic variation in users' language. We propose a novel Neural Belief Tracking (NBT) framework which overcomes these problems by building on recent advances in representation learning. NBT models reason over pre-trained word vectors, learning to compose them into distributed representations of user utterances and dialogue context. Our evaluation on two datasets shows that this approach surpasses past limitations, matching the performance of state-of-the-art models which rely on hand-crafted semantic lexicons and outperforming them when such lexicons are not provided.

📄 PDF Abstract BibTeX arXiv:1606.03777

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue State TrackingRepresentation LearningSpoken Dialogue SystemsSpoken Language Understanding

Similar Papers 제목 키워드 기반

Knowing What You Know: Calibrating Dialogue Belief State Distributions via Ensembles

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Carel van Niekerk, Michael Heck, Christian Geishauser, Hsien-Chin Lin 외

The ability to accurately track what happens during a conversation is essential for the performance of a dialogue system. Current state-of-the-art multi-domain dialogue state trackers achieve just over 55% accuracy on th…

A Robust Data-Driven Approach for Dialogue State Tracking of Unseen Slot Values

2019-11-01 · Vevake Balaraman, Bernardo Magnini

A Dialogue State Tracker is a key component in dialogue systems which estimates the beliefs of possible user goals at each dialogue turn. Deep learning approaches using recurrent neural networks have shown state-of-the-a…

Dialogue State Tracking

Teacher-Student Framework Enhanced Multi-domain Dialogue Generation

2019-08-20 · Shuke Peng, Xinjing Huang, Zehao Lin, Feng Ji 외

Dialogue systems dealing with multi-domain tasks are highly required. How to record the state remains a key problem in a task-oriented dialogue system. Normally we use human-defined features as dialogue states and apply …

Dialogue Generation

Scalable Neural Dialogue State Tracking

2019-10-22 · Vevake Balaraman, Bernardo Magnini

A Dialogue State Tracker (DST) is a key component in a dialogue system aiming at estimating the beliefs of possible user goals at each dialogue turn. Most of the current DST trackers make use of recurrent neural networks…

Dialogue State Tracking

Domain-Aware Dialogue State Tracker for Multi-Domain Dialogue Systems

2020-01-21 · Vevake Balaraman, Bernardo Magnini

In task-oriented dialogue systems the dialogue state tracker (DST) component is responsible for predicting the state of the dialogue based on the dialogue history. Current DST approaches rely on a predefined domain ontol…

Language ModelingLanguage ModellingTask-Oriented Dialogue Systems