Papers › Global-Locally Self-Attentive Dialogue State Tracker

Global-Locally Self-Attentive Dialogue State Tracker

19 May 2018arXiv:1805.09655archive 2025-07-28

Victor Zhong, Caiming Xiong, Richard Socher

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%.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1805.09655")

Code

Syntology Ran 0 of 8 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run.

By repository: official repository: 5 samples from 1 repository, 0 ran; community (archive-listed): 3 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

salesforce/glad officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

8 samples harvested; 0 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

8unverified

Licence: 3 of the 8 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

attend salesforce/glad/models/glad.py official repository unverified BSD-3-Clause (permissive) · 250b450ed46b01f5 · report
load_model salesforce/glad/utils.py official repository unverified BSD-3-Clause (permissive) · a87c666aeb87d9c4 · report
missing_files salesforce/glad/preprocess_data.py official repository unverified BSD-3-Clause (permissive) · 84d277412226d70d · report
pad salesforce/glad/models/glad.py official repository unverified BSD-3-Clause (permissive) · a972bbc41289b9a2 · report
run_rnn salesforce/glad/models/glad.py official repository unverified BSD-3-Clause (permissive) · 13617250dc021474 · report
cnet_best_n_paths kolk/MODELING-ASR-AMBIGUITY-FOR-NEURAL-DIALOGUE-STATE-TRACKING-USING-WORD-CONFUSION-NETWORKS/dataset_dstc_clean_asr.py community (archive-listed) unverified BSD-3-Clause recorded; this copy not marked cleared · pointer only · b9c0143f90bd1d57 · report
get_cnet_best_pass kolk/MODELING-ASR-AMBIGUITY-FOR-NEURAL-DIALOGUE-STATE-TRACKING-USING-WORD-CONFUSION-NETWORKS/utils.py community (archive-listed) unverified BSD-3-Clause recorded; this copy not marked cleared · pointer only · b5fec3b473d9f0d1 · report
load_model kolk/MODELING-ASR-AMBIGUITY-FOR-NEURAL-DIALOGUE-STATE-TRACKING-USING-WORD-CONFUSION-NETWORKS/utils.py community (archive-listed) unverified BSD-3-Clause recorded; this copy not marked cleared · pointer only · 556de295149cb83e · report

Tasks

Dialogue State TrackingMulti-domain Dialogue State TrackingTask-Oriented Dialogue Systems

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Dialogue State Tracking Second dialogue state tracking challenge Zhong et al. Area - #3 of 7 Archive leaderboard report
Dialogue State Tracking Second dialogue state tracking challenge Zhong et al. Food - #3 of 7 Archive leaderboard report
Dialogue State Tracking Second dialogue state tracking challenge Zhong et al. Joint 74.5 #3 of 7 Archive leaderboard report
Dialogue State Tracking Second dialogue state tracking challenge Zhong et al. Price - #3 of 7 Archive leaderboard report
Dialogue State Tracking Second dialogue state tracking challenge Zhong et al. Request 97.5 #3 of 7 Archive leaderboard report
Dialogue State Tracking Wizard-of-Oz Zhong et al. Joint 88.1 #8 of 10 Archive leaderboard report
Dialogue State Tracking Wizard-of-Oz Zhong et al. Request 97.1 #8 of 10 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections