# Knowledge Graph Convolutional Networks for Recommender Systems

**Authors:** Hongwei Wang, Miao Zhao, Xing Xie, Wenjie Li, Minyi Guo

arXiv: 1904.12575 · 2019-04-30

## TL;DR

This paper introduces Knowledge Graph Convolutional Networks (KGCN), an end-to-end method that leverages knowledge graphs to improve recommender systems by capturing complex item relationships and high-order semantic information.

## Contribution

The paper proposes a novel KGCN framework that effectively mines high-order and semantic information from knowledge graphs for enhanced recommendations.

## Key findings

- KGCN outperforms baseline recommenders on multiple datasets.
- The model captures high-order proximity and semantic relations.
- KGCN scales efficiently to large datasets using minibatch training.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.12575/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1904.12575/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1904.12575/full.md

---
Source: https://tomesphere.com/paper/1904.12575