AIMar 27, 2021

Hyperbolic Geometry is Not Necessary: Lightweight Euclidean-Based Models for Low-Dimensional Knowledge Graph Embeddings

arXiv:2103.14930v2664 citations
Originality Incremental advance
AI Analysis

This work addresses the computational inefficiency of hyperbolic models for knowledge graph embeddings, offering a more practical solution for researchers and practitioners in this domain, though it is incremental as it builds on existing hyperbolic methods.

The authors tackled the problem of complex hyperbolic geometry in low-dimensional knowledge graph embeddings by developing lightweight Euclidean-based models, resulting in Rot2L achieving state-of-the-art performance on two datasets and RotL matching hyperbolic model performance with half the training time.

Recent knowledge graph embedding (KGE) models based on hyperbolic geometry have shown great potential in a low-dimensional embedding space. However, the necessity of hyperbolic space in KGE is still questionable, because the calculation based on hyperbolic geometry is much more complicated than Euclidean operations. In this paper, based on the state-of-the-art hyperbolic-based model RotH, we develop two lightweight Euclidean-based models, called RotL and Rot2L. The RotL model simplifies the hyperbolic operations while keeping the flexible normalization effect. Utilizing a novel two-layer stacked transformation and based on RotL, the Rot2L model obtains an improved representation capability, yet costs fewer parameters and calculations than RotH. The experiments on link prediction show that Rot2L achieves the state-of-the-art performance on two widely-used datasets in low-dimensional knowledge graph embeddings. Furthermore, RotL achieves similar performance as RotH but only requires half of the training time.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes