paper-with-me

Papers

Knowledge Graph Contrastive Learning for Recommendation

2022-05-02 · Yuhao Yang, Chao Huang, Lianghao Xia, Chenliang Li

Knowledge Graphs (KGs) have been utilized as useful side information to improve recommendation quality. In those recommender systems, knowledge graph information often contains fruitful facts and inherent semantic relatedness among items. However, the success of such methods relies on the high quality knowledge graphs, and may not learn quality representations with two challenges: i) The long-tail distribution of entities results in sparse supervision signals for KG-enhanced item representation; ii) Real-world knowledge graphs are often noisy and contain topic-irrelevant connections between items and entities. Such KG sparsity and noise make the item-entity dependent relations deviate from reflecting their true characteristics, which significantly amplifies the noise effect and hinders the accurate representation of user's preference. To fill this research gap, we design a general Knowledge Graph Contrastive Learning framework (KGCL) that alleviates the information noise for knowledge graph-enhanced recommender systems. Specifically, we propose a knowledge graph augmentation schema to suppress KG noise in information aggregation, and derive more robust knowledge-aware representations for items. In addition, we exploit additional supervision signals from the KG augmentation process to guide a cross-view contrastive learning paradigm, giving a greater role to unbiased user-item interactions in gradient descent and further suppressing the noise. Extensive experiments on three public datasets demonstrate the consistent superiority of our KGCL over state-of-the-art techniques. KGCL also achieves strong performance in recommendation scenarios with sparse user-item interactions, long-tail and noisy KG entities. Our implementation codes are available at https://github.com/yuh-yang/KGCL-SIGIR22

📄 PDF Abstract BibTeX arXiv:2205.00976

Code (1)

yuh-yang/kgcl-sigir22 공식 구현 pytorch

Tasks

Contrastive LearningGeneral KnowledgeKnowledge GraphsRecommendation SystemsWorld Knowledge

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Heterogeneous Graph Contrastive Learning for Recommendation

2023-03-02 · Mengru Chen, Chao Huang, Lianghao Xia, Wei Wei 외

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-awar…

Contrastive LearningRecommendation SystemsRelational ReasoningSelf-Supervised Learning+1

Hyperbolic Contrastive Learning with Model-augmentation for Knowledge-aware Recommendation

2025-05-13 · Shengyin Sun, Chen Ma

Benefiting from the effectiveness of graph neural networks (GNNs) and contrastive learning, GNN-based contrastive learning has become mainstream for knowledge-aware recommendation. However, most existing contrastive lear…

Contrastive LearningKnowledge-Aware RecommendationKnowledge Graphs

Knowledge Enhanced Multi-intent Transformer Network for Recommendation

2024-05-31 · Ding Zou, Wei Wei, Feida Zhu, Chuanyu Xu 외

Incorporating Knowledge Graphs into Recommendation has attracted growing attention in industry, due to the great potential of KG in providing abundant supplementary information and interpretability for the underlying mod…

DenoisingKnowledge GraphsRepresentation Learning

Multi-level Cross-view Contrastive Learning for Knowledge-aware Recommender System

2022-04-19 · Ding Zou, Wei Wei, Xian-Ling Mao, Ziyang Wang 외

Knowledge graph (KG) plays an increasingly important role in recommender systems. Recently, graph neural networks (GNNs) based model has gradually become the theme of knowledge-aware recommendation (KGR). However, there …

Contrastive LearningData Augmentationgraph constructionKnowledge-Aware Recommendation+1

On the Sweet Spot of Contrastive Views for Knowledge-enhanced Recommendation

2023-09-23 · Haibo Ye, Xinjie Li, Yuan YAO, Hanghang Tong

In recommender systems, knowledge graph (KG) can offer critical information that is lacking in the original user-item interaction graph (IG). Recent process has explored this direction and shows that contrastive learning…

ArticlesContrastive LearningRecommendation Systems