Evolving from Tool User to Creator via Training-Free Experience Reuse in Multimodal Reasoning
Xintian Shen, Jiawei Chen, Lihao Zheng, Hao Ma, Tao Wei, Kun Zhan
TL;DR
The paper tackles the limitations of fixed, manually crafted tools in tool-integrated reasoning for LLMs and proposes a training-free approach to enable self-evolving agents. It introduces UCT, a three-module architecture comprising Online Task Loop for problem solving with on-demand tool creation, Online Build Loop for iterative tool synthesis and testing, and Offline Memory Consolidation for memory management and tool library upkeep. The authors also release TRBench, a 959-sample multimodal benchmark designed to evaluate tool-use reasoning across math, science, and VQA. Empirical results show substantial cross-domain gains and state-of-the-art performance on TRBench, validating the feasibility and value of training-free experience reuse for continuous tool evolution in open-world tasks.
Abstract
Existing Tool-Integrated Reasoning (TIR) models have effectively extended the question-answering capabilities of LLMs by incorporating external tools. However, real-world scenarios present numerous open-ended problems where fixed tools often fail to meet task requirements. Furthermore, the lack of self-optimization mechanisms means that erroneous tool outputs can mislead the LLM's responses. Additionally, the construction of existing tools entails significant manual effort, which consequently constrains their applicability. Recognizing that the reasoning traces of LLMs encapsulate implicit problem-solving capabilities, we propose UCT, a novel training-free framework that transforms agents from tool users to tool creators. This approach harvests reasoning experiences and distills them into reusable assets. This method transforms the agent from a mere tool user into a tool creator, enabling adaptive tool creation and self-updating during the inference process. We also introduce a memory consolidation mechanism to maintain the tool library, ensuring high reusability of retained experiential memory for subsequent reasoning tasks. This novel automated tool construction paradigm continuously improves tool quality during reasoning, allowing the overall agent system to progress without additional training. Extensive experiments demonstrate that our method serves as a novel paradigm for enhancing the capabilities of TIR models. In particular, the significant performance gains achieved +20.86%$\uparrow$ and +23.04%$\uparrow$ on benchmarks across multi-domain mathematical and scientific reasoning tasks validate the self-evolving capability of the agent.
