Headless Language Models: Learning Without Predicting With Contrastive Weight Tying · The Large Language Model Bible Contribute to LLM-Bible

Headless Language Models: Learning Without Predicting With Contrastive Weight Tying

Godey Nathan, De La Clergerie Éric, Sagot Benoît. Arxiv 2023

[Paper]    
Efficiency And Optimization Training Techniques

Self-supervised pre-training of language models usually consists in predicting probability distributions over extensive token vocabularies. In this study, we propose an innovative method that shifts away from probability prediction and instead focuses on reconstructing input embeddings in a contrastive fashion via Constrastive Weight Tying (CWT). We apply this approach to pretrain Headless Language Models in both monolingual and multilingual contexts. Our method offers practical advantages, substantially reducing training computational requirements by up to 20 times, while simultaneously enhancing downstream performance and data efficiency. We observe a significant +1.6 GLUE score increase and a notable +2.7 LAMBADA accuracy improvement compared to classical LMs within similar compute budgets.

Similar Work