paper-with-me

홈 › Papers

How Learning Rate Decay Wastes Your Best Data in Curriculum-Based LLM Pretraining

2025-11-24 · Kairong Luo, Zhenbo Sun, Haodong Wen, Xinyu Shi, Jiarui Cui, Chenyi Dang, Kaifeng Lyu, Wenguang Chen arxiv

Due to the scarcity of high-quality data, large language models (LLMs) are often trained on mixtures of data with varying quality levels, even after sophisticated data curation. A natural approach to better leverage high-quality data is curriculum-based pretraining, where the model is trained on data sorted in ascending order of quality as determined by a quality metric. However, prior studies have reported limited improvements from such curriculum-based pretraining strategies. This work identifies a critical factor constraining these methods: the incompatibility between the ascending data quality order and the decaying learning rate (LR) schedule. We find that while curriculum-based training substantially outperforms random shuffling when using a constant LR, its advantage diminishes under standard LR decay schedules. Our experiments show this incompatibility can be mitigated by two simple strategies: (1) employing a more moderate LR decay schedule, where the final LR is only moderately smaller than the peak LR, and (2) replacing LR decay with model averaging, i.e., computing a weighted average of the final few checkpoints. By combining these strategies, we improve the average score on a suite of standard benchmarks by 1.64% over random shuffling, without additional data refinement. Validated on 1.5B-parameter models trained over 30B tokens with various data-quality metrics, our findings call for a re-evaluation of curriculum-based LLM pretraining and underscore the potential of co-designing data curricula with optimization methods.

📄 PDF Abstract BibTeX arXiv:2511.18903

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Celebrating Three Decades of Worldwide Stock Market Manipulation

2019-11-20 · Bruce Knuteson

As the decade turns, we reflect on nearly thirty years of successful manipulation of the world's public equity markets. This reflection highlights a few of the key enabling ingredients and lessons learned along the way. …

Misinformation

How to decay your learning rate

2021-03-23 · Aitor Lewkowycz

Complex learning rate schedules have become an integral part of deep learning. We find empirically that common fine-tuned schedules decay the learning rate after the weight norm bounces. This leads to the proposal of ABE…

SGD and Weight Decay Secretly Minimize the Rank of Your Neural Network

2022-06-12 · Tomer Galanti, Zachary S. Siegel, Aparna Gupte, Tomaso Poggio

We investigate the inherent bias of Stochastic Gradient Descent (SGD) toward learning low-rank weight matrices during the training of deep neural networks. Our results demonstrate that training with mini-batch SGD and we…

LeanML: A Design Pattern To Slash Avoidable Wastes in Machine Learning Projects

2021-07-16 · Yves-Laurent Kom Samo

We introduce the first application of the lean methodology to machine learning projects. Similar to lean startups and lean manufacturing, we argue that lean machine learning (LeanML) can drastically slash avoidable waste…

BIG-bench Machine Learningregression

How Well Can Your Video Model Remember? Measuring Memory-Budget Trade-offs in Long Video Understanding

2026-06-17 · Yixian Tian arxiv

We introduce a compact empirical model that quantifies how answer accuracy degrades as a function of frame budget B and temporal distance D in long video understanding -- analyzing performance when recalling content from…