Glossary · Term

verifiable reward

← all terms

Definition

Plain language

A reward you can compute automatically from the answer, without needing a human grader.

As stated in the literature

A scalar training signal derived from mechanical verification of task completion (calculator, compiler, simulator, formal verifier); enables scalable RL training but provides only outcome-level supervision.

Also called: verifiable rewards

Why it matters: It removes the need for human raters in the training loop, which is what makes large-scale RL on math and code feasible.

For example, a math RL pipeline can run the model's final answer through a calculator and award 1 for an exact match, 0 otherwise.

Heard on the show

“And as post-training pushes models further from human data — reinforcement learning on verifiable rewards, multi-agent self-play — models will correctly infer that humans are dissimilar.”
Episode 234 — Two Copies of Gemini Cooperated in a Game Where Betrayal Always Pays

Mentioned in 5 episodes

  1. 234
    Two Copies of Gemini Cooperated in a Game Where Betrayal Always Pays
  2. 162
    The Empty-Lake Proof: Why More Rollouts Stop Helping Reasoning Models
  3. 099
    How an Open-Book Trick Teaches a Model to Catch Its Own Mistakes
  4. 090
    How MiniMax-M2 Bets That Sparsity Plus Verifiable Rewards Can Match Frontier Agents
  5. 011
    When RL Actually Teaches Agents Something New, And When It Doesn't

Related terms