LGAIMay 28, 2025

Estimating the Effects of Sample Training Orders for Large Language Models without Retraining

arXiv:2505.22042v11 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners optimizing LLM training, though it is incremental as it builds on traditional methods with efficiency improvements.

The paper tackles the problem of estimating how training sample order affects large language models (LLMs) without costly retraining, by developing a retraining-free framework using Taylor expansions and random projections, and demonstrates its effectiveness in curriculum design and memorization analysis with experimental validation.

The order of training samples plays a crucial role in large language models (LLMs), significantly impacting both their external performance and internal learning dynamics. Traditional methods for investigating this effect generally require retraining the model with various sample orders, which is computationally infeasible for LLMs. In this work, we improve traditional methods by designing a retraining-free framework. By approximating Adam optimizer updates with first- and second-order Taylor expansions and utilizing random projection methods to store intermediate checkpoints, our framework can efficiently estimate model parameters for arbitrary training sample orders. Next, we apply our framework to two downstream research problems: (1) Training curriculum design for LLMs -- we base our retraining-free framework to propose a novel curriculum learning strategy that augments curriculum proposals with estimated model performances, enabling more informed sample scheduling. (2) LLMs' memorization and generalization effect analysis -- we use our retraining-free framework to estimate how the positions of training samples influence LLMs' capacity for memorization and generalization. We conduct extensive experiments to validate the effectiveness of our retraining-free framework in reproducing the true model performances, and further demonstrate its potential in optimizing LLM training curricula and analyzing the memorization and generalization effects of LLMs.

Foundations

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

Your Notes