CLAIDec 30, 2020

Robustness Testing of Language Understanding in Task-Oriented Dialog

arXiv:2012.15262v3723 citations
AI Analysis

This work is significant for developers of task-oriented dialog systems, as it identifies and provides a tool to test for robustness issues that can lead to system failures in real-world applications.

This paper addresses the robustness of language understanding models in task-oriented dialog systems, which often fail when exposed to natural language perturbations. The authors introduce LAUG, a model-agnostic toolkit that approximates natural language perturbations through four data augmentation approaches, revealing critical robustness issues in state-of-the-art models.

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 system failure or undesirable output when being exposed to natural language perturbation or variation in practice. In this paper, we conduct comprehensive evaluation and analysis with respect to the robustness of natural language understanding models, and introduce three important aspects related to language understanding in real-world dialog systems, namely, language variety, speech characteristics, and noise perturbation. We propose a model-agnostic toolkit LAUG to approximate natural language perturbations for testing the robustness issues in task-oriented dialog. Four data augmentation approaches covering the three aspects are assembled in LAUG, which reveals critical robustness issues in state-of-the-art models. The augmented dataset through LAUG can be used to facilitate future research on the robustness testing of language understanding in task-oriented dialog.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes