← Latest papers
🤖 AI

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

This paper introduces Relative Transfer as a principled measure to explain the varying effectiveness of curriculum learning in large language models and proposes Transfer-aware Dynamic Curriculum Sampling (TDCS), a method that dynamically adjusts data sampling based on cross-difficulty transfer relationships to consistently outperform existing scheduling strategies across diverse reasoning tasks and model scales.

Original authors: Zhikai Ding, Ziyi Ye

Published 2026-08-19
📖 5 min read🧠 Deep dive

Original authors: Zhikai Ding, Ziyi Ye

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the rapidly evolving world of artificial intelligence, researchers are constantly trying to teach massive computer programs, known as large language models, to solve complex problems like math puzzles, coding challenges, and logical riddles. To do this, they feed the models vast amounts of training data. For years, a popular idea has been to organize this data like a school curriculum: start with the easiest examples and gradually introduce harder ones. This approach, called curriculum learning, assumes that just as a human student learns better by mastering simple concepts before tackling difficult ones, a machine should follow the same path. However, when scientists applied this method to different types of reasoning tasks, the results were confusing. Sometimes the "easy-to-hard" approach worked wonders; other times, it performed no better than random guessing, or even worse. This inconsistency raised a fundamental question: why does a strategy that works so well in one situation fail completely in another?

A team of researchers at Fudan University set out to solve this mystery by looking not at the schedule itself, but at what happens inside the model's brain during the learning process. They discovered that the success of a curriculum depends entirely on how the model transfers what it learns from one type of problem to another. Imagine a student learning to ride a bicycle; if mastering the bike helps them immediately learn to ride a motorcycle, the order of lessons matters less. But if learning the bike actually confuses them when they try the motorcycle, the order becomes critical. The researchers found that for some tasks, like solving Sudoku puzzles, learning the hardest examples automatically improved the model's ability to solve the easiest ones. For other tasks, like writing code or solving specific math word problems, learning the hardest examples did little to help with the easier ones, and sometimes even interfered.

To understand this phenomenon, the team developed a way to measure the "transfer" of knowledge between different levels of difficulty. They observed that when a model practices a difficult task, it generates a specific pattern of changes in its internal settings. The researchers measured how much this pattern helped or hurt the model's performance on easier tasks. They found that on Sudoku, the hardest problems provided a strong, positive boost to the easier ones, meaning the model could safely focus only on the difficult examples. In contrast, on tasks like code generation, the hardest problems offered very little help to the easier ones, and focusing solely on them caused the model to forget how to handle the simpler cases. This explained why a fixed "easy-to-hard" schedule failed on some tasks: it forced the model to ignore the easier examples that it still needed to practice, because the difficult examples weren't doing the heavy lifting for them.

Armed with this understanding, the researchers created a new method called Transfer-aware Dynamic Curriculum Sampling. Instead of following a rigid plan that moves from easy to hard, this new system acts like a smart coach that watches the model in real time. It constantly checks how well the current difficult examples are helping the model with the easier ones. If the difficult examples are providing a strong boost, the system lets the model focus on them. If the boost is weak or negative, the system automatically mixes in more practice on the easier examples to keep those skills sharp. This approach allows the training strategy to adapt to the specific nature of the task, rather than forcing every task into the same mold.

The results of this new approach were striking. When tested on three different reasoning benchmarks—Sudoku, a code generation dataset, and a mathematical reasoning dataset—the new method consistently outperformed all the standard strategies. On the Sudoku task, it improved accuracy by a significant margin over the best fixed schedule. On the code generation task, it also achieved the highest scores, proving that the model benefited from revisiting easier examples rather than pushing straight to the hardest ones. Perhaps most importantly, the method worked across different sizes of models, from smaller ones with 1.5 billion parameters to larger ones with 7 billion, and even when the model was teaching itself using its own generated answers.

The study suggests that there is no single "best" way to organize training data for all artificial intelligence tasks. The effectiveness of a curriculum is not a universal rule but a specific property of how knowledge flows between different levels of difficulty within a particular task. By measuring this flow and adjusting the training mix accordingly, the researchers were able to create a more robust and efficient learning process. This work moves the field beyond simple trial and error, offering a clear, measurable reason why certain training schedules succeed or fail. It provides a unified explanation for the varied performance of curriculum learning and offers a practical tool for building better, more adaptable artificial intelligence systems.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →