Position-aware Graph Transformer for Recommendation
Jiajia Chen, Jiancan Wu, Jiawei Chen, Chongming Gao, Yong, Li, Xiang Wang

TL;DR
This paper introduces PGTR, a position-aware graph transformer that combines global and local features for improved recommendation accuracy, especially in sparse and noisy interaction data.
Contribution
It proposes a novel graph transformer framework that explicitly incorporates node positional information to enhance collaborative filtering signals.
Findings
PGTR outperforms existing GCN-based methods on four real-world datasets.
The model is robust against data sparsity and noise.
Incorporating positional encodings improves recommendation quality.
Abstract
Collaborative recommendation fundamentally involves learning high-quality user and item representations from interaction data. Recently, graph convolution networks (GCNs) have advanced the field by utilizing high-order connectivity patterns in interaction graphs, as evidenced by state-of-the-art methods like PinSage and LightGCN. However, one key limitation has not been well addressed in existing solutions: capturing long-range collaborative filtering signals, which are crucial for modeling user preference. In this work, we propose a new graph transformer (GT) framework -- \textit{Position-aware Graph Transformer for Recommendation} (PGTR), which combines the global modeling capability of Transformer blocks with the local neighborhood feature extraction of GCNs. The key insight is to explicitly incorporate node position and structure information from the user-item interaction graph into…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Graph Theory and Algorithms · Advanced Graph Neural Networks
MethodsLaplacian EigenMap · Byte Pair Encoding · Linear Layer · Absolute Position Encodings · Dropout · Softmax · Attention Is All You Need · Dense Connections · Graph Convolutional Network · Residual Connection
