paper-with-me

Papers

Knowledge Graph Self-Supervised Rationalization for Recommendation

2023-07-06 · Yuhao Yang, Chao Huang, Lianghao Xia, Chunzhen Huang

In this paper, we introduce a new self-supervised rationalization method, called KGRec, for knowledge-aware recommender systems. To effectively identify informative knowledge connections, we propose an attentive knowledge rationalization mechanism that generates rational scores for knowledge triplets. With these scores, KGRec integrates generative and contrastive self-supervised tasks for recommendation through rational masking. To highlight rationales in the knowledge graph, we design a novel generative task in the form of masking-reconstructing. By masking important knowledge with high rational scores, KGRec is trained to rebuild and highlight useful knowledge connections that serve as rationales. To further rationalize the effect of collaborative interactions on knowledge graph learning, we introduce a contrastive learning task that aligns signals from knowledge and user-item interaction views. To ensure noise-resistant contrasting, potential noisy edges in both graphs judged by the rational scores are masked. Extensive experiments on three real-world datasets demonstrate that KGRec outperforms state-of-the-art methods. We also provide the implementation codes for our approach at https://github.com/HKUDS/KGRec.

📄 PDF Abstract BibTeX arXiv:2307.02759

Code (1)

hkuds/kgrec 공식 구현 pytorch

Tasks

Contrastive LearningGraph LearningRecommendation Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Graph Transformer for Recommendation

2023-06-04 · Chaoliu Li, Lianghao Xia, Xubin Ren, Yaowen Ye 외

This paper presents a novel approach to representation learning in recommender systems by integrating generative self-supervised learning with graph transformer architecture. We highlight the importance of high-quality d…

Collaborative FilteringData AugmentationRecommendation SystemsRepresentation Learning+1

Self-Supervised Dynamic Hypergraph Recommendation based on Hyper-Relational Knowledge Graph

2023-08-15 · Yi Liu, Hongrui Xuan, Bohan Li, Meng Wang 외

Knowledge graphs (KGs) are commonly used as side information to enhance collaborative signals and improve recommendation quality. In the context of knowledge-aware recommendation (KGR), graph neural networks (GNNs) have …

Collaborative FilteringKnowledge-Aware RecommendationKnowledge GraphsSelf-Supervised Learning

Fine-grained Graph Rationalization

2023-12-13 · Zhe Xu, Menghai Pan, Yuzhong Chen, Huiyuan Chen 외

Rationale discovery is defined as finding a subset of the input data that maximally supports the prediction of downstream tasks. In the context of graph machine learning, graph rationale is defined to locate the critical…

Prediction

Self-Supervised Graph Co-Training for Session-based Recommendation

2021-08-24 · Xin Xia, Hongzhi Yin, Junliang Yu, Yingxia Shao 외

Session-based recommendation targets next-item prediction by exploiting user behaviors within a short time period. Compared with other recommendation paradigms, session-based recommendation suffers more from the problem …

Contrastive LearningData AugmentationSelf-Supervised LearningSession-Based Recommendations

Tailoring Self-Rationalizers with Multi-Reward Distillation

2023-11-06 · Sahana Ramnath, Brihi Joshi, Skyler Hallinan, Ximing Lu 외

Large language models (LMs) are capable of generating free-text rationales to aid question answering. However, prior work 1) suggests that useful self-rationalization is emergent only at significant scales (e.g., 175B pa…

DiversityQuestion AnsweringStrategyQA