paper-with-me

Papers

GenTool: Enhancing Tool Generalization in Language Models through Zero-to-One and Weak-to-Strong Simulation

2025-02-26 · Jie He, Jennifer Neville, Mengting Wan, Longqi Yang, Hui Liu, Xiaofeng Xu, Xia Song, Jeff Z. Pan, Pei Zhou

Large Language Models (LLMs) can enhance their capabilities as AI assistants by integrating external tools, allowing them to access a wider range of information. While recent LLMs are typically fine-tuned with tool usage examples during supervised fine-tuning (SFT), questions remain about their ability to develop robust tool-usage skills and can effectively generalize to unseen queries and tools. In this work, we present GenTool, a novel training framework that prepares LLMs for diverse generalization challenges in tool utilization. Our approach addresses two fundamental dimensions critical for real-world applications: Zero-to-One Generalization, enabling the model to address queries initially lacking a suitable tool by adopting and utilizing one when it becomes available, and Weak-to-Strong Generalization, allowing models to leverage enhanced versions of existing tools to solve queries. To achieve this, we develop synthetic training data simulating these two dimensions of tool usage and introduce a two-stage fine-tuning approach: optimizing tool ranking, then refining tool selection. Through extensive experiments across four generalization scenarios, we demonstrate that our method significantly enhances the tool-usage capabilities of LLMs ranging from 1B to 8B parameters, achieving performance that surpasses GPT-4o. Furthermore, our analysis also provides valuable insights into the challenges LLMs encounter in tool generalization.

📄 PDF Abstract BibTeX arXiv:2502.18990

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimizing Chain-of-Thought Reasoning: Tackling Arranging Bottleneck via Plan Augmentation

2024-10-22 · Yuli Qiu, Jiashu Yao, Heyan Huang, Yuhang Guo

Multi-step reasoning ability of large language models is crucial in tasks such as math and tool utilization. Current researches predominantly focus on enhancing model performance in these multi-step reasoning tasks throu…

GSM8KMath

DeepThink3D: Enhancing Large Language Models with Programmatic Reasoning in Complex 3D Situated Reasoning Tasks

2025-08-21 · Jiayi Song, Rui Wan, Lipeng Ma, Weidong Yang 외 arxiv

This work enhances the ability of large language models (LLMs) to perform complex reasoning in 3D scenes. Recent work has addressed the 3D situated reasoning task by invoking tool usage through large language models. Lar…

Tool Zero: Training Tool-Augmented LLMs via Pure RL from Scratch

2025-11-02 · Yirong Zeng, Xiao Ding, Yutai Hou, Yuxian Wang 외 arxiv

Training tool-augmented LLMs has emerged as a promising approach to enhancing language models' capabilities for complex tasks. The current supervised fine-tuning paradigm relies on constructing extensive domain-specific …

Reinforcement Learning

AWPO: Enhancing Tool-Use of Large Language Models through Adaptive Integration of Reasoning Rewards

2025-12-22 · Zihan Lin, Xiaohan Wang, Hexiong Yang, Jiajun Chai 외 arxiv

While Reinforcement Learning (RL) shows promise in training tool-use Large Language Models (LLMs) using verifiable outcome rewards, existing methods largely overlook the potential of reasoning rewards based on chain-of-t…

Reinforcement Learning

ToolScope: Enhancing LLM Agent Tool Use through Tool Merging and Context-Aware Filtering

2025-10-22 · Marianne Menglin Liu, Daniel Garcia, Fjona Parllaku, Vikas Upadhyay 외 arxiv

Large language model (LLM) agents rely on external tools to solve complex tasks, but real-world toolsets often contain redundant tools with overlapping names and descriptions, introducing ambiguity and reducing selection…