paper-with-me

Papers

NTILC: Neural Tool Invocation via Learned Compression

2026-06-04 · Andrew Krikorian, Yayuan Li, Jason J. Corso arxiv

Agentic tool-calling language models depend on large registries of callable APIs, functions, and local actions. Placing full tool specifications directly in the prompt incurs a cost that scales linearly with the size of the tool registry, rapidly consuming the context budget. As the registry grows, this leads to higher latency and degrades selection accuracy, particularly due to interference from irrelevant tools. We overcome these limitations by introducing NTILC, a neural tool selection and invocation framework that replaces in-context registry look-up with learned latent retrieval. NTILC maps both user intent and tool specifications into a shared embedding space, enabling tool selection via external retrieval rather than in-context lookup. The language model is conditioned only on the selected tool schema, allowing for precise, constrained argument generation. Central to our approach is a signature-aware composite objective, which augments semantic similarity with constraints derived from tool signatures (e.g., argument schema, type compatibility, and return types). By combining Circle Loss with a Functional Margin Loss, the model enforces separation between tools that are semantically similar but incompatible under their execution signatures. We evaluate NTILC on public tool-selection and function-calling datasets and report context token usage, retrieval accuracy, and selection latency metrics. Across these settings, NTILC reduces context window consumption by over 95% and inference latency by up to 74% compared to long-context ICT baselines.

📄 PDF Abstract BibTeX arXiv:2606.06566

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

RECON: Reasoning with Condensation for Efficient Retrieval-Augmented Generation

2025-10-12 · Zhichao Xu, Minheng Wang, Yawei Wang, Wenqian Ye 외 arxiv

Search agents trained with reinforcement learning (RL) interleave reasoning with tool calls in a multi-turn, tool-integrated reasoning (TIR) loop, where each tool invocation returns an environment observation that is app…

Reinforcement Learning

Advancing and Benchmarking Personalized Tool Invocation for LLMs

2025-05-07 · Xu Huang, Yuefeng Huang, Weiwen Liu, Xingshan Zeng 외

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 ac…

BenchmarkingWorld Knowledge

ToolSafe: Enhancing Tool Invocation Safety of LLM-based agents via Proactive Step-level Guardrail and Feedback

2026-01-15 · Yutao Mou, Zhangchi Xue, Lijun Li, Peiyang Liu 외 arxiv

While LLM-based agents can interact with environments via invoking external tools, their expanded capabilities also amplify security risks. Monitoring step-level tool invocation behaviors in real time and proactively int…

Reinforcement Learning

Divide-Then-Aggregate: An Efficient Tool Learning Method via Parallel Tool Invocation

2025-01-21 · Dongsheng Zhu, Weixian Shi, Zhengliang Shi, Zhaochun Ren 외

Although current Large Language Models (LLMs) exhibit impressive capabilities, performing complex real-world tasks still requires tool learning. Mainstream methods, such as CoT/ReAct, rely on step-by-step tool invocation…

Task Planning

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 …