Curriculum-Guided Layer Scaling for Language Model Pretraining
Karanpartap Singh, Neil Band, Ehsan Adeli
TL;DR
Curriculum-Guided Layer Scaling (CGLS) introduces a compute-efficient pretraining framework that synchronizes increasing data difficulty with progressive model depth. By coupling curriculum learning with staged layer expansion and a two-phase training protocol, CGLS preserves prior representations while growing capacity, yielding improved generalization on knowledge-intensive and reasoning benchmarks across GPT-2-Small and Llama-3.2-1B scales, and extending benefits to Chinchilla-optimal budgets and domain-adaptive code pretraining. The findings demonstrate that jointly increasing data complexity and depth can outperform compute-matched baselines under fixed FLOPs, with robust gains across seeds and curriculum signals, and suggest broad applicability to larger models and multimodal settings.
Abstract
As the cost of pretraining large language models grows, there is continued interest in strategies to improve learning efficiency during this core training stage. Motivated by cognitive development, where humans gradually build knowledge as their brains mature, we propose Curriculum-Guided Layer Scaling (CGLS), a framework for compute-efficient pretraining that synchronizes increasing data difficulty with model growth through progressive layer stacking (i.e. gradually adding layers during training). At the 100M parameter scale, using a curriculum transitioning from synthetic short stories to general web data, CGLS outperforms baseline methods on the question-answering benchmarks PIQA and ARC. Pretraining at the 1.2B scale, we stratify the DataComp-LM corpus with a DistilBERT-based classifier and progress from general text to highly technical or specialized content. Our results show that progressively increasing model depth alongside sample difficulty leads to better generalization and zero-shot performance on various downstream benchmarks. Altogether, our findings demonstrate that CGLS unlocks the potential of progressive stacking, offering a simple yet effective strategy for improving generalization on knowledge-intensive and reasoning tasks.
