paper-with-me

홈 › Papers

CuSearch: Curriculum Rollout Sampling via Search Depth for Agentic RAG

2026-05-12 · Jianghan Shen, Siqi Luo, Xinyu Cheng, Jing Xiong, Yue Li, Jiyao Liu, Jiashi Lin, Yirong Chen, Junjun He arxiv

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 from uniformly sampled rollouts, implicitly treating all trajectories as equally informative. However, trajectories differ substantially in search depth and are therefore not equally informative: deeper-search trajectories contain more retrieval decision points and provide denser direct supervision for the retrieval sub-policy. Moreover, this heterogeneity grows over training as the within-batch depth distribution shifts toward higher values, yet uniform rollout sampling remains blind to this shift. To address this, we propose CuSearch, a curriculum rollout sampling framework built on Search-Depth Greedy Allocation (SDGA), a batch-level operator that reallocates a fixed update budget toward deeper-search trajectories. SDGA-Auto always targets the deepest available trajectories in the current batch, yielding an implicit training-aligned curriculum as the depth distribution shifts upward. SDGA-Phase explicitly advances the curriculum threshold as deeper trajectories become sufficiently abundant. Experiments across model types and retrieval frameworks show that CuSearch consistently improves performance, achieving up to 11.8 exact-match points over standard GRPO on ZeroSearch. These results establish per-trajectory search depth as a reliable, annotation-free proxy for retrieval supervision density in RLVR-based agentic RAG training.

📄 PDF Abstract BibTeX arXiv:2605.11611

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PAC: Progress-Augmented Advantage Curriculum for Multi-Task Reinforcement Learning of LLMs

2026-08-31 · Yuanqiang Yu, Yanzhao Zheng, Zhentao Zhang, Tianze Xu 외 arxiv

Reinforcement learning (RL) is used to improve the reasoning abilities of LLMs, while training data span heterogeneous tasks. However, most RL post-training pipelines rely on fixed or manually designed task mixtures, eve…

Reinforcement Learning

Beyond Parallel Sampling: Diverse Query Initialization for Agentic Search

2026-06-15 · Sidhaarth Murali, João Coelho, Jingjie Ning, João Magalhães 외 arxiv

Test-time scaling for agentic search typically increases depth (i.e., more turns and tokens per trajectory) or breadth (i.e., more parallel rollouts). Here we focus on breadth scaling, showing that standard parallel samp…

Two-Fidelity Best-Action Identification for Stochastic Minimax Tree

2026-06-01 · Peter Chen, Xi Chen arxiv

We study fixed-confidence best-action identification (BAI) in stochastic minimax trees. This problem is increasingly relevant in modern AI planning, where deep minimax search and Monte Carlo Tree Search (MCTS) with langu…

Refining Over Resampling: Test-Time Self-Correction for LLM Reasoning

2026-08-06 · Ahsan Bilal, Muhammad Ahmed Mohsin, Muhammad Umer, Lena Trigg 외 arxiv

Test-time scaling improves LLM reasoning by using additional inference compute, but wider sampling alone can suffer from diminishing returns: new rollouts often repeat existing answer patterns instead of adding useful re…

Round-Trip Consistency: Bidirectional Diffusion Models Can Predict Their Own Rollout Errors

2026-08-01 · Alexander Scheinker arxiv

Autoregressive models accumulate error over long rollouts, yet at deployment there is no ground truth to measure it against. We train a single conditional latent diffusion model that steps a dynamical system forward or b…