paper-with-me

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 vectors in a continuous vector space, has achieved promising predictive performance. If an embedding model can cover different types of connectivity patterns and mapping properties of relations as many as possible, it will potentially bring more benefits for link prediction tasks. In this paper, we propose a novel embedding model, namely LineaRE, which is capable of modeling four connectivity patterns (i.e., symmetry, antisymmetry, inversion, and composition) and four mapping properties (i.e., one-to-one, one-to-many, many-to-one, and many-to-many) of relations. Specifically, we regard knowledge graph embedding as a simple linear regression task, where a relation is modeled as a linear function of two low-dimensional vector-presented entities with two weight vectors and a bias vector. Since the vectors are defined in a real number space and the scoring function of the model is linear, our model is simple and scalable to large knowledge graphs. Experimental results on multiple widely used real-world datasets show that the proposed LineaRE model significantly outperforms existing state-of-the-art models for link prediction tasks.

📄 PDF Abstract BibTeX arXiv:2004.10037

Code (1)

pengyanhui/LineaRE 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

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

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 …

Knowledge GraphsLink PredictionPrediction

Sequence-to-Sequence Knowledge Graph Completion and Question Answering

2022-03-19 · ACL 2022 5 · Apoorv Saxena, Adrian Kochsiek, Rainer Gemulla

Knowledge graph embedding (KGE) models represent each entity and relation of a knowledge graph (KG) with low-dimensional embedding vectors. These methods have recently been applied to KG link prediction and question answ…

DecoderGraph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding+3

Embedding Logical Queries on Knowledge Graphs

2018-06-05 · NeurIPS 2018 12 · William L. Hamilton, Payal Bajaj, Marinka Zitnik, Dan Jurafsky 외

Learning low-dimensional embeddings of knowledge graphs is a powerful approach used to predict unobserved or missing edges between entities. However, an open challenge in this area is developing techniques that can go be…

Complex Query AnsweringKnowledge Graphs

Sequence-to-Sequence Knowledge Graph Completion and Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Knowledge graph embedding (KGE) models represent each entity and relation of a knowledge graph (KG) with low-dimensional embedding vectors. These methods have recently been applied to KG link prediction and question answ…

DecoderGraph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding+2