基本信息

要点解读

这是什么

该条目介绍了一个针对韩国公开公共API的多步骤工具调用评测基准,并提出一种基于实时执行验证的图结构数据合成方法,用于生成可执行的多步骤轨迹,以提升开源模型的调用能力。

用在哪里

适用于需要在本地部署开源大模型来处理政府公共服务接口的场景,以及研究多步骤工具调用和benchmark设计的科研人员。

可以推断的

推测:该合成方法的核心思路可能对其他语言的公共API工具调用任务具有借鉴意义。
推测:基于真实API执行验证的轨迹生成方式,有望提高训练数据的可靠性,从而帮助模型在实际任务中表现更佳。

来源摘要/节选

Data-sovereignty regulations increasingly require public institutions to deploy open-source, on-premise LLM agents that chain multiple tool-calls across live government APIs. However, open-source models consistently underperform in this multi-step setting, and no existing benchmark measures the gap. We introduce the Korean Open Public API Benchmark (KOPA-Bench), comprising 145 real-world tasks. To close this gap, we present EDGE, an Execution-grounded Dynamic Graph for tool-calling data synthEsis driven by live execution. EDGE builds a graph of how each tool’s output can feed another’s input, keeps only the links that succeed when actually called against the live APIs, and traverses these verified links to synthesize executable multi-step trajectories. Fine-tuned via GRPO on the resulting dataset, our 9B model nearly matches the untuned 27B model from the same family, improving substantially not only on KOPA-Bench but also on the BFCL benchmark.

来源说明

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

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