IRDec 26, 2019

Memory Augmented Graph Neural Networks for Sequential Recommendation

arXiv:1912.11730v1239 citations
Originality Incremental advance
AI Analysis

This addresses the problem of improving recommendation accuracy for users in systems with large-scale data, though it appears incremental by combining existing techniques like GNNs and memory networks.

The paper tackles the challenges of modeling short-term and long-term user interests and item co-occurrence patterns in sequential recommendation by proposing a memory augmented graph neural network (MA-GNN), which achieves effectiveness in Top-K sequential recommendation as demonstrated on five real-world datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes