Enhancing Heterogeneous Knowledge Graph Completion with a Novel GAT-based Approach
Wanxu Wei, Yitong Song, Bin Yao

TL;DR
This paper introduces GATH, a novel GAT-based method for heterogeneous knowledge graph completion that addresses overfitting and class imbalance issues, significantly improving prediction accuracy on benchmark datasets.
Contribution
GATH incorporates dual attention modules and new encoding techniques to enhance heterogeneous KG completion, overcoming overfitting and imbalance challenges.
Findings
GATH outperforms existing models on Hits@10 and MRR metrics.
GATH achieves 5.2% improvements on FB15K-237.
GATH achieves 14.6% improvements on WN18RR.
Abstract
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…
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
MethodsSoftmax · Attention Is All You Need
