LGAIApr 16

Calibration-Gated LLM Pseudo-Observations for Online Contextual Bandits

arXiv:2604.149619.0h-index: 2
Predicted impact top 63% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using contextual bandits, this work shows that LLM pseudo-observations can reduce regret but are highly sensitive to prompt design, which is more critical than calibration gating.

The paper proposes augmenting Disjoint LinUCB with LLM pseudo-observations to reduce cold-start regret in contextual bandits, achieving a 19% regret reduction on MIND-small with a task-specific prompt, but generic prompts increase regret.

Contextual bandit algorithms suffer from high regret during cold-start, when the learner has insufficient data to distinguish good arms from bad. We propose augmenting Disjoint LinUCB with LLM pseudo-observations: after each round, a large language model predicts counterfactual rewards for the unplayed arms, and these predictions are injected into the learner as weighted pseudo-observations. The injection weight is controlled by a calibration-gated decay schedule that tracks the LLM's prediction accuracy on played arms via an exponential moving average; high calibration error suppresses the LLM's influence, while accurate predictions receive higher weight during the critical early rounds. We evaluate on two contextual bandit environments - UCI Mushroom (2-arm, asymmetric rewards) and MIND-small (5-arm news recommendation) - and find that when equipped with a task-specific prompt, LLM pseudo-observations reduce cumulative regret by 19% on MIND relative to pure LinUCB. However, generic counterfactual prompt framing increases regret on both environments, demonstrating that prompt design is the dominant factor, more important than the choice of decay schedule or calibration gating parameters. We analyze the failure modes of calibration gating on domains with small prediction errors and provide a theoretical motivation for the bias-variance trade-off governing pseudo-observation weight.

Foundations

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

Your Notes