HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Knowledge Graph Convolutional Networks for Recommender Systems

Hongwei Wang; Miao Zhao; Xing Xie; Wenjie Li; Minyi Guo

Knowledge Graph Convolutional Networks for Recommender Systems

Abstract

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.

Code Repositories

KanchiShimono/KGCN
tf
Mentioned in GitHub
youngch12/Cluster_KGCN
tf
Mentioned in GitHub
Ki-Seki/KGCN-pytorch-updated
pytorch
Mentioned in GitHub
mostsuperman/KGCN-ML
tf
Mentioned in GitHub
johnnyjana730/MVIN
tf
Mentioned in GitHub
zzaebok/KGCN-pytorch
pytorch
Mentioned in GitHub
hwwang55/KGCN
Official
tf
Mentioned in GitHub
mostsuperman/test
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
click-through-rate-prediction-on-bookKGCN-sum
AUC: 0.738
F1: 0.688
click-through-rate-prediction-on-lastfmKGCN-concat
AUC: 0.796
F1: 0.721
link-prediction-on-movielens-25mKGCN
Hits@10: 0.771
nDCG@10: 0.4699
link-prediction-on-yelpKGCN
HR@10: 0.8125
nDCG@10: 0.4668

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Knowledge Graph Convolutional Networks for Recommender Systems | Papers | HyperAI