paper-with-me

Papers

Contextual Thompson Sampling via Generation of Missing Data

2025-02-10 · Kelly W. Zhang, Tiffany Tianhui Cai, Hongseok Namkoong, Daniel Russo

We introduce a framework for Thompson sampling contextual bandit algorithms, in which the algorithm's ability to quantify uncertainty and make decisions depends on the quality of a generative model that is learned offline. Instead of viewing uncertainty in the environment as arising from unobservable latent parameters, our algorithm treats uncertainty as stemming from missing, but potentially observable, future outcomes. If these future outcomes were all observed, one could simply make decisions using an "oracle" policy fit on the complete dataset. Inspired by this conceptualization, at each decision-time, our algorithm uses a generative model to probabilistically impute missing future outcomes, fits a policy using the imputed complete dataset, and uses that policy to select the next action. We formally show that this algorithm is a generative formulation of Thompson Sampling and prove a state-of-the-art regret bound for it. Notably, our regret bound i) depends on the probabilistic generative model only through the quality of its offline prediction loss, and ii) applies to any method of fitting the "oracle" policy, which easily allows one to adapt Thompson sampling to decision-making settings with fairness and/or resource constraints.

📄 PDF Abstract BibTeX arXiv:2502.07064

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairnessThompson Sampling

Similar Papers 제목 키워드 기반

Addressing Missing Data Issue for Diffusion-based Recommendation

2025-05-18 · Wenyu Mao, Zhengyi Yang, Jiancan Wu, Haozhe Liu 외

Diffusion models have shown significant potential in generating oracle items that best match user preference with guidance from user historical interaction sequences. However, the quality of guidance is often compromised…

DenoisingThompson Sampling

Doubly robust Thompson sampling for linear payoffs

2021-02-01 · Wonyoung Kim, Gi-Soo Kim, Myunghee Cho Paik

A challenging aspect of the bandit problem is that a stochastic reward is observed only for the chosen arm and the rewards of other arms remain missing. The dependence of the arm choice on the past context and reward pai…

Thompson Sampling

Doubly Robust Thompson Sampling with Linear Payoffs

2021-12-01 · NeurIPS 2021 12 · Wonyoung Kim, Gi-Soo Kim, Myunghee Cho Paik

A challenging aspect of the bandit problem is that a stochastic reward is observed only for the chosen arm and the rewards of other arms remain missing. The dependence of the arm choice on the past context and reward …

Thompson Sampling

Feel-Good Thompson Sampling for Contextual Bandits and Reinforcement Learning

2021-10-02 · Tong Zhang

Thompson Sampling has been widely used for contextual bandit problems due to the flexibility of its modeling power. However, a general theory for this class of methods in the frequentist setting is still lacking. In this…

Multi-Armed Banditsregressionreinforcement-learningReinforcement Learning+2

Generalized Thompson Sampling for Contextual Bandits

2013-10-27 · Lihong Li

Thompson Sampling, one of the oldest heuristics for solving multi-armed bandits, has recently been shown to demonstrate state-of-the-art performance. The empirical success has led to great interests in theoretical unders…

Multi-Armed BanditsThompson Sampling