paper-with-me

홈 › Papers

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

2024-02-29 · Xukun Liu, Zhiyuan Peng, Xiaoyuan Yi, Xing Xie, Lirong Xiang, Yuchen Liu, Dongkuan Xu

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 tools into a list of plain text descriptions and input them to LLMs, from which, LLMs generate a sequence of tool calls to solve problems step by step. Such a paradigm ignores the intrinsic dependency between tools and offloads all reasoning loads to LLMs, making them restricted to a limited number of specifically designed tools. It thus remains challenging for LLMs to operate on a library of massive tools, casting a great limitation when confronted with real-world scenarios. This paper proposes ToolNet, a plug-and-play framework that scales up the number of tools to thousands with a moderate increase in token consumption. ToolNet organizes tools into a directed graph. Each node represents a tool, and weighted edges denote tool transition. Starting from an initial tool node, an LLM navigates in the graph by iteratively choosing the next one from its successors until the task is resolved. Extensive experiments show that ToolNet can achieve impressive results in challenging multi-hop tool learning datasets and is resilient to tool failures.

📄 PDF Abstract BibTeX arXiv:2403.00839

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Flexible Tool Selection through Low-dimensional Attribute Alignment of Vision and Language

2025-05-28 · Guangfu Hao, Haojie Wen, Liangxuna Guo, Yang Chen 외

Flexible tool selection reflects a complex cognitive ability that distinguishes humans from other species, yet computational models that capture this ability remain underdeveloped. We developed a framework using low-dime…

Attribute

MaCoCu: Massive collection and curation of monolingual and bilingual data: focus on under-resourced languages

2022-06-01 · EAMT 2022 6 · Marta Bañón, Miquel Esplà-Gomis, Mikel L. Forcada, Cristian García-Romero 외

We introduce the project “MaCoCu: Massive collection and curation of monolingual and bilingual data: focus on under-resourced languages”, funded by the Connecting Europe Facility, which is aimed at building monolingual a…

World Wide Models: Literary Tools for Cultural AI

2026-07-02 · Nina Begus arxiv

LLMs stage a new form of cultural encounter that is massive, automated, and monolingual. Literary disciplines have always negotiated cultural struggles with comparative reading of literature, narratological and poetic an…

The Massively Multilingual Natural Language Understanding 2022 (MMNLU-22) Workshop and Competition

2022-12-13 · Christopher Hench, Charith Peris, Jack FitzGerald, Kay Rottmann

Despite recent progress in Natural Language Understanding (NLU), the creation of multilingual NLU systems remains a challenge. It is common to have NLU systems limited to a subset of languages due to lack of available da…

intent-classificationIntent ClassificationNatural Language Understandingslot-filling+1

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 외

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…

GSM8KQuestion Answering