Towards Fair and Comprehensive Evaluation of Routers in Collaborative LLM Systems
Wanxing Wu, He Zhu, Yixia Li, Lei Yang, Jiehui Zhao, Hongru Wang, Jian Yang, Benyou Wang, Bingyi Jing, Guanhua Chen
TL;DR
This work introduces RouterXBench, a principled framework for evaluating routers in edge–cloud LLM collaboration across three dimensions: intrinsic router ability, deployment-scenario alignment, and cross-domain robustness. It proposes ProbeDirichlet, a cross-layer hidden-state router that aggregates layer information via a learned Dirichlet distribution, trained on multi-domain data to generalize to ID and OOD tasks. The results show substantial improvements in router ability (AUROC) and high-accuracy scenario performance (HCR) over baselines, with strong cross-model generalization and applicability to agent-based inference. The study emphasizes data diversity as a key driver of robustness, offering practical guidance for designing cost-efficient, private, and reliable collaborative LLM systems.
Abstract
Large language models (LLMs) have achieved success, but cost and privacy constraints necessitate deploying smaller models locally while offloading complex queries to cloud-based models. Existing router evaluations are unsystematic, overlooking scenario-specific requirements and out-of-distribution robustness. We propose RouterXBench, a principled evaluation framework with three dimensions: router ability, scenario alignment, and cross-domain robustness. Unlike prior work that relies on output probabilities or external embeddings, we utilize internal hidden states that capture model uncertainty before answer generation. We introduce ProbeDirichlet, a lightweight router that aggregates cross-layer hidden states via learnable Dirichlet distributions with probabilistic training. Trained on multi-domain data, it generalizes robustly across in-domain and out-of-distribution scenarios. Our results show ProbeDirichlet achieves 16.68% and 18.86% relative improvements over the best baselines in router ability and high-accuracy scenarios, with consistent performance across model families, model scales, heterogeneous tasks, and agentic workflows.
