Knowledge-aware Graph Neural Networks with Label Smoothness Regularization for Recommender Systems
Hongwei Wang, Fuzheng Zhang, Mengdi Zhang, Jure Leskovec, Miao Zhao,, Wenjie Li, Zhongyuan Wang

TL;DR
This paper introduces KGNN-LS, a novel knowledge-aware graph neural network with label smoothness regularization, enhancing recommender systems by generating personalized item embeddings using knowledge graphs and improving performance especially in cold-start situations.
Contribution
The paper proposes an end-to-end trainable GNN model that incorporates label smoothness regularization, transforming knowledge graphs into user-specific weighted graphs for personalized recommendations.
Findings
Outperforms state-of-the-art baselines on four datasets.
Shows strong performance in cold-start scenarios.
Efficient implementation scales well with large knowledge graphs.
Abstract
Knowledge graphs capture structured information and relations between a set of entities or items. As such knowledge graphs represent an attractive source of information that could help improve recommender systems. However, existing approaches in this domain rely on manual feature engineering and do not allow for an end-to-end training. Here we propose Knowledge-aware Graph Neural Networks with Label Smoothness regularization (KGNN-LS) to provide better recommendations. Conceptually, our approach computes user-specific item embeddings by first applying a trainable function that identifies important knowledge graph relationships for a given user. This way we transform the knowledge graph into a user-specific weighted graph and then apply a graph neural network to compute personalized item embeddings. To provide better inductive bias, we rely on label smoothness assumption, which posits…
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.
Code & Models
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
MethodsGraph Neural Network
