COVER: Identifiable Evaluation of Coalition Routing introduces a methodology to measure the performance of multi-agent systems when they select different teams of workers to solve a task. The authors, Raghul Sugumar and Amrit Gopinath, argue that current end-to-end accuracy metrics are insufficient because changing a team also changes the messages and final answers produced, making it difficult to isolate the effect of the routing decision itself.
The Evaluation Contract
The authors propose an "evaluation contract" called COVER to fix the variables that typically confound routing experiments. To use this method, researchers must declare a finite set of legal teams before generating outcomes, define a public information boundary for the router, and keep the downstream stack—including workers, communication protocols, and finalizers—identical across all tested routes. By executing every legal team within this fixed environment, researchers can calculate exact oracle regret, which represents the gap between the chosen route and the best possible team for a given task.
Minimal Support for Comparison
When full enumeration of all possible teams is too expensive, the paper provides a theorem for "minimal support." It establishes that for comparing a finite collection of frozen routing policies, researchers only need to execute the union of the teams those specific policies select. This approach identifies pairwise differences between routers without requiring a model for unobserved teams. However, the authors note that this minimal approach does not provide the absolute oracle regret that complete enumeration offers.
Experimental Findings
The researchers tested COVER using controlled tables in multi-hop question answering and a ToolSandbox environment. In the ToolSandbox study, which evaluated 16 declared teams across 14 task variants, a prospectively frozen router achieved a completion score of 0.637, failing to meet the authors' pre-declared regret criterion of 0.10. The study showed that while some retrospective comparators could match the performance of using all available workers, they did so by selecting larger teams, suggesting that the "headroom" for better routing is often smaller than it appears in less controlled settings.
Limitations and Scope
The authors emphasize that COVER is an auditable measurement methodology rather than a claim of universal routing superiority. It is designed to identify the quality of coalition selection under a specific, declared protocol. The paper explicitly warns that absolute scores depend on the downstream stack (G) and that the methodology does not account for stochastic deployment utility, which would require repeated executions that are not identified by a single provider call. Furthermore, the authors clarify that their results are specific to the constructed environments tested and do not serve as a general-purpose architecture for all multi-agent systems.
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!