AIAug 22, 2017

Analysis of the Impact of Negative Sampling on Link Prediction in Knowledge Graphs

arXiv:1708.06816v291 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of optimizing negative sampling for knowledge graph embeddings, which is incremental as it compares existing methods and proposes new ones without introducing a novel paradigm.

The paper empirically studies how different negative sampling methods affect link prediction performance in knowledge graphs, finding that traditional corrupting positives works best on WN18 while embedding-based methods improve results on FB15k.

Knowledge graphs are large, useful, but incomplete knowledge repositories. They encode knowledge through entities and relations which define each other through the connective structure of the graph. This has inspired methods for the joint embedding of entities and relations in continuous low-dimensional vector spaces, that can be used to induce new edges in the graph, i.e., link prediction in knowledge graphs. Learning these representations relies on contrasting positive instances with negative ones. Knowledge graphs include only positive relation instances, leaving the door open for a variety of methods for selecting negative examples. In this paper we present an empirical study on the impact of negative sampling on the learned embeddings, assessed through the task of link prediction. We use state-of-the-art knowledge graph embeddings -- \rescal , TransE, DistMult and ComplEX -- and evaluate on benchmark datasets -- FB15k and WN18. We compare well known methods for negative sampling and additionally propose embedding based sampling methods. We note a marked difference in the impact of these sampling methods on the two datasets, with the "traditional" corrupting positives method leading to best results on WN18, while embedding based methods benefiting the task on FB15k.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes