次回の更新記事:【論文著者監修・コメント】AIエージェントへの人間…(公開予定日:2026年07月27日)
AIDB Daily Papers

言語化されたクエリの難易度分析と検索に基づく適応型LLMルーティング

原題: VDAR-Router: Adaptive LLMs Routing via Verbalized Query Difficulty Analysis Retrieval
著者: Yu-Chien Tang, Jun-Chen Hung, Wen-Chih Peng, An-Zi Yen
公開日: 2026-07-20 | 分野: LLM ルーティング cs.CL

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 入力クエリの難易度分析と類似事例の検索を活用する新しいLLMルーティング手法であるVDAR-Routerを提案した。
  • 表面的な意味や埋め込みだけでなくクエリの根本的な難易度を考慮することで、従来の非効率なルーティングを克服した。
  • 3つのデータセットを用いた実験により、コストと性能のトレードオフにおいて既存手法を常に上回る優れた成果を示した。

Abstract

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.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事