Knowledge Graph Embedding for Link Prediction: A Comparative Analysis
TL;DR: This analysis provides a comprehensive comparison of embedding-based LP methods, extending the dimensions of analysis beyond what is commonly available in the literature.
read more
Abstract: Knowledge Graphs (KGs) have found many applications in industry and academic settings, which in turn, have motivated considerable research efforts towards large-scale information extraction from a variety of sources. Despite such efforts, it is well known that even state-of-the-art KGs suffer from incompleteness. Link Prediction (LP), the task of predicting missing facts among entities already a KG, is a promising and widely studied task aimed at addressing KG incompleteness. Among the recent LP techniques, those based on KG embeddings have achieved very promising performances in some benchmarks. Despite the fast growing literature in the subject, insufficient attention has been paid to the effect of the various design choices in those methods. Moreover, the standard practice in this area is to report accuracy by aggregating over a large number of test facts in which some entities are over-represented; this allows LP methods to exhibit good performance by just attending to structural properties that include such entities, while ignoring the remaining majority of the KG. This analysis provides a comprehensive comparison of embedding-based LP methods, extending the dimensions of analysis beyond what is commonly available in the literature. We experimentally compare effectiveness and efficiency of 16 state-of-the-art methods, consider a rule-based baseline, and report detailed analysis over the most popular benchmarks in the literature.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A Benchmarking Study of Embedding-based Entity Alignment for Knowledge Graphs
TL;DR: This paper surveys 23 recent embedding-based entity alignment approaches and categorizes them based on their techniques and characteristics, and proposes a new KG sampling algorithm, with which to generate a set of dedicated benchmark datasets with various heterogeneity and distributions for a realistic evaluation.
258
Anytime Bottom-Up Rule Learning for Knowledge Graph Completion
Christian Meilicke,Melisachew Wudage Chekol,Daniel Ruffinelli,Heiner Stuckenschmidt +3 more
- 01 Aug 2019
TL;DR: Reinforcement learning is introduced to better guide the sampling process of AnyBURL and it is found out that reinforcement learning helps finding more valuable rules earlier in the search process.
Knowledge Graphs: Opportunities and Challenges
TL;DR: In this paper , the authors present a systematic overview of knowledge graph research and discuss severe technical challenges in this field, such as knowledge graph embeddings, knowledge acquisition, knowledge graph completion, knowledge fusion, and knowledge reasoning.
215
A Survey on Knowledge Graph Embeddings for Link Prediction
TL;DR: A comprehensive survey on KG-embedding models for link prediction in knowledge graphs is provided in this paper, where the authors investigate several representative models that are classified into five categories and provide some new insights into the strengths and weaknesses of existing models.
146
Neural, symbolic and neural-symbolic reasoning on knowledge graphs
Jing Zhang,Bo Chen,Lingxi Zhang,Xirui Ke,Haipeng Ding +4 more
- 01 Jan 2021
TL;DR: This survey takes a thorough look at the development of the symbolic, neural and hybrid reasoning on knowledge graphs, and surveys two specific reasoning tasks — knowledge graph completion and question answering on knowledgeGraphs, and explains them in a unified reasoning framework.
102
References
Gradient-based learning applied to document recognition
Yann LeCun,Léon Bottou,Léon Bottou,Yoshua Bengio,Yoshua Bengio,Yoshua Bengio,Patrick Haffner +6 more
- 01 Jan 1998
TL;DR: In this article, a graph transformer network (GTN) is proposed for handwritten character recognition, which can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters.
53.5K
•Proceedings Article
Efficient Estimation of Word Representations in Vector Space
Tomas Mikolov,Kai Chen,Greg S. Corrado,Jeffrey Dean +3 more
- 16 Jan 2013
TL;DR: Two novel model architectures for computing continuous vector representations of words from very large data sets are proposed and it is shown that these vectors provide state-of-the-art performance on the authors' test set for measuring syntactic and semantic word similarities.
27.5K
Neural networks and physical systems with emergent collective computational abilities
TL;DR: A model of a system having a large number of simple equivalent components, based on aspects of neurobiology but readily adapted to integrated circuits, produces a content-addressable memory which correctly yields an entire memory from any subpart of sufficient size.
19K
•Book
Introduction to Information Retrieval
Christopher D. Manning,Prabhakar Raghavan,Hinrich Schütze +2 more
- 01 Jan 2008
TL;DR: In this article, the authors present an up-to-date treatment of all aspects of the design and implementation of systems for gathering, indexing, and searching documents; methods for evaluating systems; and an introduction to the use of machine learning methods on text collections.
Tensor Decompositions and Applications
Tamara G. Kolda,Brett W. Bader +1 more
TL;DR: This survey provides an overview of higher-order tensor decompositions, their applications, and available software.