TL;DR
This paper introduces EA-GPS, a lightweight graph convolutional network with positional prompts that effectively captures sequential dependencies in recommendation systems while reducing computational costs.
Contribution
The paper proposes a novel external attentive graph convolutional network with positional prompts, improving efficiency and long-term dependency modeling in sequential recommendation.
Findings
Outperforms state-of-the-art methods on five datasets.
Achieves higher accuracy with fewer parameters.
Reduces training overhead significantly.
Abstract
Graph-based Sequential Recommender systems (GSRs) have gained significant research attention due to their ability to simultaneously handle user-item interactions and sequential relationships between items. Current GSRs often utilize composite or in-depth structures for graph encoding (e.g., the Graph Transformer). Nevertheless, they have high computational complexity, hindering the deployment on resource-constrained edge devices. Moreover, the relative position encoding in Graph Transformer has difficulty in considering the complicated positional dependencies within sequence. To this end, we propose an External Attentive Graph convolutional network with Positional prompts for Sequential recommendation, namely EA-GPS. Specifically, we first introduce an external attentive graph convolutional network that linearly measures the global associations among nodes via two external memory units.…
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
MethodsAttention Is All You Need · Absolute Position Encodings · Linear Layer · Layer Normalization · Byte Pair Encoding · Dense Connections · Laplacian EigenMap · Residual Connection · Label Smoothing · Multi-Head Attention
