CLAILGOct 5, 2020

GenAug: Data Augmentation for Finetuning Text Generators

arXiv:2010.01794v21012 citations
Originality Synthesis-oriented
AI Analysis

This work addresses data scarcity for text generation tasks, particularly in natural language processing, but is incremental as it builds on existing augmentation techniques.

The paper tackled the problem of low-data regimes in text generation by proposing and evaluating data augmentation methods for finetuning GPT-2 on Yelp Reviews, finding that character-level noise insertion and keyword replacement with hypernyms improved generation quality, peaking at about three times the original data.

In this paper, we investigate data augmentation for text generation, which we call GenAug. Text generation and language modeling are important tasks within natural language processing, and are especially challenging for low-data regimes. We propose and evaluate various augmentation methods, including some that incorporate external knowledge, for finetuning GPT-2 on a subset of Yelp Reviews. We also examine the relationship between the amount of augmentation and the quality of the generated text. We utilize several metrics that evaluate important aspects of the generated text including its diversity and fluency. Our experiments demonstrate that insertion of character-level synthetic noise and keyword replacement with hypernyms are effective augmentation methods, and that the quality of generations improves to a peak at approximately three times the amount of original data.

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