Causal LLM Routing: End-to-End Regret Minimization from Observational Data
Asterios Tsiourvas, Wei Sun, Georgia Perakis
TL;DR
The paper tackles LLM routing from observational data by formulating end-to-end regret minimization that directly optimizes decision quality while correcting for selection bias with doubly robust counterfactual estimates. It introduces two differentiable surrogate objectives and extends the routing framework to heterogeneous cost preferences via an interval-conditioned joint router that interpolates between endpoint models. Theoretical guarantees show piecewise constant optimal policies in the budget parameter and exact interpolation under affine utility, while experiments on RouterBench and SPROUT demonstrate state-of-the-art performance across embedding types. The work enables scalable, bias-aware, cost-aware routing without requiring full feedback, with practical implications for efficient and economical LLM deployment.
Abstract
LLM routing aims to select the most appropriate model for each query, balancing competing performance metrics such as accuracy and cost across a pool of language models. Prior approaches typically adopt a decoupled strategy, where the metrics are first predicted and the model is then selected based on these estimates. This setup is prone to compounding errors and often relies on full-feedback data, where each query is evaluated by all candidate models, which is costly to obtain and maintain in practice. In contrast, we learn from observational data, which records only the outcome of the model actually deployed. We propose a causal end-to-end framework that learns routing policies by minimizing decision-making regret from observational data. To enable efficient optimization, we introduce two theoretically grounded surrogate objectives: a classification-based upper bound, and a softmax-weighted regret approximation shown to recover the optimal policy at convergence. We further extend our framework to handle heterogeneous cost preferences via an interval-conditioned architecture. Experiments on public benchmarks show that our method outperforms existing baselines, achieving state-of-the-art performance across different embedding models.
