Simple and Powerful Architecture for Inductive Recommendation Using Knowledge Graph Convolutions
Theis E. Jendal, Matteo Lissandrini, Peter Dolog, Katja Hose

TL;DR
This paper introduces SimpleRec, an inductive recommendation model leveraging knowledge graphs and graph neural networks, which outperforms existing methods especially for new users and items without requiring complex architectures.
Contribution
The paper presents SimpleRec, a simple yet effective inductive recommendation approach using knowledge graphs, challenging complex models and improving recommendations for cold-start scenarios.
Findings
SimpleRec outperforms related inductive methods in experiments.
Effective user representations can be achieved with minimal data and indirect connections.
Re-evaluation of existing methods reveals flaws in previous evaluation protocols.
Abstract
Using graph models with relational information in recommender systems has shown promising results. Yet, most methods are transductive, i.e., they are based on dimensionality reduction architectures. Hence, they require heavy retraining every time new items or users are added. Conversely, inductive methods promise to solve these issues. Nonetheless, all inductive methods rely only on interactions, making recommendations for users with few interactions sub-optimal and even impossible for new items. Therefore, we focus on inductive methods able to also exploit knowledge graphs (KGs). In this work, we propose SimpleRec, a strong baseline that uses a graph neural network and a KG to provide better recommendations than related inductive methods for new users and items. We show that it is unnecessary to create complex model architectures for user representations, but it is enough to allow…
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
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
MethodsGraph Neural Network
