Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Knowledge Graph Convolutional Networks for Recommender Systems

About

To alleviate sparsity and cold start problem of collaborative filtering based recommender systems, researchers and engineers usually collect attributes of users and items, and design delicate algorithms to exploit these additional information. In general, the attributes are not isolated but connected with each other, which forms a knowledge graph (KG). In this paper, we propose Knowledge Graph Convolutional Networks (KGCN), an end-to-end framework that captures inter-item relatedness effectively by mining their associated attributes on the KG. To automatically discover both high-order structure information and semantic information of the KG, we sample from the neighbors for each entity in the KG as their receptive field, then combine neighborhood information with bias when calculating the representation of a given entity. The receptive field can be extended to multiple hops away to model high-order proximity information and capture users' potential long-distance interests. Moreover, we implement the proposed KGCN in a minibatch fashion, which enables our model to operate on large datasets and KGs. We apply the proposed model to three datasets about movie, book, and music recommendation, and experiment results demonstrate that our approach outperforms strong recommender baselines.

Hongwei Wang, Miao Zhao, Xing Xie, Wenjie Li, Minyi Guo• 2019

Related benchmarks

TaskDatasetResultRank
CTR PredictionBook-Crossing (test)
AUC73.8
46
Item RecommendationYelp (test)
HR@1081.25
21
CTR PredictionMovieLens 20M (test)
AUC97.8
17
RecommendationMovieLens small (test)
Hit Rate@1051.32
15
RecommendationMovieLens-25M (test)
HR@100.7771
15
Knowledge-aware RecommendationAmazon-Book
Recall@200.1464
5
Knowledge-aware RecommendationLastFM
Recall@208.19
5
Knowledge-aware RecommendationYelp 2018
Recall@206.83
5
Knowledge-aware RecommendationMovieLens
Recall@2042.37
5
Showing 9 of 9 rows

Other info

Code

Follow for update