English

Self-training Improves Pre-training for Natural Language Understanding

Computation and Language 2020-10-06 v1

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.

Keywords

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

R2 v1 2026-06-23T19:03:20.857Z