paper-with-me

홈 › Papers

Data-Constrained Language Model Pretraining: Improved Regularization and Scaling Laws

2026-06-05 · Zhiwei Xu, Shihao Wu, Hanseul Cho, Wei Hu, Yixin Wang arxiv

Classical scaling laws for language model pretraining balance model size against training dataset size under a fixed compute budget, assuming abundant data and a single pass over the corpus. As training compute grows faster than the supply of natural language data, pretraining is likely to enter a data-constrained, compute-rich regime where models train for multiple epochs over a finite dataset. We study data-constrained pretraining along two axes, regularization and scaling. For regularization, we study masked-input regularization (MIR), an auxiliary next-token prediction loss on randomly masked inputs. MIR tests whether the random masking central to diffusion language models can benefit autoregressive pretraining without architectural changes or inference overhead. Across 72M to 1.4B parameter models, we find that MIR added on top of strong weight decay improves validation loss over autoregressive strong-weight-decay-only models, with downstream gains at 1.4B. For scaling, we propose SoftQ, a scaling law that couples model size and data size to capture their interaction under repeated data. Classical alternatives such as the Chinchilla law use an additive form that decouples these terms, making them misspecified in the data-constrained regime. We find that SoftQ fits data-constrained experiments substantially better than these alternatives, and estimates MIR's gains as equivalent to roughly 1.3 times as much unique training data. We release our code at https://github.com/yixinw-lab/dc_pretrain.

📄 PDF Abstract BibTeX arXiv:2606.06888

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Information Guided Regularization for Fine-tuning Language Models

2024-06-20 · Mandar Sharma, Nikhil Muralidhar, Shengzhe Xu, Raquib Bin Yousuf 외

The pretraining-fine-tuning paradigm has been the de facto strategy for transfer learning in modern language modeling. With the understanding that task adaptation in LMs is often a function of parameters shared across ta…

Language ModelingLanguage ModellingTransfer Learning

Drop Dropout on Single-Epoch Language Model Pretraining

2025-05-30 · Houjun Liu, John Bauer, Christopher D. Manning

Originally, dropout was seen as a breakthrough regularization technique that reduced overfitting and improved performance in almost all applications of deep learning by reducing overfitting. Yet, single-epoch pretraining…

Language ModelingLanguage ModellingModel EditingNatural Language Inference+1

Reviving Autoencoder Pretraining

2021-01-01 · You Xie, Nils Thuerey

The pressing need for pretraining algorithms has been diminished by numerous advances in terms of regularization, architectures, and optimizers. Despite this trend, we re-visit the classic idea of unsupervised autoencode…

Bridging the Knowledge Gap: Enhancing Question Answering with World and Domain Knowledge

2019-10-16 · Travis R. Goodwin, Dina Demner-Fushman

In this paper we present OSCAR (Ontology-based Semantic Composition Augmented Regularization), a method for injecting task-agnostic knowledge from an Ontology or knowledge graph into a neural network during pretraining. …

ArticlesQuestion AnsweringSemantic CompositionWorld Knowledge

Pretraining Approaches for Spoken Language Recognition: TalTech Submission to the OLR 2021 Challenge

2022-05-14 · Tanel Alumäe, Kunnar Kukk

This paper investigates different pretraining approaches to spoken language identification. The paper is based on our submission to the Oriental Language Recognition 2021 Challenge. We participated in two tracks of the c…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)AvgDecoder+4