Long-horizon LLM reasoning and agents often learn from sparse outcome rewards. Which token, step, turn, action, or agent deserves the credit?
47-method survey taxonomy | 28 newer entries | 16 benchmarks | Regularly updated
Start Here: 3-Minute Guide | Method Decision Guide | Machine-Readable Catalog | 2026.08 Update
A curated research map of credit assignment in reinforcement learning for large language models, organized by granularity and methodology across reasoning, agentic, and multi-agent settings.
This repository accompanies our survey paper:
From Reasoning to Agentic: Credit Assignment in Reinforcement Learning for Large Language Models
Chenchen Zhang
The original survey snapshot covers 47 credit-assignment methods (41 core, 6 adjacent enablers) published between 2024 and early 2026. The living catalog adds 28 newer entries and related resources beyond that snapshot.
- Recent Additions
- Foundational & Background
- Credit Assignment in Reasoning RL
- Credit Assignment in Agentic RL
- Multi-Agent Credit Assignment
- Benchmarks
- Citation
Credit assignment (CA) in LLM RL addresses a fundamental question: when the only feedback is a sparse terminal reward, which actions were responsible for the outcome? This problem manifests in two regimes:
- Reasoning RL: Credit must be distributed across tokens and steps within a single chain-of-thought generation (500--30K+ tokens)
- Agentic RL: Multi-turn environment interaction introduces stochastic transitions, partial observability, and horizons of 100+ turns (100K--1M tokens)
Our taxonomy organizes methods along two axes:
- Granularity: Token / Segment / Step-Turn / Multi-Agent
- Methodology: Monte Carlo / Temporal Difference / LLM-as-Critic / Game-theoretic / Information-theoretic / uncertainty-control / verifiable-feedback shaping
Recent agentic-RL papers increasingly move beyond generic trajectory-level rewards toward turn/action-aware optimization: execution feedback for coding agents, response-level entropy or uncertainty control, information-gain normalization across turns, and structured action credit for CLI-style environments.
- [2026.08] Latest: Backfilled $\Delta$Belief-RL as a core turn-level method for intrinsic belief-change credit assignment.
- [2026.07] Added the grouped paper refresh, method decision guide, machine-readable catalog, release notes, and contribution workflow.
- [2026.05] Added recent agentic, coding-agent, uncertainty-control, multi-agent orchestration, and adjacent credit-assignment papers.
- [2026.04] First version of the survey released on arXiv. Repository created.
Recent additions are newly added to this repository, not necessarily newly published papers. We mark papers as core when the method directly changes how sparse outcome signal is assigned to tokens, turns, actions, or agents. Some core papers are backfilled; non-core entries are listed as near-core, related signals, or evaluation resources.
| Paper | Year | Type | Granularity | Why it is relevant |
|---|---|---|---|---|
| Intrinsic Credit Assignment for Long Horizon Interaction ($\Delta$Belief-RL) [Paper] | 2026 | Core | Turn | Uses changes in the policy's log-probability of the known target as dense per-turn rewards, then computes turn-wise group-relative advantages without a separate critic or PRM. |
| Paper | Year | Type | Granularity | Why it is relevant |
|---|---|---|---|---|
| GRPO-$\lambda$: Credit Assignment improves LLM Reasoning [Paper] | 2025 | Core | Token/Sequence | Extends GRPO with critic-free lambda-return and eligibility-trace style weighting for finer token-sequence credit. |
| Paper | Year | Type | Granularity | Why it is relevant |
|---|---|---|---|---|
| DelTA: Discriminative Token Credit Assignment for Reinforcement Learning from Verifiable Rewards [Paper] | 2026 | Core | Token | Reweights RLVR updates with discriminative token coefficients to amplify token-gradient directions associated with reward differences. |
| From Reasoning Chains to Verifiable Subproblems: Curriculum Reinforcement Learning Enables Credit Assignment for LLM Reasoning (SCRL) [Paper] | 2026 | Core | Subproblem/Span | Converts reasoning chains into verifiable subproblems and assigns normalized advantages to corresponding answer spans. |
| TRIAGE: Role-Typed Credit Assignment for Agentic Reinforcement Learning [Paper] | 2026 | Core | Segment/Turn | Adds semantic role labels to outcome credit and maps them to bounded segment-level process rewards for agentic RL. |
| Outcome-Grounded Advantage Reshaping for Fine-Grained Credit Assignment in Mathematical Reasoning (OAR) [Paper] | 2026 | Core | Token/Step | Redistributes GRPO advantages using outcome-sensitivity signals from counterfactual perturbations or gradient proxies. |
| CRAFT: Counterfactual Credit Assignment from Free Sibling Rollouts for Self-Distilled Agentic Reinforcement Learning [Paper] | 2026 | Core | Token/Step | Uses free sibling rollouts to estimate signed counterfactual token credit for self-distilled agentic RL. |
| Learning from Own Solutions: Self-Conditioned Credit Assignment for Reinforcement Learning with Verifiable Rewards (SC-GRPO) [Paper] | 2026 | Core | Token | Uses verified self-conditioned trajectories to weight GRPO gradients with per-token KL-based credit. |
| GRAIL: Gradient-Reweighted Advantages for Reinforcement Learning with Verifiable Rewards [Paper] | 2026 | Core | Token | Applies gradient-activation saliency to reweight sequence-level advantages into intrinsic token-wise advantages. |
| Verifiable Process Rewards for Agentic Reasoning (VPR) [Paper] | 2026 | Core | Turn (verifiable feedback) | Converts intermediate symbolic or algorithmic oracles into dense turn-level supervision for long-horizon agentic credit assignment. |
| Agent Reinforcement Learning via Pivotal-Aware Self-Feedback Retry (PivoARL) [Paper] | 2026 | Core | Turn/Action | Identifies the pivotal erroneous turn via structured self-reflection and retries locally from that state, assigning cross-episode credit that rewards correct prefixes while isolating erroneous suffixes. |
| Paper | Year | Type | Granularity | Why it is relevant |
|---|---|---|---|---|
| APPO: Agentic Procedural Policy Optimization [Paper] | 2026 | Near-Core | Decision/Procedure | Moves agent optimization toward fine-grained procedure decisions and procedure-level advantage scaling. |
| OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning [Paper] | 2026 | Near-Core | Token/Skill | Extracts episode- and step-level hindsight skills from on-policy trajectories to form token-level self-distillation advantages. |
| Entropy Polarity in Reinforcement Fine-Tuning: Direction, Asymmetry, and Control (PAPO) [Paper] | 2026 | Near-Core | Token/Entropy | Uses signed token-level entropy polarity to adaptively reweight advantages across entropy-expanding and entropy-contracting updates. |
| Paper | Year | Type | Granularity | Why it is relevant |
|---|---|---|---|---|
| Neglected Free Lunch from Post-training: Progress Advantage for LLM Agents [Paper] | 2026 | Related Signal | Step/Turn | Derives an implicit progress signal from the log-probability ratio between an RL-trained policy and its reference policy for step-level scoring and failure attribution. |
| Paper | Year | Type | Granularity | Why it is relevant |
|---|---|---|---|---|
| QVal: Cheaply Evaluating Dense Supervision Signals for Long-Horizon LLM Agents [Paper] | 2026 | Evaluation | State/Action | Provides a training-free benchmark for testing whether dense supervision scores align with reference-policy Q-values in long-horizon agent tasks. |
Additional related threads kept out of the main method lists: STARE: Surprisal-Guided Token-Level Advantage Reweighting for Policy Entropy Stability [Paper] for entropy-aware token advantage reweighting; Not only where, But when: Temporal Scheduling for RLVR [Paper] for scheduling credit-allocation criteria over training; and Self-Distilled Agentic Reinforcement Learning (SDAR) [Paper] as a self-distillation background line for agentic dense supervision.
| Paper | Year | Type | Granularity | Why it is relevant |
|---|---|---|---|---|
| AT$^2$PO: Agentic Turn-based Policy Optimization via Tree Search [Paper] | 2026 | Core | Turn | Uses turn-level tree structure, entropy-guided expansion, and turn-wise credit assignment for multi-turn agentic RL. |
| GVPO: Group Verification-based Policy Optimization for Interactive Coding Agents [OpenReview] | 2026 | Core | Step/Action | Shapes advantages using both outcome-verifiable rewards and process-verifiable execution feedback for interactive coding agents. |
| AEM: Adaptive Entropy Modulation for Multi-Turn Agentic Reinforcement Learning [Paper] | 2026 | Core | Response/Turn | Uses response-level entropy dynamics to modulate advantages without external process supervision. |
| T$^2$PO: Uncertainty-Guided Exploration Control for Stable Multi-Turn Agentic Reinforcement Learning [Paper] | 2026 | Core | Token/Turn | Controls exploration through token-level uncertainty interventions and turn-level resampling. |
| Reinforcement Learning for LLM-based Multi-Agent Systems through Orchestration Traces [Paper] | 2026 | Related | Trace/Agent/Team | Frames reward and credit-bearing units from token to team in LLM-based multi-agent orchestration. |
| A$^2$TGPO: Agentic Turn-Group Policy Optimization with Adaptive Turn-level Clipping [Paper] | 2026 | Core | Turn | Refines information-gain credit with turn-group normalization, variance-rescaled accumulation, and adaptive turn-level clipping. |
| Learning CLI Agents with Structured Action Credit under Selective Observation [Paper] | 2026 | Core | Turn/Action | Introduces Action Advantage Assignment (A$^3$) for CLI agents using structured action sub-chain residuals and trajectory margins. |
| Rubric-Grounded RL: Structured Judge Rewards for Generalizable Reasoning [Paper] | 2026 | Adjacent | Criterion/Step | Provides structured partial-credit judge rewards; relevant as reward shaping and process-supervision infrastructure. |
| In-Context Credit Assignment via the Core [Paper] | 2026 | Related | Contributor/Coalition | Applies cooperative game theory to in-context credit assignment for AI-generated content; related to game-theoretic CA but not LLM-policy RL. |
-
A Survey of Temporal Credit Assignment in Deep Reinforcement Learning (2023)
Eduardo Pignatelli, Johan Ferret, Matthieu Geist, Thomas Mesnard, Hado van Hasselt, Olivier Pietquin
[Paper] -- Comprehensive review of temporal CA in classical deep RL (56 pages), predates the LLM era.
-
The Landscape of Agentic Reinforcement Learning for LLMs: A Survey (2025)
Guibin Zhang, Luyang Zheng, Zhiwei Zhang, Guang Yu, Zongxin Wen, Kun Li
[Paper] -- 100-page overview of agentic RL for LLMs (500+ papers), treats CA as one sub-topic.
-
A Survey of Reinforcement Learning for Large Reasoning Models (2025)
Kaiyan Zhang, Yuxin Zuo, Bingxiang He, Youbang Sun, et al.
[Paper] -- Covers RL algorithms broadly for reasoning LLMs.
-
Proximal Policy Optimization Algorithms (2017)
John Schulman, Filip Wolski, Prafulla Dhariwal, Alec Radford, Oleg Klimov
[Paper] -- PPO: the workhorse of RLHF with learned value functions for token-level baselines.
-
High-Dimensional Continuous Control Using Generalized Advantage Estimation (ICLR 2016)
John Schulman, Philipp Moritz, Sergey Levine, Michael Jordan, Pieter Abbeel
[Paper] -- GAE: interpolation between TD and MC advantage estimation.
-
Direct Preference Optimization: Your Language Model is Secretly a Reward Model (NeurIPS 2023)
Rafael Rafailov, Archit Sharma, Eric Mitchell, Stefano Ermon, Christopher D. Manning, Chelsea Finn
[Paper] -- DPO: bypasses explicit reward modeling via preference pairs.
-
Hindsight Credit Assignment (NeurIPS 2019)
Anna Harutyunyan, Will Dabney, Thomas Mesnard, et al.
[Paper] -- Reweights past actions based on observed outcomes.
-
RUDDER: Return Decomposition for Delayed Rewards (NeurIPS 2019)
Jose A. Arjona-Medina, Michael Gillhofer, Michael Widrich, et al.
[Paper] -- Decomposes episodic return into per-step contributions.
-
Training language models to follow instructions with human feedback (NeurIPS 2022)
Long Ouyang, Jeffrey Wu, Xu Jiang, et al.
[Paper] -- InstructGPT / RLHF: established the paradigm of PPO-based LLM alignment.
-
DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models (2024)
Zhihong Shao, Peiyi Wang, Qihao Zhu, et al.
[Paper] -- Introduces GRPO: group relative policy optimization, episode-level credit.
-
DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning (2025)
DeepSeek-AI
[Paper] -- Demonstrates GRPO with binary rewards can elicit sophisticated chain-of-thought reasoning.
-
Toolformer: Language Models Can Teach Themselves to Use Tools (NeurIPS 2024)
Timo Schick, Jane Dwivedi-Yu, et al.
[Paper] -- Foundational work on tool-using LLMs.
-
WebArena: A Realistic Web Environment for Building Autonomous Agents (ICLR 2024)
Shuyan Zhou, Frank F. Xu, Hao Zhu, et al.
[Paper] -- Realistic web navigation benchmark for LLM agents.
-
Math-Shepherd: Verify and Reinforce LLMs Step-by-step without Human Annotations (ACL 2024)
Peiyi Wang, Lei Li, Zhihong Shao, et al.
[Paper] -- Pioneered automatic step-level labeling via MC sampling.
-
Improve Mathematical Reasoning in Language Models by Automated Process Supervision (OmegaPRM, 2024)
Liangchen Luo, Yinxiao Xu, Anirudh Sahoo, et al.
[Paper] -- Scaled PRM via divide-and-conquer exploration.
-
VinePPO: Refining Credit Assignment in RL Training of LLMs (ICML 2025)
MCTokenAmirhossein Kazemnejad, Milad Aghajohari, Eva Portelance, Alessandro Sordoni, Siva Reddy, Aaron Courville, Nicolas Le Roux
[Paper] -- Replaces learned value network with unbiased MC value estimates at each token position via "vine" rollouts.
-
RED: Unleashing Token-Level Rewards from Holistic Feedback via Reward Redistribution (2024)
RedistributionTokenJiahui Li, Lin Li, Tai-wei Chang, Kun Kuang, et al.
[Paper] -- Probes reward model internals via linear regression for token-level credit signals.
-
T-REG: Preference Optimization with Token-Level Reward Regularization (2024)
Self-generatedTokenWenxuan Zhou, Shujian Zhang, Lingxiao Zhao, Tao Meng
[Paper] -- Contrastive self-prompting to identify discriminative tokens without external models.
-
From r to Q*: Your Language Model is Secretly a Q-Function (2024)
ImplicitTokenRafael Rafailov, Archit Sharma, Eric Mitchell, Stefano Ermon, Christopher D. Manning, Chelsea Finn
[Paper] -- Shows DPO implicitly learns token-level Q-values; theoretical foundation for implicit CA.
-
SPO: Segment Policy Optimization (2025)
MCSegmentYiran Guo, Lijie Xu, Jie Liu, Dan Ye, Shuang Qiu
[Paper] -- Partitions reasoning chains at semantic cutpoints; MC advantages per segment.
-
SCAR: Shapley Credit Assignment Rewards (2025)
Game-theoreticSegmentMeng Cao, Shuyuan Zhang, Xiao-Wen Chang, Doina Precup
[Paper] -- Shapley value decomposition across reasoning segments; theoretically principled.
-
TEMPO: Exploiting Tree Structure for Credit Assignment in RL Training of LLMs (2025)
Tree-TDToken/SegmentHieu Tran, Zonghai Yao, Hong Yu
[Paper] -- Branch-gated TD corrections on a tree of reasoning paths; critic-free.
-
PURE: Stop Summation: Min-Form Credit Assignment Is All Process Reward Model Needs for Reasoning (ICML 2025)
Min-form PRMStepJie Cheng, Gang Xiong, Ruixi Qiao, Lijun Li, et al.
[Paper] -- Min-form credit prevents reward hacking in step-level PRMs.
-
SPRO: Self-Guided Process Reward Optimization (2025)
Masked AdvantageStepWu Fei, Hao Kong, Shuxian Liang, Yang Lin, et al.
[Paper] -- Leave-one-out masked step advantage; 3.4x efficiency over GRPO.
-
CAPO: Credit Assignment Policy Optimization (2025)
LLM-as-CriticStepGuofu Xie, Yunsheng Shi, Hongtao Tian, Ting Yao, Xiao Zhang
[Paper] -- LLM as Generative PRM: self-critiques each reasoning step.
-
ACPO: Pinpointing Crucial Steps: Attribution-based Credit Assignment for Verifiable Reinforcement Learning (2025)
AttributionStepJunxi Yin, Haisen Luo, Zhenyu Li, Yihua Liu, Dan Liu, Zequn Li, Xiaohang Xu
[Paper] -- Gradient-based attribution + difficulty-aware curriculum.
-
HICRA: Emergent Hierarchical Reasoning in LLMs through Reinforcement Learning (2025)
HierarchyStepHaozhe Wang, Qixin Xu, Che Liu, Junhong Wu, Fangzhen Lin, Wenhu Chen
[Paper] -- Focuses credit on planning tokens over procedural tokens.
-
PRL: Process Reward Learning (2026)
Entropy-RLStepJiarui Yao, Ruida Wang, Tong Zhang
[Paper] -- Derives optimal step-level process rewards from entropy-regularized RL.
-
InT: Self-Proposed Interventions Enable Credit Assignment in LLM Reasoning (2026)
InterventionStepMatthew Y. R. Yang, Hao Bai, Ian Wu, Gene Yang, Amrith Setlur, Aviral Kumar
[Paper] -- Model proposes counterfactual interventions to assess step importance.
-
FinePO: Fine-Grained Process Reward via SketchVL (2026)
Fine PRMSub-stepMuye Huang, Lingling Zhang, Yifei Li, Yaqiang Wu, Jun Liu
[Paper] -- Sub-step granularity PRM for domain-specific (visual) reasoning.
-
AgentPRM: Process Reward Models for LLM Agents via Step-Wise Promise and Progress (2025)
TD+GAEStep/TurnZhiheng Xi, Chenyang Liao, Guanyu Li, Yajie Yang, et al.
[Paper] -- TD+GAE for turn-level value estimation; 8x sample efficiency vs MC-based PRM.
-
SWEET-RL: Training Multi-Turn LLM Agents on Collaborative Reasoning Tasks (2025)
Privileged CriticTurnYifei Zhou, Song Jiang, Yuandong Tian, Jason Weston, Sergey Levine, Sainbayar Sukhbaatar, Xian Li
[Paper] -- Asymmetric critic with privileged training-time information (Meta/FAIR).
-
Reinforcing Multi-Turn Reasoning in LLM Agents via Turn-Level Reward Design (NeurIPS 2025)
HybridTurnQuan Wei, Siliang Zeng, Chenliang Li, William Brown, et al.
[Paper] -- Hybrid reward: automated verification for verifiable turns + LLM-judge for subjective turns.
-
Turn-PPO: Turn-Level Optimized Policy Optimization for Multi-Turn LLM Agents (EACL 2026)
Turn-level MDPTurnJunbo Li, Peng Zhou, Rui Meng, Meet P. Vadera, Lihong Li, Yang Li
[Paper] -- Reformulates multi-turn RL as turn-level MDP; turn-level importance ratios.
-
SORL: Stabilizing Off-Policy RL for Long-Horizon Agent Training (2025)
Bias-correctedTurnChenliang Li, Adel Elmahdy, Alex Boyd, et al.
[Paper] -- Turn-level importance sampling with clipping-triggered normalization (SO-PPO/SO-GRPO).
-
TARL: Process-Supervised Reinforcement Learning for Interactive Multimodal Tool-Use Agents (2025)
LLM-JudgeTurnWeiting Tan, Xinghua Qu, Ming Tu, et al.
[Paper] -- LLM-as-judge for turn-level evaluation + mixed-task curriculum.
-
ITPO: Implicit Turn-Wise Policy Optimization for Proactive User-LLM Interaction (2026)
ImplicitTurnHaoyu Wang, Yuxin Chen, Liang Luo, et al.
[Paper] -- Derives implicit turn-level rewards from model's own log-probability changes.
-
HCAPO: Hindsight Credit Assignment for Long-Horizon LLM Agents (2026)
HindsightTurnHui-Ze Tan, Xiao-Wen Yang, Hao Chen, Jie-Jing Shao, Yi Wen, Yuteng Shen, Weihong Luo, Xiku Du, Lan-Zhe Guo, Yu-Feng Li
[Paper] -- Retrospective LLM critic with counterfactual continuation analysis.
-
C3: Contextual Counterfactual Credit Assignment for Multi-Agent Reinforcement Learning in LLM Collaboration (2026)
CounterfactualTurnYanjun Chen, Yirong Sun, Hanlin Wang, Xinming Zhang, Xiaoyu Shen, Wenjie Li, Wei Zhang
[Paper] -- Leave-one-out counterfactual credit; extends to multi-agent settings.
-
CCPO: Counterfactual Credit Policy Optimization for Multi-Agent Collaboration (2026)
CounterfactualTurnZhongyi Li, Wan Tian, Yikun Ban, Jinju Chen, Huiming Zhang, Yang Liu, Fuzhen Zhuang
[Paper] -- Structural causal model for trajectories; average treatment effect as credit.
-
CriticSearch: Fine-Grained Credit Assignment for Search Agents via a Retrospective Critic (2025)
Retrospective CriticTurnYaocheng Zhang, Haohuan Huang, Zijun Song, Yuanheng Zhu, Qichao Zhang, Zijie Zhao, Dongbin Zhao
[Paper] -- Retrospective asymmetric critic specialized for search agent turn-level credit.
-
GiGPO: Group-in-Group Policy Optimization for LLM Agent Training (NeurIPS 2025)
MC (group)StepLang Feng, Zhenghai Xue, Tingcong Liu, Bo An
[Paper] -- Two-level advantage: outer trajectory group + inner anchor state group; critic-free.
-
POAD: Reinforcing Language Agents via Policy Optimization with Action Decomposition (2024)
Action DecompositionToken/TurnMuning Wen, Ziyu Wan, Weinan Zhang, Jun Wang, Ying Wen
[Paper] -- Intra-action (token-level) + inter-action (turn-level) credit decomposition.
-
ArCHer: Training Language Model Agents via Hierarchical Multi-Turn RL (ICML 2024)
TD (hierarchical)TurnYifei Zhou, Andrea Zanette, Jiayi Pan, Sergey Levine, Aviral Kumar
[Paper] -- Pioneering hierarchical CA: off-policy turn-level critic + on-policy token-level actor.
-
PilotRL: Global Planning-Guided Progressive Reinforcement Learning (2025)
ProgressiveStepKeer Lu, Chong Chen, Xili Wang, Bin Cui, Yunhuai Liu, Wentao Zhang
[Paper] -- Three-stage progressive CA: plan-level -> step-level -> token-level.
-
CARL: Focusing Agentic Reinforcement Learning on Critical Actions (NeurIPS 2025)
Entropy-basedStepLeyang Shen, Yang Zhang, Chun Kai Ling, Xiaoyan Zhao, Tat-Seng Chua
[Paper] -- Identifies critical bifurcation points via action entropy; 72% fewer gradient updates.
-
IGPO: Information Gain-based Policy Optimization (2025)
Info-theoreticTurnGuoqing Wang, Sunhao Dai, Guangze Ye, Zeyu Gan, et al.
[Paper] -- Turn-level credit = information gain about task success probability.
-
iStar: Agentic Reinforcement Learning with Implicit Step Rewards (2025)
Implicit DPOStepXiaoqian Liu, Ke Wang, Yuchuan Wu, Fei Huang, et al.
[Paper] -- Extracts implicit step-level rewards from trajectory-level DPO; multi-level advantage fusion.
-
StepAgent: From Novice to Expert: LLM Agent Policy Optimization via Step-wise Reinforcement Learning (2024)
Implicit+IRLStepZhirui Deng, Zhicheng Dou, Yutao Zhu, Ji-Rong Wen, Ruibin Xiong, Mang Wang, Weipeng Chen
[Paper] -- Inverse RL from expert demonstrations + novice-to-expert curriculum.
-
Agent Lightning: Train ANY AI Agents with Reinforcement Learning (2025)
Decoupled ArchitectureStepXufang Luo, Yuge Zhang, Zhiyuan He, Zilong Wang, Siyun Zhao, Dongsheng Li, Luna K. Qiu, Yuqing Yang
[Paper] -- Microsoft Research. Decoupled training architecture for RL-based LLM agent training.
-
RAGEN: Understanding Self-Evolution in LLM Agents via Multi-Turn Reinforcement Learning (2025)
UncertaintyStepZihan Wang, Kangrui Wang, Qineng Wang, Pingyue Zhang, Linjie Li, Zhengyuan Yang, et al.
[Paper] -- StarPO framework; identifies "echo trap" failure mode; open-source benchmark.
-
SPA-RL: Reinforcing LLM Agents via Stepwise Progress Attribution (2025)
MLP estimatorStepHanlin Wang, Chak Tou Leong, Jiashuo Wang, Jian Wang, Wenjie Li
[Paper] -- Lightweight MLP progress estimator; minimal computational overhead.
-
LaRe: Latent Reward: LLM-Empowered Credit Assignment in Episodic Reinforcement Learning (AAAI 2025)
LLM-CriticStepYun Qu, Yuhang Jiang, Boyuan Wang, Yixiu Mao, Cheems Wang, Chang Liu, Xiangyang Ji
[Paper] -- Natural language credit explanations converted to scalar rewards.
-
SCRIBE: Structured Mid-Level Supervision for Tool-Using Language Models (2026)
Skill-prototypeStepYuxuan Jiang, Francis Ferraro
[Paper] -- Skill prototype library for semantic-level credit assignment.
-
PRS: Enhancing Agentic RL with Progressive Reward Shaping and VSPO (2025)
ProgressiveStepJianghao Su, Xia Zeng, Luhui Liu, Chao Luo, Ye Chen, Zhuoran Zhuang
[Paper] -- Progressive reward densification from format to accuracy.
-
Adaptive Segment-Level Reward: Bridging the Gap Between Action and Reward Space in Alignment (2024)
SegmentationSegmentYanshi Li, Shaopan Xiong, Gengru Chen, Xiaoyang Li, et al.
[Paper] -- Semantic segmentation for consistent reward granularity across trajectory lengths.
-
M-GRPO: Multi-Agent Deep Research: Training Multi-Agent Systems with M-GRPO (2025)
HierarchicalMulti-AgentHaoyang Hong, Jiajun Yin, Yuan Wang, Jingnan Liu, et al.
[Paper] -- Two-level credit: inter-agent (team compositions) + intra-agent (GRPO); decoupled training.
-
LLM-MCA: Leveraging Large Language Models for Effective and Explainable Multi-Agent Credit Assignment (2025)
LLM-CriticMulti-AgentKartik Nagpal, Dayi Dong, Jean-Baptiste Bouvier, Negar Mehr
[Paper] -- LLM centralized critic reads full interaction history; semantic credit reasoning.
-
QLLM: Do We Really Need a Mixing Network for Credit Assignment in Multi-Agent Reinforcement Learning? (2025)
LLM-generatedMulti-AgentYuanjun Li, Zhouyang Jiang, Bin Zhang, Mingchao Zhang, Junhao Zhao, Zhiwei Xu
[Paper] -- LLM generates a Python credit assignment function; training-free.
-
SHARP: Shapley Credit-based Optimization for Multi-Agent System (2026)
ShapleyMulti-AgentYanming Li, Xuelin Zhang, WenJie Lu, Ziye Tang, Maodong Wu, Haotian Luo, Tongtong Wu, Zijie Peng, Hongze Mi, Yibo Feng, Naiqiang Tan, Chao Huang, Hong Chen, Li Shen
[Paper] -- Three-component Shapley decomposition; +23.7% over single-agent baselines.
-
MAPPA: Scaling Multiagent Systems with Process Rewards (2026)
Per-action PRMMulti-AgentEd Li, Junyu Ren, Cat Yan
[Paper] -- Per-action process rewards from AI feedback; +5.0--17.5pp on AIME.
-
Dr. MAS: Stable Reinforcement Learning for Multi-Agent LLM Systems (2026)
Agent-wise AdvantageMulti-AgentLang Feng, Longtao Zheng, Shuo He, Fuxiang Zhang, Bo An
[Paper] -- Agent-wise advantage normalization to stabilize multi-agent GRPO; +5.6% avg@16.
| Benchmark | Domain | Scale | Verifiable |
|---|---|---|---|
| GSM8K | Grade-school math | 8.5K test | Yes |
| MATH | Competition math | 5K, 5 levels | Yes |
| MATH-500 | MATH subset | 500 | Yes |
| AIME'24/'25 | Competition math | 30 problems | Yes |
| AMC | Competition math | ~25 problems | Yes |
| CodeContests | Competitive programming | Varies | Yes |
| Benchmark | Domain | Typical Turns | Typical Tokens |
|---|---|---|---|
| ALFWorld | Embodied/simulated | 5--20 | 5K--30K |
| WebShop | Tool-use / shopping | 5--15 | 5K--20K |
| WebArena | Web navigation | 10--30 | 30K--100K |
| SWE-bench | Software engineering | 20--100+ | 100K--500K+ |
| AppWorld | Interactive coding / tool use | 5--50+ | 20K--200K+ |
| ShellOps | CLI repository tasks | 5--50+ | 20K--200K+ |
| TextCraft | Tool-use crafting | 5--20 | 5K--30K |
| HotpotQA | Multi-hop QA | 5--15 | 5K--20K |
| Search QA | Search-based tool use | 5--30 | 10K--100K |
| ColBench | Collaborative coding | 10--30 | 30K--100K |
If you find this repository useful, please cite our survey:
@article{zhang2026reasoning,
title={From Reasoning to Agentic: Credit Assignment in Reinforcement Learning for Large Language Models},
author={Zhang, Chenchen},
journal={arXiv preprint arXiv:2604.09459},
year={2026}
}We welcome carefully reviewed paper suggestions, metadata corrections, and taxonomy improvements. Please read the contribution guidelines before opening an issue or pull request.
For any questions or suggestions, feel free to contact: zcc1959339538@gmail.com

