CLAILGDec 15, 2025

Nemotron-Cascade: Scaling Cascaded Reinforcement Learning for General-Purpose Reasoning Models

arXiv:2512.13607v125 citationsh-index: 40
Originality Incremental advance
AI Analysis

This work addresses the problem of scaling RL for general-purpose reasoning models, offering a method to handle domain variability, but it appears incremental as it builds on existing RL and alignment techniques.

The paper tackles the challenge of building general-purpose reasoning models with reinforcement learning by addressing cross-domain heterogeneity, proposing cascaded domain-wise RL to reduce engineering complexity and achieve state-of-the-art performance. Their 14B model outperforms its SFT teacher on benchmarks like LiveCodeBench and achieves silver-medal performance in the 2025 IOI.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes