paper-with-me

Papers

Advancing and Benchmarking Personalized Tool Invocation for LLMs

2025-05-07 · Xu Huang, Yuefeng Huang, Weiwen Liu, Xingshan Zeng, Yasheng Wang, Ruiming Tang, Hong Xie, Defu Lian

Tool invocation is a crucial mechanism for extending the capabilities of Large Language Models (LLMs) and has recently garnered significant attention. It enables LLMs to solve complex problems through tool calls while accessing up-to-date world knowledge. However, existing work primarily focuses on the fundamental ability of LLMs to invoke tools for problem-solving, without considering personalized constraints in tool invocation. In this work, we introduce the concept of Personalized Tool Invocation and define two key tasks: Tool Preference and Profile-dependent Query. Tool Preference addresses user preferences when selecting among functionally similar tools, while Profile-dependent Query considers cases where a user query lacks certain tool parameters, requiring the model to infer them from the user profile. To tackle these challenges, we propose PTool, a data synthesis framework designed for personalized tool invocation. Additionally, we construct \textbf{PTBench}, the first benchmark for evaluating personalized tool invocation. We then fine-tune various open-source models, demonstrating the effectiveness of our framework and providing valuable insights. Our benchmark is public at https://github.com/hyfshadow/PTBench.

📄 PDF Abstract BibTeX arXiv:2505.04072

Code (1)

hyfshadow/ptbench 공식 구현

Tasks

BenchmarkingWorld Knowledge

Similar Papers 제목 키워드 기반

FinMCP-Bench: Benchmarking LLM Agents for Real-World Financial Tool Use under the Model Context Protocol

2026-03-26 · Jie Zhu, Yimin Tian, Boyang Li, Kehao Wu 외 arxiv

This paper introduces \textbf{FinMCP-Bench}, a novel benchmark for evaluating large language models (LLMs) in solving real-world financial problems through tool invocation of financial model context protocols. FinMCP-Ben…

Evaluating Personalized Tool-Augmented LLMs from the Perspectives of Personalization and Proactivity

2025-03-02 · Yupu Hao, Pengfei Cao, Zhuoran Jin, Huanxuan Liao 외

Personalized tool utilization is essential for aligning large language models (LLMs) with user preference in interaction scenarios with various tools. However, most of the current benchmarks primarily focus on either per…

Text Generation

Can Tool-augmented Large Language Models be Aware of Incomplete Conditions?

2024-06-18 · Seungbin Yang, ChaeHun Park, Taehee Kim, Jaegul Choo

Recent advancements in integrating large language models (LLMs) with tools have allowed the models to interact with real-world environments. However, these tool-augmented LLMs often encounter incomplete scenarios when us…

Do LLMs Know Tool Irrelevance? Demystifying Structural Alignment Bias in Tool Invocations

2026-04-13 · Yilong Liu, Xixun Lin, Pengfei Cao, Ge Zhang 외 arxiv

Large language models (LLMs) have demonstrated impressive capabilities in utilizing external tools. In practice, however, LLMs are often exposed to tools that are irrelevant to the user's query, in which case the desired…

OSWorld-MCP: Benchmarking MCP Tool Invocation In Computer-Use Agents

2025-10-28 · Hongrui Jia, Jitong Liao, Xi Zhang, Haiyang Xu 외 arxiv

With advances in decision-making and reasoning capabilities, multimodal agents show strong potential in computer application scenarios. Past evaluations have mainly assessed GUI interaction skills, while tool invocation …