LGAICLAug 3, 2025

Revisiting Replay and Gradient Alignment for Continual Pre-Training of Large Language Models

arXiv:2508.01908v18 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses the resource-intensive challenge of updating LLMs with new data for researchers and practitioners, though it is incremental by revisiting existing continual learning methods.

The paper tackles the problem of continual pre-training for large language models to avoid retraining from scratch when new data arrives, finding that both experience replay and gradient alignment techniques prevent forgetting across model scales and tasks with 100 billion tokens of training data per language.

Training large language models (LLMs) typically involves pre-training on massive corpora, only to restart the process entirely when new data becomes available. A more efficient and resource-conserving approach would be continual pre-training, where models are updated with new data rather than retraining from scratch. However, the introduction of new data often causes distribution shifts, leading to performance degradation on previously learned tasks. In this paper, we take a deeper look at two popular proposals for addressing this distribution shift within the continual learning literature: experience replay and gradient alignment. We consider continual pre-training of models within the Llama family of architectures at a large scale across languages with 100 billion tokens of training data in each language, finding that both replay and gradient alignment lead to more stable learning without forgetting. This conclusion holds both as we vary the model scale and as we vary the number and diversity of tasks. Moreover, we are the first to demonstrate the effectiveness of gradient alignment techniques in the context of LLM pre-training and propose an efficient implementation of meta-experience replay (MER) that imbues experience replay with the benefits of gradient alignment despite negligible compute and memory overhead. Our scaling analysis across model sizes and replay rates indicates that small rates of replaying old examples are definitely a more valuable use of compute than investing in model size, but that it is more compute efficient to scale the size of the model than invest in high rates of replaying old examples.

Foundations

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

Your Notes