paper-with-me

홈 › Papers

ToolBridge: An Open-Source Dataset to Equip LLMs with External Tool Capabilities

2024-10-08 · Zhenchao Jin, Mengchen Liu, Dongdong Chen, Lingting Zhu, Yunsheng Li, Lequan Yu

Through the integration of external tools, large language models (LLMs) such as GPT-4o and Llama 3.1 significantly expand their functional capabilities, evolving from elementary conversational agents to general-purpose assistants. We argue that the primary drivers of these advancements are the quality and diversity of the training data. However, the existing LLMs with external tool integration provide only limited transparency regarding their datasets and data collection methods, which has led to the initiation of this research. Specifically, in this paper, our objective is to elucidate the detailed process involved in constructing datasets that empower LLMs to effectively learn how to utilize external tools and make this information available to the public through the introduction of ToolBridge. ToolBridge proposes to employ a collection of general open-access datasets as its raw dataset pool and applies a series of strategies to identify appropriate data entries from the pool for external tool API insertions. By supervised fine-tuning on these curated data entries, LLMs can invoke external tools in appropriate contexts to boost their predictive accuracy, particularly for basic functions including data processing, numerical computation, and factual retrieval. Our experiments rigorously isolates model architectures and training configurations, focusing exclusively on the role of data. The experimental results indicate that LLMs trained on ToolBridge demonstrate consistent performance improvements on both standard benchmarks and custom evaluation datasets. All the associated code and data will be open-source at https://github.com/CharlesPikachu/ToolBridge, promoting transparency and facilitating the broader community to explore approaches for equipping LLMs with external tools capabilities.

📄 PDF Abstract BibTeX arXiv:2410.10872

Code (1)

charlespikachu/toolbridge 공식 구현

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

ModelScope-Agent: Building Your Customizable Agent System with Open-source Large Language Models

2023-09-02 · Chenliang Li, Hehong Chen, Ming Yan, Weizhou Shen 외

Large language models (LLMs) have recently demonstrated remarkable capabilities to comprehend human intentions, engage in reasoning, and design planning-like behavior. To further unleash the power of LLMs to accomplish c…

Open-Source Multimodal Moxin Models with Moxin-VLM and Moxin-VLA

2025-12-22 · Pu Zhao, Arash Akbari, Xuan Shen, Zhenglun Kong 외 arxiv

Recently, Large Language Models (LLMs) have undergone a significant transformation, marked by a rapid rise in both their popularity and capabilities. Leading this evolution are proprietary LLMs like GPT-4 and GPT-o1, whi…

Enhancing Part-Level Point Grounding for Any Open-Source MLLMs

2026-06-28 · Jin-Cheng Jhang, Fu-En Wang, Xin Yang, Nan Qiao 외 arxiv

Visual grounding aims to associate free-form textual queries with specific regions in an image. While recent Multimodal Large Language Models (MLLMs) have demonstrated promising capabilities in this domain, they primaril…

Visual Grounding

MillStone: How Open-Minded Are LLMs?

2025-09-15 · Harold Triedman, Vitaly Shmatikov arxiv

Large language models equipped with Web search, information retrieval tools, and other agentic capabilities are beginning to supplant traditional search engines. As users start to rely on LLMs for information on many top…

Information Retrieval

Gene-R1: Reasoning with Data-Augmented Lightweight LLMs for Gene Set Analysis

2025-09-11 · Zhizheng Wang, Yifan Yang, Qiao Jin, Zhiyong Lu arxiv

The gene set analysis (GSA) is a foundational approach for uncovering the molecular functions associated with a group of genes. Recently, LLM-powered methods have emerged to annotate gene sets with biological functions t…