AdaSearch: Balancing Parametric Knowledge and Search in Large Language Models via Reinforcement Learning
Tzu-Han Lin, Wei-Lin Chen, Chen-An Li, Hung-yi Lee, Yun-Nung Chen, Yu Meng

TL;DR
AdaSearch introduces a reinforcement learning framework that adaptively balances parametric knowledge and external search in large language models, reducing unnecessary search calls and improving transparency in decision-making.
Contribution
The paper presents AdaSearch, a novel two-stage RL approach that explicitly separates problem solving from search decision, enhancing knowledge awareness and interpretability in LLMs.
Findings
AdaSearch reduces unnecessary search calls significantly.
It improves the model's awareness of when to rely on parametric knowledge.
The approach maintains strong task performance across multiple models.
Abstract
Equipping large language models (LLMs) with search engines via reinforcement learning (RL) has emerged as an effective approach for building search agents. However, overreliance on search introduces unnecessary cost and risks exposure to noisy or malicious content, while relying solely on parametric knowledge risks hallucination. The central challenge is to develop agents that adaptively balance parametric knowledge with external search, invoking search only when necessary. Prior work mitigates search overuse by shaping rewards around the number of tool calls. However, these penalties require substantial reward engineering, provide ambiguous credit assignment, and can be exploited by agents that superficially reduce calls. Moreover, evaluating performance solely through call counts conflates necessary and unnecessary search, obscuring the measurement of true adaptive behavior. To…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Expert finding and Q&A systems
