English

ToolRerank: Adaptive and Hierarchy-Aware Reranking for Tool Retrieval

Information Retrieval 2024-06-12 v1

Abstract

Tool learning aims to extend the capabilities of large language models (LLMs) with external tools. A major challenge in tool learning is how to support a large number of tools, including unseen tools. To address this challenge, previous studies have proposed retrieving suitable tools for the LLM based on the user query. However, previously proposed methods do not consider the differences between seen and unseen tools, nor do they take the hierarchy of the tool library into account, which may lead to suboptimal performance for tool retrieval. Therefore, to address the aforementioned issues, we propose ToolRerank, an adaptive and hierarchy-aware reranking method for tool retrieval to further refine the retrieval results. Specifically, our proposed ToolRerank includes Adaptive Truncation, which truncates the retrieval results related to seen and unseen tools at different positions, and Hierarchy-Aware Reranking, which makes retrieval results more concentrated for single-tool queries and more diverse for multi-tool queries. Experimental results show that ToolRerank can improve the quality of the retrieval results, leading to better execution results generated by the LLM.

Keywords

Cite

@article{arxiv.2403.06551,
  title  = {ToolRerank: Adaptive and Hierarchy-Aware Reranking for Tool Retrieval},
  author = {Yuanhang Zheng and Peng Li and Wei Liu and Yang Liu and Jian Luan and Bin Wang},
  journal= {arXiv preprint arXiv:2403.06551},
  year   = {2024}
}

Comments

This paper is accepted for LREC-COLING 2024

R2 v1 2026-06-28T15:15:30.233Z