LGAIAug 5, 2024

Enhancing Heterogeneous Knowledge Graph Completion with a Novel GAT-based Approach

arXiv:2408.02456v124 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses accuracy issues in knowledge graph completion for search and recommendation systems, but it is incremental as it builds on existing GAT-based methods.

The paper tackles the problem of overfitting and poor performance in predicting entities in heterogeneous knowledge graphs by proposing GATH, a novel GAT-based method, which improves Hits@10 and MRR by up to 5.2% and 14.6% on benchmark datasets.

Knowledge graphs (KGs) play a vital role in enhancing search results and recommendation systems. With the rapid increase in the size of the KGs, they are becoming inaccuracy and incomplete. This problem can be solved by the knowledge graph completion methods, of which graph attention network (GAT)-based methods stand out since their superior performance. However, existing GAT-based knowledge graph completion methods often suffer from overfitting issues when dealing with heterogeneous knowledge graphs, primarily due to the unbalanced number of samples. Additionally, these methods demonstrate poor performance in predicting the tail (head) entity that shares the same relation and head (tail) entity with others. To solve these problems, we propose GATH, a novel GAT-based method designed for Heterogeneous KGs. GATH incorporates two separate attention network modules that work synergistically to predict the missing entities. We also introduce novel encoding and feature transformation approaches, enabling the robust performance of GATH in scenarios with imbalanced samples. Comprehensive experiments are conducted to evaluate the GATH's performance. Compared with the existing SOTA GAT-based model on Hits@10 and MRR metrics, our model improves performance by 5.2% and 5.2% on the FB15K-237 dataset, and by 4.5% and 14.6% on the WN18RR dataset, respectively.

Foundations

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

Your Notes