paper-with-me

홈 › Papers

Re-Initialization Token Learning for Tool-Augmented Large Language Models

2025-06-17 · Chenghao Li, Liu Liu, Baosheng Yu, Jiayan Qiu, Yibing Zhan

Large language models have demonstrated exceptional performance, yet struggle with complex tasks such as numerical reasoning, plan generation. Integrating external tools, such as calculators and databases, into large language models (LLMs) is crucial for enhancing problem-solving capabilities. Current methods assign a unique token to each tool, enabling LLMs to call tools through token prediction-similar to word generation. However, this approach fails to account for the relationship between tool and word tokens, limiting adaptability within pre-trained LLMs. To address this issue, we propose a novel token learning method that aligns tool tokens with the existing word embedding space from the perspective of initialization, thereby enhancing model performance. We begin by constructing prior token embeddings for each tool based on the tool's name or description, which are used to initialize and regularize the learnable tool token embeddings. This ensures the learned embeddings are well-aligned with the word token space, improving tool call accuracy. We evaluate the method on tasks such as numerical reasoning, knowledge-based question answering, and embodied plan generation using GSM8K-XL, FuncQA, KAMEL, and VirtualHome datasets. The results demonstrate clear improvements over recent baselines, including CoT, REACT, ICL, and ToolkenGPT, indicating that our approach effectively augments LLMs with tools through relevant tokens across diverse domains.

📄 PDF Abstract BibTeX arXiv:2506.14248

Code (1)

lichenghaobuaa/tokenlearning 공식 구현 pytorch

Tasks

GSM8KQuestion Answering

Similar Papers 제목 키워드 기반

ToolGate: Token-Efficient Pre-Call Control for Tool-Augmented Vision-Language Agents

2026-06-02 · Anjie Liu, Yan Song, Zhixun Chen, Ziqin Gong 외 arxiv

Tool-augmented vision-language agents can acquire external perceptual evidence through OCR, detection, segmentation, and other tools, but executing every proposed tool call is costly and sometimes unnecessary. We study t…

ReWOO: Decoupling Reasoning from Observations for Efficient Augmented Language Models

2023-05-23 · Binfeng Xu, Zhiyuan Peng, Bowen Lei, Subhabrata Mukherjee 외

Augmented Language Models (ALMs) blend the reasoning capabilities of Large Language Models (LLMs) with tools that allow for knowledge retrieval and action execution. Existing ALM systems trigger LLM thought processes whi…

Retrieval

RAGViz: Diagnose and Visualize Retrieval-Augmented Generation

2024-11-04 · Tevin Wang, Jingyuan He, Chenyan Xiong

Retrieval-augmented generation (RAG) combines knowledge from domain-specific sources into large language models to ground answer generation. Current RAG systems lack customizable visibility on the context documents and t…

Answer GenerationGPULanguage ModelingLanguage Modelling+4

ToolACE-MT: Non-Autoregressive Generation for Agentic Multi-Turn Interaction

2025-08-18 · Xingshan Zeng, Weiwen Liu, Lingzhi Wang, Liangyou Li 외 arxiv

Agentic task-solving with Large Language Models (LLMs) requires multi-turn, multi-step interactions, often involving complex function calls and dynamic user-agent exchanges. Existing simulation-based data generation meth…

Augmented Language Models: a Survey

2023-02-15 · Grégoire Mialon, Roberto Dessì, Maria Lomeli, Christoforos Nalmpantis 외

This survey reviews works in which language models (LMs) are augmented with reasoning skills and the ability to use tools. The former is defined as decomposing a potentially complex task into simpler subtasks while the l…

Language ModelingLanguage ModellingSurvey