paper-with-me

홈 › Papers

Hybrid LLM: Cost-Efficient and Quality-Aware Query Routing

2024-04-22 · Dujian Ding, Ankur Mallick, Chi Wang, Robert Sim, Subhabrata Mukherjee, Victor Ruhle, Laks V. S. Lakshmanan, Ahmed Hassan Awadallah

Large language models (LLMs) excel in most NLP tasks but also require expensive cloud servers for deployment due to their size, while smaller models that can be deployed on lower cost (e.g., edge) devices, tend to lag behind in terms of response quality. Therefore in this work we propose a hybrid inference approach which combines their respective strengths to save cost and maintain quality. Our approach uses a router that assigns queries to the small or large model based on the predicted query difficulty and the desired quality level. The desired quality level can be tuned dynamically at test time to seamlessly trade quality for cost as per the scenario requirements. In experiments our approach allows us to make up to 40% fewer calls to the large model, with no drop in response quality.

📄 PDF Abstract BibTeX arXiv:2404.14618

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SCOPE-Router: Cost-Aware Open-Set VLM Routing for Execution-Oriented Tasks

2026-08-12 · Tao Yu, Yifei Qu, Zhiqing Cui, Pengfei Zhou 외 arxiv

Model routing aims to select the most suitable model from a candidate pool for each query, balancing quality and cost. Existing VLM routing research is limited to traditional VQA evaluation, lacks systematic calibration …

From Sampled Outcomes to Capability Distributions: Rethinking Supervision for LLM Routing

2026-06-05 · Guannan Lai, Haoran Hu, Long Chen, Zhenguo Li 외 arxiv

Existing LLM routing methods often construct supervision from a single sampled response for each query--model pair. Because LLM generation is stochastic, however, such an observation can be an unstable estimate of model …

ConsRoute:Consistency-Aware Adaptive Query Routing for Cloud-Edge-Device Large Language Models

2026-03-22 · Haoyu Qiao, Hao Zhang, Shanwen Mao, Siyao Cheng 외 arxiv

Large language models (LLMs) deliver impressive capabilities but incur substantial inference latency and cost, which hinders their deployment in latency-sensitive and resource-constrained scenarios. Cloud-edge-device col…

One Head, Many Models: Cross-Attention Routing for Cost-Aware LLM Selection

2025-09-11 · Roshini Pulishetty, Mani Kishan Ghantasala, Keerthy Kaushik Dasoju, Niti Mangwani 외 arxiv

The proliferation of large language models (LLMs) with varying computational costs and performance profiles presents a critical challenge for scalable, cost-effective deployment in real-world applications. We introduce a…

RouteJudge: An Open Platform for Reproducible and Preference-Aware LLM Routing

2026-06-17 · Guannan Lai, Haoran Hu, Han-Jia Ye arxiv

We present RouteJudge, an online pairwise preference evaluation framework for LLM routing systems, with a public platform available at https://routejudge.cn. Different from model-level response evaluation, RouteJudge foc…