Dynamic Loss-Based Sample Reweighting for Improved Large Language Model Pretraining
Daouda Sow, Herbert Woisetschläger, Saikiran Bulusu, Shiqiang Wang, Hans-Arno Jacobsen, Yingbin Liang
TL;DR
This work tackles the inefficiency of uniform data sampling in large language model pretraining by introducing fully online, instance-level loss-based data reweighting. It develops a family of lightweight reweighting strategies (notably LinUpper) that modulate per-sample weights based on current losses, while preserving a bound on maximum weights to ensure stable convergence. A new theoretical framework characterizes how loss-based weighting affects gradient-based convergence bounds under convex interpolation, providing justification for down-weighting low-loss samples. Empirically, the methods yield faster convergence and improved performance across GPT-2 scale models and large Llama models, with stronger gains observed in larger models and when combined with domain-level reweighting (DoGE/DoReMi). The results suggest substantial data-efficiency benefits for LLM pretraining and point to practical, low-overhead integration into existing pipelines.
Abstract
Pretraining large language models (LLMs) on vast and heterogeneous datasets is crucial for achieving state-of-the-art performance across diverse downstream tasks. However, current training paradigms treat all samples equally, overlooking the importance or relevance of individual samples throughout the training process. Existing reweighting strategies, which primarily focus on group-level data importance, fail to leverage fine-grained instance-level information and do not adapt dynamically to individual sample importance as training progresses. In this paper, we introduce novel algorithms for dynamic, instance-level data reweighting aimed at improving both the efficiency and effectiveness of LLM pretraining. Our methods adjust the weight of each training sample based on its loss value in an online fashion, allowing the model to dynamically focus on more informative or important samples at the current training stage. In particular, our framework allows us to systematically devise reweighting strategies deprioritizing redundant or uninformative data, which we find tend to work best. Furthermore, we develop a new theoretical framework for analyzing the impact of loss-based reweighting on the convergence of gradient-based optimization, providing the first formal characterization of how these strategies affect convergence bounds. We empirically validate our approach across a spectrum of tasks, from pretraining 7B and 1.4B parameter LLMs to smaller-scale language models and linear regression problems, demonstrating that our loss-based reweighting approach can lead to faster convergence and significantly improved performance.
