Long-tail Augmented Graph Contrastive Learning for Recommendation
Qian Zhao, Zhengwei Wu, Zhiqiang Zhang, Jun Zhou

TL;DR
This paper introduces LAGCL, a novel graph contrastive learning method that enhances tail node representations in recommendation systems by using learnable augmentation, auto drop, knowledge transfer, and GANs, leading to improved long-tail performance.
Contribution
The paper proposes a learnable long-tail augmentation framework with auto drop and knowledge transfer modules, addressing degree disparity in GCN-based recommendation models.
Findings
Significant performance improvement over state-of-the-art methods.
Enhanced uniformity of learned representations.
Superior long-tail recommendation performance.
Abstract
Graph Convolutional Networks (GCNs) has demonstrated promising results for recommender systems, as they can effectively leverage high-order relationship. However, these methods usually encounter data sparsity issue in real-world scenarios. To address this issue, GCN-based recommendation methods employ contrastive learning to introduce self-supervised signals. Despite their effectiveness, these methods lack consideration of the significant degree disparity between head and tail nodes. This can lead to non-uniform representation distribution, which is a crucial factor for the performance of contrastive learning methods. To tackle the above issue, we propose a novel Long-tail Augmented Graph Contrastive Learning (LAGCL) method for recommendation. Specifically, we introduce a learnable long-tail augmentation approach to enhance tail nodes by supplementing predicted neighbor information, 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 · Mental Health via Writing · Advanced Graph Neural Networks
MethodsContrastive Learning
