paper-with-me

Papers

Rethinking Graph Convolutional Networks in Knowledge Graph Completion

2022-02-08 · Zhanqiu Zhang, Jie Wang, Jieping Ye, Feng Wu

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 belief. Instead, the transformations for entity representations are responsible for the performance improvements. Based on the observation, we propose a simple yet effective framework named LTE-KGE, which equips existing KGE models with linearly transformed entity embeddings. Experiments demonstrate that LTE-KGE models lead to similar performance improvements with GCN-based KGC methods, while being more computationally efficient. These results suggest that existing GCNs are unnecessary for KGC, and novel GCN-based KGC models should count on more ablation studies to validate their effectiveness. The code of all the experiments is available on GitHub at https://github.com/MIRALab-USTC/GCN4KGC.

📄 PDF Abstract BibTeX arXiv:2202.05679

Code (2)

miralab-ustc/gcn4kgc 공식 구현 pytorch
MIRALab-USTC/GraphAKD pytorch

Tasks

Entity EmbeddingsGraph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding

Similar Papers 제목 키워드 기반

Convolutional Geometric Matrix Completion

2018-03-02 · Kai-Lang Yao, Wu-Jun Li, Jianbo Yang, Xinyan Lu

Geometric matrix completion (GMC) has been proposed for recommendation by integrating the relationship (link) graphs among users/items into matrix completion (MC). Traditional GMC methods typically adopt graph regulariza…

Matrix Completion

Robust Knowledge Graph Completion with Stacked Convolutions and a Student Re-Ranking Network

2021-06-11 · ACL 2021 5 · Justin Lovelace, Denis Newman-Griffis, Shikhar Vashishth, Jill Fain Lehman 외

Knowledge Graph (KG) completion research usually focuses on densely connected benchmark datasets that are not representative of real KGs. We curate two KG datasets that include biomedical and encyclopedic knowledge and u…

Knowledge Graph CompletionRe-Ranking

Knowledge Enhanced Graph Neural Networks for Graph Completion

2023-03-27 · Luisa Werner, Nabil Layaïda, Pierre Genevès, Sarah Chlyah

Graph data is omnipresent and has a wide variety of applications, such as in natural science, social networks, or the semantic web. However, while being rich in information, graphs are often noisy and incomplete. As a re…

Graph AttentionGraph Neural NetworkLink PredictionNode Classification

End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion

2018-11-11 · Chao Shang, Yun Tang, Jing Huang, Jinbo Bi 외

Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D…

DecoderGraph EmbeddingKnowledge Base CompletionKnowledge Graph Embedding+2

ConvD: Attention Enhanced Dynamic Convolutional Embeddings for Knowledge Graph Completion

2023-12-11 · Wenbin Guo, Zhao Li, Xin Wang, Zirui Chen

Knowledge graphs generally suffer from incompleteness, which can be alleviated by completing the missing information. Deep knowledge convolutional embedding models based on neural networks are currently popular methods f…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsRelation