paper-with-me

Papers

Self-Supervised Reinforcement Learning for Recommender Systems

2020-06-10 · Xin Xin, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose

In session-based or sequential recommendation, it is important to consider a number of factors like long-term user engagement, multiple types of user-item interactions such as clicks, purchases etc. The current state-of-the-art supervised approaches fail to model them appropriately. Casting sequential recommendation task as a reinforcement learning (RL) problem is a promising direction. A major component of RL approaches is to train the agent through interactions with the environment. However, it is often problematic to train a recommender in an on-line fashion due to the requirement to expose users to irrelevant recommendations. As a result, learning the policy from logged implicit feedback is of vital importance, which is challenging due to the pure off-policy setting and lack of negative rewards (feedback). In this paper, we propose self-supervised reinforcement learning for sequential recommendation tasks. Our approach augments standard recommendation models with two output layers: one for self-supervised learning and the other for RL. The RL part acts as a regularizer to drive the supervised layer focusing on specific rewards(e.g., recommending items which may lead to purchases rather than clicks) while the self-supervised layer with cross-entropy loss provides strong gradient signals for parameter updates. Based on such an approach, we propose two frameworks namely Self-Supervised Q-learning(SQN) and Self-Supervised Actor-Critic(SAC). We integrate the proposed frameworks with four state-of-the-art recommendation models. Experimental results on two real-world datasets demonstrate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2006.05779

Code (0)

등록된 구현이 없습니다.

Tasks

Q-LearningRecommendation Systemsreinforcement-learningReinforcement LearningReinforcement Learning (RL)Self-Supervised LearningSequential Recommendation

Similar Papers 제목 키워드 기반

A Comprehensive Survey on Self-Supervised Learning for Recommendation

2024-04-04 · Xubin Ren, Wei Wei, Lianghao Xia, Chao Huang

Recommender systems play a crucial role in tackling the challenge of information overload by delivering personalized recommendations based on individual user preferences. Deep learning techniques, such as RNNs, GNNs, and…

Contrastive LearningRecommendation SystemsSelf-Supervised LearningSurvey

A Survey on Reinforcement Learning for Recommender Systems

2021-09-22 · Yuanguo Lin, Yong liu, Fan Lin, Lixin Zou 외

Recommender systems have been widely applied in different real-life scenarios to help us find useful information. In particular, Reinforcement Learning (RL) based recommender systems have become an emerging research topi…

Explainable RecommendationInteractive RecommendationRecommendation Systemsreinforcement-learning+4

Optimized Recommender Systems with Deep Reinforcement Learning

2021-10-06 · Lucas Farris

Recommender Systems have been the cornerstone of online retailers. Traditionally they were based on rules, relevance scores, ranking algorithms, and supervised learning algorithms, but now it is feasible to use reinforce…

Deep Reinforcement LearningRecommendation Systemsreinforcement-learningReinforcement Learning+1

Supervised Advantage Actor-Critic for Recommender Systems

2021-11-05 · Xin Xin, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose

Casting session-based or sequential recommendation as reinforcement learning (RL) through reward signals is a promising research direction towards recommender systems (RS) that maximize cumulative profits. However, the d…

Q-LearningRecommendation SystemsReinforcement Learning (RL)Sequential Recommendation

Leveraging Auto-Distillation and Generative Self-Supervised Learning in Residual Graph Transformers for Enhanced Recommender Systems

2025-04-08 · Eya Mhedhbi, Youssef Mourchid, Alice Othmani

This paper introduces a cutting-edge method for enhancing recommender systems through the integration of generative self-supervised learning (SSL) with a Residual Graph Transformer. Our approach emphasizes the importance…

Graph Representation LearningRecommendation SystemsRepresentation LearningSelf-Supervised Learning