AIIRSep 7, 2018

On2Vec: Embedding-based Relation Prediction for Ontology Population

arXiv:1809.02382v139 citations
Originality Incremental advance
AI Analysis

This addresses the ontology population problem for the Semantic Web community, representing an incremental advancement by adapting graph embedding methods to handle complex relations in ontologies.

The paper tackles the problem of populating ontology graphs, which have complex semantic relations like transitivity and symmetry, by proposing On2Vec, a translation-based graph embedding method that integrates component-specific and hierarchy models, achieving promising results in predicting and verifying new relation facts with significant improvements over related methods.

Populating ontology graphs represents a long-standing problem for the Semantic Web community. Recent advances in translation-based graph embedding methods for populating instance-level knowledge graphs lead to promising new approaching for the ontology population problem. However, unlike instance-level graphs, the majority of relation facts in ontology graphs come with comprehensive semantic relations, which often include the properties of transitivity and symmetry, as well as hierarchical relations. These comprehensive relations are often too complex for existing graph embedding methods, and direct application of such methods is not feasible. Hence, we propose On2Vec, a novel translation-based graph embedding method for ontology population. On2Vec integrates two model components that effectively characterize comprehensive relation facts in ontology graphs. The first is the Component-specific Model that encodes concepts and relations into low-dimensional embedding spaces without a loss of relational properties; the second is the Hierarchy Model that performs focused learning of hierarchical relation facts. Experiments on several well-known ontology graphs demonstrate the promising capabilities of On2Vec in predicting and verifying new relation facts. These promising results also make possible significant improvements in related methods.

Foundations

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

Your Notes