paper-with-me

홈 › Papers

Improving Robustness of Task Oriented Dialog Systems

2019-11-12 · Arash Einolghozati, Sonal Gupta, Mrinal Mohit, Rushin Shah

Task oriented language understanding in dialog systems is often modeled using intents (task of a query) and slots (parameters for that task). Intent detection and slot tagging are, in turn, modeled using sentence classification and word tagging techniques respectively. Similar to adversarial attack problems with computer vision models discussed in existing literature, these intent-slot tagging models are often over-sensitive to small variations in input -- predicting different and often incorrect labels when small changes are made to a query, thus reducing their accuracy and reliability. However, evaluating a model's robustness to these changes is harder for language since words are discrete and an automated change (e.g. adding `noise') to a query sometimes changes the meaning and thus labels of a query. In this paper, we first describe how to create an adversarial test set to measure the robustness of these models. Furthermore, we introduce and adapt adversarial training methods as well as data augmentation using back-translation to mitigate these issues. Our experiments show that both techniques improve the robustness of the system substantially and can be combined to yield the best results.

📄 PDF Abstract BibTeX arXiv:1911.05153

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackData AugmentationIntent DetectionSentenceSentence ClassificationTranslation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

TOD-DA: Towards Boosting the Robustness of Task-oriented Dialogue Modeling on Spoken Conversations

2021-12-23 · Xin Tian, Xinxian Huang, Dongfeng He, Yingzhan Lin 외

Task-oriented dialogue systems have been plagued by the difficulties of obtaining large-scale and high-quality annotated conversations. Furthermore, most of the publicly available datasets only include written conversati…

Data Augmentationspeech-recognitionSpeech RecognitionSpoken Dialogue Systems+1

Robustness Testing of Language Understanding in Task-Oriented Dialog

2020-12-30 · ACL 2021 5 · Jiexi Liu, Ryuichi Takanobu, Jiaxin Wen, Dazhen Wan 외

Most language understanding models in task-oriented dialog systems are trained on a small amount of annotated training data, and evaluated in a small set from the same distribution. However, these models can lead to syst…

Data AugmentationNatural Language Understanding

UniDS: A Unified Dialogue System for Chit-Chat and Task-oriented Dialogues

2021-10-15 · dialdoc (ACL) 2022 5 · Xinyan Zhao, Bin He, Yasheng Wang, Yitong Li 외

With the advances in deep learning, tremendous progress has been made with chit-chat dialogue systems and task-oriented dialogue systems. However, these two systems are often tackled separately in current methods. To ach…

Task-Oriented Dialogue Systems

UBARv2: Towards Mitigating Exposure Bias in Task-Oriented Dialogs

2022-09-15 · Yunyi Yang, Hong Ding, Qingyi Liu, Xiaojun Quan

This paper studies the exposure bias problem in task-oriented dialog systems, where the model's generated content over multiple turns drives the dialog context away from the ground-truth distribution at training time, in…

Recent Advances and Challenges in Task-oriented Dialog System

2020-03-17 · Zheng Zhang, Ryuichi Takanobu, Qi Zhu, Minlie Huang 외

Due to the significance and value in human-computer interaction and natural language processing, task-oriented dialog systems are attracting more and more attention in both academic and industrial communities. In this pa…

Survey