paper-with-me

Papers

VDAR-Router: Adaptive LLMs Routing via Verbalized Query Difficulty Analysis Retrieval

2026-07-20 · Yu-Chien Tang, Jun-Chen Hung, Wen-Chih Peng, An-Zi Yen arxiv

Large language models are increasingly used in practical systems, making efficient model selection important for reducing deployment cost. LLM routing has emerged as a practical solution for allocating each input query to an appropriate model under a desired cost-performance trade-off. Existing routing methods often estimate model suitability from the surface semantics or embedding similarity of the input query. However, such methods may ignore the underlying difficulty of a query, leading to suboptimal routing decisions. To address the challenge, we propose VDAR-Router, a difficulty-aware retrieval-based routing framework. For each input query, VDAR-Router first generates an explicit difficulty analysis. It then retrieves historical examples with similar difficulty profiles. Based on the retrieved records, it estimates candidate model suitability and selects the model using a reward function that considers both performance and cost. Experiments on three datasets show that VDAR-Router consistently achieves better cost-performance trade-offs than existing baselines. These results demonstrate the effectiveness of difficulty-aware retrieval for training-free LLM routing. Case studies further show that explicit query analysis helps retrieve more relevant examples and supports more reliable routing decisions.

📄 PDF Abstract BibTeX arXiv:2607.18098

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RouterEval: A Comprehensive Benchmark for Routing LLMs to Explore Model-level Scaling Up in LLMs

2025-03-08 · Zhongzhan Huang, Guoming Ling, Yupei Lin, Yandong Chen 외

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…

Instruction FollowingMathematical Reasoning

Dr.LLM: Dynamic Layer Routing in LLMs

2025-10-14 · Ahmed Heakl, Martin Gubri, Salman Khan, Sangdoo Yun 외 arxiv

Large Language Models (LLMs) process every token through all layers of a transformer stack, causing wasted computation on simple queries and insufficient flexibility for harder ones that need deeper reasoning. Adaptive-d…

RouterDC: Query-Based Router by Dual Contrastive Learning for Assembling Large Language Models

2024-09-30 · Shuhao Chen, Weisen Jiang, Baijiong Lin, James T. Kwok 외

Recent works show that assembling multiple off-the-shelf large language models (LLMs) can harness their complementary abilities. To achieve this, routing is a promising method, which learns a router to select the most su…

Contrastive Learning

Reward Model Routing in Alignment

2025-10-03 · Xinle Wu, Yao Lu arxiv

Reinforcement learning from human or AI feedback (RLHF / RLAIF) has become the standard paradigm for aligning large language models (LLMs). However, most pipelines rely on a single reward model (RM), limiting alignment q…

Reinforcement Learning

RouterBench: A Benchmark for Multi-LLM Routing System

2024-03-18 · Qitian Jason Hu, Jacob Bieker, Xiuyu Li, Nan Jiang 외

As the range of applications for Large Language Models (LLMs) continues to grow, the demand for effective serving solutions becomes increasingly critical. Despite the versatility of LLMs, no single model can optimally ad…