vix.ing · top · new · best · stats · spec

Lattice-preserving ALC ontology embeddings with saturation

2023/05/11 by Fernando Zhapa-Camacho, Zhapa-Camacho, Fernando, Robert Hoehndorf +1
Biochemistry, Genetics and Molecular Biology · Computer Science · #Artificial Intelligence (cs.AI) #Bioinformatics and Genomic Networks #Biomedical Text Mining and Ontologies #FOS: Computer and information sciences #Logic in Computer Science (cs.LO) #Semantic Web and Ontologies

paper · pdf · doi:10.48550/arxiv.2305.07163

openalex publication_date 2023/05/11 · openalex created_date 2023/05/17 · openalex updated_date 2026/07/28

Abstract

Generating vector representations (embeddings) of OWL ontologies is a growing task due to its applications in predicting missing facts and knowledge-enhanced learning in fields such as bioinformatics. The underlying semantics of OWL ontologies are expressed using Description Logics (DLs). Initial approaches to generate embeddings relied on constructing a graph out of ontologies, neglecting the semantics of the logic therein. Recent semantic-preserving embedding methods often target lightweight DL languages like EL++, ignoring more expressive information in ontologies. Although some approaches aim to embed more descriptive DLs like ALC, those methods require the existence of individuals, while many real-world ontologies are devoid of them. We propose an ontology embedding method for the ALC DL language that considers the lattice structure of concept descriptions. We use connections between DL and Category Theory to materialize the lattice structure and embed it using an order-preserving embedding method. We show that our method outperforms state-of-the-art methods in several knowledge base completion tasks. Furthermore, we incoporate saturation procedures that increase the information within the constructed lattices. We make our code and data available at \urlhttps://github.com/bio-ontology-research-group/catE.

Related