paper-with-me

홈 › Papers

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

2024-07-18 · Yi Zhang, Ruihong Qiu, Jiajun Liu, Sen Wang

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.

📄 PDF Abstract BibTeX arXiv:2407.13163

Code (1)

ArronDZhang/ROLeR 공식 구현 pytorch

Tasks

Offline RLRecommendation Systemsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

RoleRMBench & RoleRM: Towards Reward Modeling for Profile-Based Role Play in Dialogue Systems

2025-12-11 · Hang Ding, Qiming Feng, Dongqi Liu, Qi Zhao 외 arxiv

Reward modeling has become a cornerstone of aligning large language models (LLMs) with human preferences. Yet, when extended to subjective and open-ended domains such as role play, existing reward models exhibit severe d…

OASIS: Conditional Distribution Shaping for Offline Safe Reinforcement Learning

2024-07-19 · Yihang Yao, Zhepeng Cen, Wenhao Ding, Haohong Lin 외

Offline safe reinforcement learning (RL) aims to train a policy that satisfies constraints using a pre-collected dataset. Most current methods struggle with the mismatch between imperfect demonstrations and the desired s…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Confounding Robust Continuous Control via Automatic Reward Shaping

2026-02-10 · Mateo Juliani, Mingxuan Li, Elias Bareinboim arxiv

Reward shaping has been applied widely to accelerate Reinforcement Learning (RL) agents' training. However, a principled way of designing effective reward shaping functions, especially for complex continuous control prob…

Reinforcement LearningContinuous Control

Predictive Coding for Boosting Deep Reinforcement Learning with Sparse Rewards

2019-12-21 · Xingyu Lu, Stas Tiomkin, Pieter Abbeel

While recent progress in deep reinforcement learning has enabled robots to learn complex behaviors, tasks with long horizons and sparse rewards remain an ongoing challenge. In this work, we propose an effective reward sh…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

STO-RL: Offline RL under Sparse Rewards via LLM-Guided Subgoal Temporal Order

2026-01-13 · Chengyang Gu, Yuxin Pan, Hui Xiong, Yize Chen arxiv

Offline reinforcement learning (RL) enables policy learning from pre-collected datasets, avoiding costly and risky online interactions, but it often struggles with long-horizon tasks involving sparse rewards. Existing go…

Reinforcement LearningOffline RL