paper-with-me

홈 › Papers

Iterative Tool Usage Exploration for Multimodal Agents via Step-wise Preference Tuning

2025-04-30 · Pengxiang Li, Zhi Gao, Bofei Zhang, Yapeng Mi, Xiaojian Ma, Chenrui Shi, Tao Yuan, Yuwei Wu, Yunde Jia, Song-Chun Zhu, Qing Li

Multimodal agents, which integrate a controller e.g., a vision language model) with external tools, have demonstrated remarkable capabilities in tackling complex multimodal tasks. Existing approaches for training these agents, both supervised fine-tuning and reinforcement learning, depend on extensive human-annotated task-answer pairs and tool trajectories. However, for complex multimodal tasks, such annotations are prohibitively expensive or impractical to obtain. In this paper, we propose an iterative tool usage exploration method for multimodal agents without any pre-collected data, namely SPORT, via step-wise preference optimization to refine the trajectories of tool usage. Our method enables multimodal agents to autonomously discover effective tool usage strategies through self-exploration and optimization, eliminating the bottleneck of human annotation. SPORT has four iterative components: task synthesis, step sampling, step verification, and preference tuning. We first synthesize multimodal tasks using language models. Then, we introduce a novel trajectory exploration scheme, where step sampling and step verification are executed alternately to solve synthesized tasks. In step sampling, the agent tries different tools and obtains corresponding results. In step verification, we employ a verifier to provide AI feedback to construct step-wise preference data. The data is subsequently used to update the controller for tool usage through preference tuning, producing a SPORT agent. By interacting with real environments, the SPORT agent gradually evolves into a more refined and capable system. Evaluation in the GTA and GAIA benchmarks shows that the SPORT agent achieves 6.41% and 3.64% improvements, underscoring the generalization and effectiveness introduced by our method. The project page is https://SPORT-Agents.github.io.

📄 PDF Abstract BibTeX arXiv:2504.21561

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language Model

Similar Papers 제목 키워드 기반

Diversity Over Frequency: Rethinking Tool Use in Visual Chain-of-Thought Agents

2026-05-25 · Dong-Hee Kim, Reuben Tan, Donghyun Kim arxiv

Visual agents employ external visual tools within visual chains of thought to incorporate fine-grained evidence. While prior work has mainly studied these tools in visual search tasks, their role in more complex visual r…

Visual Question AnsweringSpatial ReasoningVisual Reasoning

RE-TRAC: REcursive TRAjectory Compression for Deep Search Agents

2026-02-02 · Jialiang Zhu, Gongrui Zhang, Xiaolong Ma, Lin Xu 외 arxiv

LLM-based deep research agents are largely built on the ReAct framework. This linear design makes it difficult to revisit earlier states, branch into alternative search directions, or maintain global awareness under long…

Multimodal Policy Internalization for Conversational Agents

2025-10-10 · Zhenhailong Wang, Jiateng Liu, Amin Fazel, Ritesh Sarkhel 외 arxiv

Modern conversational agents like ChatGPT and Alexa+ rely on predefined policies specifying metadata, response styles, and tool-usage rules. As these LLM-based systems expand to support diverse business and user queries,…

Reinforcement LearningContinual Pretraining

AvaTaR: Optimizing LLM Agents for Tool Usage via Contrastive Reasoning

2024-06-17 · Shirley Wu, Shiyu Zhao, Qian Huang, Kexin Huang 외

Large language model (LLM) agents have demonstrated impressive capabilities in utilizing external tools and knowledge to boost accuracy and reduce hallucinations. However, developing prompting techniques that enable LLM …

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+1

ToolTweak: An Attack on Tool Selection in LLM-based Agents

2025-10-02 · Jonathan Sneh, Ruomei Yan, Jialin Yu, Philip Torr 외 arxiv

As LLMs increasingly power agents that interact with external tools, tool use has become an essential mechanism for extending their capabilities. These agents typically select tools from growing databases or marketplaces…