paper-with-me

Papers

PiCA: Pivot-Based Credit Assignment for Search Agentic Reinforcement Learning

2026-05-10 · Dongyi Liu, Yifan Niu, Qinwen Wang, Han Xiao, Jia Li arxiv

Large Language Model (LLM)-based search agents trained with reinforcement learning (RL) have significantly improved the performance of knowledge-intensive tasks. However, existing methods encounter critical challenges in long-horizon credit assignment: (i) Reward Sparsity, where models receive only outcome feedback without step-level guidance to differentiate action quality; (ii) Isolated Credit, where credit is assigned to steps independently, failing to capture sequential dependencies; and (iii) Distributional Shift, where rewards are estimated on templates that deviate from the model's natural generative distribution. To address these issues, we propose Pivot-Based Credit Assignment (PiCA), a novel step reward mechanism that reformulates the search trajectory as a sequential process of cumulative search progress. Unlike prior isolated step rewards, PiCA defines process rewards as success probabilities dependent on the historical context based on Potential-Based Reward Shaping (PBRS). This approach identifies pivot steps, which comprise target golden sub-queries and sub-answers derived from historical trajectories, as information peaks that significantly boost the likelihood of a correct final answer. By anchoring these step rewards to the final task objective, PiCA provides dense, pivot-aware and trajectory-dependent guidance while maintaining distributional consistency. Extensive experiments show that PiCA outperforms existing strong baselines across seven knowledge-intensive QA benchmarks, achieving 15.2% and 2.2% improvements for 3B and 7B models. The consistent performance gains across various models show PiCA's robust generalization. The code is available at https://github.com/novdream/PiCA.

📄 PDF Abstract BibTeX arXiv:2605.09287

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AgentOPSD: Recursive Self-Distillation for Agentic Reinforcement Learning

2026-08-06 · Zi-Han Wang, Zhengxi Lu, Zhiyuan Yao, Jinyang Wu 외 hf

Reinforcement learning (RL) with verifiable rewards constructs trajectory-level advantage estimates, yet it often fails to credit the few pivotal decisions that determine outcomes in long-horizon, multi-turn agentic task…

Reinforcement Learning

R$^3$L: Reflect-then-Retry Reinforcement Learning with Language-Guided Exploration, Pivotal Credit, and Positive Amplification

2026-01-07 · Weijie Shi, Yanxi Chen, Zexi Li, Xuchen Pan 외 arxiv

Reinforcement learning drives recent advances in LLM reasoning and agentic capabilities, yet current approaches struggle with both exploration and exploitation. Exploration suffers from low success rates on difficult tas…

Reinforcement Learning

AT$^2$PO: Agentic Turn-based Policy Optimization via Tree Search

2026-01-08 · Zefang Zong, Dingwei Chen, Yang Li, Qi Yi 외 arxiv

LLM agents have emerged as powerful systems for tackling multi-turn tasks by interleaving internal reasoning and external tool interactions. Agentic Reinforcement Learning has recently drawn significant research attentio…

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

TreePS-RAG: Tree-based Process Supervision for Reinforcement Learning in Agentic RAG

2026-01-11 · Tianhua Zhang, Kun Li, Junan Li, Yunxiang Li 외 arxiv

Agentic retrieval-augmented generation (RAG) formulates question answering as a multi-step interaction between reasoning and information retrieval, and has recently been advanced by reinforcement learning (RL) with outco…

Reinforcement LearningInformation RetrievalQuestion Answering