A Review of Knowledge Graph Completion
Mohamad Zamini, Hassan Reza, Minou Rabiei

TL;DR
This paper reviews methods for completing knowledge graphs by predicting missing links, focusing on embedding techniques and the distinction between conventional and graph neural network approaches.
Contribution
It provides a comprehensive overview of current knowledge graph completion techniques, highlighting the differences between traditional and GNN-based methods.
Findings
GNN-based approaches consider local neighborhood information.
Embedding methods are effective for link prediction.
The review discusses recent advancements and challenges.
Abstract
Information extraction methods proved to be effective at triple extraction from structured or unstructured data. The organization of such triples in the form of (head entity, relation, tail entity) is called the construction of Knowledge Graphs (KGs). Most of the current knowledge graphs are incomplete. In order to use KGs in downstream tasks, it is desirable to predict missing links in KGs. Different approaches have been recently proposed for representation learning of KGs by embedding both entities and relations into a low-dimensional vector space aiming to predict unknown triples based on previously visited triples. According to how the triples will be treated independently or dependently, we divided the task of knowledge graph completion into conventional and graph neural network representation learning and we discuss them in more detail. In conventional approaches, each triple will…
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
MethodsGraph Neural Network
