paper-with-me

홈 › Papers

The Routing Plateau: Understanding and Breaking the Accuracy Limits of LLM Routers

2026-05-27 · Yifan Lu, Qiyue Zhang, Shenrun Zhang, Zhibo Yu, Zhuang Wang, Hanjie Chen, Jiarong Xing arxiv

LLM routing has become a popular approach to improve the cost-quality trade-off of LLM services by dynamically selecting a model for each query. Recent work has explored a broad range of routing methods, including clustering-based routers, learned classifiers, pairwise ranking, and confidence-based approaches. Our extensive study of 21 routing methods across five benchmarks reveals a consistent phenomenon that we call the routing plateau: many methods, including kNN, achieve very similar accuracy and converge to a narrow performance range that remains far below the oracle router. Our investigation shows that the plateau is largely caused by a predictability bottleneck: current routers mainly learn global averaged model-performance trends rather than fine-grained query-specific routing signals. As a result, they solve overlapping easy queries but collectively fail on hard queries that require instance-specific routing decisions. We further study how to move beyond the plateau and find that larger training datasets, stronger encoders, and end-to-end fine-tuning can further improve routing accuracy. These findings characterize the common limits of current routing methods and provide insights and actionable directions for the community to build more effective routing systems.

📄 PDF Abstract BibTeX arXiv:2606.07587

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breaking the Correlation Plateau: On the Optimization and Capacity Limits of Attention-Based Regressors

2026-02-19 · Jingquan Yan, Yuwei Miao, Peiran Yu, Junzhou Huang arxiv

Attention-based regression models are often trained by jointly optimizing Mean Squared Error (MSE) loss and Pearson correlation coefficient (PCC) loss, emphasizing the magnitude of errors and the order or shape of target…

No Clustering, No Routing: How Transformers Actually Process Rare Tokens

2025-08-30 · Jing Liu arxiv

Large language models struggle with rare token prediction, yet the mechanisms driving their specialization remain unclear. Prior work identified specialized ``plateau'' neurons for rare tokens following distinctive three…

A Preference-driven Paradigm for Enhanced Translation with Large Language Models

2024-04-17 · Dawei Zhu, Sony Trenous, Xiaoyu Shen, Dietrich Klakow 외

Recent research has shown that large language models (LLMs) can achieve remarkable translation performance through supervised fine-tuning (SFT) using only a small amount of parallel data. However, SFT simply instructs th…

SentenceTranslation

Breaking through the learning plateaus of in-context learning in Transformer

2023-09-12 · Jingwen Fu, Tao Yang, Yuwang Wang, Yan Lu 외

In-context learning, i.e., learning from context examples, is an impressive ability of Transformer. Training Transformers to possess this in-context learning skill is computationally intensive due to the occurrence of le…

In-Context LearningRepresentation Learning

Symmetry Breaking in Neural Network Optimization: Insights from Input Dimension Expansion

2024-09-10 · Jun-Jie Zhang, Nan Cheng, Fu-Peng Li, Xiu-Cheng Wang 외

Understanding the mechanisms behind neural network optimization is crucial for improving network design and performance. While various optimization techniques have been developed, a comprehensive understanding of the und…