ToolGen: Unified Tool Retrieval and Calling via Generation
Renxi Wang, Xudong Han, Lei Ji, Shu Wang, Timothy Baldwin, Haonan Li
TL;DR
ToolGen addresses the scalability challenge of tool use by LLMs by embedding real-world tools as unique tokens in the model's vocabulary, turning tool retrieval and invocation into a single generative process. It introduces a three-stage training pipeline—tool memorization, retrieval training, and end-to-end agent-tuning—and uses atomic indexing to map each tool to a single token. On ToolBench's 47k-tool dataset, ToolGen achieves competitive tool retrieval and superior end-to-end task completion with lower latency and cost, demonstrating robustness in multi-domain settings. The approach also leverages constrained decoding to mitigate hallucinations and outlines future directions for integrating chain-of-thought and reinforcement learning to further enhance autonomous tool use.
Abstract
As large language models (LLMs) advance, their inability to autonomously execute tasks by directly interacting with external tools remains a critical limitation. Traditional methods rely on inputting tool descriptions as context, which is constrained by context length and requires separate, often inefficient, retrieval mechanisms. We introduce ToolGen, a paradigm shift that integrates tool knowledge directly into the LLM's parameters by representing each tool as a unique token. This enables the LLM to generate tool calls and arguments as part of its next token prediction capabilities, seamlessly blending tool invocation with language generation. Our framework allows the LLM to access and utilize a vast amount of tools with no additional retrieval step, significantly enhancing both performance and scalability. Experimental results with over 47,000 tools show that ToolGen not only achieves superior results in both tool retrieval and autonomous task completion but also sets the stage for a new era of AI agents that can adapt to tools across diverse domains. By fundamentally transforming tool retrieval into a generative process, ToolGen paves the way for more versatile, efficient, and autonomous AI systems. ToolGen enables end-to-end tool learning and opens opportunities for integration with other advanced techniques such as chain-of-thought and reinforcement learning, thereby expanding the practical capabilities of LLMs.
