RLVR Can Invert Pass@k Performance in Language Models

Todd Zhou· July 24, 2026 View original

Summary

Reinforcement Learning with Verifiable Rewards (RLVR) can paradoxically improve single-sample accuracy while degrading overall problem-solving ability (pass@k) by making models worse under repeated sampling. This "pass@k inversion" occurs because RLVR can eliminate rare, correct solution paths that are only discoverable through extensive sampling, particularly for boundary prompts.

New research identifies a critical issue in Reinforcement Learning with Verifiable Rewards (RLVR) where, despite improving one-sample accuracy, the model's overall ability to solve distinct problems under repeated sampling (known as pass@k) can actually worsen. This phenomenon, termed "pass@k inversion," is attributed to RLVR's tendency to shrink the "reasoning boundary" by inadvertently removing rare but correct solution trajectories that are present in the base model. These trajectories are often too sparse to be reliably sampled and reinforced during RLVR training. The study frames this as an "absence-of-evidence" failure, particularly affecting "boundary prompts" where the base model holds recoverable correct solutions. To mitigate this, a proof-of-concept method called Per-Problem Base Anchoring (PBA) was developed. PBA aims to preserve these rare verifier-positive trajectories by sharpening prompts with sufficient frozen-base correct evidence and anchoring risky prompts to the base distribution. Experiments on mathematical reasoning benchmarks showed PBA improving both single-sample accuracy and high-budget coverage compared to standard GRPO, confirming its ability to preserve valuable, rare solutions.

Why it matters

For professionals developing or deploying AI systems that rely on verifier-guided optimization (e.g., code generation, complex reasoning), understanding and mitigating pass@k inversion is crucial to ensure robust and comprehensive problem-solving capabilities, preventing models from becoming less capable over time.

How to implement this in your domain

  1. 1Implement diagnostic studies to identify potential pass@k inversion in your RLVR-trained models.
  2. 2Explore "Per-Problem Base Anchoring" (PBA) or similar techniques to preserve diverse solution paths.
  3. 3Carefully monitor high-budget coverage metrics alongside single-sample accuracy during RLVR training.
  4. 4Design verification processes that account for the potential loss of rare correct trajectories.

Who benefits

Software DevelopmentAI/ML DevelopmentResearch & DevelopmentEducation Technology

Key takeaways

  • RLVR can improve one-sample accuracy but degrade overall problem-solving (pass@k).
  • This "pass@k inversion" occurs by eliminating rare, correct solution paths.
  • The issue is concentrated on "boundary prompts" where solutions are sparse.
  • Techniques like Per-Problem Base Anchoring can help mitigate this problem.

Original post by Todd Zhou

"arXiv:2607.20543v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR) can improve one-sample accuracy while making a model worse under repeated sampling. We study this pass@k inversion: after training, the policy may solve fewer distinct problems t…"

View on X

Originally posted by Todd Zhou on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses