INQUIRING LINE

Training AI on examples where its answers vary most could be the secret to reasoning that actually scales.

Can curriculum learning by reward variance improve reasoning scalability?

This explores whether picking training examples by their reward variance — a curriculum that favors prompts where the model's outcomes disagree — makes reasoning training scale better, rather than just adding more compute or data.


This explores whether picking training examples by their reward variance — a curriculum that favors prompts where the model's outcomes still disagree — actually makes reasoning training scale better. The corpus has a fairly direct answer to the mechanism, and a more skeptical answer to the word 'reasoning.' On mechanism: reward variance is a real signal, not a bookkeeping detail. When within-prompt reward variance is low, the useful task gradient weakens and regularization takes over, so the policy drifts toward generic, input-agnostic templates — the same answer shape regardless of the question. Selecting high-variance prompts before each update (SNR-Aware Filtering) recovers performance across tasks and, notably, keeps working as you scale Why do language models collapse into generic templates?. So as a *curriculum*, reward variance targets exactly the prompts where the model has something left to learn and stops wasting updates on ones it has already saturated.

But here's the twist that makes this more interesting than a training trick: what does that saturation actually buy you? A cluster of work argues RL on verifiable rewards mostly *activates* strategies the base model already has rather than teaching genuinely new reasoning — a single training example can suffice to switch behavior on, and even spurious rewards work nearly as well as correct ones for a well-pretrained model What does reward learning actually do to model reasoning?. The same theme runs through the finding that base models already carry latent reasoning that minimal training merely elicits — post-training *selects* reasoning, it doesn't create it Do base models already contain hidden reasoning ability?. Read together, a variance curriculum is best understood as an *elicitation efficiency* tool: it finds the prompts where the model's latent competence hasn't yet been surfaced and concentrates learning there. That reframes 'scalability' — you're scaling how efficiently you unlock existing capability, not necessarily pushing the capability ceiling upward.

Which raises the honest ceiling question. Variance is a scalar; once a prompt's outcomes agree, the signal goes silent even if the model is agreeing on a *wrong* or shallow answer. That's precisely the gap other work flags: numerical rewards lack information about *why* a solution failed, and models stuck on plateaus break through when given chain-of-thought critiques instead of just a number Can natural language feedback overcome numerical reward plateaus?. So a pure reward-variance curriculum inherits the blind spot of scalar rewards — it can tell you *which* prompts are still contested, but not *how* to improve on them. The richer-signal alternatives (generative judges that reason about reasoning steps, reward models that themselves deploy test-time reasoning before scoring) suggest the frontier is making the reward signal *carry more structure*, not just filtering on the variance of a thin one Can judges that reason about reasoning outperform classifier rewards? Can reward models benefit from reasoning before scoring?.

So the layered answer: yes, curriculum-by-reward-variance improves *training* scalability — it prevents template collapse and keeps gradients informative as you grow the run — and that's a genuine, measured win. But it scales the *efficiency of eliciting* what's already latent more than it scales raw reasoning capability, and its scalar nature caps how far it can carry you compared to feedback that explains failures rather than merely detecting disagreement. The most interesting thing you might not have expected: the very same low-variance signal that a curriculum uses to *skip* a prompt is also the thing that, left unmanaged, actively *degrades* a model into generic templates — so variance filtering is doing double duty as both a curriculum and a collapse-prevention safeguard.


Sources 6 notes

Why do language models collapse into generic templates?

When within-prompt reward variance is low, task gradients weaken and regularization dominates, pushing policies toward generic outputs. SNR-Aware Filtering—selecting high-variance prompts before updates—recovers performance across tasks and scales.

What does reward learning actually do to model reasoning?

Research shows RLVR improves sampling efficiency within existing capability boundaries without expanding them. A single training example suffices for activation, and spurious rewards work nearly as well as correct ones for models with appropriate pretraining.

Do base models already contain hidden reasoning ability?

Five independent mechanisms—RL steering, critique fine-tuning, decoding changes, SAE feature steering, and RLVR—all elicit reasoning already present in base model activations. Post-training selects rather than creates reasoning; the bottleneck is elicitation, not capability acquisition.

Can natural language feedback overcome numerical reward plateaus?

Critique-GRPO shows that models stuck on performance plateaus can generate correct solutions when given chain-of-thought critiques, revealing that numerical rewards lack critical information about why failures occur and how to improve.

Can judges that reason about reasoning outperform classifier rewards?

StepWiser demonstrates that training judges to produce reasoning chains about policy reasoning—rather than classify steps—yields better judgment accuracy and data efficiency. Independent confirmation from GenPRM and ThinkPRM shows generative PRMs outperform discriminative ones with orders of magnitude less training data.

Show all 6 sources
Can reward models benefit from reasoning before scoring?

Three independent teams (RRM, RM-R1, DeepSeek-GRM) discovered that adding chain-of-thought reasoning before reward scoring enables adaptive test-time compute scaling for evaluation. Reasoning-based approaches raise the capability ceiling of reward models beyond what outcome-based evaluation achieves.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an ML research analyst. Still open: can curriculum learning by reward variance improve reasoning scalability? Treat the claims below as dated, perishable findings — not current truth.

What a curated library found — and when (dated claims, not current truth; findings span ~2025-02 to ~2025-10):
- When within-prompt reward variance is low, the task gradient weakens and regularization dominates, drifting the policy toward generic, input-agnostic templates; selecting high-variance prompts (SNR-Aware Filtering) recovers performance and keeps working at scale (~2025).
- RLVR mostly *activates* strategies a base model already has — a single training example can switch behavior on, and spurious rewards work nearly as well as correct ones (~2025).
- Base models carry latent reasoning; minimal post-training selects it rather than creating it (~2025).
- Scalar rewards omit *why* a solution failed; plateaued models break through on chain-of-thought critiques, not numbers (~2025).

Anchor papers (verify; mind their dates): Reward Reasoning Model, arXiv:2505.14674 (2025); Critique-GRPO, arXiv:2506.03106 (2025); The Invisible Leash, arXiv:2507.14843 (2025); Base Models Know How to Reason, arXiv:2510.07364 (2025).

Your task:
(1) Re-test each constraint: judge whether newer models, training/tooling, orchestration, or richer evaluation have relaxed or overturned it. Separate the durable question from the perishable limitation; cite what resolved it, and say where a constraint still holds.
(2) Since this is synthesis-probing, reconcile the threads: does variance-filtering scale elicitation efficiency or the capability ceiling? Surface the strongest superseding work (structured/generative reward signals) from the last ~6 months.
(3) Propose 2 research questions assuming the regime has moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.