paper-with-me

Papers

Fully Hyperbolic Rotation for Knowledge Graph Embedding

2024-11-06 · Qiuyu Liang, Weihua Wang, Feilong Bao, Guanglai Gao

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.

📄 PDF Abstract BibTeX arXiv:2411.03622

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

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

Ultrahyperbolic Knowledge Graph Embeddings

2022-06-01 · Bo Xiong, Shichao Zhu, Mojtaba Nayyeri, Chengjin Xu 외

Recent knowledge graph (KG) embeddings have been advanced by hyperbolic geometry due to its superior capability for representing hierarchies. The topological structures of real-world KGs, however, are rather heterogeneou…

Knowledge Graph Embeddings

Low-Dimensional Hyperbolic Knowledge Graph Embeddings

2020-05-01 · ACL 2020 6 · Ines Chami, Adva Wolf, Da-Cheng Juan, Frederic Sala 외

Knowledge graph (KG) embeddings learn low-dimensional representations of entities and relations to predict missing facts. KGs often exhibit hierarchical and logical patterns which must be preserved in the embedding space…

Knowledge Graph Embeddings

3D Rotation and Translation for Hyperbolic Knowledge Graph Embedding

2023-05-22 · Yihua Zhu, Hidetoshi Shimodaira

The main objective of Knowledge Graph (KG) embeddings is to learn low-dimensional representations of entities and relations, enabling the prediction of missing facts. A significant challenge in achieving better KG embedd…

Graph EmbeddingKnowledge Graph EmbeddingRelationTranslation

FFHR: Fully and Flexible Hyperbolic Representation for Knowledge Graph Completion

2023-02-07 · Wentao Shi, Junkang Wu, Xuezhi Cao, Jiawei Chen 외

Learning hyperbolic embeddings for knowledge graph (KG) has gained increasing attention due to its superiority in capturing hierarchies. However, some important operations in hyperbolic space still lack good definitions,…

Knowledge Graph CompletionRepresentation Learning