paper-with-me

홈 › Papers

Tool Retrieval Bridge: Aligning Vague Instructions with Retriever Preferences via Bridge Model

2026-04-09 · Kunfeng Chen, Luyao Zhuang, Fei Liao, Juhua Liu, Jian Wang, Bo Du arxiv

Tool learning has emerged as a promising paradigm for large language models (LLMs) to address real-world challenges. Due to the extensive and irregularly updated number of tools, tool retrieval for selecting the desired tool subset is essential. However, current tool retrieval methods are usually based on academic benchmarks containing overly detailed instructions (e.g., specific API names and parameters), while real-world instructions are more vague. Such a discrepancy would hinder the tool retrieval in real-world applications. In this paper, we first construct a new benchmark, VGToolBench, to simulate human vague instructions. Based on this, we conduct a series of preliminary analyses and find that vague instructions indeed damage the performance of tool retrieval. To this end, we propose a simple-yet-effective Tool Retrieval Bridge (TRB) approach to boost the performance of tool retrieval for vague instructions. The principle of TRB is to introduce a bridge model to rewrite the vague instructions into more specific ones and alleviate the gap between vague instructions and retriever preferences.We conduct extensive experiments under multiple commonly used retrieval settings, and the results show that TRB effectively mitigates the ambiguity of vague instructions while delivering consistent and substantial improvements across all baseline retrievers. For example, with the help of TRB, BM25 achieves a relative improvement of up to 111.51%, i.e., increasing the average NDCG score from 9.73 to 19.59. The source code and models are publicly available at https://github.com/kfchenhn/TRB.

📄 PDF Abstract BibTeX arXiv:2604.07816

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoHyDE: Iterative Co-Training of LLM Rewriter & Dense Encoder for Tool Retrieval

2026-05-28 · Vaishali Senthil, Ashutosh Hathidara, Sebastian Schreiber arxiv

Tool retrieval over large API catalogs is a core bottleneck for LLM agents: user queries arrive in colloquial, often underspecified language, while the catalog uses technical API vocabulary that no fixed encoder can brid…

RemoteAgent: Bridging Vague Human Intents and Earth Observation with RL-based Agentic MLLMs

2026-04-09 · Liang Yao, Shengxiang Xu, Fan Liu, Chuanyi Zhang 외 arxiv

Earth Observation (EO) systems are essentially designed to support domain experts who often express their requirements through vague natural language rather than precise, machine-friendly instructions. Depending on the s…

Intent Recognition

Tell Me More! Towards Implicit User Intention Understanding of Language Model Driven Agents

2024-02-14 · Cheng Qian, Bingxiang He, Zhong Zhuang, Jia Deng 외

Current language model-driven agents often lack mechanisms for effective user participation, which is crucial given the vagueness commonly found in user instructions. Although adept at devising strategies and performing …

Language ModelingLanguage Modelling

PersonalAlign: Hierarchical Implicit Intent Alignment for Personalized GUI Agent with Long-Term User-Centric Records

2026-01-14 · Yibo Lyu, Gongwei Chen, Rui Shao, Weili Guan 외 arxiv

While GUI agents have shown strong performance under explicit and completion instructions, real-world deployment requires aligning with users' more complex implicit intents. In this work, we highlight Hierarchical Implic…

REI-Bench: Can Embodied Agents Understand Vague Human Instructions in Task Planning?

2025-05-16 · Chenxi Jiang, Chuhao Zhou, Jianfei Yang

Robot task planning decomposes human instructions into executable action sequences that enable robots to complete a series of complex tasks. Although recent large language model (LLM)-based task planners achieve amazing …

Large Language ModelRobot Task PlanningTask Planning