IRAIJan 17, 2024

UOEP: User-Oriented Exploration Policy for Enhancing Long-Term User Experiences in Recommender Systems

arXiv:2401.09034v21 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing long-term user experiences in recommender systems by providing a fine-grained exploration approach, which is incremental as it builds on existing RL methods but tailors them to user-specific patterns.

The paper tackles the problem of uniform exploration strategies in recommender systems by proposing a user-oriented exploration policy that adapts to varying user activity levels, resulting in improved long-term performance and fairness, with experimental validation on public datasets showing outperformance over baselines.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes