paper-with-me

Papers

Distance-Adaptive Quaternion Knowledge Graph Embedding with Bidirectional Rotation

2024-12-05 · Weihua Wang, Qiuyu Liang, Feilong Bao, Guanglai Gao

Quaternion contains one real part and three imaginary parts, which provided a more expressive hypercomplex space for learning knowledge graph. Existing quaternion embedding models measure the plausibility of a triplet either through semantic matching or geometric distance scoring functions. However, it appears that semantic matching diminishes the separability of entities, while the distance scoring function weakens the semantics of entities. To address this issue, we propose a novel quaternion knowledge graph embedding model. Our model combines semantic matching with entity's geometric distance to better measure the plausibility of triplets. Specifically, in the quaternion space, we perform a right rotation on head entity and a reverse rotation on tail entity to learn rich semantic features. Then, we utilize distance adaptive translations to learn geometric distance between entities. Furthermore, we provide mathematical proofs to demonstrate our model can handle complex logical relationships. Extensive experimental results and analyses show our model significantly outperforms previous models on well-known knowledge graph completion benchmark datasets. Our code is available at https://github.com/llqy123/DaBR.

📄 PDF Abstract BibTeX arXiv:2412.04076

Code (1)

llqy123/dabr 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingLink PredictionMathematical ProofsTriplet

Similar Papers 제목 키워드 기반

QuatE-D: A Distance-Based Quaternion Model for Knowledge Graph Embedding

2025-04-18 · Hamideh-Sadat Fazael-Ardakani, Hamid Soltanian-Zadeh

Knowledge graph embedding (KGE) methods aim to represent entities and relations in a continuous space while preserving their structural and semantic properties. Quaternion-based KGEs have demonstrated strong potential in…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding

QuatRE: Relation-Aware Quaternions for Knowledge Graph Embeddings

2020-09-26 · Dai Quoc Nguyen, Thanh Vu, Tu Dinh Nguyen, Dinh Phung

We propose a simple yet effective embedding model to learn quaternion embeddings for entities and relations in knowledge graphs. Our model aims to enhance correlations between head and tail entities given a relation with…

Knowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge GraphsRelation

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…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+3

Quaternion Knowledge Graph Embeddings

2019-04-23 · NeurIPS 2019 12 · Shuai Zhang, Yi Tay, Lina Yao, Qi Liu

In this work, we move beyond the traditional complex-valued representations, introducing more expressive hypercomplex representations to model entities and relations for knowledge graph embeddings. More specifically, qua…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graph Embeddings+3

Quaternion Graph Neural Networks

2020-08-12 · Dai Quoc Nguyen, Tu Dinh Nguyen, Dinh Phung

Recently, graph neural networks (GNNs) have become an important and active research direction in deep learning. It is worth noting that most of the existing GNN-based methods learn graph representations within the Euclid…

General ClassificationGraph ClassificationGraph EmbeddingKnowledge Graph Completion+4