paper-with-me

홈 › 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 scalable and accurate neural dialogue state tracking model, based on the recently proposed Global-Local Self-Attention encoder (GLAD) model by Zhong et al. which uses global modules to share parameters between estimators for different types (called slots) of dialogue states, and uses local modules to learn slot-specific features. By using only one recurrent networks with global conditioning, compared to (1 + \# slots) recurrent networks with global and local conditioning used in the GLAD model, our proposed model reduces the latency in training and inference times by $35\%$ on average, while preserving performance of belief state tracking, by $97.38\%$ on turn request and $88.51\%$ on joint goal and accuracy. Evaluation on Multi-domain dataset (Multi-WoZ) also demonstrates that our model outperforms GLAD on turn inform and joint goal accuracy.

📄 PDF Abstract BibTeX arXiv:1812.00899

Code (1)

elnaaz/GCE-Model 공식 구현 pytorch

Tasks

Dialogue State TrackingmodelMulti-domain Dialogue State Tracking

Similar Papers 제목 키워드 기반

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

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

The SPPD System for Schema Guided Dialogue State Tracking Challenge

2020-06-16 · Miao Li, Haoqi Xiong, Yunbo Cao

This paper introduces one of our group's work on the Dialog System Technology Challenges 8 (DSTC8), the SPPD system for Schema Guided dialogue state tracking challenge. This challenge, named as Track 4 in DSTC8, provides…

Dialogue State TrackingMulti-domain Dialogue State Tracking

BERT-DST: Scalable End-to-End Dialogue State Tracking with Bidirectional Encoder Representations from Transformer

2019-07-05 · Guan-Lin Chao, Ian Lane

An important yet rarely tackled problem in dialogue state tracking (DST) is scalability for dynamic ontology (e.g., movie, restaurant) and unseen slot values. We focus on a specific condition, where the ontology is unkno…

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