paper-with-me

홈 › Papers

OrchBench: Evaluating Multi-Agent Orchestration Plans in Isolation via Deterministic Simulation

2026-07-28 · Zhenzhen Ren, Jiyan He, Xinpeng Zhang, Zhenxing Qian, Ke Han, Shuxin Zheng, GuoBiao Li, Xiaoqing Zhang arxiv

Complex tasks often decompose into parallelizable yet interdependent subtasks, making orchestration critical to the performance of multi-agent systems (MAS). Existing evaluations typically rely on end-to-end execution, which conflates orchestration-plan quality with worker capabilities, tool reliability, and environmental noise. Moreover, the time and token costs of real execution grow rapidly with workflow scale, making systematic evaluation expensive. We present OrchBench, a simulation-based benchmark for evaluating multi-agent orchestration plans in isolation. Starting from real-world tasks, OrchBench constructs directed acyclic graphs (DAGs) that encode task dependencies, with controlled sizes and degrees of parallelism. Given a DAG, a per-agent context limit, and an agent budget, the evaluated planner assigns subtasks to agents and specifies cross-agent information transfers and their retention ratios. A deterministic simulator evaluates the resulting plan without invoking worker agents and returns interpretable measures of result quality, makespan, and token cost. The simulated scores produced by OrchBench correlate strongly with quality scores from Claude Code executions, achieving a Pearson correlation of \(r=0.816\), while requiring only \(1.3\%\) of the tokens and \(10.3\%\) of the wall-clock time. Across diverse planners and workflow scales, we find that preserving task-critical information is more important than simply increasing the number of agents, and the benefits of parallelism diminish as coordination failures accumulate. These results establish OrchBench as an efficient and interpretable benchmark for comparing and diagnosing multi-agent orchestration plans.

📄 PDF Abstract BibTeX arXiv:2607.25656

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TorchBench: Benchmarking PyTorch with High API Surface Coverage

2023-04-27 · Yueming Hao, Xu Zhao, Bin Bao, David Berard 외

Deep learning (DL) has been a revolutionary technique in various domains. To facilitate the model development and deployment, many deep learning frameworks are proposed, among which PyTorch is one of the most popular sol…

BenchmarkingGPUVocal Bursts Intensity Prediction

Verified Multi-Agent Orchestration: A Plan-Execute-Verify-Replan Framework for Complex Query Resolution

2026-03-12 · Xing Zhang, Yanwei Cui, Guanghui Wang, Wei Qiu 외 arxiv

We present Verified Multi-Agent Orchestration (VMAO), a framework that coordinates specialized LLM-based agents through a verification-driven iterative loop. Given a complex query, our system decomposes it into a directe…

Reward Modeling for Multi-Agent Orchestration

2026-06-11 · King Yeung Tsang, Zihao Zhao, Vishal Venkataramani, Haizhou Shi 외 arxiv

Multi-Agent Systems (MAS) built on Large Language Models (LLMs) require effective orchestration to coordinate specialized agents, yet training such orchestrators is hindered by limited supervision and high computational …

Mathematical ReasoningQuestion Answering

ETOM: A Five-Level Benchmark for Evaluating Tool Orchestration within the MCP Ecosystem

2025-10-22 · Jia-Kai Dong, I-Wei Huang, Chun-Tin Wu, Yi-Tien Tsai arxiv

We introduce ETOM, a five-level benchmark for evaluating multi-hop, end-to-end tool orchestration by LLM agents within a hierarchical Model-Context Protocol (MCP) ecosystem. Existing benchmarks often assess tools in isol…

PerspectiveGap: A Benchmark for Multi-Agent Orchestration Prompting

2026-06-07 · Youran Sun, Xingyu Ren, Kejia Zhang, Xinpeng Liu 외 arxiv

Real-world LLM applications are moving beyond single-agent workflows toward orchestrated multi-agent systems, yet current models still struggle to determine what each sub-agent needs to know. To measure this, we introduc…