TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Toward Scalable Neural Dialogue State Tracking Model

Toward Scalable Neural Dialogue State Tracking Model

Elnaz Nouri, Ehsan Hosseini-Asl

2018-12-03Multi-domain Dialogue State TrackingDialogue State Tracking
PaperPDFCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
DialogueWizard-of-OzJoint88.5GCE
DialogueWizard-of-OzRequest97.4GCE

Related Papers

Beyond Single-User Dialogue: Assessing Multi-User Dialogue State Tracking Capabilities of Large Language Models2025-06-12Factors affecting the in-context learning abilities of LLMs for dialogue state tracking2025-06-10Approaching Dialogue State Tracking via Aligning Speech Encoders and LLMs2025-06-10Interpretable and Robust Dialogue State Tracking via Natural Language Summarization with LLMs2025-03-11Learning LLM Preference over Intra-Dialogue Pairs: A Framework for Utterance-level Understandings2025-03-07Enhancing LLM Reliability via Explicit Knowledge Boundary Modeling2025-03-04Know Your Mistakes: Towards Preventing Overreliance on Task-Oriented Conversational AI Through Accountability Modeling2025-01-17Intent-driven In-context Learning for Few-shot Dialogue State Tracking2024-12-04