paper-with-me

Papers

Are Tools Always Beneficial? Learning to Invoke Tools Adaptively for Dual-Mode Multimodal LLM Reasoning

2026-05-19 · Qinghe Ma, Zhen Zhao, Yiming Wu, Jian Zhang, Lei Bai, Yinghuan Shi arxiv

Tool-augmented reasoning has emerged as a promising direction for enhancing the reasoning capabilities of multimodal large language models (MLLMs). However, existing studies mainly focus on enabling models to perform tool invocation, while neglecting the necessity of invoking tools. We argue that tool usage is not always beneficial, as redundant or inappropriate invocations largely increase reasoning overhead and even mislead model predictions. To address this issue, we introduce AutoTool, a model that adaptively decides whether to invoke tools according to the characteristics of each query. Within a reinforcement learning framework, we design an explicit dual-mode reasoning strategy with mode-specific reward functions to guide the model toward producing accurate responses. Moreover, to prevent premature bias toward a single reasoning mode, AutoTool jointly explores and balances tool-assisted and text-centric reasoning throughout training, and promotes free exploration in later stages. Extensive experiments demonstrate that AutoTool exhibits outstanding performance and high efficiency, yielding a 21.8\% accuracy gain on V* benchmark compared to the base model, and a 44.9\% improvement in efficiency over existing tool-augmented methods on POPE benchmark. Code is available at https://github.com/MQinghe/AutoTool.

📄 PDF Abstract BibTeX arXiv:2605.19852

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

AdaReasoner: Dynamic Tool Orchestration for Iterative Visual Reasoning

2026-01-26 · Mingyang Song, Haoyu Sun, Jiawei Gu, Linjie Li 외 arxiv

When humans face problems beyond their immediate capabilities, they rely on tools, providing a promising paradigm for improving visual reasoning in multimodal large language models (MLLMs). Effective reasoning, therefore…

Reinforcement LearningVisual Reasoning

Misusing Tools in Large Language Models With Visual Adversarial Examples

2023-10-04 · Xiaohan Fu, Zihan Wang, Shuheng Li, Rajesh K. Gupta 외

Large Language Models (LLMs) are being enhanced with the ability to use tools and to process multiple modalities. These new capabilities bring new benefits and also new security risks. In this work, we show that an attac…

SSIM

Re-Invoke: Tool Invocation Rewriting for Zero-Shot Tool Retrieval

2024-08-03 · Yanfei Chen, Jinsung Yoon, Devendra Singh Sachan, Qingze Wang 외

Recent advances in large language models (LLMs) have enabled autonomous agents with complex reasoning and task-fulfillment capabilities using a wide range of tools. However, effectively identifying the most relevant tool…

Retrieval

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

AdaTooler-V: Adaptive Tool-Use for Images and Videos

2025-12-18 · Chaoyang Wang, Kaituo Feng, Dongyang Chen, Zhongyu Wang 외 arxiv

Recent advances have shown that multimodal large language models (MLLMs) benefit from multimodal interleaved chain-of-thought (CoT) with vision tool interactions. However, existing open-source models often exhibit blind …

Reinforcement LearningVisual Reasoning