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/Global-Locally Self-Attentive Dialogue State Tracker

Global-Locally Self-Attentive Dialogue State Tracker

Victor Zhong, Caiming Xiong, Richard Socher

2018-05-19Multi-domain Dialogue State TrackingDialogue State TrackingTask-Oriented Dialogue Systems
PaperPDFCodeCode(official)

Abstract

Dialogue state tracking, which estimates user goals and requests given the dialogue context, is an essential part of task-oriented dialogue systems. In this paper, we propose the Global-Locally Self-Attentive Dialogue State Tracker (GLAD), which learns representations of the user utterance and previous system actions with global-local modules. Our model 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. We show that this significantly improves tracking of rare states and achieves state-of-the-art performance on the WoZ and DSTC2 state tracking tasks. GLAD obtains 88.1% joint goal accuracy and 97.1% request accuracy on WoZ, outperforming prior work by 3.7% and 5.5%. On DSTC2, our model obtains 74.5% joint goal accuracy and 97.5% request accuracy, outperforming prior work by 1.1% and 1.0%.

Results

TaskDatasetMetricValueModel
DialogueSecond dialogue state tracking challengeJoint74.5Zhong et al.
DialogueSecond dialogue state tracking challengeRequest97.5Zhong et al.
DialogueWizard-of-OzJoint88.1Zhong et al.
DialogueWizard-of-OzRequest97.1Zhong et al.

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-10An Efficient Task-Oriented Dialogue Policy: Evolutionary Reinforcement Learning Injected by Elite Individuals2025-06-04WHEN TO ACT, WHEN TO WAIT: Modeling Structural Trajectories for Intent Triggerability in Task-Oriented Dialogue2025-06-02EnSToM: Enhancing Dialogue Systems with Entropy-Scaled Steering Vectors for Topic Maintenance2025-05-22clem:todd: A Framework for the Systematic Benchmarking of LLM-Based Task-Oriented Dialogue System Realisations2025-05-08LANID: LLM-assisted New Intent Discovery2025-03-31