CoScale-RL: Efficient Post-Training by Co-Scaling Data and Computation
Yutong Chen, Jiandong Gao, Ji Wu
TL;DR
CoScale-RL tackles instability and limited ability boundaries in post-training LRMs by co-scaling data (more solutions per problem) and computation (larger Rollout N) within an iterative SFT/RL loop, guided by a theoretical framework and reinforced with Re-distillation for efficient model merging. The approach uses solvable/unsolvable/solved problem pools to manage progression and avoids catastrophic forgetting via final retraining, achieving a 3.76x average accuracy boost across math benchmarks and breaching prior ability boundaries on a 0.5B LM. A key contribution is the quadratic relationship between $\eta/N$ and computational efficiency, yielding practical guidance for stable RL and efficiency gains, plus evidence that data scaling in RL, rather than algorithmic tweaks alone, drives most performance gains. The results demonstrate a scalable post-training direction that reduces reliance on extensive SFT data and generalizes to larger LMs, offering a principled path to stronger LRM reasoning in resource-constrained settings.
Abstract
Training Large Reasoning Model (LRM) is usually unstable and unpredictable, especially on hard problems or weak foundation models. We found that the current post-training scaling strategy can still improve on these cases. We propose CoScale-RL, a novel scaling strategy with better data and computational efficiency. We first scale up solutions to make problems solvable. The core idea is to collect multiple solutions for each problem, rather than simply enlarging the dataset. Then, we scale up rollout computation to stabilize Reinforcement Learning. We further leverage a model merge technique called Re-distillation to sustain or even improve computational efficiency when scaling up. Our method significantly improves data and computational efficiency, with an average 3.76$\times$ accuracy improvement on four benchmarks. CoScale-RL is able to improve an LRM's ability boundary without an extensive SFT dataset. Our method provides a new scaling direction to further improve LRM's reasoning ability.
