English

APEX-Searcher: Refining Credit Assignment with Subgoaling for Agentic Retrieval-Augmented Generation

Computation and Language 2026-05-27 v3 Artificial Intelligence

Abstract

Retrieval-augmented generation (RAG) connects large language models (LLMs) to external knowledge, but single-round retrieval is often insufficient for complex multi-hop questions. To enhance search capabilities for complex tasks, most existing works integrate multi-round iterative retrieval with reasoning processes via end-to-end training. While these approaches improve problem-solving performance, they still face challenges in task reasoning and model training, especially ambiguous retrieval execution paths and sparse rewards in end-to-end reinforcement learning (RL), which can lead to inaccurate retrieval results and lower performance. We attribute these failures to hierarchical credit entanglement: a single final reward updates planning and execution together, so the model cannot clearly separate plan errors from retrieval errors. We propose APEX-Searcher, which uses a Refining Credit Assignment paradigm: planning is optimized by RL with a plan-level reward, while execution is learned by SFT. Extensive experiments show consistent gains in both multi-hop RAG and task planning across benchmarks.

Keywords

Cite

@article{arxiv.2603.13853,
  title  = {APEX-Searcher: Refining Credit Assignment with Subgoaling for Agentic Retrieval-Augmented Generation},
  author = {Kun Chen and Qingchao Kong and Zhao Feifei and Wenji Mao},
  journal= {arXiv preprint arXiv:2603.13853},
  year   = {2026}
}
R2 v1 2026-07-01T11:19:52.774Z