基本信息

要点解读

这是什么

该内容提出一套评估框架,用来衡量智能体在同时访问大量可执行 API 与文档集合时的多跳推理能力。框架定义了三种难度递增的场景,并通过在实际接口上重新执行模型生成的工具调用来验证答案的正确性。

用在哪里

适用于需要将语言模型嵌入企业级业务流程的研发团队,也适合学术界对比不同模型在组合式 API 调用和策略约束下的表现。

可以推断的

推测:在真实业务中,模型若只能在单一步骤完成接口调用,往往不足以支撑需要跨多个系统协作的复杂任务。
推测:提升模型在语言层面的实体消解和跨来源信息对齐能力,可能是突破当前性能瓶颈的关键方向。

来源摘要/节选

Agents deployed in enterprise settings must reason across structured APIs and document collections, yet existing benchmarks evaluate these capabilities in isolation. We introduce VAKRA (e\textbf{V}aluating \textbf{A}PI and \textbf{K}nowledge \textbf{R}etrieval \textbf{A}gents), a benchmark of over $8{,}000$ executable APIs across $62$ domains with tasks spanning three settings of increasing difficulty: diverse API interaction styles, multi-hop reasoning over structured APIs, and multi-source reasoning with natural-language tool-use policy constraints. Correctness is verified by re-executing predicted tool calls against live APIs, accommodating multiple valid paths. Using a fixed ReAct harness to isolate model capabilities from agent architecture, we evaluate frontier and open-weight models and find that even the best model achieves only 70.4% on single-hop endpoint-style tasks and drops to 50–51% on compositional APIs; performance degrades by over 50% as reasoning depth increases, and policy-constrained questions expose severe failures (as low as 2.4% on unanswerable queries). Trace analysis shows failures concentrate at language-mediated reasoning - entity disambiguation, cross-source grounding, rather than tool invocation mechanics. Code is available https://github.com/IBM/VAKRA . Dataset is available https://huggingface.co/datasets/ibm-research/VAKRA

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。