paper-with-me

Papers

STaR: Knowledge Graph Embedding by Scaling, Translation and Rotation

2022-02-15 · Jiayi Li, Yujiu Yang

The bilinear method is mainstream in Knowledge Graph Embedding (KGE), aiming to learn low-dimensional representations for entities and relations in Knowledge Graph (KG) and complete missing links. Most of the existing works are to find patterns between relationships and effectively model them to accomplish this task. Previous works have mainly discovered 6 important patterns like non-commutativity. Although some bilinear methods succeed in modeling these patterns, they neglect to handle 1-to-N, N-to-1, and N-to-N relations (or complex relations) concurrently, which hurts their expressiveness. To this end, we integrate scaling, the combination of translation and rotation that can solve complex relations and patterns, respectively, where scaling is a simplification of projection. Therefore, we propose a corresponding bilinear model Scaling Translation and Rotation (STaR) consisting of the above two parts. Besides, since translation cannot be incorporated into the bilinear model directly, we introduce translation matrix as the equivalent. Theoretical analysis proves that STaR is capable of modeling all patterns and handling complex relations simultaneously, and experiments demonstrate its effectiveness on commonly used benchmarks for link prediction.

📄 PDF Abstract BibTeX arXiv:2202.07130

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionTranslation

Similar Papers 제목 키워드 기반

STaR: Knowledge Graph Embedding by Scaling, Translation and Rotation

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

The bilinear method is mainstream in Knowledge Graph Embedding (KGE), aiming to learn low-dimensional representations for entities and relations in Knowledge Graph (KG) and complete missing links. Most of the existing wo…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionTranslation

CompoundE: Knowledge Graph Embedding with Translation, Rotation and Scaling Compound Operations

2022-07-12 · Xiou Ge, Yun-Cheng Wang, Bin Wang, C. -C. Jay Kuo

Translation, rotation, and scaling are three commonly used geometric manipulation operations in image processing. Besides, some of them are successfully used in developing effective knowledge graph embedding (KGE) models…

Graph EmbeddingKnowledge Graph EmbeddingRelationTranslation

SpaceE: Knowledge Graph Embedding by Relational Linear Transformation in the Entity Space

2022-04-21 · Jinxing Yu, Yunfeng Cai, Mingming Sun, Ping Li

Translation distance based knowledge graph embedding (KGE) methods, such as TransE and RotatE, model the relation in knowledge graphs as translation or rotation in the vector space. Both translation and rotation are inje…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+2

BiQUE: Biquaternionic Embeddings of Knowledge Graphs

2021-09-29 · EMNLP 2021 11 · Jia Guo, Stanley Kok

Knowledge graph embeddings (KGEs) compactly encode multi-relational knowledge graphs (KGs). Existing KGE models rely on geometric operations to model relational patterns. Euclidean (circular) rotation is useful for model…

Knowledge Graph EmbeddingsKnowledge GraphsTranslation

Predicting Drug-Drug Interactions Using Knowledge Graphs

2023-08-08 · Lizzy Farrugia, Lilian M. Azzopardi, Jeremy Debattista, Charlie Abela

In the last decades, people have been consuming and combining more drugs than before, increasing the number of Drug-Drug Interactions (DDIs). To predict unknown DDIs, recently, studies started incorporating Knowledge Gra…

Graph Neural NetworkKnowledge GraphsTranslation