CLAIMay 22, 2025

Search Wisely: Mitigating Sub-optimal Agentic Searches By Reducing Uncertainty

arXiv:2505.17281v211 citationsh-index: 6EMNLP
Originality Incremental advance
AI Analysis

This addresses efficiency and reliability issues in agentic RAG systems for question-answering tasks, representing an incremental improvement.

The paper tackled sub-optimal search behaviors like over-search and under-search in agentic RAG systems, showing that a proposed reinforcement learning method, $β$-GRPO, improved a 3B model's performance by 4% in exact match scores across seven QA benchmarks.

Agentic Retrieval-Augmented Generation (RAG) systems enhance Large Language Models (LLMs) by enabling dynamic, multi-step reasoning and information retrieval. However, these systems often exhibit sub-optimal search behaviors like over-search (retrieving redundant information) and under-search (failing to retrieve necessary information), which hinder efficiency and reliability. This work formally defines and quantifies these behaviors, revealing their prevalence across multiple QA datasets and agentic RAG systems (e.g., one model could have avoided searching in 27.7% of its search steps). Furthermore, we demonstrate a crucial link between these inefficiencies and the models' uncertainty regarding their own knowledge boundaries, where response accuracy correlates with model's uncertainty in its search decisions. To address this, we propose $β$-GRPO, a reinforcement learning-based training method that incorporates confidence threshold to reward high-certainty search decisions. Experiments on seven QA benchmarks show that $β$-GRPO enable a 3B model with better agentic RAG ability, outperforming other strong baselines with a 4% higher average exact match score.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes