Knowledge Graph Embedding Bi-Vector Models for Symmetric Relation
Knowledge graph embedding (KGE) models have been proposed to improve the performance of knowledge graph reasoning. However, there is a general phenomenon in most of KGEs, as the training progresses, the symmetric relations tend to zero vector, if the symmetric triples ratio is high enough in the dataset. This phenomenon causes subsequent tasks, e.g. link prediction etc., of symmetric relations to fail. The root cause of the problem is that KGEs do not utilize the semantic information of symmetric relations. We propose KGE bi-vector models, which represent the symmetric relations as vector pair, significantly increasing the processing capability of the symmetry relations. We generate the benchmark datasets based on FB15k and WN18 by completing the symmetric relation triples to verify models. The experiment results of our models clearly affirm the effectiveness and superiority of our models against baseline.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph EmbeddingKnowledge Graph EmbeddingLink PredictionRelationSimilar Papers 제목 키워드 기반
MDE: Multiple Distance Embeddings for Link Prediction in Knowledge Graphs
Over the past decade, knowledge graphs became popular for capturing structured domain knowledge. Relational learning models enable the prediction of missing links inside knowledge graphs. More specifically, latent distan…
Knowledge GraphsLink PredictionRelational Pattern LearningRelational ReasoningAprilE: Attention with Pseudo Residual Connection for Knowledge Graph Embedding
Knowledge graph embedding maps entities and relations into low-dimensional vector space. However, it is still challenging for many existing methods to model diverse relational patterns, especially symmetric and antisymme…
Graph EmbeddingKnowledge Graph EmbeddingPositionKnowledge Graph Embedding by Normalizing Flows
A key to knowledge graph embedding (KGE) is to choose a proper representation space, e.g., point-wise Euclidean space and complex vector space. In this paper, we propose a unified perspective of embedding and introduce u…
Graph EmbeddingKnowledge Graph EmbeddingComplex Embeddings for Simple Link Prediction
In statistical relational learning, the link prediction problem is key to automatically understand the structure of large knowledge bases. As in previous studies, we propose to solve this problem through latent factoriza…
Link PredictionPredictionRelational ReasoningHopfE: Knowledge Graph Representation Learning using Inverse Hopf Fibrations
Recently, several Knowledge Graph Embedding (KGE) approaches have been devised to represent entities and relations in dense vector space and employed in downstream tasks such as link prediction. A few KGE techniques addr…
Graph EmbeddingGraph Representation LearningKnowledge Graph EmbeddingLink Prediction+2