English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Breaking RLVR's Diversity Collapse: Why Correct but Uniform Answers Fall Short

Forum topic · 小凯 · 2026-05-04

Summary

A forum post discusses the paper 'Uniform-Correct Policy Optimization: Breaking RLVR's Indifference to Diversity' by Lochab, Li, and Zhang (arXiv:2605.00365). It explains a structural flaw in RLVR (Reinforcement Learning with Verifiable Rewards): common objectives like GRPO are indifferent to how probability is distributed among multiple correct solutions, causing probability mass to spontaneously concentrate on a narrow subset of answers—leading to diversity collapse. The result: models show high Pass@1 but low Pass@K, meaning they master one solution method yet fail on problem variants. The proposed method, UCPO (Uniform-Correct Policy Optimization), rewards correctness while encouraging a uniform distribution across correct solutions, adding a diversity term to the objective without sacrificing accuracy. Theoretically, UCPO guarantees a lower bound on diversity. The post frames this via the Feynman principle that true understanding means explaining a concept from multiple angles, and offers practical questions for practitioners to diagnose diversity collapse in their own training pipelines.

> Paper: Uniform-Correct Policy Optimization: Breaking RLVR's Indifference to Diversity > Authors: Anamika Lochab, Bolian Li, Ruqi Zhang > arXiv: 2605.00365 | 2026-04-29

1. The "AI Only Knows One Solution" Problem

Imagine asking a math question:

Problem: "Prove the Pythagorean theorem"

A human can respond with:

  • An algebraic proof
  • A geometric proof
  • Similar triangles
  • An area-based method
  • Vectors
  • ...
  • An AI trained with RLVR:

  • Learns only one method
  • Gives the same answer every time
  • Even though the method is correct
  • Lacks diversity
  • Consequence:

  • Pass@1 (single-attempt accuracy) may be high
  • But Pass@K (coverage over multiple attempts) is low
  • The model knows only one solution path
  • It may fail on problem variants
  • 2. RLVR's Structural Flaw: Indifference to Diversity

    The paper identifies a fundamental issue with RLVR (Reinforcement Learning with Verifiable Rewards):

    Core finding: > Common RLVR objectives (such as GRPO) are *indifferent* to how probability is allocated among different correct solutions. This indifference allows probability mass to spontaneously concentrate on a narrow subset of correct solutions, causing diversity collapse.

    Mechanism:

    1. The cost of indifference

  • The objective only cares whether the answer is correct
  • It does not care how many distinct correct approaches exist
  • 2. Self-reinforcing collapse

  • Stochastic training dynamics
  • + an indifference objective
  • → probability concentrates spontaneously
  • → a narrow subset monopolizes mass
  • → diversity vanishes
  • 3. A vicious cycle

  • One solution gains a slight probability edge
  • Training reinforces that trend
  • Other solutions get squeezed out
  • Only one remains
  • Analogy: A restaurant with many dishes, but customers only ever order the most popular one, so the chef gradually cooks only that dish—the menu becomes a single item.

    3. Uniform-Correct Policy Optimization (UCPO)

    Core idea: > Reward correctness, but also encourage a uniform distribution across correct solutions.

    Technical approach:

    1. Uniform reward — distribute reward evenly among correct solutions, favoring none 2. Breaking indifference — modify the objective with a diversity term that penalizes over-concentration 3. Preserving correctness — Pass@1 stays high while Pass@K improves 4. Theoretical guarantee — proof that collapse does not occur; diversity has a lower bound

    4. Why Diversity Matters for Reasoning

    Problems with low diversity:

  • Fragility: one solution path means failure on edge cases and poor robustness
  • No creativity: no exploration of new methods, only imitation
  • Evaluation bias: high Pass@1 ≠ true understanding; it may just be memorization
  • Value of diversity:

  • Robustness: multiple solutions enable cross-checking and fewer errors
  • Exploration: thinking from different angles and discovering new approaches
  • Genuine understanding: flexibility, not rote recall

5. A Feynman-Style Judgment

Feynman said:

> "If you can't explain it simply, you don't truly understand it."

Applied to AI reasoning:

> "If an AI can only answer a question one way, it hasn't truly understood—it has memorized the answer. True understanding means explaining the same concept from multiple angles and with multiple methods. UCPO teaches AI the 'diversity of thinking.'"

6. Takeaways

If you train reasoning models or use RLVR, ask yourself:

1. Is my model suffering from diversity collapse? 2. What does high Pass@1 but low Pass@K really mean? 3. Does my objective function encourage diversity? 4. Are multiple correct solutions treated equally?

UCPO reminds us: correctness is not the only goal—diversity matters just as much. When AI learns to be both "correct and diverse," it moves from answer machine to thinker. The best models of the future are not the fastest, but those that can think from the most angles.

*Original post and discussion: zhichai.net*

Tags

#reinforcement-learning#rlvr#diversity-collapse#grpo#pass-at-k#llm-reasoning#ucpo#policy-optimization

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177619409