paper-with-me

Papers

RotatE: Knowledge Graph Embedding by Relational Rotation in Complex Space

2019-02-26 · ICLR 2019 5 · Zhiqing Sun, Zhi-Hong Deng, Jian-Yun Nie, Jian Tang

We study the problem of learning representations of entities and relations in knowledge graphs for predicting missing links. The success of such a task heavily relies on the ability of modeling and inferring the patterns of (or between) the relations. In this paper, we present a new approach for knowledge graph embedding called RotatE, which is able to model and infer various relation patterns including: symmetry/antisymmetry, inversion, and composition. Specifically, the RotatE model defines each relation as a rotation from the source entity to the target entity in the complex vector space. In addition, we propose a novel self-adversarial negative sampling technique for efficiently and effectively training the RotatE model. Experimental results on multiple benchmark knowledge graphs show that the proposed RotatE model is not only scalable, but also able to infer and model various relation patterns and significantly outperform existing state-of-the-art models for link prediction.

📄 PDF Abstract BibTeX arXiv:1902.10197

Code (10)

DeepGraphLearning/KnowledgeGraphEmbedding 공식 구현 pytorch
MS-Mind/MS-Code-01/tree/main/rotate mindspore
MindSpore-paper-code-3/code9/tree/main/rotate mindspore
awslabs/dgl-ke pytorch
cui0523/Code6/tree/main/rotate mindspore
davendw49/gakg pytorch
jiean001/models_m/tree/main/rotate mindspore
mindspore-ai/models/tree/master/research/nlp/rotate mindspore
pyg-team/pytorch_geometric/blob/master/torch_geometric/nn/kge/rotate.py pytorch
snap-stanford/ConE pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink PredictionRelation

Methods 이 논문이 사용한 방법론

Adam 설명 없음
Self-Adversarial Negative Sampling 설명 없음
RotatE RotatE is a method for generating graph embeddings which is able to model and infer various relation patterns including: symmetry/antisymmetry, inversion, and composition.…

Similar Papers 제목 키워드 기반

TeRoR: Decoupled Temporal Rotation with Relational Circular Region for Temporal Knowledge Graph Embedding

2026-06-26 · Peijia Xie, Yike Liu, Chao He, Huiling Zhu arxiv

In recent years, with the emergence of Temporal Knowledge Graphs (TKGs), research on learning entity and relation representations in TKGs has attracted increasing attention, giving rise to a large number of TKG embedding…

Knowledge Graph EmbeddingKnowledge Graphs

Learning Hierarchy-Aware Quaternion Knowledge Graph Embeddings with Representing Relations as 3D Rotations

2022-10-01 · COLING 2022 10 · Jinfa Yang, Xianghua Ying, Yongjie Shi, Xin Tong 외

Knowledge graph embedding aims to represent entities and relations as low-dimensional vectors, which is an effective way for predicting missing links. It is crucial for knowledge graph embedding models to model and infer…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graph Embeddings+1

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

RotateCT: Knowledge Graph Embedding by Rotation and Coordinate Transformation in Complex Space

2022-10-01 · COLING 2022 10 · Yao Dong, Lei Wang, Ji Xiang, Xiaobo Guo 외

Knowledge graph embedding, which aims to learn representations of entities and relations in knowledge graphs, finds applications in various downstream tasks. The key to success of knowledge graph embedding models are the…

Computational EfficiencyGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs+2

RelBall: Relation Ball with Quaternion Rotation for Knowledge Graph Completion

2026-06-26 · Yike Liu, Peijia Xie, Chao He, Huiling Zhu arxiv

Real-world knowledge graphs are often incomplete, lacking many valid facts. Knowledge Graph Completion (KGC) aims to predict missing links using known triples, thereby enhancing graph coverage. A key challenge is modelin…

Knowledge Graph CompletionKnowledge GraphsLink Prediction