paper-with-me

Papers

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 ontology, a fact that limits their effective usage for large scale conversational agents, where the DST constantly needs to be interfaced with ever-increasing services and APIs. Focused towards overcoming this drawback, we propose a domain-aware dialogue state tracker, that is completely data-driven and it is modeled to predict for dynamic service schemas. The proposed model utilizes domain and slot information to extract both domain and slot specific representations for a given dialogue, and then uses such representations to predict the values of the corresponding slot. Integrating this mechanism with a pretrained language model (i.e. BERT), our approach can effectively learn semantic relations.

📄 PDF Abstract BibTeX arXiv:2001.07526

Code (1)

vevake/DomainAware_DST 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingTask-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.

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…

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

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

CREDIT: Coarse-to-Fine Sequence Generation for Dialogue State Tracking

2020-09-22 · Zhi Chen, Lu Chen, Zihan Xu, Yanbin Zhao 외

In dialogue systems, a dialogue state tracker aims to accurately find a compact representation of the current dialogue status, based on the entire dialogue history. While previous approaches often define dialogue states …

Dialogue State Tracking

Point or Generate Dialogue State Tracker

2020-08-08 · Song Xiaohui, Hu Songlin

Dialogue state tracking is a key part of a task-oriented dialogue system, which estimates the user's goal at each turn of the dialogue. In this paper, we propose the Point-Or-Generate Dialogue State Tracker (POGD). POGD …

Dialogue State TrackingMulti-Task Learning