paper-with-me

Papers

TransERR: Translation-based Knowledge Graph Embedding via Efficient Relation Rotation

2023-06-26 · Jiang Li, Xiangdong Su, Fujun Zhang, Guanglai Gao

This paper presents a translation-based knowledge geraph embedding method via efficient relation rotation (TransERR), a straightforward yet effective alternative to traditional translation-based knowledge graph embedding models. Different from the previous translation-based models, TransERR encodes knowledge graphs in the hypercomplex-valued space, thus enabling it to possess a higher degree of translation freedom in mining latent information between the head and tail entities. To further minimize the translation distance, TransERR adaptively rotates the head entity and the tail entity with their corresponding unit quaternions, which are learnable in model training. We also provide mathematical proofs to demonstrate the ability of TransERR in modeling various relation patterns, including symmetry, antisymmetry, inversion, composition, and subrelation patterns. The experiments on 10 benchmark datasets validate the effectiveness and the generalization of TransERR. The results also indicate that TransERR can better encode large-scale datasets with fewer parameters than the previous translation-based models. Our code and datasets are available at~\url{https://github.com/dellixx/TransERR}.

📄 PDF Abstract BibTeX arXiv:2306.14580

Code (2)

dellixx/transerr 공식 구현 pytorch
dellixx/TransERR pytorch

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge GraphsMathematical ProofsRelationTranslation

Similar Papers 제목 키워드 기반

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

Knowlege Graph Embedding by Flexible Translation

2015-05-20 · Jun Feng, Mantong Zhou, Yu Hao, Minlie Huang 외

Knowledge graph embedding refers to projecting entities and relations in knowledge graph into continuous vector spaces. State-of-the-art methods, such as TransE, TransH, and TransR build embeddings by treating relation a…

General ClassificationGraph EmbeddingKnowledge Graph EmbeddingLink Prediction+3

Locally Adaptive Translation for Knowledge Graph Embedding

2015-12-04 · Yantao Jia, Yuanzhuo Wang, Hailun Lin, Xiaolong Jin 외

Knowledge graph embedding aims to represent entities and relations in a large-scale knowledge graph as elements in a continuous vector space. Existing methods, e.g., TransE and TransH, learn embedding representation by d…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsTranslation

RatE: Relation-Adaptive Translating Embedding for Knowledge Graph Completion

2020-10-10 · COLING 2020 8 · Hao Huang, Guodong Long, Tao Shen, Jing Jiang 외

Many graph embedding approaches have been proposed for knowledge graph completion via link prediction. Among those, translating embedding approaches enjoy the advantages of light-weight structure, high efficiency and gre…

Graph EmbeddingKnowledge Graph CompletionLink PredictionRelation+1

TripleRE: Knowledge Graph Embeddings via Tripled Relation Vectors

2022-09-17 · Long Yu, Zhicong Luo, Huanyong Liu, Deng Lin 외

Translation-based knowledge graph embedding has been one of the most important branches for knowledge representation learning since TransE came out. Although many translation-based approaches have achieved some progress …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsRelation+2