This is a page that curates AI-related papers published worldwide. All content here is summarized using Google Gemini and operated on a non-profit basis. Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.
Agentic Reasoning: A Streamlined Framework for Enhancing LLM Reasoning with Agentic Tools
Created by
Haebom
Author
Junde Wu, Jiayuan Zhu, Yuyuan Liu, Min Xu, Yueming Jin
Outline
In this paper, we present an Agentic Reasoning framework that enhances the reasoning ability of large-scale language models (LLMs) by integrating external tool-using agents. It solves complex problems that require deep research by dynamically leveraging web search, code execution, and structured memory. The key innovation is the Mind-Map agent, which stores the inference context and tracks logical relationships to maintain consistency during long-term inference processes due to extensive tool usage. In addition, we develop a highly efficient search mechanism that outperforms existing approaches through comprehensive exploration of web search agents. Our method applied to DeepSeek-R1 achieves state-of-the-art (SOTA) performance among public models and is comparable to the performance of OpenAI Deep Research, a leading proprietary model in this field. Extensive ablation studies verify the optimal selection of agent tools and confirm the effectiveness of mind-map and web search agents. The code can be found at https://github.com/theworldofagents/Agentic-Reasoning .