SYNTHESIS NOTE
Training, RL, and Test-Time Scaling

Can RL agents learn to reason better, not just succeed?

Standard outcome-only RL rewards agents for any successful trajectory, even flawed ones. Can we instead train agents to demonstrate genuine reasoning quality by rewarding the metacognitive process itself?

Synthesis note · 2026-02-22 · sourced from RLVR
How should researchers navigate LLM reasoning research? What does reward learning actually do to model reasoning?

Outcome-only RL (e.g., GRPO) for agentic tasks reinforces any successful trajectory — including those built on flawed, redundant, or illogical reasoning. Empirically: 31.2% repetitive action rate on hard tasks, agents persistently attempting actions on locations they've already reached, policy reflecting training action distributions rather than genuine reasoning about task requirements. The agent achieves but does not understand.

RLVMR (Reinforcement Learning with Verifiable Meta-Reasoning Rewards) addresses this by operationalizing metacognitive theory as verifiable process rewards. Four meta-reasoning tags — planning, exploration, reflection, monitoring — are introduced as structured cognitive labels. Each receives programmatic rewards tied to observable outcomes:

The cold start requires only 200 SFT trajectories annotated by a teacher model with the tag syntax. After that, the agent trains entirely through environmental interaction with dense process rewards combined with sparse outcome rewards.

Since Can AI systems improve their own learning strategies?, RLVMR provides a partial solution: the metacognitive categories are still human-designed, but the specific behaviors within each category are learned through RL interaction. The framework bridges between fixed metacognitive scaffolds and fully autonomous self-monitoring.

A related metacognitive capability emerges from proactive critical thinking training: since Can models learn to ask clarifying questions instead of guessing?, both RLVMR and proactive critical thinking operationalize metacognition as trainable RL objectives. RLVMR's "monitoring" and "reflection" tags teach the agent to track its own reasoning quality during task execution; proactive critical thinking teaches the model to detect when a problem is ill-posed before attempting to solve it. Both address the gap between achieving outcomes and demonstrating genuine reasoning awareness, and both show near-zero capability at baseline that RL training dramatically improves.

The SFT/GRPO contrast is instructive: SFT creates efficient but brittle policies (success drops from 63.3% to 37.5% on unseen tasks), while GRPO achieves better generalization (52.3% on hard unseen) but with severely inefficient reasoning. RLVMR targets the gap — maintaining GRPO's generalization while reducing the reasoning inefficiency.

Inquiring lines that use this note as a source 32

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 5

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
18 direct connections · 152 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

meta-reasoning rewards for agentic rl operationalize metacognition as verifiable process supervision — separating reasoning quality from outcome success