Contextual Semantic Embeddings for Ontology Subsumption Prediction
Jiaoyan Chen, Yuan He, Yuxia Geng, Ernesto Jimenez-Ruiz and, Hang Dong, Ian Horrocks

TL;DR
This paper introduces BERTSubs, a novel method leveraging pre-trained language models to predict class subsumption in OWL ontologies, significantly improving accuracy over existing embedding techniques.
Contribution
The paper presents BERTSubs, a new approach using contextual semantic embeddings with customized templates for ontology subsumption prediction, addressing limitations of prior methods.
Findings
BERTSubs outperforms baseline models in subsumption prediction accuracy.
Customized templates effectively incorporate class context and logical restrictions.
Extensive evaluation on real-world ontologies demonstrates the method's robustness.
Abstract
Automating ontology construction and curation is an important but challenging task in knowledge engineering and artificial intelligence. Prediction by machine learning techniques such as contextual semantic embedding is a promising direction, but the relevant research is still preliminary especially for expressive ontologies in Web Ontology Language (OWL). In this paper, we present a new subsumption prediction method named BERTSubs for classes of OWL ontology. It exploits the pre-trained language model BERT to compute contextual embeddings of a class, where customized templates are proposed to incorporate the class context (e.g., neighbouring classes) and the logical existential restriction. BERTSubs is able to predict multiple kinds of subsumers including named classes from the same ontology or another ontology, and existential restrictions from the same ontology. Extensive evaluation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Semantic Web and Ontologies · Data Quality and Management
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Adam · Dropout · Linear Warmup With Linear Decay · Softmax · WordPiece · Residual Connection · Layer Normalization
