paper-with-me

Papers

Annotation Inconsistency and Entity Bias in MultiWOZ

2021-05-29 · SIGDIAL (ACL) 2021 7 · Kun Qian, Ahmad Beirami, Zhouhan Lin, Ankita De, Alborz Geramifard, Zhou Yu, Chinnadhurai Sankar

MultiWOZ is one of the most popular multi-domain task-oriented dialog datasets, containing 10K+ annotated dialogs covering eight domains. It has been widely accepted as a benchmark for various dialog tasks, e.g., dialog state tracking (DST), natural language generation (NLG), and end-to-end (E2E) dialog modeling. In this work, we identify an overlooked issue with dialog state annotation inconsistencies in the dataset, where a slot type is tagged inconsistently across similar dialogs leading to confusion for DST modeling. We propose an automated correction for this issue, which is present in a whopping 70% of the dialogs. Additionally, we notice that there is significant entity bias in the dataset (e.g., "cambridge" appears in 50% of the destination cities in the train domain). The entity bias can potentially lead to named entity memorization in generative models, which may go unnoticed as the test set suffers from a similar entity bias as well. We release a new test set with all entities replaced with unseen entities. Finally, we benchmark joint goal accuracy (JGA) of the state-of-the-art DST baselines on these modified versions of the data. Our experiments show that the annotation inconsistency corrections lead to 7-10% improvement in JGA. On the other hand, we observe a 29% drop in JGA when models are evaluated on the new test set with unseen entities.

📄 PDF Abstract BibTeX arXiv:2105.14150

Code (0)

등록된 구현이 없습니다.

Tasks

dialog state trackingMemorizationText Generation

Methods 이 논문이 사용한 방법론

DST Dynamic sparse training methods train neural networks in a sparse manner, starting with an initial sparse mask, and periodically updating the mask based on some criteria.

Similar Papers 제목 키워드 기반

MultiWOZ 2.4: A Multi-Domain Task-Oriented Dialogue Dataset with Essential Annotation Corrections to Improve State Tracking Evaluation

2021-04-01 · SIGDIAL (ACL) 2022 9 · Fanghua Ye, Jarana Manotumruksa, Emine Yilmaz

The MultiWOZ 2.0 dataset has greatly stimulated the research of task-oriented dialogue systems. However, its state annotations contain substantial noise, which hinders a proper evaluation of model performance. To address…

Dialogue State TrackingTask-Oriented Dialogue Systems

MultiWOZ 2.3: A multi-domain task-oriented dialogue dataset enhanced with annotation corrections and co-reference annotation

2020-10-12 · Ting Han, Ximing Liu, Ryuichi Takanobu, Yixin Lian 외

Task-oriented dialogue systems have made unprecedented progress with multiple state-of-the-art (SOTA) models underpinned by a number of publicly available MultiWOZ datasets. Dialogue state annotations are error-prone, le…

Dialogue State TrackingNatural Language UnderstandingTask-Oriented Dialogue Systems

CroAno : A Crowd Annotation Platform for Improving Label Consistency of Chinese NER Dataset

2021-11-01 · EMNLP (ACL) 2021 11 · Baoli Zhang, Zhucong Li, Zhen Gan, Yubo Chen 외

In this paper, we introduce CroAno, a web-based crowd annotation platform for the Chinese named entity recognition (NER). Besides some basic features for crowd annotation like fast tagging and data management, CroAno pro…

Chinese Named Entity RecognitionManagementnamed-entity-recognitionNamed Entity Recognition+2

Task-Oriented Dialogue System as Natural Language Generation

2021-08-31 · Weizhi Wang, Zhirui Zhang, Junliang Guo, Yinpei Dai 외

In this paper, we propose to formulate the task-oriented dialogue system as the purely natural language generation task, so as to fully leverage the large-scale pre-trained models like GPT-2 and simplify complicated dele…

Text GenerationTransfer Learning

MultiWOZ 2.2 : A Dialogue Dataset with Additional Annotation Corrections and State Tracking Baselines

2020-07-10 · WS 2020 7 · Xiaoxue Zang, Abhinav Rastogi, Srinivas Sunkara, Raghav Gupta 외

MultiWOZ is a well-known task-oriented dialogue dataset containing over 10,000 annotated dialogues spanning 8 domains. It is extensively used as a benchmark for dialogue state tracking. However, recent works have reporte…

Dialogue State Tracking