DARTS: Distribution-Aware Active Rollout Trajectory Shaping for Accelerating LLM Reinforcement Learning
Abstract
Lay Summary
Training large language models to reason through reinforcement learning is powerful, but it is also expensive and slow. During training, the model repeatedly tries to answer questions and learns from the results. A major bottleneck is that some answers become extremely long: they consume a lot of computation, and in many training systems the whole batch must wait for the longest answer to finish. In this work, we show that this problem is not only caused by some questions being harder than others. Even for the same question, the model may sometimes produce concise answers and sometimes produce unnecessarily long ones. We propose DARTS, a training framework that actively reduces this wasted verbosity. DARTS generates multiple candidate answers for each question, keeps mostly concise ones for learning, and still preserves a small number of long answers when deeper reasoning may be useful. By shaping the model’s training data in this way, DARTS makes reinforcement learning more efficient without simply forcing the model to be short. In our experiments, DARTS speeds up large language model reinforcement learning by up to 1.77× while maintaining model accuracy. This can make advanced reasoning models cheaper, faster, and more practical to train.