CLLGFeb 5

Late-to-Early Training: LET LLMs Learn Earlier, So Faster and Better

arXiv:2602.05393v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the bottleneck of high computational costs in LLM pretraining for researchers and practitioners, though it is incremental as it builds on existing pretrained models.

The paper tackles the problem of computationally expensive pretraining for large language models by proposing a Late-to-Early Training (LET) paradigm that uses representations from pretrained models to accelerate training of larger models, achieving up to 1.6× speedup and nearly 5% improvement in downstream task accuracy for a 1.4B parameter model.

As Large Language Models (LLMs) achieve remarkable empirical success through scaling model and data size, pretraining has become increasingly critical yet computationally prohibitive, hindering rapid development. Despite the availability of numerous pretrained LLMs developed at significant computational expense, a fundamental real-world question remains underexplored: \textit{Can we leverage existing small pretrained models to accelerate the training of larger models?} In this paper, we propose a Late-to-Early Training (LET) paradigm that enables LLMs to explicitly learn later knowledge in earlier steps and earlier layers. The core idea is to guide the early layers of an LLM during early training using representations from the late layers of a pretrained (i.e. late training phase) model. We identify two key mechanisms that drive LET's effectiveness: late-to-early-step learning and late-to-early-layer learning. These mechanisms significantly accelerate training convergence while robustly enhancing both language modeling capabilities and downstream task performance, enabling faster training with superior performance. Extensive experiments on 1.4B and 7B parameter models demonstrate LET's efficiency and effectiveness. Notably, when training a 1.4B LLM on the Pile dataset, our method achieves up to 1.6$\times$ speedup with nearly 5\% improvement in downstream task accuracy compared to standard training, even when using a pretrained model with 10$\times$ fewer parameters than the target model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes