Self-training Improves Pre-training for Natural Language Understanding
Abstract
Unsupervised pre-training has led to much recent progress in natural language understanding. In this paper, we study self-training as another way to leverage unlabeled data through semi-supervised learning. To obtain additional data for a specific task, we introduce SentAugment, a data augmentation method which computes task-specific query embeddings from labeled data to retrieve sentences from a bank of billions of unlabeled sentences crawled from the web. Unlike previous semi-supervised methods, our approach does not require in-domain unlabeled data and is therefore more generally applicable. Experiments show that self-training is complementary to strong RoBERTa baselines on a variety of tasks. Our augmentation approach leads to scalable and effective self-training with improvements of up to 2.6% on standard text classification benchmarks. Finally, we also show strong gains on knowledge-distillation and few-shot learning.
Cite
@article{arxiv.2010.02194,
title = {Self-training Improves Pre-training for Natural Language Understanding},
author = {Jingfei Du and Edouard Grave and Beliz Gunel and Vishrav Chaudhary and Onur Celebi and Michael Auli and Ves Stoyanov and Alexis Conneau},
journal= {arXiv preprint arXiv:2010.02194},
year = {2020}
}
Comments
8 pages