RouterEval: A Comprehensive Benchmark for Routing LLMs to Explore Model-level Scaling Up in LLMs
Zhongzhan Huang, Guoming Ling, Yupei Lin, Yandong Chen, Shanshan Zhong, Hefeng Wu, Liang Lin
TL;DR
The paper investigates routing LLMs, revealing a model-level scaling up phenomenon where a capable router dramatically improves performance as the candidate pool grows, sometimes surpassing the pool's best single model. It introduces RouterEval, a large-scale benchmark built from 12 evaluations and over 200 million performance records across more than 8,500 LLMs to rigorously test router methods. Through systematic experiments, the authors show that existing routers offer limited gains and exhibit biases, underscoring substantial room for improvement while providing a rich open dataset and evaluation framework to accelerate progress. The work highlights practical deployment insights, notably that 3–10 well-chosen candidates can deliver strong performance with favorable cost trade-offs, and it invites the community to expand benchmarks and data resources for routing research.
Abstract
Routing large language models (LLMs) is a new paradigm that uses a router to recommend the best LLM from a pool of candidates for a given input. In this paper, our comprehensive analysis with more than 8,500 LLMs reveals a novel model-level scaling up phenomenon in Routing LLMs, i.e., a capable router can significantly enhance the performance of this paradigm as the number of candidates increases. This improvement can even surpass the performance of the best single model in the pool and many existing strong LLMs, confirming it a highly promising paradigm. However, the lack of comprehensive and open-source benchmarks for Routing LLMs has hindered the development of routers. In this paper, we introduce RouterEval, a benchmark tailored for router research, which includes over 200,000,000 performance records for 12 popular LLM evaluations across various areas such as commonsense reasoning, semantic understanding, etc., based on over 8,500 various LLMs. Using RouterEval, extensive evaluations of existing Routing LLM methods reveal that most still have significant room for improvement. See https://github.com/MilkThink-Lab/RouterEval for all data, code and tutorial.
