English

Variational Pretraining for Semi-supervised Text Classification

Computation and Language 2019-06-07 v1 Machine Learning

Abstract

We introduce VAMPIRE, a lightweight pretraining framework for effective text classification when data and computing resources are limited. We pretrain a unigram document model as a variational autoencoder on in-domain, unlabeled data and use its internal states as features in a downstream classifier. Empirically, we show the relative strength of VAMPIRE against computationally expensive contextual embeddings and other popular semi-supervised baselines under low resource settings. We also find that fine-tuning to in-domain data is crucial to achieving decent performance from contextual embeddings when working with limited supervision. We accompany this paper with code to pretrain and use VAMPIRE embeddings in downstream tasks.

Cite

@article{arxiv.1906.02242,
  title  = {Variational Pretraining for Semi-supervised Text Classification},
  author = {Suchin Gururangan and Tam Dang and Dallas Card and Noah A. Smith},
  journal= {arXiv preprint arXiv:1906.02242},
  year   = {2019}
}

Comments

ACL 2019

R2 v1 2026-06-23T09:44:05.155Z