Batch-Constrained Distributional Reinforcement Learning for Session-based Recommendation
Most of the existing deep reinforcement learning (RL) approaches for session-based recommendations either rely on costly online interactions with real users, or rely on potentially biased rule-based or data-driven user-behavior models for learning. In this work, we instead focus on learning recommendation policies in the pure batch or offline setting, i.e. learning policies solely from offline historical interaction logs or batch data generated from an unknown and sub-optimal behavior policy, without further access to data from the real-world or user-behavior models. We propose BCD4Rec: Batch-Constrained Distributional RL for Session-based Recommendations. BCD4Rec builds upon the recent advances in batch (offline) RL and distributional RL to learn from offline logs while dealing with the intrinsically stochastic nature of rewards from the users due to varied latent interest preferences (environments). We demonstrate that BCD4Rec significantly improves upon the behavior policy as well as strong RL and non-RL baselines in the batch setting in terms of standard performance metrics like Click Through Rates or Buy Rates. Other useful properties of BCD4Rec include: i. recommending items from the correct latent categories indicating better value estimates despite large action space (of the order of number of items), and ii. overcoming popularity bias in clicked or bought items typically present in the offline logs.
Code (0)
등록된 구현이 없습니다.
Tasks
Deep Reinforcement LearningDistributional Reinforcement LearningOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)Session-Based RecommendationsSimilar Papers 제목 키워드 기반
MURO: Deployment Constrained Reinforcement Learning with Model-based Uncertainty Regularized Batch Optimization
In many contemporary applications such as healthcare, finance, robotics, and recommendation systems, continuous deployment of new policies for data collection and online learning is either cost ineffective or impractical…
Recommendation Systemsreinforcement-learningReinforcement Learning (RL)Uncertainty QuantificationMUSBO: Model-based Uncertainty Regularized and Sample Efficient Batch Optimization for Deployment Constrained Reinforcement Learning
In many contemporary applications such as healthcare, finance, robotics, and recommendation systems, continuous deployment of new policies for data collection and online learning is either cost ineffective or impractical…
Reinforcement Learning (RL)Uncertainty QuantificationMulti-Task Fusion via Reinforcement Learning for Long-Term User Satisfaction in Recommender Systems
Recommender System (RS) is an important online application that affects billions of users every day. The mainstream RS ranking framework is composed of two parts: a Multi-Task Learning model (MTL) that predicts various u…
Multi-Task LearningRecommendation SystemsReinforcement Learning (RL)Improving Long-Term Metrics in Recommendation Systems using Short-Horizon Reinforcement Learning
We study session-based recommendation scenarios where we want to recommend items to users during sequential interactions to improve their long-term utility. Optimizing a long-term metric is challenging because the learni…
Offline RLRecommendation Systemsreinforcement-learningReinforcement Learning (RL)+1SPGL: Enhancing Session-based Recommendation with Single Positive Graph Learning
Session-based recommendation seeks to forecast the next item a user will be interested in, based on their interaction sequences. Due to limited interaction data, session-based recommendation faces the challenge of limite…
Graph LearningSession-Based Recommendations