SOTAVerified

Effective Data Augmentation for Sentence Classification Using One VAE per Class

2022-10-01COLING 2022Unverified0· sign in to hype

Frédéric Piedboeuf, Philippe Langlais

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In recent years, data augmentation has become an important field of machine learning. While images can use simple techniques such as cropping or rotating, textual data augmentation needs more complex manipulations to ensure that the generated examples are useful. Variational auto-encoders (VAE) and its conditional variant the Conditional-VAE (CVAE) are often used to generate new textual data, both relying on a good enough training of the generator so that it doesn’t create examples of the wrong class. In this paper, we explore a simpler way to use VAE for data augmentation: the training of one VAE per class. We show on several dataset sizes, as well as on four different binary classification tasks, that it systematically outperforms other generative data augmentation techniques.

Tasks

Reproductions