DeepAI AI Chat
Log In Sign Up

BERTMap: A BERT-based Ontology Alignment System

12/05/2021
by   Yuan He, et al.
University of Oxford
SAMSUNG
13

Ontology alignment (a.k.a ontology matching (OM)) plays a critical role in knowledge integration. Owing to the success of machine learning in many domains, it has been applied in OM. However, the existing methods, which often adopt ad-hoc feature engineering or non-contextual word embeddings, have not yet outperformed rule-based systems especially in an unsupervised setting. In this paper, we propose a novel OM system named BERTMap which can support both unsupervised and semi-supervised settings. It first predicts mappings using a classifier based on fine-tuning the contextual embedding model BERT on text semantics corpora extracted from ontologies, and then refines the mappings through extension and repair by utilizing the ontology structure and logic. Our evaluation with three alignment tasks on biomedical ontologies demonstrates that BERTMap can often perform better than the leading OM systems LogMap and AML.

READ FULL TEXT

page 1

page 2

page 3

page 4

07/19/2013

Ontology alignment repair through modularization and confidence-based heuristics

Ontology Matching aims to find a set of semantic correspondences, called...
02/25/2020

Dividing the Ontology Alignment Task with Semantic Embeddings and Logic-based Modules

Large ontologies still pose serious challenges to state-of-the-art ontol...
10/10/2018

The IFF Foundation for Ontological Knowledge Organization

This paper discusses an axiomatic approach for the integration of ontolo...
10/16/2020

Multifaceted Context Representation using Dual Attention for Ontology Alignment

Ontology Alignment is an important research problem that finds applicati...
05/31/2018

Breaking-down the Ontology Alignment Task with a Lexical Index and Neural Embeddings

Large ontologies still pose serious challenges to state-of-the-art ontol...
01/24/2023

Truveta Mapper: A Zero-shot Ontology Alignment Framework

In this paper, a new perspective is suggested for unsupervised Ontology ...
09/09/2017

Semi-Supervised Instance Population of an Ontology using Word Vector Embeddings

In many modern day systems such as information extraction and knowledge ...

Code Repositories

BERTMap

BERTMap: A BERT-Based Ontology Alignment System


view repo