Agent 与自动化 4.0 · 优秀 2026-07-29 · 论文

Scores Are Not Decisions: Cost-Aware Stopping for Tool Acquisition in LLM Agents

工具获取不是排序分数,而是在异质成本下决定截取多少工具提出CAM-DF/CAM-DF-lite:在排序前缀上做成本感知边际停止,用离线现在停 vs 继续的收益差直接训练五域1343任务;-bench Retail上收益领先,实跑相对全量访问少暴露37%工具且任务成功率相当可作预训练无关的轻量前置插件

打开原文回到归档

Scores Are Not Decisions: Cost-Aware Stopping for Tool Acquisition in LLM Agents

Authors: Yicheng Feng, Yan Zhang, Yan Cheng, Wei Qi
Published: 2026-07-29
Categories: cs.LG, cs.AI
arXiv: 2607.27083

Abstract

As LLM agents increasingly depend on diverse external services such as search engines, databases, and connectors, agent harnesses face a fundamental tool-selection challenge: acquiring too few tools leaves the task under-informed, while too many adds cost, context load, and privacy exposure. Routers and retrievers can rank candidate tools by relevance, but a ranking alone does not determine how many are worth selecting. Existing approaches leave acquisition under heterogeneous costs unaddressed. We formulate this decision as cost-aware marginal decision-focused stopping (CAM-DF) over ranked tool prefixes, with CAM-DF-lite as a compact interpretable variant. We train directly on the offline gap between stopping now and the best continuation: its sign labels the decision, its magnitude weights each error by the payoff at stake. We prove this objective is Bayes-aligned with the stopping target and that score-only rules are suboptimal under heterogeneous costs. We evaluate on 1,343 tasks across five tool-use domains. On τ-bench Retail, CAM-DF attains the highest payoff among deployable methods. In live execution, CAM-DF exposes the agent to 37% fewer tools than full access while maintaining comparable task success.

中文概述

这篇论文将 LLM 代理的工具获取决策形式化为“成本感知的边际决策聚焦停止(CAM-DF)”。核心洞察:工具排名只能告诉你哪个更相关,但无法告诉你“应该选多少个”。CAM-DF 在工具前缀上训练停止决策,在实际执行中减少 37% 的工具暴露同时保持相当的任务成功率。这是一个轻量级前置插件,无需微调底层 LLM 。

关键发现

  • 工具排名≠获取决策:排名只告诉相关性,不告诉“选多少”
  • CAM-DF 直接训练“现在停止 vs 最优继续”的离线差距
  • 实际执行中减少 37% 工具暴露,任务成功率不降
  • 轻量级前置插件,无需微调底层 LLM

信息来源