Position-enhanced and Time-aware Graph Convolutional Network for Sequential Recommendations
Liwei Huang, Yutao Ma, Yanbo Liu, Bohong (Danny) Du, Shuliang Wang,, Deyi Li

TL;DR
This paper introduces PTGCN, a novel graph convolutional network that models sequential user-item interactions with position and time awareness, capturing high-order connectivity for improved recommendations.
Contribution
It proposes a position-enhanced, time-aware GCN that models high-order user-item interactions on bipartite graphs for sequential recommendation tasks.
Findings
PTGCN outperforms state-of-the-art models on real-world datasets.
The approach effectively captures temporal dynamics and high-order connectivity.
Experimental results show significant improvements in ranking metrics.
Abstract
Most of the existing deep learning-based sequential recommendation approaches utilize the recurrent neural network architecture or self-attention to model the sequential patterns and temporal influence among a user's historical behavior and learn the user's preference at a specific time. However, these methods have two main drawbacks. First, they focus on modeling users' dynamic states from a user-centric perspective and always neglect the dynamics of items over time. Second, most of them deal with only the first-order user-item interactions and do not consider the high-order connectivity between users and items, which has recently been proved helpful for the sequential recommendation. To address the above problems, in this article, we attempt to model user-item interactions by a bipartite graph structure and propose a new recommendation approach based on a Position-enhanced and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks
MethodsConvolution
