paper-with-me

홈 › Papers

Curriculum Learning for LLM Pretraining: An Analysis of Learning Dynamics

2026-01-29 · Mohamed Elgaar, Hadi Amiri arxiv

Curriculum learning changes the order of pretraining data, but it remains unclear how ordering changes the learning dynamics. We pretrain models from 14M to 1B parameters for 300B tokens under three linguistically motivated curricula--Age-of-Acquisition, word frequency, and Verb Variation (VV)--and compare each against Random ordering. We analyze latent training phases, gradient noise scale (GNS), and the singular-value structure of the output head. We find that training follows a shared sequence of latent phases, while curricula mainly change time spent in each phase. Random ordering yields higher GNS at 14M-70M and late singular-entropy spikes up to 160M, consistent with noisier gradients and output-head saturation. A reverse-order VV control shows that direction matters: descending order loses much of the accuracy advantage of the ascending curriculum. At larger scales, these stability differences are smaller. These results indicate that the curricula studied here are associated with more stable within-phase training in smaller models rather than with the creation of new phases.

📄 PDF Abstract BibTeX arXiv:2601.21698

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Versatile Skills with Curriculum Masking

2024-10-23 · Yao Tang, Zhihui Xie, Zichuan Lin, Deheng Ye 외

Masked prediction has emerged as a promising pretraining paradigm in offline reinforcement learning (RL) due to its versatile masking schemes, enabling flexible inference across various downstream tasks with a unified mo…

Decision MakingOffline RLReinforcement Learning (RL)Sequential Decision Making

Reasoning Curriculum: Bootstrapping Broad LLM Reasoning from Math

2025-10-30 · Bo Pang, Deqian Kong, Silvio Savarese, Caiming Xiong 외 arxiv

Reinforcement learning (RL) can elicit strong reasoning in large language models (LLMs), yet most open efforts focus on math and code. We propose Reasoning Curriculum, a simple two-stage curriculum that first elicits rea…

Reinforcement Learning

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

2025-11-24 · Kairong Luo, Zhenbo Sun, Haodong Wen, Xinyu Shi 외 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…

Improved skin lesion recognition by a Self-Supervised Curricular Deep Learning approach

2021-12-22 · Kirill Sirotkin, Marcos Escudero Viñolo, Pablo Carballeira, Juan Carlos SanMiguel

State-of-the-art deep learning approaches for skin lesion recognition often require pretraining on larger and more varied datasets, to overcome the generalization limitations derived from the reduced size of the skin les…

Lesion ClassificationSelf-Supervised LearningSkin Lesion Classification

Efficient Contrastive Learning via Novel Data Augmentation and Curriculum Learning

2021-09-10 · EMNLP 2021 11 · Seonghyeon Ye, Jiseon Kim, Alice Oh

We introduce EfficientCL, a memory-efficient continual pretraining method that applies contrastive learning with novel data augmentation and curriculum learning. For data augmentation, we stack two types of operation seq…

Continual PretrainingContrastive LearningData AugmentationSentence