paper-with-me

홈 › Papers

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

2021-11-07 · Xingcheng Yao, Yanan Zheng, Xiaocong Yang, Zhilin Yang

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.

📄 PDF Abstract BibTeX arXiv:2111.04130

Code (1)

yaoxingcheng/TLM 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Compositional generalization in semantic parsing with pretrained transformers

2021-09-30 · A. Emin Orhan

Large-scale pretraining instills large amounts of knowledge in deep neural networks. This, in turn, improves the generalization behavior of these models in downstream tasks. What exactly are the limits to the generalizat…

Out-of-Distribution GeneralizationSemantic Parsing

Pretrained Vision-Language-Action Models are Surprisingly Resistant to Forgetting in Continual Learning

2026-03-04 · Huihan Liu, Changyeon Kim, Bo Liu, Minghuan Liu 외 arxiv

Continual learning is a long-standing challenge in robot policy learning, where a policy must acquire new skills over time without catastrophically forgetting previously learned ones. While prior work has extensively stu…

Continual Learning

Sparse Upcycling: Training Mixture-of-Experts from Dense Checkpoints

2022-12-09 · Aran Komatsuzaki, Joan Puigcerver, James Lee-Thorp, Carlos Riquelme Ruiz 외

Training large, deep neural networks to convergence can be prohibitively expensive. As a result, often only a small selection of popular, dense models are reused across different contexts and tasks. Increasingly, sparsel…

Mixture-of-Experts

SlimQwen: Exploring the Pruning and Distillation in Large MoE Model Pre-training

2026-05-09 · Shengkun Tang, Zekun Wang, Bo Zheng, Liangyu Wang 외 arxiv

Structured pruning and knowledge distillation (KD) are typical techniques for compressing large language models, but it remains unclear how they should be applied at pretraining scale, especially to recent mixture-of-exp…

Knowledge DistillationContinual Pretraining

Knowledge Distillation vs. Pretraining from Scratch under a Fixed (Computation) Budget

2024-04-30 · Minh Duc Bui, Fabian David Schmidt, Goran Glavaš, Katharina von der Wense

Compared to standard language model (LM) pretraining (i.e., from scratch), Knowledge Distillation (KD) entails an additional forward pass through a teacher model that is typically substantially larger than the target stu…

Knowledge DistillationLanguage ModelingLanguage ModellingMasked Language Modeling