SOTAVerified

Textual Data Augmentation for Efficient Active Learning on Tiny Datasets

2020-11-01EMNLP 2020Unverified0· sign in to hype

Husam Quteineh, Spyridon Samothrakis, Richard Sutcliffe

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

In this paper we propose a novel data augmentation approach where guided outputs of a language generation model, e.g. GPT-2, when labeled, can improve the performance of text classifiers through an active learning process. We transform the data generation task into an optimization problem which maximizes the usefulness of the generated output, using Monte Carlo Tree Search (MCTS) as the optimization strategy and incorporating entropy as one of the optimization criteria. We test our approach against a Non-Guided Data Generation (NGDG) process that does not optimize for a reward function. Starting with a small set of data, our results show an increased performance with MCTS of 26\% on the TREC-6 Questions dataset, and 10\% on the Stanford Sentiment Treebank SST-2 dataset. Compared with NGDG, we are able to achieve increases of 3\% and 5\% on TREC-6 and SST-2.

Tasks

Reproductions