AICGCLSCJul 4, 2023

Concept2Box: Joint Geometric Embeddings for Learning Two-View Knowledge Graphs

arXiv:2307.01933v1226 citationsh-index: 136
Originality Highly original
AI Analysis

This addresses the limitation of existing methods that ignore structural differences in two-view KGs, offering a solution for applications requiring nuanced relational data representation.

The paper tackles the problem of embedding knowledge graphs with two distinct views (ontology concepts and instance entities) by proposing Concept2Box, which uses box embeddings for concepts and vector embeddings for entities, resulting in effective performance on DBpedia and an industrial KG.

Knowledge graph embeddings (KGE) have been extensively studied to embed large-scale relational data for many real-world applications. Existing methods have long ignored the fact many KGs contain two fundamentally different views: high-level ontology-view concepts and fine-grained instance-view entities. They usually embed all nodes as vectors in one latent space. However, a single geometric representation fails to capture the structural differences between two views and lacks probabilistic semantics towards concepts' granularity. We propose Concept2Box, a novel approach that jointly embeds the two views of a KG using dual geometric representations. We model concepts with box embeddings, which learn the hierarchy structure and complex relations such as overlap and disjoint among them. Box volumes can be interpreted as concepts' granularity. Different from concepts, we model entities as vectors. To bridge the gap between concept box embeddings and entity vector embeddings, we propose a novel vector-to-box distance metric and learn both embeddings jointly. Experiments on both the public DBpedia KG and a newly-created industrial KG showed the effectiveness of Concept2Box.

Foundations

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

Your Notes