English

Knowledge Graph Driven Recommendation System Algorithm

Information Retrieval 2024-02-06 v3 Computation and Language

Abstract

In this paper, we propose a novel graph neural network-based recommendation model called KGLN, which leverages Knowledge Graph (KG) information to enhance the accuracy and effectiveness of personalized recommendations. We first use a single-layer neural network to merge individual node features in the graph, and then adjust the aggregation weights of neighboring entities by incorporating influence factors. The model evolves from a single layer to multiple layers through iteration, enabling entities to access extensive multi-order associated entity information. The final step involves integrating features of entities and users to produce a recommendation score. The model performance was evaluated by comparing its effects on various aggregation methods and influence factors. In tests over the MovieLen-1M and Book-Crossing datasets, KGLN shows an Area Under the ROC curve (AUC) improvement of 0.3% to 5.9% and 1.1% to 8.2%, respectively, which is better than existing benchmark methods like LibFM, DeepFM, Wide&Deep, and RippleNet.

Keywords

Cite

@article{arxiv.2401.10244,
  title  = {Knowledge Graph Driven Recommendation System Algorithm},
  author = {Chaoyang Zhang and Yanan Li and Shen Chen and Siwei Fan and Wei Li},
  journal= {arXiv preprint arXiv:2401.10244},
  year   = {2024}
}