Bench-CoE: a Framework for Collaboration of Experts from Benchmark
Yuanshuai Wang, Xingjian Zhang, Jinkun Zhao, Siwei Wen, Peilin Feng, Shuhao Liao, Lei Huang, Wenjun Wu
TL;DR
Bench-CoE introduces a benchmark-driven framework to enable Collaboration of Experts by routing tasks among multiple LLM/LMM experts. It proposes two routing paradigms—query-level and subject-level—trained from benchmark evaluations to select the most capable expert per input or per subject, respectively. Across language and multimodal benchmarks under naive, in-distribution, and out-of-distribution scenarios, Bench-CoE consistently outperforms single models and, in some cases, larger LLM baselines, while incurring minimal additional training or labeling costs. This framework provides a scalable, interpretable baseline for integrating diverse expert models and guiding future routing strategies in multi-task AI systems.
Abstract
Large Language Models (LLMs) are key technologies driving intelligent systems to handle multiple tasks. To meet the demands of various tasks, an increasing number of LLMs-driven experts with diverse capabilities have been developed, accompanied by corresponding benchmarks to evaluate their performance. This paper proposes the Bench-CoE framework, which enables Collaboration of Experts (CoE) by effectively leveraging benchmark evaluations to achieve optimal performance across various tasks. Bench-CoE includes a set of expert models, a router for assigning tasks to corresponding experts, and a benchmark dataset for training the router. Moreover, we formulate Query-Level and Subject-Level approaches based on our framework, and analyze the merits and drawbacks of these two approaches. Finally, we conduct a series of experiments with vary data distributions on both language and multimodal tasks to validate that our proposed Bench-CoE outperforms any single model in terms of overall performance. We hope this method serves as a baseline for further research in this area. The code is available at \url{https://github.com/ZhangXJ199/Bench-CoE}.
