Nemotron-Cascade: Scaling Cascaded Reinforcement Learning for General-Purpose Reasoning Models
About
Building general-purpose reasoning models with reinforcement learning (RL) entails substantial cross-domain heterogeneity, including large variation in inference-time response lengths and verification latency. Such variability complicates the RL infrastructure, slows training, and makes training curriculum (e.g., response length extension) and hyperparameter selection challenging. In this work, we propose cascaded domain-wise reinforcement learning (Cascade RL) to develop general-purpose reasoning models, Nemotron-Cascade, capable of operating in both instruct and deep thinking modes. Departing from conventional approaches that blend heterogeneous prompts from different domains, Cascade RL orchestrates sequential, domain-wise RL, reducing engineering complexity and delivering state-of-the-art performance across a wide range of benchmarks. Notably, RLHF for alignment, when used as a pre-step, boosts the model's reasoning ability far beyond mere preference optimization, and subsequent domain-wise RLVR stages rarely degrade the benchmark performance attained in earlier domains and may even improve it (see an illustration in Figure 1). Our 14B model, after RL, outperforms its SFT teacher, DeepSeek-R1-0528, on LiveCodeBench v5/v6/Pro and achieves silver-medal performance in the 2025 International Olympiad in Informatics (IOI). We transparently share our training and data recipes.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Knowledge Reasoning | MMLU-Pro | MMLU-Pro Knowledge Reasoning Score77 | 27 | |
| Competitive Programming | LiveCodeBench v5 | Score77.5 | 22 | |
| Competitive Programming | LiveCodeBench 2408 - 2505 v6 | Score74.6 | 19 | |
| Competitive Programming | LiveCodeBench Pro 25Q1 | Easy Score71.6 | 17 | |
| Competitive Programming | LiveCodeBench Pro 25Q2 | Easy Score68.9 | 17 | |
| Alignment | IFEval strict prompt | pass@190.2 | 16 | |
| Competitive Programming | Codeforces 2501 - 2507 | ELO1.93e+3 | 16 | |
| Code Generation | LCB 2408-2505 | Pass@174.6 | 11 | |
| Code | SWE Verified Agentless | pass@153.8 | 8 | |
| Alignment | IFBench | pass@141.7 | 7 |