CAS: Conformalized Agentic Search via Adaptive Retrieval and Policy Weighting

📅 2026-08-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决搜索代理在强化学习中的可靠性问题,通过引入共形预测并提出CAS框架,利用自适应预测集和动态共形推理方法来提高检索和训练的可靠性。
📝 Abstract
Search Agents face a severe reliability crisis during reinforcement learning (RL) fine-tuning. Heuristic Top-K retrieval often causes critical evidence loss or noise inclusion, while over-confidence induced by progressive RL leads to hallucinated answers and redundant searches. To build highly reliable agents, we introduce Conformal Prediction (CP) and propose Conformalized Agentic Search (CAS). This framework establishes reliability guarantees on both the retrieval and training sides: on the retrieval side, an Adaptive Prediction Set (APS), a specific CP realization, translates statistical coverage into dynamic document truncation to construct prediction sets that are adaptive in size; on the training side, Adaptive Conformal Inference (ACI), a dynamic CP algorithm, dynamically constructs prediction sets with controllable coverage to quantify answer confidence, which is then used to penalize low-confidence trajectories within the Group Relative Policy Optimization (GRPO) objective, ensuring the model learns only from reliable ones. Experiments across single-hop and multi-hop QA datasets demonstrate that our framework significantly improves reasoning accuracy while drastically reducing redundant tool invocations, establishing a highly reliable and efficient agent paradigm. Our code is available at https://github.com/S1llyBird/CAS.
Problem

Research questions and friction points this paper is trying to address.

reliability crisis
heuristic top-k retrieval
over-confidence
hallucinated answers
redundant searches
Innovation

Methods, ideas, or system contributions that make the work stand out.

Conformal Prediction
Adaptive Prediction Set
Adaptive Conformal Inference