Enhancing Bandit Algorithms with LLMs for Time-varying User Preferences in Streaming Recommendations
Chenglei Shen, Yi Zhan, Weijie Yu, Xiao Zhang, Jun Xu
TL;DR
This work tackles time-varying user preferences in streaming recommendations by formulating a time-aware contextual bandit framework. It introduces HyperBandit+, which integrates a time-conditioned hypernetwork to adapt to evolving user preferences, Euler embeddings for robust time encoding, and LLM Start to provide a warm-start via offline synthetic data. A low-rank factorization reduces training complexity, and rigorous dynamic regret analysis shows sublinear guarantees in non-stationary environments. Empirical results on real-world short-video and POI datasets demonstrate that HyperBandit+ consistently surpasses strong baselines, especially in early online stages, highlighting practical impact for real-time recommendations with evolving user tastes.
Abstract
In real-world streaming recommender systems, user preferences evolve dynamically over time. Existing bandit-based methods treat time merely as a timestamp, neglecting its explicit relationship with user preferences and leading to suboptimal performance. Moreover, online learning methods often suffer from inefficient exploration-exploitation during the early online phase. To address these issues, we propose HyperBandit+, a novel contextual bandit policy that integrates a time-aware hypernetwork to adapt to time-varying user preferences and employs a large language model-assisted warm-start mechanism (LLM Start) to enhance exploration-exploitation efficiency in the early online phase. Specifically, HyperBandit+ leverages a neural network that takes time features as input and generates parameters for estimating time-varying rewards by capturing the correlation between time and user preferences. Additionally, the LLM Start mechanism employs multi-step data augmentation to simulate realistic interaction data for effective offline learning, providing warm-start parameters for the bandit policy in the early online phase. To meet real-time streaming recommendation demands, we adopt low-rank factorization to reduce hypernetwork training complexity. Theoretically, we rigorously establish a sublinear regret upper bound that accounts for both the hypernetwork and the LLM warm-start mechanism. Extensive experiments on real-world datasets demonstrate that HyperBandit+ consistently outperforms state-of-the-art baselines in terms of accumulated rewards.
