English

Fully Hyperbolic Rotation for Knowledge Graph Embedding

Artificial Intelligence 2024-11-08 v2 Machine Learning

Abstract

Hyperbolic rotation is commonly used to effectively model knowledge graphs and their inherent hierarchies. However, existing hyperbolic rotation models rely on logarithmic and exponential mappings for feature transformation. These models only project data features into hyperbolic space for rotation, limiting their ability to fully exploit the hyperbolic space. To address this problem, we propose a novel fully hyperbolic model designed for knowledge graph embedding. Instead of feature mappings, we define the model directly in hyperbolic space with the Lorentz model. Our model considers each relation in knowledge graphs as a Lorentz rotation from the head entity to the tail entity. We adopt the Lorentzian version distance as the scoring function for measuring the plausibility of triplets. Extensive results on standard knowledge graph completion benchmarks demonstrated that our model achieves competitive results with fewer parameters. In addition, our model get the state-of-the-art performance on datasets of CoDEx-s and CoDEx-m, which are more diverse and challenging than before. Our code is available at https://github.com/llqy123/FHRE.

Keywords

Cite

@article{arxiv.2411.03622,
  title  = {Fully Hyperbolic Rotation for Knowledge Graph Embedding},
  author = {Qiuyu Liang and Weihua Wang and Feilong Bao and Guanglai Gao},
  journal= {arXiv preprint arXiv:2411.03622},
  year   = {2024}
}

Comments

Accepted by ECAI 2024

R2 v1 2026-06-28T19:49:42.973Z