ACL 2025long0 citations

ToolHop: A Query-Driven Benchmark for Evaluating Large Language Models in Multi-Hop Tool Use

Junjie Ye, Zhengyin Du, Xuesong Yao, Weijian Lin, Yufei Xu, Zehui Chen, Zaiyuan Wang, Sining Zhu

Abstract

Effective evaluation of multi-hop tool use is critical for analyzing the understanding, reasoning, and function-calling capabilities of large language models (LLMs). However, progress has been hindered by a lack of reliable evaluation datasets. To address this, we present ToolHop, a dataset comprising 995 user queries and 3,912 associated tools, specifically designed for rigorous evaluation of multi-hop tool use. ToolHop ensures diverse queries, meaningful interdependencies, locally executable tools, detailed feedback, and verifiable answers through a novel query-driven data construction approach that includes tool creation, document refinement, and code generation. We evaluate 14 LLMs across five model families (i.e., LLaMA3.1, Qwen2.5, Gemini1.5, Claude3.5, and GPT), uncovering significant challenges in handling multi-hop tool-use scenarios. The leading model, GPT-4o, achieves an accuracy of 49.04%, underscoring substantial room for improvement. Further analysis reveals variations in tool-use strategies for various families, offering actionable insights to guide the development of more effective approaches. Code and data can be found in https://huggingface.co/datasets/bytedance-research/ToolHop.

BibTeX
@inproceedings{ye-etal-2025-toolhop,
    title = "{T}ool{H}op: A Query-Driven Benchmark for Evaluating Large Language Models in Multi-Hop Tool Use",
    author = "Ye, Junjie  and
      Du, Zhengyin  and
      Yao, Xuesong  and
      Lin, Weijian  and
      Xu, Yufei  and
      Chen, Zehui  and
      Wang, Zaiyuan  and
      Zhu, Sining  and
      Xi, Zhiheng  and
      Yuan, Siyu  and
      Gui, Tao  and
      Zhang, Qi  and
      Huang, Xuanjing  and
      Chen, Jiecao",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.150/",
    doi = "10.18653/v1/2025.acl-long.150",
    pages = "2995--3021",
    ISBN = "979-8-89176-251-0"
}