PulseAugur
EN
LIVE 08:25:56

CuSearch framework enhances agentic RAG training with curriculum sampling

Researchers have developed CuSearch, a new framework for training agentic retrieval-augmented generation (RAG) systems using Reinforcement Learning with Verifiable Rewards (RLVR). This method addresses the issue of uniformly sampling trajectories by prioritizing deeper-search trajectories, which offer more informative supervision for the retrieval sub-policy. CuSearch utilizes Search-Depth Greedy Allocation (SDGA) to dynamically allocate update budgets towards these deeper trajectories, leading to improved performance, with experiments showing up to an 11.8 exact-match point improvement over standard GRPO on the ZeroSearch benchmark. AI

IMPACT This research could lead to more efficient training of agentic RAG systems, improving their ability to retrieve and utilize information.

RANK_REASON The cluster contains a research paper detailing a new method for training AI systems. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

CuSearch framework enhances agentic RAG training with curriculum sampling

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Jianghan Shen, Siqi Luo, Xinyu Cheng, Jing Xiong, Yue Li, Jiyao Liu, Jiashi Lin, Yirong Chen, Junjun He ·

    CuSearch: Curriculum Rollout Sampling via Search Depth for Agentic RAG

    arXiv:2605.11611v3 Announce Type: replace Abstract: Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as a promising paradigm for training agentic retrieval-augmented generation (RAG) systems from outcome-only supervision. Most existing methods optimize policies f…