今日速览
| 序号 | 标题 | 来源 | 日期 | 主题 | 推荐等级 |
|---|---|---|---|---|---|
| 1 | Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis Recipe | arXiv | 2026-09-04 | AI-Agent | 高 |
| 2 | Testing Interchangeability in LLM Agent Teams | arXiv | 2026-09-04 | AI-Agent | 高 |
重点论文与技术动态
1. Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis Recipe
- 来源:arXiv
- 日期:2026-09-04
- 作者/机构:Dain Kim, Eungi Cho, Kyumin Kim, Shinyeong Noh, Kyuseong Lim
- 主题标签:
AI-Agent,arXiv - 推荐等级:高
- 分类:cs.AI, cs.CL
一句话结论
本研究通过构建KOPA-Bench基准和提出EDGE数据合成方法,使9B模型在多步工具调用任务上性能接近27B模型,显著提升在KOPA-Bench和BFCL基准上的表现。
核心内容
- 针对开源模型在多步工具调用中表现不佳且缺乏基准的问题,引入KOPA-Bench,涵盖145个真实政府API多步任务。
- 提出EDGE方法,基于实时API执行构建动态图,仅保留成功调用的链接,合成可执行多步轨迹。
- 9B模型经GRPO微调后,性能几乎匹配同系列27B未微调模型,且在KOPA-Bench和BFCL基准上均有显著改进。
方法与数据
- 方法:EDGE利用实时执行验证工具链接,构建执行验证的动态图。
- 数据:KOPA-Bench包含145个真实任务,用于评估多步工具调用能力。
价值判断
- 值得关注:数据主权法规日益要求公共机构部署开源、本地化LLM代理处理政府API链式调用。
- 可复用点:EDGE方法可推广至其他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.2. Testing Interchangeability in LLM Agent Teams
- 来源:arXiv
- 日期:2026-09-04
- 作者/机构:Jianxin Gao, Tianyi Yu, Linna Deng, Runze Li, Zining Wang
- 主题标签:
AI-Agent,arXiv - 推荐等级:高
- 分类:cs.AI, cs.MA
一句话结论
在多智能体系统中,代理在任务结果上比在协调效率上更具可互换性,且交换效应随形成历史延长而增大。
核心内容
- 交换角色匹配代理后,任务分数变化微小,但团队每单位进度的通信量增加16至63%;Hanabi任务中,交换代理比新手更昂贵,反映与前搭档学习的惯例干扰。
- Collab-Overcooked任务中,当设定议程的代理被替换时,额外通信主要来自留下的代理。
- 交换惩罚与团队独立形成后漂移距离正相关:贪婪解码降低惩罚,加倍团队历史增加惩罚。
方法与数据
- 实验采用8个团队每种设置,从单一基础模型形成,每个代理保持私有笔记本经历10个形成周期;交换角色匹配代理。
- 摘要未明确具体任务细节和数据集规模。
价值判断
- 值得关注:实际系统中代理替换需优先考虑协调效率,而非仅任务结果,因历史依赖会引发交互干扰。
- 可复用点:实验框架可直接用于评估其他多智能体系统中代理替换的影响。
- 局限/待核查:摘要未提及其他任务或模型,需在更广泛场景验证交换效应的普适性。