Papers › CoCo: Controllable Counterfactuals for Evaluating Dialogue State Trackers

CoCo: Controllable Counterfactuals for Evaluating Dialogue State Trackers

24 Oct 2020ICLR 2021 1arXiv:2010.12850archive 2025-07-28

Shiyang Li, Semih Yavuz, Kazuma Hashimoto, Jia Li, Tong Niu, Nazneen Rajani, Xifeng Yan, Yingbo Zhou, Caiming Xiong

Dialogue state trackers have made significant progress on benchmark datasets, but their generalization capability to novel and realistic scenarios beyond the held-out conversations is less understood. We propose controllable counterfactuals (CoCo) to bridge this gap and evaluate dialogue state tracking (DST) models on novel scenarios, i.e., would the system successfully tackle the request if the user responded differently but still consistently with the dialogue flow? CoCo leverages turn-level belief states as counterfactual conditionals to produce novel conversation scenarios in two steps: (i) counterfactual goal generation at turn-level by dropping and adding slots followed by replacing slot values, (ii) counterfactual conversation generation that is conditioned on (i) and consistent with the dialogue flow. Evaluating state-of-the-art DST models on MultiWOZ dataset with CoCo-generated counterfactuals results in a significant performance drop of up to 30.8% (from 49.4% to 18.6%) in absolute joint goal accuracy. In comparison, widely used techniques like paraphrasing only affect the accuracy by at most 2%. Human evaluations show that COCO-generated conversations perfectly reflect the underlying user goal with more than 95% accuracy and are as human-like as the original conversations, further strengthening its reliability and promise to be adopted as part of the robustness evaluation of DST models.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology 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="2010.12850")

Code

Syntology Ran 9 of 10 code samples harvested from 2 repositories linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 5 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 6 samples from 1 repository, 6 ran; community (archive-listed): 4 samples from 1 repository, 3 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/coco-dst officialmentioned in papermentioned on GitHubpytorch report
wise-east/checkdst mentioned on GitHub 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

10 samples harvested; 9 ran; 1 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
5ran · our draft was wrong
1ran
1unverified

Licence: 0 of the 10 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.

adjust_length_to_model salesforce/coco-dst/coco-dst/run_demo.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · 440751480098ee7d · report
counterfactual_goal_generator salesforce/coco-dst/coco-dst/utility/slot_value_ctrl.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · ac5eceaffcbcc5af · report
fix_commonsense salesforce/coco-dst/coco-dst/utility/slot_value_ctrl.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · 0d250791b826533a · report
gen_time_pair salesforce/coco-dst/coco-dst/utility/slot_value_ctrl.py official repository ran BSD-3-Clause (permissive) · e53db5f608c2b832 · report
re_match salesforce/coco-dst/coco-dst/utility/slot_value_ctrl.py official repository ran · violated contract fingerprinted BSD-3-Clause (permissive) · f23b946820bfadae · report
update_turn salesforce/coco-dst/coco-dst/utility/slot_value_ctrl.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · f769384231a88de1 · report
extract_slot_from_string wise-east/checkdst/src/checkdst/checkdst_class.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 20284934c6549d67 · report
is_proper_slot_format wise-east/checkdst/src/checkdst/checkdst_class.py community (archive-listed) ran · violated contract MIT (permissive) · 893a9888cdee1f62 · report
normalize_dial_ids wise-east/checkdst/src/checkdst/checkdst_class.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 7694471c3bd27d3f · report
CheckDST wise-east/checkdst/src/checkdst/checkdst_class.py community (archive-listed) unverified MIT (permissive) · 1b22a71e80815e81 · report

Tasks

Dialogue State TrackingMulti-domain Dialogue State Tracking

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CounterfactualsDST

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