AIDBLGLOJul 12, 2024

Generating $SROI^-$ Ontologies via Knowledge Graph Query Embedding Learning

arXiv:2407.09212v44 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the need for more interpretable and parameter-efficient query embedding models in knowledge graph applications, though it is incremental in improving existing methods.

The paper tackles the problem of answering complex logical queries over incomplete knowledge graphs by proposing AConE, a query embedding method that explains learned knowledge as SROI- description logic axioms and achieves superior results with fewer parameters, notably showing significant improvement on the WN18RR dataset.

Query embedding approaches answer complex logical queries over incomplete knowledge graphs (KGs) by computing and operating on low-dimensional vector representations of entities, relations, and queries. However, current query embedding models heavily rely on excessively parameterized neural networks and cannot explain the knowledge learned from the graph. We propose a novel query embedding method, AConE, which explains the knowledge learned from the graph in the form of $SROI^-$ description logic axioms while being more parameter-efficient than most existing approaches. AConE associates queries to a $SROI^-$ description logic concept. Every $SROI^-$ concept is embedded as a cone in complex vector space, and each $SROI^-$ relation is embedded as a transformation that rotates and scales cones. We show theoretically that AConE can learn $SROI^-$ axioms, and defines an algebra whose operations correspond one to one to $SROI^-$ description logic concept constructs. Our empirical study on multiple query datasets shows that AConE achieves superior results over previous baselines with fewer parameters. Notably on the WN18RR dataset, AConE achieves significant improvement over baseline models. We provide comprehensive analyses showing that the capability to represent axioms positively impacts the results of query answering.

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