paper-with-me

홈 › Papers

Beyond Binary: Turning Partial Success into Dense Verifiable Rewards for Reinforcement Learning in Code Generation

2026-01-07 · Longwen Wang, Yirui Liu, Xuan'er Wu, Xiaohui Hu, Yuankai Fan, Kaidong Yu, Qizhen Weng, Wei Xi, Xuelong Li arxiv

Effective reward design is a central challenge in Reinforcement Learning (RL) for code generation. Mainstream test-suite-level outcome rewards enforce functional correctness but induce sparsity, while external Reward Models (RMs) provide dense supervision at the cost of misalignment and additional overhead. Since code evaluation naturally yields multiple test-case-level outcomes, partial success, i.e., passing a subset of test cases, offers an intrinsic, verifiable source of dense supervision. In this paper, we propose VeRPO (Verifiable Dense Reward Policy Optimization), an RL framework that systematically turns verifiable partial success into reliable dense rewards. We analyze partial-success rewards using a weighted sum formulation, theoretically identifying a critical cardinality bias that causes policy updates to disproportionately favor gains from easy-test successes over progress on frontier tests. Based on this, VeRPO introduces a dynamic, density-calibrated local reward that explicitly corrects this bias and provides robust dense supervision from partial success. To enhance alignment with end-to-end functional correctness, VeRPO further integrates the local dense reward with global execution outcomes. Extensive experiments across diverse benchmarks and settings demonstrate that VeRPO outperforms outcome-driven and RM-based baselines, achieving up to +8.83 pass@1 gain with negligible time cost (< 0.02%) and zero GPU memory overhead.

📄 PDF Abstract BibTeX arXiv:2601.03525

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

Beyond Variance: Prompt-Efficient RLVR via Rare-Event Amplification and Bidirectional Pairing

2026-02-03 · Yujuan Pang, Jiaxin Li, Xin Sheng, Ran Peng 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is effective for training large language models on deterministic outcome reasoning tasks. Prior work shows RLVR works with few prompts, but prompt selection is often …

Reinforcement Learning

Beyond Accuracy: Characterizing Code Comprehension Capabilities in (Large) Language Models

2026-01-19 · Felix Mächtle, Jan-Niclas Serr, Nils Loose, Thomas Eisenbarth arxiv

Large Language Models (LLMs) are increasingly integrated into software engineering workflows, yet current benchmarks provide only coarse performance summaries that obscure the diverse capabilities and limitations of thes…

Why Generalization in RL is Difficult: Epistemic POMDPs and Implicit Partial Observability

2021-07-13 · NeurIPS 2021 12 · Dibya Ghosh, Jad Rahme, Aviral Kumar, Amy Zhang 외

Generalization is a central challenge for the deployment of reinforcement learning (RL) systems in the real world. In this paper, we show that the sequential structure of the RL problem necessitates new approaches to gen…

Reinforcement Learning (RL)

Beyond Binary Success: Sample-Efficient and Statistically Rigorous Robot Policy Comparison

2026-03-13 · David Snyder, Apurva Badithela, Nikolai Matni, George Pappas 외 arxiv

Generalist robot manipulation policies are becoming increasingly capable, but are limited in evaluation to a small number of hardware rollouts. This strong resource constraint in real-world testing necessitates both more…

Robot Manipulation

Binary Coding for Partial Action Analysis With Limited Observation Ratios

2017-07-01 · CVPR 2017 7 · Jie Qin, Li Liu, Ling Shao, Bingbing Ni 외

Traditional action recognition methods aim to recognize actions with complete observations/executions. However, it is often difficult to capture fully executed actions due to occlusions, interruptions, etc. Meanwhile, ac…

Action AnalysisAction RecognitionBinarizationRetrieval+1