Task-Aligned Tool Recommendation for Large Language Models
Hang Gao, Yongfeng Zhang

TL;DR
This paper introduces a novel approach for recommending precise toolsets for large language models, enhancing their problem-solving capabilities by dynamically selecting relevant tools tailored to specific tasks.
Contribution
It proposes the PTR method for task-specific tool recommendation, introduces the RecTools dataset, and develops the TRACC metric for evaluating tool recommendation effectiveness.
Findings
PTR achieves high accuracy on open benchmarks.
RecTools dataset enables comprehensive evaluation.
TRACC effectively measures tool recommendation quality.
Abstract
By augmenting Large Language Models (LLMs) with external tools, their capacity to solve complex problems has been significantly enhanced. However, despite ongoing advancements in the parsing capabilities of LLMs, incorporating all available tools simultaneously in the prompt remains impractical due to the vast number of external tools. Consequently, it is essential to provide LLMs with a precise set of tools tailored to the specific task, considering both quantity and quality. Current tool retrieval methods primarily focus on refining the ranking list of tools and directly packaging a fixed number of top-ranked tools as the tool set. However, these approaches often fail to equip LLMs with the optimal set of tools prior to execution, since the optimal number of tools for different tasks could be different, resulting in inefficiencies such as redundant or unsuitable tools, which impede…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Recommender Systems and Techniques
MethodsFocus · Sparse Evolutionary Training
