paper-with-me

Papers

Knowledge-aware Coupled Graph Neural Network for Social Recommendation

2021-10-08 · Chao Huang, Huance Xu, Yong Xu, Peng Dai, Lianghao Xia, Mengyin Lu, Liefeng Bo, Hao Xing, Xiaoping Lai, Yanfang Ye

Social recommendation task aims to predict users' preferences over items with the incorporation of social connections among users, so as to alleviate the sparse issue of collaborative filtering. While many recent efforts show the effectiveness of neural network-based social recommender systems, several important challenges have not been well addressed yet: (i) The majority of models only consider users' social connections, while ignoring the inter-dependent knowledge across items; (ii) Most of existing solutions are designed for singular type of user-item interactions, making them infeasible to capture the interaction heterogeneity; (iii) The dynamic nature of user-item interactions has been less explored in many social-aware recommendation techniques. To tackle the above challenges, this work proposes a Knowledge-aware Coupled Graph Neural Network (KCGN) that jointly injects the inter-dependent knowledge across items and users into the recommendation framework. KCGN enables the high-order user- and item-wise relation encoding by exploiting the mutual information for global graph structure awareness. Additionally, we further augment KCGN with the capability of capturing dynamic multi-typed user-item interactive patterns. Experimental studies on real-world datasets show the effectiveness of our method against many strong baselines in a variety of settings. Source codes are available at: https://github.com/xhcdream/KCGN.

📄 PDF Abstract BibTeX arXiv:2110.03987

Code (1)

xhcdream/kcgn 공식 구현 pytorch

Tasks

Collaborative FilteringGraph Neural NetworkRecommendation Systems

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Challenging Low Homophily in Social Recommendation

2024-01-26 · Wei Jiang, Xinyi Gao, Guandong Xu, Tong Chen 외

Social relations are leveraged to tackle the sparsity issue of user-item interaction data in recommendation under the assumption of social homophily. However, social recommendation paradigms predominantly focus on homoph…

Contrastive Learning

Scientific and Technological News Recommendation Based on Knowledge Graph with User Perception

2022-10-07 · Yuyao Zeng, Junping Du, Zhe Xue, Ang Li

Existing research usually utilizes side information such as social network or item attributes to improve the performance of collaborative filtering-based recommender systems. In this paper, the knowledge graph with user …

Collaborative FilteringNews RecommendationRecommendation SystemsRelation

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

Social Recommendation with Self-Supervised Metagraph Informax Network

2021-10-08 · Xiaoling Long, Chao Huang, Yong Xu, Huance Xu 외

In recent years, researchers attempt to utilize online social information to alleviate data sparsity for collaborative filtering, based on the rationale that social networks offers the insights to understand the behavior…

Collaborative FilteringGraph Neural NetworkRecommendation Systems

Socially Aware Music Recommendation: A Multi-Modal Graph Neural Networks for Collaborative Music Consumption and Community-Based Engagement

2025-09-13 · Kajwan Ziaoddini arxiv

This study presents a novel Multi-Modal Graph Neural Network (MM-GNN) framework for socially aware music recommendation, designed to enhance personalization and foster community-based engagement. The proposed model intro…

Graph Neural Network