IRLGJun 12, 2025

LightKG: Efficient Knowledge-Aware Recommendations with Simplified GNN Architecture

arXiv:2506.10347v11 citationsh-index: 5Has CodeKDD
Originality Incremental advance
AI Analysis

This work addresses sparsity issues in recommender systems for users and platforms, offering a more efficient solution, though it is incremental as it builds on existing GNN and SSL approaches.

The paper tackled the problem of knowledge graph-aware recommender systems (KGRSs) under sparse interactions, where existing GNN-based methods with self-supervised learning (SSL) fail to maintain performance and increase training time. The result was LightKG, a simplified GNN-based model that improved recommendation accuracy by an average of 5.8% and reduced training time by 84.3% compared to baselines.

Recently, Graph Neural Networks (GNNs) have become the dominant approach for Knowledge Graph-aware Recommender Systems (KGRSs) due to their proven effectiveness. Building upon GNN-based KGRSs, Self-Supervised Learning (SSL) has been incorporated to address the sparity issue, leading to longer training time. However, through extensive experiments, we reveal that: (1)compared to other KGRSs, the existing GNN-based KGRSs fail to keep their superior performance under sparse interactions even with SSL. (2) More complex models tend to perform worse in sparse interaction scenarios and complex mechanisms, like attention mechanism, can be detrimental as they often increase learning difficulty. Inspired by these findings, we propose LightKG, a simple yet powerful GNN-based KGRS to address sparsity issues. LightKG includes a simplified GNN layer that encodes directed relations as scalar pairs rather than dense embeddings and employs a linear aggregation framework, greatly reducing the complexity of GNNs. Additionally, LightKG incorporates an efficient contrastive layer to implement SSL. It directly minimizes the node similarity in original graph, avoiding the time-consuming subgraph generation and comparison required in previous SSL methods. Experiments on four benchmark datasets show that LightKG outperforms 12 competitive KGRSs in both sparse and dense scenarios while significantly reducing training time. Specifically, it surpasses the best baselines by an average of 5.8\% in recommendation accuracy and saves 84.3\% of training time compared to KGRSs with SSL. Our code is available at https://github.com/1371149/LightKG.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes