paper-with-me

홈 › Papers

What do Language Models Learn and When? The Implicit Curriculum Hypothesis

2026-04-09 · Emmy Liu, Kaiser Sun, Millicent Li, Isabelle Lee, Lindia Tjuatja, Jen-tse Huang, Graham Neubig arxiv

Large language models (LLMs) can perform remarkably complex tasks, yet the fine-grained details of how these capabilities emerge during pretraining remain poorly understood. Scaling laws on validation loss tell us how much a model improves with additional compute, but not what skills it acquires in which order. To remedy this, we propose the Implicit Curriculum Hypothesis: pretraining follows a compositional and predictable curriculum across models and data mixtures. We test this by designing a suite of simple, composable tasks spanning retrieval, morphological transformations, coreference, logical reasoning, and mathematics. Using these tasks, we track emergence points across four model families spanning sizes from 410M-13B parameters. We find that emergence orderings of when models reach fixed accuracy thresholds are strikingly consistent ($ρ= .81$ across 45 model pairs), and that composite tasks most often emerge after their component tasks. Furthermore, we find that this structure is encoded in model representations: tasks with similar function vector representations also tend to follow similar trajectories in training. By using the space of representations derived from our task set, we can effectively predict the training trajectories of simple held-out compositional tasks throughout the course of pretraining ($R^2 = .68$-$.84$ across models) without previously evaluating them. Together, these results suggest that pretraining is more structured than loss curves reveal: skills emerge in a compositional order that is consistent across models and readable from their internals.

📄 PDF Abstract BibTeX arXiv:2604.08510

Code (0)

등록된 구현이 없습니다.

Tasks

Logical Reasoning

Similar Papers 제목 키워드 기반

Curriculum Discovery through an Encompassing Curriculum Learning Framework

2021-09-29 · Mohamed Elgaar, Hadi Amiri

We describe a curriculum learning framework capable of discovering optimal curricula in addition to performing standard curriculum learning. We show that this framework encompasses existing curriculum learning approaches…

Natural Language Inferencetext-classificationText Classification

Understanding Curriculum Learning in Large Language Models via Cross-Difficulty Optimization Dynamics

2026-08-18 · Zhikai Ding, Ziyi Ye arxiv

Curriculum learning has been widely adopted in the post-training of large language models by organizing training data from easy to hard. However, its effectiveness varies substantially across reasoning tasks, suggesting …

What Makes a Good Curriculum? Disentangling the Effects of Data Ordering on LLM Mathematical Reasoning

2025-10-21 · Yaning Jia, Chunhui Zhang, Xingjian Diao, Xiangchi Yuan 외 arxiv

Curriculum learning (CL) - ordering training data from easy to hard - has become a popular strategy for improving reasoning in large language models (LLMs). Yet prior work employs disparate difficulty metrics and trainin…

Mathematical Reasoning

Analysing Dropout and Compounding Errors in Neural Language Models

2018-11-02 · James O' Neill, Danushka Bollegala

This paper carries out an empirical analysis of various dropout techniques for language modelling, such as Bernoulli dropout, Gaussian dropout, Curriculum Dropout, Variational Dropout and Concrete Dropout. Moreover, we p…

DecoderLanguage Modelling

Curriculum Learning for Cooperation in Multi-Agent Reinforcement Learning

2023-12-19 · Rupali Bhati, Sai Krishna Gottipati, Clodéric Mars, Matthew E. Taylor

While there has been significant progress in curriculum learning and continuous learning for training agents to generalize across a wide variety of environments in the context of single-agent reinforcement learning, it i…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learningvalid