paper-with-me

홈 › Papers

Chain-of-Tools: Utilizing Massive Unseen Tools in the CoT Reasoning of Frozen Language Models

2025-03-21 · Mengsong Wu, Tong Zhu, Han Han, Xiang Zhang, Wenbiao Shao, Wenliang Chen

Tool learning can further broaden the usage scenarios of large language models (LLMs). However most of the existing methods either need to finetune that the model can only use tools seen in the training data, or add tool demonstrations into the prompt with lower efficiency. In this paper, we present a new Tool Learning method Chain-of-Tools. It makes full use of the powerful semantic representation capability of frozen LLMs to finish tool calling in CoT reasoning with a huge and flexible tool pool which may contain unseen tools. Especially, to validate the effectiveness of our approach in the massive unseen tool scenario, we construct a new dataset SimpleToolQuestions. We conduct experiments on two numerical reasoning benchmarks (GSM8K-XL and FuncQA) and two knowledge-based question answering benchmarks (KAMEL and SimpleToolQuestions). Experimental results show that our approach performs better than the baseline. We also identify dimensions of the model output that are critical in tool selection, enhancing the model interpretability. Our code and data are available at: https://github.com/fairyshine/Chain-of-Tools .

📄 PDF Abstract BibTeX arXiv:2503.16779

Code (1)

fairyshine/chain-of-tools 공식 구현 jax

Tasks

GSM8KQuestion Answering

Similar Papers 제목 키워드 기반

Toolink: Linking Toolkit Creation and Using through Chain-of-Solving on Open-Source Model

2023-10-08 · Cheng Qian, Chenyan Xiong, Zhenghao Liu, Zhiyuan Liu

Large Language Models (LLMs) have demonstrated remarkable progress in utilizing tools, but their closed-source nature and high inference costs pose limitations on their adaptability, necessitating a valid method that lev…

valid

ToolOmni: Enabling Open-World Tool Use via Agentic learning with Proactive Retrieval and Grounded Execution

2026-04-15 · Shouzheng Huang, Meishan Zhang, Baotian Hu, Min Zhang arxiv

Large Language Models (LLMs) enhance their problem-solving capability by utilizing external tools. However, in open-world scenarios with massive and evolving tool repositories, existing methods relying on static embeddin…

Are Explainability Tools Gender Biased? A Case Study on Face Presentation Attack Detection

2023-04-26 · Marco Huber, Meiling Fang, Fadi Boutros, Naser Damer

Face recognition (FR) systems continue to spread in our daily lives with an increasing demand for higher explainability and interpretability of FR systems that are mainly based on deep learning. While bias across demogra…

Face Presentation Attack DetectionFace Recognition

VTC-Bench: Evaluating Agentic Multimodal Models via Compositional Visual Tool Chaining

2026-03-16 · Xuanyu Zhu, Yuhao Dong, Rundong Wang, Yang Shi 외 arxiv

Recent advancements extend Multimodal Large Language Models (MLLMs) beyond standard visual question answering to utilizing external tools for advanced visual tasks. Despite this progress, precisely executing and effectiv…

Visual Question Answering

ToolNet: Connecting Large Language Models with Massive Tools via Tool Graph

2024-02-29 · Xukun Liu, Zhiyuan Peng, Xiaoyuan Yi, Xing Xie 외

While achieving remarkable progress in a broad range of tasks, large language models (LLMs) remain significantly limited in properly using massive external tools. Existing in-context learning approaches simply format too…

In-Context Learning