Overview
Research area: NLP Authors: Dain Kim, Eungi Cho, Kyumin Kim, Shinyeong Noh, Kyuseong Lim arXiv: 2609.05395
Abstract (translated from the Chinese summary)
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.
This paper introduces the Korean Open Public API Benchmark (KOPA-Bench), comprising 145 real-world tasks over live Korean public APIs.
To close the gap, the authors present EDGE (Execution-grounded Dynamic Graph for tool-calling data synthesis), driven by live execution:
- Builds a graph of how each tool's output can feed another tool's input
- Keeps only the links that succeed when actually called against the live APIs
- Traverses these verified links to synthesize executable multi-step trajectories
Original abstract (excerpt)
> 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...
---
*Collected automatically on 2026-09-09.*