CLAIJun 4, 2025

RadialRouter: Structured Representation for Efficient and Robust Large Language Models Routing

arXiv:2506.03880v28 citationsh-index: 25EMNLP
Originality Highly original
AI Analysis

This work addresses the challenge of cost-effective and robust LLM routing for AI practitioners, representing an incremental advancement with a novel method for a known bottleneck.

The paper tackles the problem of efficiently selecting optimal large language models (LLMs) for specific tasks by proposing RadialRouter, a framework that uses a radial-structured Transformer to model query-LLM relationships, resulting in performance improvements of 9.2% and 5.8% over existing methods in benchmark scenarios.

The rapid advancements in large language models (LLMs) have led to the emergence of routing techniques, which aim to efficiently select the optimal LLM from diverse candidates to tackle specific tasks, optimizing performance while reducing costs. Current LLM routing methods are limited in effectiveness due to insufficient exploration of the intrinsic connection between user queries and the characteristics of LLMs. To address this issue, in this paper, we present RadialRouter, a novel framework for LLM routing which employs a lightweight Transformer-based backbone with a radial structure named RadialFormer to articulate the query-LLMs relationship. The optimal LLM selection is performed based on the final states of RadialFormer. The pipeline is further refined by an objective function that combines Kullback-Leibler divergence with the query-query contrastive loss to enhance robustness. Experimental results on RouterBench show that RadialRouter significantly outperforms existing routing methods by 9.2\% and 5.8\% in the Balance and Cost First scenarios, respectively. Additionally, its adaptability toward different performance-cost trade-offs and the dynamic LLM pool demonstrates practical application potential.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes