To Retrieve or To Think? An Agentic Approach for Context Evolution
Rubing Chen, Jian Wang, Wenjie Li, Xiao-Yong Wei, Qing Li

TL;DR
This paper introduces ACE, a dynamic framework inspired by human metacognition, that intelligently decides when to retrieve new evidence or reason internally, improving accuracy and efficiency in complex reasoning tasks.
Contribution
The paper proposes the Agentic Context Evolution (ACE) framework, which strategically manages context updates through a central orchestrator, reducing unnecessary retrieval and enhancing performance.
Findings
ACE outperforms baselines in multi-hop QA accuracy.
ACE reduces token consumption during reasoning.
ACE effectively balances retrieval and reasoning steps.
Abstract
Current context augmentation methods, such as retrieval-augmented generation, are essential for solving knowledge-intensive reasoning tasks. However, they typically adhere to a rigid, brute-force strategy that executes retrieval at every step. This indiscriminate approach not only incurs unnecessary computational costs but also degrades performance by saturating the context with irrelevant noise. To address these limitations, we introduce Agentic Context Evolution (ACE), a framework inspired by human metacognition that dynamically determines whether to seek new evidence or reason with existing knowledge. ACE employs a central orchestrator agent to make decisions strategically via majority voting. It aims to alternate between activating a retriever agent for external retrieval and a reasoner agent for internal analysis and refinement. By eliminating redundant retrieval steps, ACE…
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
TopicsMultimodal Machine Learning Applications · Explainable Artificial Intelligence (XAI) · AI-based Problem Solving and Planning
