Papers › Knowledge Graph Convolutional Networks for Recommender Systems

Knowledge Graph Convolutional Networks for Recommender Systems

18 Mar 2019arXiv:1904.12575archive 2025-07-28

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

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1904.12575")

Code

Syntology Ran 1 of 5 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 4 samples from 1 repository, 0 ran; community (archive-listed): 1 sample from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hwwang55/KGCN officialmentioned in papermentioned on GitHubtfMIT report
KanchiShimono/KGCN mentioned on GitHubtf report
Ki-Seki/KGCN-pytorch-updated mentioned on GitHubpytorch report
johnnyjana730/MVIN mentioned on GitHubtf report
mostsuperman/KGCN-ML mentioned on GitHubtfMIT report
mostsuperman/test mentioned on GitHubtfMIT report
youngch12/Cluster_KGCN mentioned on GitHubtfMIT report
zzaebok/KGCN-pytorch mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 1 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
4unverified

Licence: 1 of the 5 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

dataset_split hwwang55/KGCN/src/data_loader.py official repository unverified MIT (permissive) · 65918cd1d6b5d811 · report
get_layer_id hwwang55/KGCN/src/aggregators.py official repository unverified MIT (permissive) · df1bf46ed02ef952 · report
load_data hwwang55/KGCN/src/data_loader.py official repository unverified MIT (permissive) · d3d5f3d565cdd45b · report
load_rating hwwang55/KGCN/src/data_loader.py official repository unverified MIT (permissive) · 428d0434114ebd82 · report
prepare_arguments Ki-Seki/KGCN-pytorch-updated/KGCN.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 1937f2c38279d232 · report

Tasks

Click-Through Rate PredictionCollaborative FilteringLink PredictionMusic RecommendationRecommendation Systems

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Click-Through Rate Prediction Book-Crossing KGCN-sum AUC 0.738 #1 of 2 Archive leaderboard report
Click-Through Rate Prediction Book-Crossing KGCN-sum F1 0.688 #1 of 2 Archive leaderboard report
Click-Through Rate Prediction Last.FM KGCN-concat AUC 0.796 #1 of 2 Archive leaderboard report
Click-Through Rate Prediction Last.FM KGCN-concat F1 0.721 #1 of 2 Archive leaderboard report
Link Prediction MovieLens 25M KGCN Hits@10 0.771 #7 of 7 Archive leaderboard report
Link Prediction MovieLens 25M KGCN nDCG@10 0.4699 #7 of 7 Archive leaderboard report
Link Prediction Yelp KGCN HR@10 0.8125 #5 of 9 Archive leaderboard report
Link Prediction Yelp KGCN nDCG@10 0.4668 #5 of 9 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Graph Convolutional Networks

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections