paper-with-me

Papers

Neural Graph Collaborative Filtering

2019-05-20 · Xiang Wang, Xiangnan He, Meng Wang, Fuli Feng, Tat-Seng Chua

Learning vector representations (aka. embeddings) of users and items lies at the core of modern recommender systems. Ranging from early matrix factorization to recently emerged deep learning based methods, existing efforts typically obtain a user's (or an item's) embedding by mapping from pre-existing features that describe the user (or the item), such as ID and attributes. We argue that an inherent drawback of such methods is that, the collaborative signal, which is latent in user-item interactions, is not encoded in the embedding process. As such, the resultant embeddings may not be sufficient to capture the collaborative filtering effect. In this work, we propose to integrate the user-item interactions -- more specifically the bipartite graph structure -- into the embedding process. We develop a new recommendation framework Neural Graph Collaborative Filtering (NGCF), which exploits the user-item graph structure by propagating embeddings on it. This leads to the expressive modeling of high-order connectivity in user-item graph, effectively injecting the collaborative signal into the embedding process in an explicit manner. We conduct extensive experiments on three public benchmarks, demonstrating significant improvements over several state-of-the-art models like HOP-Rec and Collaborative Memory Network. Further analysis verifies the importance of embedding propagation for learning better user and item representations, justifying the rationality and effectiveness of NGCF. Codes are available at https://github.com/xiangwang1223/neural_graph_collaborative_filtering.

📄 PDF Abstract BibTeX arXiv:1905.08108

Code (21)

xiangwang1223/neural_graph_collaborative_filtering 공식 구현 tf
CHFsky/ngcf-paddle paddle
GitHubLuCheng/Causal-Understanding-of-Fake-News-Dissemination tf
MiloudBi/NGCF-pytorch pytorch
PreferredAI/cornac tf
chfhf/ngcf-paddle paddle
dmlc/dgl/tree/master/examples/pytorch/NGCF pytorch
florianeBhz/NGCF_Pytorch pytorch
huangtinglin/NGCF-PyTorch pytorch
immabe/NGCF_pytorch pytorch
jinfeng-xu/fkan-gcf pytorch
liu-jc/PyTorch_NGCF pytorch
lt610/DAGNN pytorch
madansinghal/graphranko tf
massquantity/LibRecommender tf
nathann3/better_than_netflix_movie_recommender tf
talkingwallace/NGCF-pytorch pytorch
weiyinwei/huign pytorch
weiyinwei/mmgcn pytorch
xiaoleiHou214/BGCF-pytorch-master pytorch
zzz2010/ngcf-paddle2 paddle

Tasks

Collaborative FilteringLink PredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

(2+1)D Convolution A (2+1)D Convolution is a type of convolution used for action recognition convolutional neural networks, with a spatiotemporal…

Similar Papers 제목 키워드 기반

Feedback Reciprocal Graph Collaborative Filtering

2024-08-05 · Weijun Chen, Yuanchen Bei, Qijie Shen, Hao Chen 외

Collaborative filtering on user-item interaction graphs has achieved success in the industrial recommendation. However, recommending users' truly fascinated items poses a seesaw dilemma for collaborative filtering models…

Collaborative FilteringContrastive LearningRecommendation Systems

Transformer-Empowered Content-Aware Collaborative Filtering

2022-04-02 · Weizhe Lin, Linjun Shou, Ming Gong, Pei Jian 외

Knowledge graph (KG) based Collaborative Filtering is an effective approach to personalizing recommendation systems for relatively static domains such as movies and books, by leveraging structured information from KG to …

Collaborative FilteringContrastive LearningRecommendation Systems

Improving Collaborative Filtering Recommendation via Graph Learning

2023-11-06 · Yongyu Wang

Recommendation systems are designed to provide personalized predictions for items that are most appealing to individual customers. Among various types of recommendation algorithms, k-nearest neighbor based collaborative …

Collaborative FilteringGraph LearningRecommendation Systems

Alleviating Behavior Data Imbalance for Multi-Behavior Graph Collaborative Filtering

2023-11-12 · Yijie Zhang, Yuanchen Bei, Shiqi Yang, Hao Chen 외

Graph collaborative filtering, which learns user and item representations through message propagation over the user-item interaction graph, has been shown to effectively enhance recommendation performance. However, most …

Collaborative FilteringMulti-Task LearningRepresentation Learning

Advances in Collaborative Filtering and Ranking

2020-02-27 · Liwei Wu

In this dissertation, we cover some recent advances in collaborative filtering and ranking. In chapter 1, we give a brief introduction of the history and the current landscape of collaborative filtering and ranking; chap…

Collaborative FilteringCollaborative RankingSequential Recommendation