Online Learning with LLM Experts from Limited Feedback

Wang Wei, Soumyabrata Pal, Koyel Mukherjee, Franck Dernoncourt · Sep 5, 2026 · via huggingface · 1 min read

We study adaptive routing of prompts to large language model (LLM) experts to maximize response quality in an online setting with limited feedback. We formulate it as a bandit problem with K actions that represent experts and d features that encode prompts, over a horizon of T rounds. We propose algorithms that strategically select and observe rewards to minimize regret. In the full-information setting, we achieve a regret of O(d T / m), while in the bandit setting we achieve O(d T K / m), where m ll T is a budget on feedback. Our experiments show that we efficiently learn high-quality routing strategies across diverse LLMs from limited feedback.

Rendered from the publisher's own feed content.

Comments

Sign in to join the discussion.