UOEP: User-Oriented Exploration Policy for Enhancing Long-Term User Experiences in Recommender Systems
Changshuo Zhang, Sirui Chen, Xiao Zhang, Sunhao Dai, Weijie Yu, Jun Xu
TL;DR
UOEP tackles the challenge of optimizing long-term user experiences in large-scale recommender systems by modeling the return distribution $\mathcal{Z}^\pi(s,a)$ and optimizing tail risk via $\operatorname{CVaR}_\alpha$. It introduces a population of $m$ actors, each targeting a different $\operatorname{CVaR}_{\alpha_i}$ under a distributional critic implemented with an Implicit Quantile Network, enabling fine-grained, user-group-specific exploration. To sustain learning quality, UOEP adds a population diversity regularizer and a stability supervision module, with their relative emphasis balanced by a Thompson-sampling bandit. Empirical results on three public/industrial datasets show consistent gains in long-term metrics and notable improvements for low-activity users, accompanied by reduced fairness gaps, demonstrating the method's practical impact in enhancing enduring user satisfaction.
Abstract
Reinforcement learning (RL) has gained traction for enhancing user long-term experiences in recommender systems by effectively exploring users' interests. However, modern recommender systems exhibit distinct user behavioral patterns among tens of millions of items, which increases the difficulty of exploration. For example, user behaviors with different activity levels require varying intensity of exploration, while previous studies often overlook this aspect and apply a uniform exploration strategy to all users, which ultimately hurts user experiences in the long run. To address these challenges, we propose User-Oriented Exploration Policy (UOEP), a novel approach facilitating fine-grained exploration among user groups. We first construct a distributional critic which allows policy optimization under varying quantile levels of cumulative reward feedbacks from users, representing user groups with varying activity levels. Guided by this critic, we devise a population of distinct actors aimed at effective and fine-grained exploration within its respective user group. To simultaneously enhance diversity and stability during the exploration process, we further introduce a population-level diversity regularization term and a supervision module. Experimental results on public recommendation datasets demonstrate that our approach outperforms all other baselines in terms of long-term performance, validating its user-oriented exploration effectiveness. Meanwhile, further analyses reveal our approach's benefits of improved performance for low-activity users as well as increased fairness among users.
