paper-with-me

Papers

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-art performance for the task of dialogue state tracking. Generally, these approaches assume a predefined candidate list and struggle to predict any new dialogue state values that are not seen during training. This makes extending the candidate list for a slot without model retaining infeasible and also has limitations in modelling for low resource domains where training data for slot values are expensive. In this paper, we propose a novel dialogue state tracker based on copying mechanism that can effectively track such unseen slot values without compromising performance on slot values seen during training. The proposed model is also flexible in extending the candidate list without requiring any retraining or change in the model. We evaluate the proposed model on various benchmark datasets (DSTC2, DSTC3 and WoZ2.0) and show that our approach, outperform other end-to-end data-driven approaches in tracking unseen slot values and also provides significant advantages in modelling for DST.

📄 PDF Abstract BibTeX arXiv:1911.00269

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue State Tracking

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 제목 키워드 기반

SGD-QA: Fast Schema-Guided Dialogue State Tracking for Unseen Services

2021-05-17 · Yang Zhang, Vahid Noroozi, Evelina Bakhturina, Boris Ginsburg

Dialogue state tracking is an essential part of goal-oriented dialogue systems, while most of these state tracking models often fail to handle unseen services. In this paper, we propose SGD-QA, a simple and extensible mo…

Dialogue State TrackingGoal-Oriented Dialogue SystemsQuestion Answering

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

Using phone features to improve dialogue state tracking generalisation to unseen states

2016-09-01 · WS 2016 9 · I{\~n}igo Casanueva, Thomas Hain, Mauro Nicolao, Phil Green
Dialogue State TrackingSpoken Language Understanding

MoPE: Mixture of Prefix Experts for Zero-Shot Dialogue State Tracking

2024-04-12 · Tianwen Tang, Tong Zhu, Haodong Liu, Yin Bai 외

Zero-shot dialogue state tracking (DST) transfers knowledge to unseen domains, reducing the cost of annotating new datasets. Previous zero-shot DST models mainly suffer from domain transferring and partial prediction pro…

Dialogue State Tracking

Intent-driven In-context Learning for Few-shot Dialogue State Tracking

2024-12-04 · Zihao Yi, Zhe Xu, Ying Shen

Dialogue state tracking (DST) plays an essential role in task-oriented dialogue systems. However, user's input may contain implicit information, posing significant challenges for DST tasks. Additionally, DST data include…

Dialogue State TrackingIn-Context LearningLanguage ModelingLanguage Modelling+2