paper-with-me

홈 › Papers

Reinforcement Learning-enhanced Shared-account Cross-domain Sequential Recommendation

2022-06-16 · Lei Guo, Jinyu Zhang, Tong Chen, Xinhua Wang, Hongzhi Yin

Shared-account Cross-domain Sequential Recommendation (SCSR) is an emerging yet challenging task that simultaneously considers the shared-account and cross-domain characteristics in the sequential recommendation. Existing works on SCSR are mainly based on Recurrent Neural Network (RNN) and Graph Neural Network (GNN) but they ignore the fact that although multiple users share a single account, it is mainly occupied by one user at a time. This observation motivates us to learn a more accurate user-specific account representation by attentively focusing on its recent behaviors. Furthermore, though existing works endow lower weights to irrelevant interactions, they may still dilute the domain information and impede the cross-domain recommendation. To address the above issues, we propose a reinforcement learning-based solution, namely RL-ISN, which consists of a basic cross-domain recommender and a reinforcement learning-based domain filter. Specifically, to model the account representation in the shared-account scenario, the basic recommender first clusters users' mixed behaviors as latent users, and then leverages an attention model over them to conduct user identification. To reduce the impact of irrelevant domain information, we formulate the domain filter as a hierarchical reinforcement learning task, where a high-level task is utilized to decide whether to revise the whole transferred sequence or not, and if it does, a low-level task is further performed to determine whether to remove each interaction within it or not. To evaluate the performance of our solution, we conduct extensive experiments on two real-world datasets, and the experimental results demonstrate the superiority of our RL-ISN method compared with the state-of-the-art recommendation methods.

📄 PDF Abstract BibTeX arXiv:2206.08088

Code (1)

JinyuZ1996/RL-ISN 공식 구현 tf

Tasks

Graph Neural NetworkHierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential RecommendationUser Identification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Time Interval-enhanced Graph Neural Network for Shared-account Cross-domain Sequential Recommendation

2022-06-16 · Lei Guo, Jinyu Zhang, Li Tang, Tong Chen 외

Shared-account Cross-domain Sequential Recommendation (SCSR) task aims to recommend the next item via leveraging the mixed user behaviors in multiple domains. It is gaining immense research attention as more and more use…

Graph Neural NetworkRepresentation LearningSequential RecommendationTransfer Learning

Parallel Split-Join Networks for Shared-account Cross-domain Sequential Recommendations

2019-10-06 · Wenchao Sun, Muyang Ma, Pengjie Ren, Yujie Lin 외

Sequential recommendation is a task in which one models and uses sequential information about user behavior for recommendation purposes. We study sequential recommendation in a particularly challenging context, in which …

Sequential Recommendation

DA-GCN: A Domain-aware Attentive Graph Convolution Network for Shared-account Cross-domain Sequential Recommendation

2021-05-07 · Lei Guo, Li Tang, Tong Chen, Lei Zhu 외

Shared-account Cross-domain Sequential recommendation (SCSR) is the task of recommending the next item based on a sequence of recorded user behaviors, where multiple users share a single account, and their behaviours are…

Sequential RecommendationTransfer Learning

Enhanced Sampling with Machine Learning: A Review

2023-06-15 · Shams Mehdi, Zachary Smith, Lukas Herron, Ziyue Zou 외

Molecular dynamics (MD) enables the study of physical systems with excellent spatiotemporal resolution but suffers from severe time-scale limitations. To address this, enhanced sampling methods have been developed to imp…

Dimensionality Reduction

Contextual Pre-planning on Reward Machine Abstractions for Enhanced Transfer in Deep Reinforcement Learning

2023-07-11 · Guy Azran, Mohamad H. Danesh, Stefano V. Albrecht, Sarah Keren

Recent studies show that deep reinforcement learning (DRL) agents tend to overfit to the task on which they were trained and fail to adapt to minor environment changes. To expedite learning when transferring to unseen ta…

Deep Reinforcement Learning