AIApr 17

From Subsumption to Satisfiability: LLM-Assisted Active Learning for OWL Ontologies

arXiv:2604.1667210.0h-index: 9
AI Analysis

For ontology engineers, this work provides a method to reduce human effort in ontology construction by leveraging LLMs for membership queries, though it is incremental as it adapts existing active learning and reduction techniques.

The paper introduces an active learning method for OWL ontologies that uses LLMs to answer membership queries by generating real-world examples of counter-concepts, reducing subsumption to satisfiability. Experiments on 13 commercial LLMs show stable recall across several ontologies, ensuring only Type II errors occur.

In active learning, membership queries (MQs) allow a learner to pose questions to a teacher, such as ''Is every apple a fruit?'', to which the teacher responds correctly with yes or no. These MQs can be viewed as subsumption tests with respect to the target ontology. Inspired by the standard reduction of subsumption to satisfiability in description logics, we reformulate each candidate axiom into its corresponding counter-concept and verbalise it in controlled natural language before presenting it to Large Language Models (LLMs). We introduce LLMs as a third component that provides real-world examples approximating an instance of the counter-concept. This design property ensures that only Type II errors may occur in ontology modelling; in the worst case, these errors merely delay the construction process without introducing inconsistencies. Experimental results on 13 commercial LLMs show that recall, corresponding to Type II errors in our framework, remains stable across several well-established ontologies.

Foundations

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

Your Notes