Papers › MultiWOZ 2.1: A Consolidated Multi-Domain Dialogue Dataset with State Corrections and...

MultiWOZ 2.1: A Consolidated Multi-Domain Dialogue Dataset with State Corrections and State Tracking Baselines

2 Jul 2019LREC 2020 5arXiv:1907.01669archive 2025-07-28

Mihail Eric, Rahul Goel, Shachi Paul, Adarsh Kumar, Abhishek Sethi, Peter Ku, Anuj Kumar Goyal, Sanchit Agarwal, Shuyang Gao, Dilek Hakkani-Tur

MultiWOZ 2.0 (Budzianowski et al., 2018) is a recently released multi-domain dialogue dataset spanning 7 distinct domains and containing over 10,000 dialogues. Though immensely useful and one of the largest resources of its kind to-date, MultiWOZ 2.0 has a few shortcomings. Firstly, there is substantial noise in the dialogue state annotations and dialogue utterances which negatively impact the performance of state-tracking models. Secondly, follow-up work (Lee et al., 2019) has augmented the original dataset with user dialogue acts. This leads to multiple co-existent versions of the same dataset with minor modifications. In this work we tackle the aforementioned issues by introducing MultiWOZ 2.1. To fix the noisy state annotations, we use crowdsourced workers to re-annotate state and utterances based on the original utterances in the dataset. This correction process results in changes to over 32% of state annotations across 40% of the dialogue turns. In addition, we fix 146 dialogue utterances by canonicalizing slot values in the utterances to the values in the dataset ontology. To address the second problem, we combined the contributions of the follow-up works into MultiWOZ 2.1. Hence, our dataset also includes user dialogue acts as well as multiple slot descriptions per dialogue state slot. We then benchmark a number of state-of-the-art dialogue state tracking models on the MultiWOZ 2.1 dataset and show the joint state tracking performance on the corrected state annotations. We are publicly releasing MultiWOZ 2.1 to the community, hoping that this dataset resource will allow for more effective models across various dialogue subproblems to be built in the future.

PaperPDFConference PDFCodeCode 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="1907.01669")

Code

Syntology Ran 17 of 23 code samples harvested from 5 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 15 ran with no contract checked.

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

budzianowski/multiwoz officialmentioned in papermentioned on GitHubpytorch report
GaneshGS/data-and-models mentioned on GitHubpytorchMIT report
MoxinC/DST-SC mentioned on GitHubpytorchMIT report
chiahsuan156/dst-as-prompting mentioned on GitHubjax report
devjwsong/t5-dst-modified-pytorch mentioned on GitHubpytorchMIT report
qbxlvnf11/MultiWOZ2.1-Parser mentioned on GitHubMIT 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

23 samples harvested; 17 ran; 0 honoured the contract we drafted; 6 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.

2ran · our draft was wrong
15ran
6unverified

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

get_slot_name budzianowski/multiwoz/data/MultiWOZ_2.2/convert_to_multiwoz_format.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 90cb936ca9602dc1 · report
whatCellType budzianowski/multiwoz/model/model.py official repository ran · our draft was wrong MIT (permissive) · 1574e85cc2d39b2f · report
build_dialogue_state_slot_set qbxlvnf11/MultiWOZ2.1-Parser/MULTIWOZ21_processing.py community (archive-listed) ran MIT (permissive) · ebc1cf4763e7582a · report
collate_wrapper MoxinC/DST-SC/util/util.py community (archive-listed) ran MIT (permissive) · ffcdf10080941651 · report
delexicalise GaneshGS/data-and-models/utils/delexicalize.py community (archive-listed) ran MIT (permissive) · d2a226c60d8b4f37 · report
delexicaliseDomain GaneshGS/data-and-models/utils/delexicalize.py community (archive-listed) ran MIT (permissive) · 673562a12130ecc4 · report
extract_domain qbxlvnf11/MultiWOZ2.1-Parser/MULTIWOZ21_processing.py community (archive-listed) ran MIT (permissive) · 77664d59ddeeec53 · report
get_joint_goal_acc devjwsong/t5-dst-modified-pytorch/src/utils.py community (archive-listed) ran MIT (permissive) · 3b4e3e493e921e0d · report
get_train_valid_test_data qbxlvnf11/MultiWOZ2.1-Parser/util.py community (archive-listed) ran MIT (permissive) · 4155b7709ae200c1 · report
loadDialogue GaneshGS/data-and-models/utils/util.py community (archive-listed) ran MIT (permissive) · b4f3ddf0dc48479a · report
load_list_file qbxlvnf11/MultiWOZ2.1-Parser/util.py community (archive-listed) ran MIT (permissive) · f884d6f251e530f0 · report
make_basic_strs devjwsong/t5-dst-modified-pytorch/src/utils.py community (archive-listed) ran MIT (permissive) · 61717c0acaf7c9cd · report
masked_softmax MoxinC/DST-SC/util/util.py community (archive-listed) ran fingerprinted MIT (permissive) · 8db652fb900d6256 · report
ngrams MoxinC/DST-SC/model/Embedding.py community (archive-listed) ran fingerprinted MIT (permissive) · d3bb03195eaecef4 · report
normalize_slot MoxinC/DST-SC/util/util.py community (archive-listed) ran fingerprinted MIT (permissive) · 2cbb65fea3cf8fbd · report
oneHotVector GaneshGS/data-and-models/utils/dbPointer.py community (archive-listed) ran MIT (permissive) · 8410321fcedfd174 · report
padSequence GaneshGS/data-and-models/utils/util.py community (archive-listed) ran MIT (permissive) · a3643042ab8010b9 · report
build_ontology_dic qbxlvnf11/MultiWOZ2.1-Parser/MULTIWOZ21_processing.py community (archive-listed) unverified MIT (permissive) · f4eacef976ad64c8 · report
fix_general_label_error MoxinC/DST-SC/util/fix_label.py community (archive-listed) unverified MIT (permissive) · 31789cf3a9d7c05c · report
load_json qbxlvnf11/MultiWOZ2.1-Parser/util.py community (archive-listed) unverified MIT (permissive) · 8636114389cbc947 · report
make_modified_strs devjwsong/t5-dst-modified-pytorch/src/utils.py community (archive-listed) unverified MIT (permissive) · 0f0f752d50180f7a · report
queryResult GaneshGS/data-and-models/utils/dbPointer.py community (archive-listed) unverified MIT (permissive) · 915bb1047ac66729 · report
unicode_to_utf8 GaneshGS/data-and-models/utils/util.py community (archive-listed) unverified MIT (permissive) · 601f5dedb31ec448 · report

Tasks

Dialogue State TrackingMulti-domain Dialogue State Tracking

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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