paper-with-me

홈 › Papers

Correlation-Aware Contextual Bandits with Surrogate Rewards for LLM Routing

2026-07-10 · Ajay Narayanan Sridhar, Ronak Singh, Mehrdad Mahdavi, Vijaykrishnan Narayanan arxiv

We study contextual bandit problems with correlated arms and access to surrogate reward signals produced by a machine learning model, motivated by applications such as large language model (LLM) routing. Unlike classical contextual bandits that rely solely on bandit feedback and assume conditional independence across arms, our setting allows context-dependent inter-arm correlations and auxiliary reward information that may be noisy or misspecified. We propose algorithms that leverage such surrogate rewards through two complementary designs. A coupled reward-mixing approach pools true and surrogate rewards to accelerate learning when surrogate signals are reliable, while a decoupled prediction-mixing approach maintains separate estimators for bandit feedback and surrogate rewards and adaptively combines their predictions. This decoupling yields robustness to surrogate misspecification, recovering regret guarantees comparable to reward-only bandit methods in the worst case, while achieving improved regret when surrogate predictions are sufficiently informative. We provide theoretical regret analyses for both approaches and evaluate them on LLM routing benchmarks under varying accuracy versus cost trade-offs. The results demonstrate improved sample efficiency and consistently better accuracy-cost trade-offs compared to standard contextual bandit baselines and strong static routing methods.

📄 PDF Abstract BibTeX arXiv:2607.09015

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Surrogate Objectives for Batch Policy Optimization in One-step Decision Making

2019-12-01 · NeurIPS 2019 12 · Minmin Chen, Ramki Gummadi, Chris Harris, Dale Schuurmans

We investigate batch policy optimization for cost-sensitive classification and contextual bandits---two related tasks that obviate exploration but require generalizing from observed rewards to action selections in unseen…

Decision MakingMulti-Armed Bandits

Learning to Attack: A Bandit Approach to Adversarial Context Poisoning

2026-02-28 · Ray Telikani, Amir H. Gandomi arxiv

Neural contextual bandits are vulnerable to adversarial attacks, where subtle perturbations to rewards, actions, or contexts induce suboptimal decisions. We introduce AdvBandit, a black-box adaptive attack that formulate…

Reinforcement Learning

Multi-Armed Bandits With Machine Learning-Generated Surrogate Rewards

2025-06-20 · Wenlong Ji, Yihan Pan, Ruihao Zhu, Lihua Lei

Multi-armed bandit (MAB) is a widely adopted framework for sequential decision-making under uncertainty. Traditional bandit algorithms rely solely on online data, which tends to be scarce as it must be gathered during th…

Decision Making Under UncertaintyMulti-Armed BanditsSequential Decision Making

Thompson Sampling Regret Bounds for Contextual Bandits with sub-Gaussian rewards

2023-04-26 · Amaury Gouverneur, Borja Rodríguez-Gálvez, Tobias J. Oechtering, Mikael Skoglund

In this work, we study the performance of the Thompson Sampling algorithm for Contextual Bandit problems based on the framework introduced by Neu et al. and their concept of lifted information ratio. First, we prove a co…

Multi-Armed BanditsThompson Sampling

Contextual bandits with concave rewards, and an application to fair ranking

2022-10-18 · Virginie Do, Elvis Dohmatob, Matteo Pirotta, Alessandro Lazaric 외

We consider Contextual Bandits with Concave Rewards (CBCR), a multi-objective bandit problem where the desired trade-off between the rewards is defined by a known concave objective function, and the reward vector depends…

FairnessMulti-Armed Bandits