paper-with-me

Papers

Execution-Grounded Credit Assignment for GRPO in Code Generation

2026-03-17 · Abhijit Kumar, Natalya Kumar, Shikhar Gupta arxiv

Critic-free reinforcement learning with verifiable rewards (RLVR) improves code generation by optimizing unit-test pass rates, but GRPO-style updates suffer from coarse credit assignment: a single outcome signal is spread uniformly across long programs even when failure stems from a localized semantic error. We propose Execution-Grounded Credit Assignment (EGCA), which localizes GRPO updates using execution traces. For programs that satisfy algorithmic constraints but fail tests, EGCA executes the candidate and a canonical reference solution (curated once offline; used for analysis, not supervision) under identical instrumentation, identifies the earliest semantic divergence, and assigns advantage only to the corresponding token span while masking downstream tokens. EGCA is a drop-in modification requiring no critic, auxiliary loss, or learned verifier, yielding 82.1% pass@1 on HumanEval (+3.1 over GRPO) and 68.9% on MBPP (+1.5) with 18% wall-clock overhead.

📄 PDF Abstract BibTeX arXiv:2603.16158

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

Outcome-Grounded Advantage Reshaping for Fine-Grained Credit Assignment in Mathematical Reasoning

2026-01-12 · Ziheng Li, Liu Kang, Feng Xiao, Luxi Xing 외 arxiv

Group Relative Policy Optimization (GRPO) has emerged as a promising critic-free reinforcement learning paradigm for reasoning tasks. However, standard GRPO employs a coarse-grained credit assignment mechanism that propa…

Reinforcement LearningMathematical Reasoning

SERL-SQL: Selective Hindsight Distillation for Text-to-SQL Reinforcement Agentic Learning

2026-08-01 · Tao Liu, Tao Feng, Xiangheng Li, Jinwang Song 외 arxiv

Recent Text-to-SQL systems increasingly rely on multi-turn interaction, execution feedback, and reinforcement learning. However, most existing methods use execution correctness only as a trajectory-level reward, which pr…

Reinforcement Learning

DACA-GRPO: Denoising-Aware Credit Assignment for Reinforcement Learning in Diffusion Language Models

2026-05-08 · Amin Karimi Monsefi, Dominic Culver, Nikhil Bhendawade, Lokesh Boominathan 외 arxiv

Diffusion large language models are a compelling alternative to autoregressive models, yet existing RL methods for diffusion treat all denoising steps as equally important and rely on biased, high-variance likelihood est…

Reinforcement LearningMathematical ReasoningCode Generation

Beyond Uniform Credit Assignment: Selective Eligibility Traces for RLVR

2026-05-07 · Chaoli Mou, Zhan Zhuang, Xinning Chen, Yu Zhang arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become a key approach for improving the reasoning abilities of large language models. However, widely used critic-free algorithms such as Group Relative Policy Op…

Reinforcement Learning

Learning from Own Solutions: Self-Conditioned Credit Assignment for Reinforcement Learning with Verifiable Rewards

2026-06-17 · Yingyu Shan, Yuhang Guo, Zihao Cheng, Zeming Liu 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has driven substantial progress in training LLMs for reasoning tasks, but representative methods such as GRPO assign uniform credit across all tokens, wasting gradien…

Reinforcement LearningKnowledge Distillation