Rethinking Graph Convolutional Networks in Knowledge Graph Completion
Zhanqiu Zhang, Jie Wang, Jieping Ye, Feng Wu

TL;DR
This paper critically examines the role of GCNs in knowledge graph completion, revealing that graph structure modeling is less impactful than transformations of entity representations, leading to a simpler, more efficient framework LTE-KGE.
Contribution
The paper demonstrates that GCNs' graph modeling does not significantly improve KGC and introduces LTE-KGE, a simple framework using linear transformations of entity embeddings that matches GCN performance with less complexity.
Findings
Graph structure modeling in GCNs has minimal impact on KGC performance.
Transformations of entity representations are key to performance improvements.
LTE-KGE achieves similar results to GCN-based models with higher efficiency.
Abstract
Graph convolutional networks (GCNs) -- which are effective in modeling graph structures -- have been increasingly popular in knowledge graph completion (KGC). GCN-based KGC models first use GCNs to generate expressive entity representations and then use knowledge graph embedding (KGE) models to capture the interactions among entities and relations. However, many GCN-based KGC models fail to outperform state-of-the-art KGE models though introducing additional computational complexity. This phenomenon motivates us to explore the real effect of GCNs in KGC. Therefore, in this paper, we build upon representative GCN-based KGC models and introduce variants to find which factor of GCNs is critical in KGC. Surprisingly, we observe from experiments that the graph structure modeling in GCNs does not have a significant impact on the performance of KGC models, which is in contrast to the common…
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 · Bayesian Modeling and Causal Inference · Topic Modeling
