FFHR: Fully and Flexible Hyperbolic Representation for Knowledge Graph Completion
Wentao Shi, Junkang Wu, Xuezhi Cao, Jiawei Chen, Wenqiang Lei, Wei Wu, and Xiangnan He

TL;DR
This paper introduces FFHR, a novel hyperbolic embedding framework for knowledge graph completion that overcomes previous limitations by enabling exact graph propagation and a hyperbolic inner product, improving performance.
Contribution
The paper proposes a fully hyperbolic GCN and a hyperbolic inner product, enabling better knowledge graph embeddings without approximation errors.
Findings
FFHR outperforms Euclidean and existing hyperbolic methods on benchmarks.
The hyperbolic inner product captures complex data patterns effectively.
Exact hyperbolic graph propagation improves embedding quality.
Abstract
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, making existing methods unable to fully leverage the merits of hyperbolic space. Specifically, they suffer from two main limitations: 1) existing Graph Convolutional Network (GCN) methods in hyperbolic space rely on tangent space approximation, which would incur approximation error in representation learning, and 2) due to the lack of inner product operation definition in hyperbolic space, existing methods can only measure the plausibility of facts (links) with hyperbolic distance, which is difficult to capture complex data patterns. In this work, we contribute: 1) a Full Poincar\'{e} Multi-relational GCN that achieves graph information propagation in hyperbolic space…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Domain Adaptation and Few-Shot Learning
MethodsGraph Convolutional Network
