English

NLP From Scratch Without Large-Scale Pretraining: A Simple and Efficient Framework

Computation and Language 2022-07-25 v2 Machine Learning

Abstract

Pretrained language models have become the standard approach for many NLP tasks due to strong performance, but they are very expensive to train. We propose a simple and efficient learning framework, TLM, that does not rely on large-scale pretraining. Given some labeled task data and a large general corpus, TLM uses task data as queries to retrieve a tiny subset of the general corpus and jointly optimizes the task objective and the language modeling objective from scratch. On eight classification datasets in four domains, TLM achieves results better than or similar to pretrained language models (e.g., RoBERTa-Large) while reducing the training FLOPs by two orders of magnitude. With high accuracy and efficiency, we hope TLM will contribute to democratizing NLP and expediting its development.

Keywords

Cite

@article{arxiv.2111.04130,
  title  = {NLP From Scratch Without Large-Scale Pretraining: A Simple and Efficient Framework},
  author = {Xingcheng Yao and Yanan Zheng and Xiaocong Yang and Zhilin Yang},
  journal= {arXiv preprint arXiv:2111.04130},
  year   = {2022}
}

Comments

14 pages, 5 figures

R2 v1 2026-06-24T07:29:32.677Z