LGAISEMay 1

Exploring Pass-Rate Reward in Reinforcement Learning for Code Generation

arXiv:2605.0294432.3
Predicted impact top 7% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work identifies a fundamental limitation of a common reward design in RL for code generation, which is important for researchers developing post-training methods for LLMs.

The paper investigates pass-rate rewards in critic-free RL for code generation and finds that, despite alleviating reward sparsity, they do not reliably improve final performance over binary rewards. The authors attribute this to miscalibrated gradients that fail to consistently move probability mass toward fully correct solutions.

Reinforcement learning (RL) from unit-test feedback has become a standard post-training recipe for improving large language models (LLMs) on code generation. However, the pass-all-tests binary reward can be sparse, yielding no learning signal on challenging problems where none of the sampled solutions passes all tests. A common remedy is to use the test-case pass rate as a surrogate reward. In this work, we study pass-rate rewards in critic-free RL for code generation (e.g., GRPO and RLOO) and report a consistent pattern across base models and algorithms: despite alleviating reward sparsity, pass-rate rewards do not reliably improve final performance over binary rewards in rigorous controlled experiments. To understand this discrepancy, we analyze reward density and the resulting gradient directions. We find that pass-rate rewards are denser, but the induced gradient updates do not consistently move probability mass toward full-pass solutions. This arises because test-case pass rate is a miscalibrated surrogate for progress toward full correctness, and partial-pass solutions within the same group can induce conflicting gradient directions that cancel out. Overall, our results suggest that, in critic-free RL, pass-rate rewards are insufficient to improve code generation and motivate reward designs that better align optimization with the goal of full correctness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes