Enhancing Tool Retrieval with Iterative Feedback from Large Language Models
Qiancheng Xu, Yongqi Li, Heming Xia, Wenjie Li

TL;DR
This paper introduces an iterative feedback mechanism from large language models to improve tool retrieval accuracy, addressing challenges of complex instructions and tool updates in real-world scenarios.
Contribution
It proposes a novel iterative feedback approach from LLMs to enhance tool retrieval, along with a comprehensive benchmark for evaluation.
Findings
Improved tool retrieval performance in in-domain and out-of-domain settings.
Effective reduction of misalignment between retrieval and usage models.
Demonstrated superiority over existing methods through extensive experiments.
Abstract
Tool learning aims to enhance and expand large language models' (LLMs) capabilities with external tools, which has gained significant attention recently. Current methods have shown that LLMs can effectively handle a certain amount of tools through in-context learning or fine-tuning. However, in real-world scenarios, the number of tools is typically extensive and irregularly updated, emphasizing the necessity for a dedicated tool retrieval component. Tool retrieval is nontrivial due to the following challenges: 1) complex user instructions and tool descriptions; 2) misalignment between tool retrieval and tool usage models. To address the above issues, we propose to enhance tool retrieval with iterative feedback from the large language model. Specifically, we prompt the tool usage model, i.e., the LLM, to provide feedback for the tool retriever model in multi-round, which could…
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.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Semantic Web and Ontologies
MethodsSoftmax · Attention Is All You Need
