paper-with-me

Papers

ShapE-GRPO: Shapley-Enhanced Reward Allocation for Multi-Candidate LLM Training

2026-03-31 · Rui Ai, Yu Pan, David Simchi-Levi, Chonghuan Wang arxiv

In user-agent interaction scenarios such as recommendation, brainstorming, and code suggestion, Large Language Models (LLMs) often generate sets of candidate recommendations where the objective is to maximize the collective utility of the entire set rather than individual candidates independently. However, existing reinforcement learning post-training paradigms, such as Group Relative Policy Optimization (GRPO), typically assign the same set-level scalar reward to every candidate in the set. This leads to noisy training signals where poor candidates free-ride on the high reward produced by a single strong peer, resulting in suboptimal exploration. To address this, we propose Shapley-Enhanced GRPO (ShapE-GRPO). By leveraging the permutation-invariant nature of set-level utility, we derive a Shapley-enhanced formulation from cooperative game theory to decompose set-level rewards into granular, candidate-specific signals. We show that our formulation preserves the fundamental axioms of the Shapley value while remaining computationally efficient with polynomial-time complexity. Empirically, ShapE-GRPO consistently outperforms standard GRPO across diverse datasets with accelerated convergence during training.

📄 PDF Abstract BibTeX arXiv:2603.29871

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Beyond GRPO and On-Policy Distillation: An Empirical Sparse-to-Dense Reward Principle for Language-Model Post-Training

2026-05-12 · Yuanda Xu, Hejian Sang, Zhengze Zhou, Ran He 외 arxiv

In settings where labeled verifiable training data is the binding constraint, each checked example should be allocated to the model and reward density where it is most informative. We identify a reward-density principle …

Learning What to Trust: Bayesian Prior-Guided Optimization for Visual Generation

2025-11-24 · Ruiying Liu, Yuanzhi Liang, Haibin Huang, Tianshu Yu 외 arxiv

Group Relative Policy Optimization (GRPO) has emerged as an effective and lightweight framework for post-training visual generative models. However, its performance is fundamentally limited by the ambiguity of textual vi…

Video Generation

Signal Reshaping for GRPO in Weak-Feedback Agentic Code Repair

2026-05-08 · Jia Li, Yuxin Su, Ting Peng, Hailiang Huang 외 arxiv

Code-agent RL often receives weak feedback: rollout-time signals are reliable and executable, but capture only necessary or surface conditions for task success rather than the target semantic predicate. Using agentic com…

Code Repair

Kalman Filter Enhanced GRPO for Reinforcement Learning-Based Language Model Reasoning

2025-05-12 · Hu Wang, Congbo Ma, Ian Reid, Mohammad Yaqub

Reward baseline is important for Reinforcement Learning (RL) algorithms to reduce variance in policy gradient estimates. Recently, for language modeling, Group Relative Policy Optimization (GRPO) is proposed to compute t…

Language ModelingLanguage ModellingMathQuestion Answering+1

NGRPO: Negative-enhanced Group Relative Policy Optimization

2025-09-23 · Gongrui Nan, Siye Chen, Jing Huang, Mengyu Lu 외 arxiv

RLVR has enhanced the reasoning capabilities of Large Language Models (LLMs) across various tasks. However, GRPO, a representative RLVR algorithm, suffers from a critical limitation: when all responses within a group are…

Mathematical Reasoning