KQGC: Knowledge Graph Embedding with Smoothing Effects of Graph Convolutions for Recommendation
Daisuke Kikuta, Toyotaro Suzumura, Md Mostafizur Rahman, Yu Hirate,, Satyen Abrol, Manoj Kondapaka, Takuma Ebisu, Pablo Loyola

TL;DR
This paper introduces KQGC, a novel graph convolution model that enhances knowledge graph embeddings through smoothing effects, improving recommendation accuracy in e-commerce settings.
Contribution
KQGC uniquely focuses on smoothing in KG-GNNs by using a simple linear convolution on pre-trained embeddings, advancing recommendation system performance.
Findings
KQGC outperforms existing models on real e-commerce datasets.
Smoothing improves entity embedding alignment and recommendation accuracy.
The approach effectively leverages neighbor knowledge queries for better embeddings.
Abstract
Leveraging graphs on recommender systems has gained popularity with the development of graph representation learning (GRL). In particular, knowledge graph embedding (KGE) and graph neural networks (GNNs) are representative GRL approaches, which have achieved the state-of-the-art performance on several recommendation tasks. Furthermore, combination of KGE and GNNs (KG-GNNs) has been explored and found effective in many academic literatures. One of the main characteristics of GNNs is their ability to retain structural properties among neighbors in the resulting dense representation, which is usually coined as smoothing. The smoothing is specially desired in the presence of homophilic graphs, such as the ones we find on recommender systems. In this paper, we propose a new model for recommender systems named Knowledge Query-based Graph Convolution (KQGC). In contrast to exisiting KG-GNNs,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Topic Modeling
MethodsConvolution
