paper-with-me

홈 › Papers

Scalable and Accurate Dialogue State Tracking via Hierarchical Sequence Generation

2019-09-02 · IJCNLP 2019 11 · Liliang Ren, Jianmo Ni, Julian McAuley

Existing approaches to dialogue state tracking rely on pre-defined ontologies consisting of a set of all possible slot types and values. Though such approaches exhibit promising performance on single-domain benchmarks, they suffer from computational complexity that increases proportionally to the number of pre-defined slots that need tracking. This issue becomes more severe when it comes to multi-domain dialogues which include larger numbers of slots. In this paper, we investigate how to approach DST using a generation framework without the pre-defined ontology list. Given each turn of user utterance and system response, we directly generate a sequence of belief states by applying a hierarchical encoder-decoder structure. In this way, the computational complexity of our model will be a constant regardless of the number of pre-defined slots. Experiments on both the multi-domain and the single domain dialogue state tracking dataset show that our model not only scales easily with the increasing number of pre-defined domains and slots but also reaches the state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:1909.00754

Code (1)

renll/ComerNet 공식 구현 pytorch

Tasks

DecoderDialogue State TrackingMulti-domain 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 제목 키워드 기반

Toward Scalable Neural Dialogue State Tracking Model

2018-12-03 · Elnaz Nouri, Ehsan Hosseini-Asl

The latency in the current neural based dialogue state tracking models prohibits them from being used efficiently for deployment in production systems, albeit their highly accurate performance. This paper proposes a new …

Dialogue State TrackingmodelMulti-domain Dialogue State Tracking

STN4DST: A Scalable Dialogue State Tracking based on Slot Tagging Navigation

2020-10-21 · Puhai Yang, Heyan Huang, Xianling Mao

Scalability for handling unknown slot values is a important problem in dialogue state tracking (DST). As far as we know, previous scalable DST approaches generally rely on either the candidate generation from slot taggin…

Dialogue State TrackingPosition

Hi-DST: A Hierarchical Approach for Scalable and Extensible Dialogue State Tracking

2021-07-01 · SIGDIAL (ACL) 2021 7 · Suvodip Dey, Maunendra Sankar Desarkar

Dialogue State Tracking (DST) is a sub-task of task-based dialogue systems where the user intention is tracked through a set of (domain, slot, slot-value) triplets. Existing DST models can be difficult to extend for new …

Dialogue State Tracking

Inference is All You Need: Self Example Retriever for Cross-domain Dialogue State Tracking with ChatGPT

2024-09-10 · Jihyun Lee, Gary Geunbae Lee

Traditional dialogue state tracking approaches heavily rely on extensive training data and handcrafted features, limiting their scalability and adaptability to new domains. In this paper, we propose a novel method that l…

AllDialogue State TrackingIn-Context LearningTransfer Learning

Scalable Multi-Domain Dialogue State Tracking

2017-12-29 · Abhinav Rastogi, Dilek Hakkani-Tur, Larry Heck

Dialogue state tracking (DST) is a key component of task-oriented dialogue systems. DST estimates the user's goal at each user turn given the interaction until then. State of the art approaches for state tracking rely on…

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue SystemsTransfer Learning