LGSep 23, 2024

Eagle: Efficient Training-Free Router for Multi-LLM Inference

arXiv:2409.15518v234 citationsh-index: 6
AI Analysis

This addresses the need for scalable and real-time LLM routing in high-volume online environments, offering an incremental improvement over existing methods.

The paper tackles the problem of efficient model selection for Large Language Models (LLMs) in AI systems by introducing Eagle, a training-free router that improves selection quality and reduces computational overhead, achieving up to 23.52% higher AUC scores and significantly faster initialization and updates.

The proliferation of Large Language Models (LLMs) with varying capabilities and costs has created a need for efficient model selection in AI systems. LLM routers address this need by dynamically choosing the most suitable model for a given query based on task requirements and budget constraints. However, existing routers face challenges in scalability and real-time adaptation, particularly in high-volume online environments. We present Eagle, a novel LLM routing approach that combines global and local ELO ranking modules to overcome these limitations. By evaluating both general and specialized LLM abilities, Eagle provides a scalable, training-free solution that enhances model selection quality while reducing computational overhead. Our experiments across multiple datasets show Eagle consistently outperforms baseline methods, with improvements of up to 23.52 percent in Area Under Curve (AUC) scores. Moreover, Eagle demonstrates remarkable efficiency, requiring only 1/20 of baseline methods' time for initialization and 100 to 200 times faster incremental updates in online scenarios, making it well-suited for dynamic, high-volume online serving environments.

Foundations

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

Your Notes