paper-with-me

Papers

Memory Augmented Graph Neural Networks for Sequential Recommendation

2019-12-26 · Chen Ma, Liheng Ma, Yingxue Zhang, Jianing Sun, Xue Liu, Mark Coates

The chronological order of user-item interactions can reveal time-evolving and sequential user behaviors in many recommender systems. The items that users will interact with may depend on the items accessed in the past. However, the substantial increase of users and items makes sequential recommender systems still face non-trivial challenges: (1) the hardness of modeling the short-term user interests; (2) the difficulty of capturing the long-term user interests; (3) the effective modeling of item co-occurrence patterns. To tackle these challenges, we propose a memory augmented graph neural network (MA-GNN) to capture both the long- and short-term user interests. Specifically, we apply a graph neural network to model the item contextual information within a short-term period and utilize a shared memory network to capture the long-range dependencies between items. In addition to the modeling of user interests, we employ a bilinear function to capture the co-occurrence patterns of related items. We extensively evaluate our model on five real-world datasets, comparing with several state-of-the-art methods and using a variety of performance metrics. The experimental results demonstrate the effectiveness of our model for the task of Top-K sequential recommendation.

📄 PDF Abstract BibTeX arXiv:1912.11730

Code (1)

Forrest-Stone/MA-GNN pytorch

Tasks

Graph Neural NetworkRecommendation SystemsSequential Recommendation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Memory Network 설명 없음

Similar Papers 제목 키워드 기반

RaSeRec: Retrieval-Augmented Sequential Recommendation

2024-12-24 · Xinping Zhao, Baotian Hu, Yan Zhong, Shouzheng Huang 외

Although prevailing supervised and self-supervised learning (SSL)-augmented sequential recommendation (SeRec) models have achieved improved performance with powerful neural network architectures, we argue that they still…

RetrievalSelf-Supervised LearningSequential Recommendation

Enhancing Sequential Recommendation with Graph Contrastive Learning

2022-05-30 · Yixin Zhang, Yong liu, Yonghui Xu, Hao Xiong 외

The sequential recommendation systems capture users' dynamic behavior patterns to predict their next interaction behaviors. Most existing sequential recommendation methods only exploit the local context information of an…

Auxiliary LearningContrastive LearningRecommendation SystemsSequential Recommendation

Memory Augmented Multi-Instance Contrastive Predictive Coding for Sequential Recommendation

2021-09-01 · Ruihong Qiu, Zi Huang, Hongzhi Yin

The sequential recommendation aims to recommend items, such as products, songs and places, to users based on the sequential patterns of their historical records. Most existing sequential recommender models consider the n…

Contrastive LearningSequential Recommendation

Cascading: Association Augmented Sequential Recommendation

2019-10-17 · Xu Chen, Kenan Cui, Ya zhang, Yan-Feng Wang

Recently, recommendation according to sequential user behaviors has shown promising results in many application scenarios. Generally speaking, real-world sequential user behaviors usually reflect a hybrid of sequential i…

Graph EmbeddingSequential Recommendation

Long Short-Term Preference Modeling for Continuous-Time Sequential Recommendation

2022-08-01 · Huixuan Chi, Hao Xu, Hao Fu, Mengya Liu 외

Modeling the evolution of user preference is essential in recommender systems. Recently, dynamic graph-based methods have been studied and achieved SOTA for recommendation, majority of which focus on user's stable long-t…

Recommendation SystemsSequential Recommendation