paper-with-me

Papers

SimplE Embedding for Link Prediction in Knowledge Graphs

2018-02-13 · NeurIPS 2018 12 · Seyed Mehran Kazemi, David Poole

Knowledge graphs contain knowledge about the world and provide a structured representation of this knowledge. Current knowledge graphs contain only a small subset of what is true in the world. Link prediction approaches aim at predicting new links for a knowledge graph given the existing links among the entities. Tensor factorization approaches have proved promising for such link prediction problems. Proposed in 1927, Canonical Polyadic (CP) decomposition is among the first tensor factorization approaches. CP generally performs poorly for link prediction as it learns two independent embedding vectors for each entity, whereas they are really tied. We present a simple enhancement of CP (which we call SimplE) to allow the two embeddings of each entity to be learned dependently. The complexity of SimplE grows linearly with the size of embeddings. The embeddings learned through SimplE are interpretable, and certain types of background knowledge can be incorporated into these embeddings through weight tying. We prove SimplE is fully expressive and derive a bound on the size of its embeddings for full expressivity. We show empirically that, despite its simplicity, SimplE outperforms several state-of-the-art tensor factorization techniques. SimplE's code is available on GitHub at https://github.com/Mehran-k/SimplE.

📄 PDF Abstract BibTeX arXiv:1802.04868

Code (2)

Mehran-k/SimplE 공식 구현 tf
davendw49/gakg pytorch

Tasks

Knowledge GraphsLink PredictionPrediction

Similar Papers 제목 키워드 기반

LineaRE: Simple but Powerful Knowledge Graph Embedding for Link Prediction

2020-04-21 · Yanhui Peng, Jing Zhang

The task of link prediction for knowledge graphs is to predict missing relationships between entities. Knowledge graph embedding, which aims to represent entities and relations of a knowledge graph as low dimensional vec…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Knowledge Hypergraphs: Prediction Beyond Binary Relations

2019-06-01 · Bahare Fatemi, Perouz Taslakian, David Vazquez, David Poole

Knowledge graphs store facts using relations between two entities. In this work, we address the question of link prediction in knowledge hypergraphs where relations are defined on any number of entities. While techniques…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsLink Prediction+2

HyConvE: A Novel Embedding Model for Knowledge Hypergraph Link Prediction with Convolutional Neural Networks

2023-04-01 · journal 2023 4 · Chenxu Wang, Xin Wang, Zhao Li, Zirui Chen 외

Knowledge hypergraph embedding, which projects entities and n-ary relations into a low-dimensional continuous vector space to predict missing links, remains a challenging area to be explored despite the ubiquity of n-ary…

hypergraph embeddingKnowledge GraphsLink PredictionPosition+1

Decompressing Knowledge Graph Representations for Link Prediction

2019-11-11 · Xiang Kong, Xianyang Chen, Eduard Hovy

This paper studies the problem of predicting missing relationships between entities in knowledge graphs through learning their representations. Currently, the majority of existing link prediction models employ simple but…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

Benchmarking neural embeddings for link prediction in knowledge graphs under semantic and structural changes

2020-05-15 · Asan Agibetov, Matthias Samwald

Recently, link prediction algorithms based on neural embeddings have gained tremendous popularity in the Semantic Web community, and are extensively used for knowledge graph completion. While algorithmic advances have st…

BenchmarkingKnowledge Graph CompletionKnowledge GraphsLink Prediction