paper-with-me

홈 › Papers

Knowledge Graph Embedding Bi-Vector Models for Symmetric Relation

2019-05-23 · Jinkui Yao, Lianghua Xu

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.

📄 PDF Abstract BibTeX arXiv:1905.09557

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionRelation

Similar Papers 제목 키워드 기반

MDE: Multiple Distance Embeddings for Link Prediction in Knowledge Graphs

2019-05-25 · Afshin Sadeghi, Damien Graux, Hamed Shariat Yazdi, Jens Lehmann

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 Reasoning

AprilE: Attention with Pseudo Residual Connection for Knowledge Graph Embedding

2020-12-01 · COLING 2020 8 · Yuzhang Liu, Peng Wang, Yingtai Li, Yizhan Shao 외

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 EmbeddingPosition

Knowledge Graph Embedding by Normalizing Flows

2024-09-30 · Changyi Xiao, Xiangnan He, Yixin Cao

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 Embedding

Complex Embeddings for Simple Link Prediction

2016-06-20 · Théo Trouillon, Johannes Welbl, Sebastian Riedel, Éric Gaussier 외

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 Reasoning

HopfE: Knowledge Graph Representation Learning using Inverse Hopf Fibrations

2021-08-12 · Anson Bastos, Kuldeep Singh, Abhishek Nadgeri, Saeedeh Shekarpour 외

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