Beyond Static Tools: Test-Time Tool Evolution for Scientific Reasoning
Jiaxuan Lu, Ziyu Kong, Yemin Wang, Rong Fu, Haiyuan Wan, Cheng Yang, Wenjie Lou, Haoran Sun, Lilong Wang, Yankai Jiang, Xiaosong Wang, Xiao Sun, Dongzhan Zhou
TL;DR
The paper tackles the open-ended nature of scientific reasoning by shifting from static tool retrieval to Test-Time Tool Evolution (TTE), where agents synthesize, verify, and refine executable primitives during inference. It introduces a five-module architecture that decomposes problems, retrieves or generates tools, refines atomic primitives, and executes tool-enabled reasoning, with two instantiations: TTE-Zero and TTE-Adapt. The SciEvo benchmark (1,590 tasks, 925 evolved tools) enables rigorous evaluation, where TTE achieves state-of-the-art accuracy and high tool reuse, and demonstrates robust cross-domain adaptation. The work highlights the practicality and challenges of dynamic tool evolution for scalable scientific AI, including latency, safety, and coding-capability considerations, and points toward future directions in governance, robustness, and multi-modal extensions.
Abstract
The central challenge of AI for Science is not reasoning alone, but the ability to create computational methods in an open-ended scientific world. Existing LLM-based agents rely on static, pre-defined tool libraries, a paradigm that fundamentally fails in scientific domains where tools are sparse, heterogeneous, and intrinsically incomplete. In this paper, we propose Test-Time Tool Evolution (TTE), a new paradigm that enables agents to synthesize, verify, and evolve executable tools during inference. By transforming tools from fixed resources into problem-driven artifacts, TTE overcomes the rigidity and long-tail limitations of static tool libraries. To facilitate rigorous evaluation, we introduce SciEvo, a benchmark comprising 1,590 scientific reasoning tasks supported by 925 automatically evolved tools. Extensive experiments show that TTE achieves state-of-the-art performance in both accuracy and tool efficiency, while enabling effective cross-domain adaptation of computational tools. The code and benchmark have been released at https://github.com/lujiaxuan0520/Test-Time-Tool-Evol.
