CLMar 23, 2020

Fast Cross-domain Data Augmentation through Neural Sentence Editing

arXiv:2003.10254v111 citations
AI Analysis

This addresses data scarcity for NLP practitioners by enabling efficient cross-domain augmentation, though it appears incremental as it builds on existing sentence editing approaches.

The paper tackles the problem of data scarcity in natural language processing by developing a cross-domain data augmentation method that transfers sentence editing knowledge from data-rich to data-poor domains, resulting in the Edit-transformer which is significantly faster than state-of-the-art methods and improves performance on downstream tasks.

Data augmentation promises to alleviate data scarcity. This is most important in cases where the initial data is in short supply. This is, for existing methods, also where augmenting is the most difficult, as learning the full data distribution is impossible. For natural language, sentence editing offers a solution - relying on small but meaningful changes to the original ones. Learning which changes are meaningful also requires large amounts of training data. We thus aim to learn this in a source domain where data is abundant and apply it in a different, target domain, where data is scarce - cross-domain augmentation. We create the Edit-transformer, a Transformer-based sentence editor that is significantly faster than the state of the art and also works cross-domain. We argue that, due to its structure, the Edit-transformer is better suited for cross-domain environments than its edit-based predecessors. We show this performance gap on the Yelp-Wikipedia domain pairs. Finally, we show that due to this cross-domain performance advantage, the Edit-transformer leads to meaningful performance gains in several downstream tasks.

Foundations

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

Your Notes