paper-with-me

Papers

Rethinking Easy-to-Hard: Limits of Curriculum Learning in Post-Training for Deductive Reasoning

2026-03-28 · Maximilian Mordig, Andreas Opedal, Weiyang Liu, Bernhard Schölkopf arxiv

Curriculum learning (CL), motivated by the intuition that learning in increasing order of difficulty should ease generalization, is commonly adopted both in pre-training and post-training of large language models (LLMs). The intuition of CL is particularly compelling for compositional reasoning, where complex problems are built from elementary inference rules; however, the actual impact of CL on such tasks remains largely underexplored. We present a systematic empirical study of CL for post-training of LLMs, using synthetic arithmetic and logical benchmarks where difficulty is characterized by reasoning complexity rather than surface-level proxies. Surprisingly, across multiple model families and curriculum schedules, we find no robust advantage in difficulty-based sequencing over standard random sampling in either accuracy or response length. These findings persist across both supervised fine-tuning (SFT) and reinforcement learning (RL) methods. Our study suggests that, in the context of deductive reasoning, the specific ordering of training examples plays a negligible role in achieving compositional generalization, challenging the practical utility of curriculum-based post-training.

📄 PDF Abstract BibTeX arXiv:2603.27226

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Curriculum Learning: A Survey

2021-01-25 · Petru Soviany, Radu Tudor Ionescu, Paolo Rota, Nicu Sebe

Training machine learning models in a meaningful order, from the easy samples to the hard ones, using curriculum learning can provide performance improvements over the standard training approach based on random data shuf…

BIG-bench Machine LearningClusteringSurvey

Angular Gap: Reducing the Uncertainty of Image Difficulty through Model Calibration

2022-07-18 · Bohua Peng, Mobarakol Islam, Mei Tu

Curriculum learning needs example difficulty to proceed from easy to hard. However, the credibility of image difficulty is rarely investigated, which can seriously affect the effectiveness of curricula. In this work, we …

Domain AdaptationUnsupervised Domain Adaptation

HuCurl: Human-induced Curriculum Discovery

2023-07-14 · Mohamed Elgaar, Hadi Amiri

We introduce the problem of curriculum discovery and describe a curriculum learning framework capable of discovering effective curricula in a curriculum space based on prior knowledge about sample difficulty. Using annot…

Rethinking Normalization Placement for LLMs: Post-Norm under Curriculum Depth Growing

2026-08-13 · Sheng Ren, Yadong Wang, Naiqiang Tan, Jiangang Kong 외 arxiv

Pre-norm is the standard normalization placement in modern Transformers because it facilitates joint optimization of full-depth models. We ask whether this preference persists when depth is introduced through a curriculu…

CBM: Curriculum by Masking

2024-07-06 · Andrei Jarca, Florinel-Alin Croitoru, Radu Tudor Ionescu

We propose Curriculum by Masking (CBM), a novel state-of-the-art curriculum learning strategy that effectively creates an easy-to-hard training schedule via patch (token) masking, offering significant accuracy improvemen…

Object RecognitionTransfer Learning