paper-with-me

홈 › Papers

CAPO: Towards Enhancing LLM Reasoning through Generative Credit Assignment

2025-08-04 · Guofu Xie, Yunsheng Shi, Hongtao Tian, Ting Yao, Xiao Zhang arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has improved the reasoning abilities of Large Language Models (LLMs) by using rule-based binary feedback. However, current RLVR methods typically assign the same reward to every token. This coarse-grained feedback hampers precise credit assignment, making it hard for models to identify which reasoning steps lead to success or failure, and often results in suboptimal policies. Methods like PPO provide credit assignment by value estimation, but yield inaccurate and unverifiable signals due to limited sampling. On the other hand, methods using Process Reward Models can provide step-wise rewards but suffer from several key limitations: they require high-quality process supervision labels, the feedback is unreliable due to probabilistic reward modeling, and their application in online reinforcement learning (RL) is time-consuming. To overcome these limitations, we introduce a simple but efficient method-Credit Assignment Policy Optimization (CAPO). Instead of training auxiliary models, CAPO directly leverages an off-the-shelf, general-purpose LLM as a Generative Process Reward Model (LLM-as-GenPRM) to generate all step-wise critique by one pass only based on the correctness of the step itself, providing deterministic token-level credits to refine the tokens that were originally assigned identical rule-based rewards. To further enhance the accuracy and robustness, we employ voting mechanisms that scale with the number of generated critiques. Extensive experiments on various backbones like Llama and Qwen models show that CAPO consistently outperforms supervised learning-based and RL-based fine-tuning methods across four challenging mathematical benchmarks and three out-of-domain benchmarks. Further analysis shows that CAPO can help the model to foster the learning of correct reasoning pathways leading to correct answers.

📄 PDF Abstract BibTeX arXiv:2508.02298

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Hindsight Credit Assignment for Long-Horizon LLM Agents

2026-03-07 · Hui-Ze Tan, Xiao-Wen Yang, Hao Chen, Jie-Jing Shao 외 arxiv

Large Language Model (LLM) agents often face significant credit assignment challenges in long-horizon, multi-step tasks due to sparse rewards. Existing value-free methods, such as Group Relative Policy Optimization (GRPO…

Stabilizing Policy Gradients for Sample-Efficient Reinforcement Learning in LLM Reasoning

2025-10-01 · Luckeciano C. Melo, Alessandro Abate, Yarin Gal arxiv

Reinforcement Learning, particularly through policy gradient methods, has played a central role in enabling reasoning capabilities of Large Language Models. However, the optimization stability of policy gradients in this…

Stochastic OptimizationReinforcement Learning

Calibration-Aware Policy Optimization for Reasoning LLMs

2026-04-14 · Ziqi Wang, Xingzhou Lou, Meiqi Wu, Zhengqi Wen 외 arxiv

Group Relative Policy Optimization (GRPO) enhances LLM reasoning but often induces overconfidence, where incorrect responses yield lower perplexity than correct ones, degrading relative calibration as described by the Ar…

Mathematical Reasoning

Probing the "Psyche'' of Large Reasoning Models: Understanding Through a Human Lens

2025-11-30 · Yuxiang Chen, Zuohan Wu, Ziwei Wang, Xiangning Yu 외 arxiv

Large reasoning models (LRMs) have garnered significant attention from researchers owing to their exceptional capability in addressing complex tasks. Motivated by the observed human-like behaviors in their reasoning proc…

Defending the Hierarchical Result Models of Precedential Constraint

2025-12-15 · Henry Prakken, Wijnand van Woerkom arxiv

In recent years, hierarchical case-based-reasoning models of precedential constraint have been proposed. In various papers, Trevor Bench-Capon criticised these models on the grounds that they would give incorrect outcome…