跳到正文
Jones Ray

ScholarPulse 日报 2026-09-07

2026-09-07 学术简报:2 篇。本研究通过构建KOPA-Bench基准和提出EDGE数据合成方法,使9B模型在多步工具调用任务上性能接近27B模型,显著提升在KOPA-Bench和BFCL基准上的表现。

今日速览

序号标题来源日期主题推荐等级
1Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis RecipearXiv2026-09-04AI-Agent高
2Testing Interchangeability in LLM Agent TeamsarXiv2026-09-04AI-Agent高

重点论文与技术动态

1. Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis Recipe

一句话结论

本研究通过构建KOPA-Bench基准和提出EDGE数据合成方法,使9B模型在多步工具调用任务上性能接近27B模型,显著提升在KOPA-Bench和BFCL基准上的表现。

核心内容

方法与数据

价值判断

摘要 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

一句话结论

在多智能体系统中,代理在任务结果上比在协调效率上更具可互换性,且交换效应随形成历史延长而增大。

核心内容

方法与数据

价值判断

摘要 Production multi-agent systems replace agents constantly, on the assumption that an agent filling a role is interchangeable with any other agent that can do the job. We test that assumption. Eight teams per setting are formed independently from one base model on the same tasks, each agent keeping a private notebook across ten formation episodes; we then trade role-matched agents between teams and measure what changes on held-out tasks. Against a placebo that reproduces the disruption of a roster change without changing who occupies the seat, a swap costs little in task score but raises the communication a team spends per unit of progress by 16 to 63 percent, and in Hanabi a swapped agent is more expensive than an inexperienced one, consistent with interference from conventions learned with its former partner. In Collab-Overcooked, when the agent that sets the agenda is replaced, most of the extra communication comes from the agent that stayed. Three ablations, over base models, decoding temperature and formation length, move the swap penalty alongside one other quantity: how far independently formed teams drift apart. Greedy decoding lowers both; doubling a team's history raises both. In these settings, agents are more fungible in task outcome than in coordination efficiency, with larger swap effects after longer formation histories.