SOTAVerified

How to Tame Your Data: Data Augmentation for Dialog State Tracking

2020-07-01WS 2020Unverified0· sign in to hype

Adam Summerville, Jordan Hashemi, James Ryan, william ferguson

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Dialog State Tracking (DST) is a problem space in which the effective vocabulary is practically limitless. For example, the domain of possible movie titles or restaurant names is bound only by the limits of language. As such, DST systems often encounter out-of-vocabulary words at inference time that were never encountered during training. To combat this issue, we present a targeted data augmentation process, by which a practitioner observes the types of errors made on held-out evaluation data, and then modifies the training data with additional corpora to increase the vocabulary size at training time. Using this with a RoBERTa-based Transformer architecture, we achieve state-of-the-art results in comparison to systems that only mask trouble slots with special tokens. Additionally, we present a data-representation scheme for seamlessly retargeting DST architectures to new domains.

Tasks

Reproductions