LGAIJun 24, 2022

Geometry Interaction Knowledge Graph Embeddings

arXiv:2206.12418v183 citationsh-index: 82
Originality Incremental advance
AI Analysis

This addresses the challenge of accurately modeling complex geometric structures in knowledge graphs for link prediction tasks, representing an incremental improvement over single-space embeddings.

The paper tackled the problem of knowledge graph embeddings by proposing Geometry Interaction knowledge graph Embeddings (GIE), which interactively learns spatial structures across Euclidean, hyperbolic, and hyperspherical spaces to capture complex topological structures, achieving state-of-the-art performance on three benchmarks with fewer parameters.

Knowledge graph (KG) embeddings have shown great power in learning representations of entities and relations for link prediction tasks. Previous work usually embeds KGs into a single geometric space such as Euclidean space (zero curved), hyperbolic space (negatively curved) or hyperspherical space (positively curved) to maintain their specific geometric structures (e.g., chain, hierarchy and ring structures). However, the topological structure of KGs appears to be complicated, since it may contain multiple types of geometric structures simultaneously. Therefore, embedding KGs in a single space, no matter the Euclidean space, hyperbolic space or hyperspheric space, cannot capture the complex structures of KGs accurately. To overcome this challenge, we propose Geometry Interaction knowledge graph Embeddings (GIE), which learns spatial structures interactively between the Euclidean, hyperbolic and hyperspherical spaces. Theoretically, our proposed GIE can capture a richer set of relational information, model key inference patterns, and enable expressive semantic matching across entities. Experimental results on three well-established knowledge graph completion benchmarks show that our GIE achieves the state-of-the-art performance with fewer parameters.

Code Implementations1 repo
Foundations

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

Your Notes