paper-with-me

홈 › Papers

Batch-Constrained Distributional Reinforcement Learning for Session-based Recommendation

2020-12-16 · Diksha Garg, Priyanka Gupta, Pankaj Malhotra, Lovekesh Vig, Gautam Shroff

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.

📄 PDF Abstract BibTeX arXiv:2012.08984

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningDistributional Reinforcement LearningOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)Session-Based Recommendations

Similar Papers 제목 키워드 기반

MURO: Deployment Constrained Reinforcement Learning with Model-based Uncertainty Regularized Batch Optimization

2021-09-29 · DiJia Su, Jason D. Lee, John Mulvey, H. Vincent Poor

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 Quantification

MUSBO: Model-based Uncertainty Regularized and Sample Efficient Batch Optimization for Deployment Constrained Reinforcement Learning

2021-02-23 · DiJia Su, Jason D. Lee, John M. Mulvey, H. Vincent Poor

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 Quantification

Multi-Task Fusion via Reinforcement Learning for Long-Term User Satisfaction in Recommender Systems

2022-08-09 · Qihua Zhang, Junning Liu, Yuzhuo Dai, Yiyan Qi 외

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

2021-06-01 · Bogdan Mazoure, Paul Mineiro, Pavithra Srinath, Reza Sharifi Sedeh 외

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)+1

SPGL: Enhancing Session-based Recommendation with Single Positive Graph Learning

2024-12-16 · Tiantian Liang, Zhe Yang

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