IRAIJul 18, 2024

ROLeR: Effective Reward Shaping in Offline Reinforcement Learning for Recommender Systems

arXiv:2407.13163v26 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in offline RL for recommender systems, offering an incremental improvement for enhancing recommendation accuracy in real-world applications.

The paper tackles the problem of inaccurate reward models and uncertainty estimation in model-based offline reinforcement learning for recommender systems, proposing ROLeR, which achieves state-of-the-art performance on four benchmark datasets.

Offline reinforcement learning (RL) is an effective tool for real-world recommender systems with its capacity to model the dynamic interest of users and its interactive nature. Most existing offline RL recommender systems focus on model-based RL through learning a world model from offline data and building the recommendation policy by interacting with this model. Although these methods have made progress in the recommendation performance, the effectiveness of model-based offline RL methods is often constrained by the accuracy of the estimation of the reward model and the model uncertainties, primarily due to the extreme discrepancy between offline logged data and real-world data in user interactions with online platforms. To fill this gap, a more accurate reward model and uncertainty estimation are needed for the model-based RL methods. In this paper, a novel model-based Reward Shaping in Offline Reinforcement Learning for Recommender Systems, ROLeR, is proposed for reward and uncertainty estimation in recommendation systems. Specifically, a non-parametric reward shaping method is designed to refine the reward model. In addition, a flexible and more representative uncertainty penalty is designed to fit the needs of recommendation systems. Extensive experiments conducted on four benchmark datasets showcase that ROLeR achieves state-of-the-art performance compared with existing baselines. The source code can be downloaded at https://github.com/ArronDZhang/ROLeR.

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