paper-with-me

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 solving often demands dynamic, multi-step reasoning, adaptive decision making, and the ability to interact with external tools and environments. In this work, we introduce ARTIST (Agentic Reasoning and Tool Integration in Self-improving Transformers), a unified framework that tightly couples agentic reasoning, reinforcement learning, and tool integration for LLMs. ARTIST enables models to autonomously decide when, how, and which tools to invoke within multi-turn reasoning chains, leveraging outcome-based RL to learn robust strategies for tool use and environment interaction without requiring step-level supervision. Extensive experiments on mathematical reasoning and multi-turn function calling benchmarks show that ARTIST consistently outperforms state-of-the-art baselines, with up to 22% absolute improvement over base models and strong gains on the most challenging tasks. Detailed studies and metric analyses reveal that agentic RL training leads to deeper reasoning, more effective tool use, and higher-quality solutions. Our results establish agentic RL with tool integration as a powerful new frontier for robust, interpretable, and generalizable problem-solving in LLMs.

📄 PDF Abstract BibTeX arXiv:2505.01441

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

AutoTool: Dynamic Tool Selection and Integration for Agentic Reasoning

2025-12-15 · Jiaru Zou, Ling Yang, Yunzhe Qi, Sirui Chen 외 arxiv

Agentic reinforcement learning has advanced large language models (LLMs) to reason through long chain-of-thought trajectories while interleaving external tool use. Existing approaches assume a fixed inventory of tools, w…

Reinforcement LearningMultimodal ReasoningCode Generation

ToolVerse: Unlocking Massive Environments and Long-Horizon Tasks for Agentic Reinforcement Learning

2026-07-17 · Shuaiyu Zhou, Fengpeng Yue, Zengjie Hu, Yuanzhe Shen 외 arxiv

While LLM agents demonstrate strong reasoning abilities in compact and well-defined scenarios, they struggle to maintain robustness and effectiveness when faced with large-scale, diverse, and dynamic real-world environme…

Reinforcement Learning

SFR-DeepResearch: Towards Effective Reinforcement Learning for Autonomously Reasoning Single Agents

2025-09-08 · Xuan-Phi Nguyen, Shrey Pandit, Revanth Gangi Reddy, Austin Xu 외 arxiv

Equipping large language models (LLMs) with complex, interleaved reasoning and tool-use capabilities has become a key focus in agentic AI research, especially with recent advances in reasoning-oriented (``thinking'') mod…

Reinforcement Learning

Demystifying Reinforcement Learning in Agentic Reasoning

2025-10-13 · Zhaochen Yu, Ling Yang, Jiaru Zou, Shuicheng Yan 외 arxiv

Recently, the emergence of agentic RL has showcased that RL could also effectively improve the agentic reasoning ability of LLMs, yet the key design principles and optimal practices remain unclear. In this work, we condu…

Reinforcement Learning

DeepEyesV2: Toward Agentic Multimodal Model

2025-11-07 · Jack Hong, Chenxiao Zhao, ChengLin Zhu, Weiheng Lu 외 arxiv

Agentic multimodal models should not only comprehend text and images, but also actively invoke external tools, such as code execution environments and web search, and integrate these operations into reasoning. In this wo…

Reinforcement LearningMathematical ReasoningMultimodal Reasoning