Budget-Constrained Tool Learning with Planning
Yuanhang Zheng, Peng Li, Ming Yan, Ji Zhang, Fei Huang, Yang Liu
TL;DR
Budget-Constrained Tool Learning with Planning (BTP) addresses cost-aware tool learning for LLMs by preplanning tool usage before invocation. It introduces a planning phase that estimates tool usefulness $v(q_u,t_i)$ from past experience and a frequency cap $\tilde{F}(q_u,t_i)$, then solves a knapsack-like DP to maximize total value under remaining budget $R=B-c_s$. The approach integrates with existing tool-learning methods and is augmented with a blacklist mechanism to prune unhelpful tools, reducing cost further. Experiments on ToolBench show that BTP improves budgeted pass rate and reduces average cost across diverse baselines, demonstrating practical benefit under budget constraints.
Abstract
Despite intensive efforts devoted to tool learning, the problem of budget-constrained tool learning, which focuses on resolving user queries within a specific budget constraint, has been widely overlooked. This paper proposes a novel method for budget-constrained tool learning. Our approach involves creating a preferable plan under the budget constraint before utilizing the tools. This plan outlines the feasible tools and the maximum number of times they can be employed, offering a comprehensive overview of the tool learning process for large language models. This allows them to allocate the budget from a broader perspective. To devise the plan without incurring significant extra costs, we suggest initially estimating the usefulness of the candidate tools based on past experience. Subsequently, we employ dynamic programming to formulate the plan. Experimental results demonstrate that our method can be integrated with various tool learning methods, significantly enhancing their effectiveness under strict budget constraints.
