paper-with-me

Papers

Agentic Reasoning: Reasoning LLMs with Tools for the Deep Research

2025-02-07 · Junde Wu, Jiayuan Zhu, Yuyuan Liu

We introduce Agentic Reasoning, a framework that enhances large language model (LLM) reasoning by integrating external tool-using agents. Unlike conventional LLM-based reasoning approaches, which rely solely on internal inference, Agentic Reasoning dynamically engages web search, code execution, and structured reasoning-context memory to solve complex problems requiring deep research and multi-step logical deduction. Our framework introduces the Mind Map agent, which constructs a structured knowledge graph to track logical relationships, improving deductive reasoning. Additionally, the integration of web-search and coding agents enables real-time retrieval and computational analysis, enhancing reasoning accuracy and decision-making. Evaluations on PhD-level scientific reasoning (GPQA) and domain-specific deep research tasks demonstrate that our approach significantly outperforms existing models, including leading retrieval-augmented generation (RAG) systems and closed-source LLMs. Moreover, our results indicate that agentic reasoning improves expert-level knowledge synthesis, test-time scalability, and structured problem-solving. The code is at: https://github.com/theworldofagents/Agentic-Reasoning.

📄 PDF Abstract BibTeX arXiv:2502.04644

Code (1)

theworldofagents/agentic-reasoning 공식 구현

Tasks

Decision MakingLanguage ModelingLanguage ModellingLarge Language ModelRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Agentic Reasoning and Tool Integration for LLMs via Reinforcement Learning

2025-04-28 · Joykirat Singh, Raghav Magazine, Yash Pandya, Akshay Nambi

Large language models (LLMs) have achieved remarkable progress in complex reasoning tasks, yet they remain fundamentally limited by their reliance on static internal knowledge and text-only reasoning. Real-world problem …

Mathematical Reasoning

GSM-Agent: Understanding Agentic Reasoning Using Controllable Environments

2025-09-26 · Hanlin Zhu, Tianyu Guo, Song Mei, Stuart Russell 외 arxiv

As LLMs are increasingly deployed as agents, agentic reasoning - the ability to combine tool use, especially search, and reasoning - becomes a critical skill. However, it is hard to disentangle agentic reasoning when eva…

A$^2$FM: An Adaptive Agent Foundation Model for Tool-Aware Hybrid Reasoning

2025-10-13 · Qianben Chen, Jingyi Cao, Jiayu Zhang, Tianrui Qin 외 arxiv

Large language models split into two families: reasoning-centric LLMs, which strengthen internal chain-of-thought reasoning but cannot invoke external tools, and agentic LLMs, which learn to interact with environments an…

Agentic Large Language Models, a survey

2025-03-29 · Aske Plaat, Max van Duijn, Niki van Stein, Mike Preuss 외

There is great interest in agentic LLMs, large language models that act as agents. We review the growing body of work in this area and provide a research agenda. Agentic LLMs are LLMs that (1) reason, (2) act, and (3) in…

Medical DiagnosisRetrievalSurvey

Seeing and Reasoning with Confidence: Supercharging Multimodal LLMs with an Uncertainty-Aware Agentic Framework

2025-03-11 · Zhuo Zhi, Chen Feng, Adam Daneshmend, Mine Orlu 외

Multimodal large language models (MLLMs) show promise in tasks like visual question answering (VQA) but still face challenges in multimodal reasoning. Recent works adapt agentic frameworks or chain-of-thought (CoT) reaso…

Conformal PredictionMultimodal ReasoningQuestion AnsweringUncertainty Quantification+2