paper-with-me

Papers

Heterogeneous Graph Contrastive Learning for Recommendation

2023-03-02 · Mengru Chen, Chao Huang, Lianghao Xia, Wei Wei, Yong Xu, Ronghua Luo

Graph Neural Networks (GNNs) have become powerful tools in modeling graph-structured data in recommender systems. However, real-life recommendation scenarios usually involve heterogeneous relationships (e.g., social-aware user influence, knowledge-aware item dependency) which contains fruitful information to enhance the user preference learning. In this paper, we study the problem of heterogeneous graph-enhanced relational learning for recommendation. Recently, contrastive self-supervised learning has become successful in recommendation. In light of this, we propose a Heterogeneous Graph Contrastive Learning (HGCL), which is able to incorporate heterogeneous relational semantics into the user-item interaction modeling with contrastive learning-enhanced knowledge transfer across different views. However, the influence of heterogeneous side information on interactions may vary by users and items. To move this idea forward, we enhance our heterogeneous graph contrastive learning with meta networks to allow the personalized knowledge transformer with adaptive contrastive augmentation. The experimental results on three real-world datasets demonstrate the superiority of HGCL over state-of-the-art recommendation methods. Through ablation study, key components in HGCL method are validated to benefit the recommendation performance improvement. The source code of the model implementation is available at the link https://github.com/HKUDS/HGCL.

📄 PDF Abstract BibTeX arXiv:2303.00995

Code (1)

hkuds/hgcl 공식 구현 pytorch

Tasks

Contrastive LearningRecommendation SystemsRelational ReasoningSelf-Supervised LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Graph Masked Contrastive Learning for Robust Recommendation

2025-05-30 · Lei Sang, Yu Wang, Yiwen Zhang

Heterogeneous graph neural networks (HGNNs) have demonstrated their superiority in exploiting auxiliary information for recommendation tasks. However, graphs constructed using meta-paths in HGNNs are usually too dense an…

Contrastive Learning

RecipeRec: A Heterogeneous Graph Learning Model for Recipe Recommendation

2022-05-24 · Yijun Tian, Chuxu Zhang, Zhichun Guo, Chao Huang 외

Recipe recommendation systems play an essential role in helping people decide what to eat. Existing recipe recommendation systems typically focused on content-based or collaborative filtering approaches, ignoring the hig…

Collaborative FilteringContrastive LearningGraph LearningGraph Neural Network+1

Heterogeneous Information Crossing on Graphs for Session-based Recommender Systems

2022-10-24 · Xiaolin Zheng, Rui Wu, Zhongxuan Han, Chaochao Chen 외

Recommender systems are fundamental information filtering techniques to recommend content or items that meet users' personalities and potential needs. As a crucial solution to address the difficulty of user identificatio…

Contrastive LearningRecommendation SystemsUser Identification

Intent-guided Heterogeneous Graph Contrastive Learning for Recommendation

2024-07-24 · Lei Sang, Yu Wang, Yi Zhang, Yiwen Zhang 외

Contrastive Learning (CL)-based recommender systems have gained prominence in the context of Heterogeneous Graph (HG) due to their capacity to enhance the consistency of representations across different views. However, e…

Contrastive LearningRecommendation Systems

Predictive and Contrastive: Dual-Auxiliary Learning for Recommendation

2022-03-08 · Yinghui Tao, Min Gao, Junliang Yu, Zongwei Wang 외

Self-supervised learning (SSL) recently has achieved outstanding success on recommendation. By setting up an auxiliary task (either predictive or contrastive), SSL can discover supervisory signals from the raw data witho…

Auxiliary LearningSelf-Supervised Learning