paper-with-me

홈 › Papers

LLM-Derived Priors for Thompson Sampling in Cold-Start Comment Recommendation

2026-08-04 · Eugene Lee, Oseong Choi, Byungsoo Kang, Taeyeong Jang arxiv

Multi-armed bandit algorithms, especially Thompson sampling, are widely used in online recommendation. Despite their ability to adapt from online feedback, these methods often suffer from cold-start limitations when newly introduced arms have little or no interaction history. In our setting, the candidate arms are user-generated textual comments, whose semantic content can reveal a title's appeal before sufficient interaction feedback is available. We therefore use large language models (LLMs) to extract semantic signals from comment text and convert them into informative Bayesian priors that warm-start Thompson sampling under sparse early-stage feedback. To account for aggregate segment-level differences in response patterns, we maintain and update posteriors separately for each gender-age segment. In a real-world online A/B/C test, we compare a uniform prior with two LLM-based designs: a Gender Prior for demographic-affinity cues and a Content Prior for title-specific identity cues. The results show that LLM-based priors are most beneficial in sparse-feedback regimes -- with the largest gains emerging once a small amount of interaction evidence has accumulated -- and that prior design leads to distinct funnel-level effects. We further analyze prior-reward alignment and demographic heterogeneity, finding that click-oriented alignment is strongest for the Gender Prior and that treatment effects vary substantially across demographic segments. These findings suggest that LLM-derived priors can serve as a practical warm-start mechanism for text-rich bandit recommendation, while also revealing deployment trade-offs.

📄 PDF Abstract BibTeX arXiv:2608.03382

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dynamic Prior Thompson Sampling for Cold-Start Exploration in Recommender Systems

2026-02-01 · Zhenyu Zhao, David Zhang, Ellie Zhao, Ehsan Saberian arxiv

Cold-start exploration is a core challenge in large-scale recommender systems: new or data-sparse items must receive traffic to estimate value, but over-exploration harms users and wastes impressions. In practice, Thomps…

Deconfounded Warm-Start Thompson Sampling with Applications to Precision Medicine

2025-05-22 · Prateek Jaiswal, Esmaeil Keyvanshokooh, Junyu Cao

Randomized clinical trials often require large patient cohorts before drawing definitive conclusions, yet abundant observational data from parallel studies remains underutilized due to confounding and hidden biases. To b…

Thompson Sampling

Efficient Thompson Sampling for Online Matrix-Factorization Recommendation

2015-12-01 · NeurIPS 2015 12 · Jaya Kawale, Hung H. Bui, Branislav Kveton, Long Tran-Thanh 외

Matrix factorization (MF) collaborative filtering is an effective and widely used method in recommendation systems. However, the problem of finding an optimal trade-off between exploration and exploitation (otherwise kno…

Collaborative FilteringRecommendation SystemsThompson Sampling

Seamlessly Unifying Attributes and Items: Conversational Recommendation for Cold-Start Users

2020-05-23 · Shijun Li, Wenqiang Lei, Qingyun Wu, Xiangnan He 외

Static recommendation methods like collaborative filtering suffer from the inherent limitation of performing real-time personalization for cold-start users. Online recommendation, e.g., multi-armed bandit approach, addre…

Collaborative FilteringConversational RecommendationThompson Sampling

Racing Thompson: an Efficient Algorithm for Thompson Sampling with Non-conjugate Priors

2017-08-16 · ICML 2018 7 · Yichi Zhou, Jun Zhu, Jingwei Zhuo

Thompson sampling has impressive empirical performance for many multi-armed bandit problems. But current algorithms for Thompson sampling only work for the case of conjugate priors since these algorithms require to infer…

Thompson Sampling