English

Influence-driven Curriculum Learning for Pre-training on Limited Data

Computation and Language 2025-09-29 v2 Machine Learning

Abstract

Curriculum learning, a training technique where data is presented to the model in order of example difficulty (e.g., from simpler to more complex documents), has shown limited success for pre-training language models. In this work, we investigate whether curriculum learning becomes competitive if we replace conventional human-centered difficulty metrics with one that more closely corresponds to example difficulty as observed during model training. Specifically, we experiment with sorting training examples by their \textit{training data influence}, a score which estimates the effect of individual training examples on the model's output. Models trained on our curricula are able to outperform ones trained in random order by over 10 percentage points in benchmarks, confirming that curriculum learning is beneficial for language model pre-training, as long as a more model-centric notion of difficulty is adopted.

Keywords

Cite

@article{arxiv.2508.15475,
  title  = {Influence-driven Curriculum Learning for Pre-training on Limited Data},
  author = {Loris Schoenegger and Lukas Thoma and Terra Blevins and Benjamin Roth},
  journal= {arXiv preprint arXiv:2508.15475},
  year   = {2025}
}

Comments

Added acknowledgments section. 9 pages, Accepted to the BabyLM Workshop at EMNLP 2025

R2 v1 2026-07-01T04:59:55.291Z