LGFeb 4, 2025

LLM Bandit: Cost-Efficient LLM Generation via Preference-Conditioned Dynamic Routing

arXiv:2502.02743v129 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses the challenge for users and developers in efficiently managing LLM resources, though it is incremental as it builds on existing bandit and routing methods.

The paper tackles the problem of selecting optimal large language models (LLMs) for user queries by balancing accuracy and cost, resulting in a framework that achieves significant improvements in both accuracy and cost-effectiveness across various LLM platforms.

The rapid advancement in large language models (LLMs) has brought forth a diverse range of models with varying capabilities that excel in different tasks and domains. However, selecting the optimal LLM for user queries often involves a challenging trade-off between accuracy and cost, a problem exacerbated by the diverse demands of individual queries. In this work, we present a novel framework that formulates the LLM selection process as a multi-armed bandit problem, enabling dynamic and intelligent routing of queries to the most appropriate model. Our approach incorporates a preference-conditioned dynamic routing mechanism, allowing users to specify their preferences at inference time, thereby offering a customizable balance between performance and cost. Additionally, our selection policy is designed to generalize to unseen LLMs, ensuring adaptability to new models as they emerge. Experimental results demonstrate that our method achieves significant improvements in both accuracy and cost-effectiveness across various LLM platforms, showcasing the potential of our framework to adaptively optimize LLM selection in real-world scenarios.

Foundations

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

Your Notes