Thompson Sampling via Fine-Tuning of LLMs
Nicolas Menet, Aleksandar Terzić, Michael Hersche, Andreas Krause, Abbas Rahimi
TL;DR
This work tackles challenging Bayesian optimization in large, unstructured discrete spaces by reframing Thompson sampling as fine-tuning of a prompt-conditioned LLM to approximate the probability of maximality ($\mathrm{PoM}$). It builds on Variational Bayesian Optimistic Sampling (VBOS) and proves a refined regret bound that scales with the maximal information gain $\gamma^T$, justifying initialization from strong priors and cautious adaptation toward the posterior. The ToSFiT algorithm avoids intractable acquisition-function maximization, achieving sublinear regret while leveraging pre-trained models to improve sample efficiency. Empirically, ToSFiT outperforms baselines across FAQ refinement, protein design, and quantum circuit design, and extends naturally to batched Bayesian optimization with modest computational overhead. These results highlight the potential of uniting foundation-model priors with principled Bayesian objectives for efficient search in complex discrete domains.
Abstract
Bayesian optimization in large unstructured discrete spaces is often hindered by the computational cost of maximizing acquisition functions due to the absence of gradients. We propose a scalable alternative based on Thompson sampling that eliminates the need for acquisition function maximization by directly parameterizing the probability that a candidate yields the maximum reward. Our approach, Thompson Sampling via Fine-Tuning (ToSFiT) leverages the prior knowledge embedded in prompt-conditioned large language models, and incrementally adapts them toward the posterior. Theoretically, we derive a novel regret bound for a variational formulation of Thompson Sampling that matches the strong guarantees of its standard counterpart. Our analysis reveals the critical role of careful adaptation to the posterior probability of maximality--a principle that underpins our ToSFiT algorithm. Empirically, we validate our method on three diverse tasks: FAQ response refinement, thermally stable protein search, and quantum circuit design. We demonstrate that online fine-tuning significantly improves sample efficiency, with negligible impact on computational efficiency.
