RelBall: Relation Ball with Quaternion Rotation for Knowledge Graph Completion
이 뉴스, 어떠셨어요?
한 번의 탭으로 반응을 남겨요 · 로그인 불필요
Abstract
Real-world knowledge graphs are often incomplete, lacking many valid facts.
Knowledge Graph Completion (KGC) aims to predict missing links using known triples, thereby enhancing graph coverage.
A key challenge is modeling diverse relational patterns such as symmetry, antisymmetry, inversion, composition and semantic hierarchy.
Existing models such as RotatE can capture symmetric, antisymmetric, inverse, and commutative composition patterns, yet struggle with non-commutative composition.
Rotate3D addresses this by introducing non-commutativity via three-dimensional rotations, but still fails to capture the semantic hierarchies prevalent in knowledge graphs.
Moreover, both models cannot effectively model one-to-many relations.
To overcome these limitations, we propose RelBall, which extends Rotate3D with two innovations.
First, our model introduces modulus transformation to model hierarchies, driving abstract concepts toward smaller moduli and concrete instances toward larger ones.
Second, it introduces a tail-centric relation ball to model one-to-one, one-to-many, many-to-one, and many-to-many relations.
RelBall offers the following advantages: (1) coverage of all relational patterns, including the ones mentioned above; (2) an interpretable hierarchical representation where the modulus directly reflect semantic levels; (3) support for one-to-one, one-to-many, many-to-one, and many-to-many relations.
Experiments on multiple datasets demonstrate RelBall's competitive link prediction performance against various baselines.