AIJul 11, 2015

Ontology Matching with Knowledge Rules

arXiv:1507.03097v130 citations
AI Analysis

This addresses the challenge of improving alignment accuracy in ontology matching for domains with complex concepts, though it is incremental as it builds on existing strategies.

The paper tackled the problem of ontology matching by incorporating knowledge rules about concept relationships, achieving substantially better F-scores than the previous state-of-the-art on three domains.

Ontology matching is the process of automatically determining the semantic equivalences between the concepts of two ontologies. Most ontology matching algorithms are based on two types of strategies: terminology-based strategies, which align concepts based on their names or descriptions, and structure-based strategies, which exploit concept hierarchies to find the alignment. In many domains, there is additional information about the relationships of concepts represented in various ways, such as Bayesian networks, decision trees, and association rules. We propose to use the similarities between these relationships to find more accurate alignments. We accomplish this by defining soft constraints that prefer alignments where corresponding concepts have the same local relationships encoded as knowledge rules. We use a probabilistic framework to integrate this new knowledge-based strategy with standard terminology-based and structure-based strategies. Furthermore, our method is particularly effective in identifying correspondences between complex concepts. Our method achieves substantially better F-score than the previous state-of-the-art on three ontology matching domains.

Foundations

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

Your Notes