paper-with-me

Papers

Ontology Learning with LLMs: A Benchmark Study on Axiom Identification

2025-12-05 · Roos M. Bakker, Daan L. Di Scala, Maaike H. T. de Boer, Stephan A. Raaijmakers arxiv

Ontologies are an important tool for structuring domain knowledge, but their development is a complex task that requires significant modelling and domain expertise. Ontology learning, aimed at automating this process, has seen advancements in the past decade with the improvement of Natural Language Processing techniques, and especially with the recent growth of Large Language Models (LLMs). This paper investigates the challenge of identifying axioms: fundamental ontology components that define logical relations between classes and properties. In this work, we introduce an Ontology Axiom Benchmark OntoAxiom, and systematically test LLMs on that benchmark for axiom identification, evaluating different prompting strategies, ontologies, and axiom types. The benchmark consists of nine medium-sized ontologies with together 17.118 triples, and 2.771 axioms. We focus on subclass, disjoint, subproperty, domain, and range axioms. To evaluate LLM performance, we compare twelve LLMs with three shot settings and two prompting strategies: a Direct approach where we query all axioms at once, versus an Axiom-by-Axiom (AbA) approach, where each prompt queries for one axiom only. Our findings show that the AbA prompting leads to higher F1 scores than the direct approach. However, performance varies across axioms, suggesting that certain axioms are more challenging to identify. The domain also influences performance: the FOAF ontology achieves a score of 0.642 for the subclass axiom, while the music ontology reaches only 0.218. Larger LLMs outperform smaller ones, but smaller models may still be viable for resource-constrained settings. Although performance overall is not high enough to fully automate axiom identification, LLMs can provide valuable candidate axioms to support ontology engineers with the development and refinement of ontologies.

📄 PDF Abstract BibTeX arXiv:2512.05594

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VSPO: Validating Semantic Pitfalls in Ontology via LLM-Based CQ Generation

2025-11-11 · Hyojun Choi, Seokju Hwang, Kyong-Ho Lee arxiv

Competency Questions (CQs) play a crucial role in validating ontology design. While manually crafting CQs can be highly time-consuming and costly for ontology engineers, recent studies have explored the use of large lang…

Ontology Revision based on Pre-trained Language Models

2023-10-27 · Qiu Ji, Guilin Qi, Yuxin Ye, Jiaye Li 외

Ontology revision aims to seamlessly incorporate a new ontology into an existing ontology and plays a crucial role in tasks such as ontology evolution, ontology maintenance, and ontology alignment. Similar to repair sing…

Enriching Ontologies with Disjointness Axioms using Large Language Models

2024-10-04 · Elias Crum, Antonio De Santis, Manon Ovide, Jiaxin Pan 외

Ontologies often lack explicit disjointness declarations between classes, despite their usefulness for sophisticated reasoning and consistency checking in Knowledge Graphs. In this study, we explore the potential of Larg…

Knowledge GraphsPrompt Engineering

Swift Linked Data Miner: Mining OWL 2 EL class expressions directly from online RDF datasets

2017-10-19 · Jedrzej Potoniec, Piotr Jakubowski, Agnieszka Ławrynowicz

In this study, we present Swift Linked Data Miner, an interruptible algorithm that can directly mine an online Linked Data source (e.g., a SPARQL endpoint) for OWL 2 EL class expressions to extend an ontology with new Su…

Provenance for the Description Logic ELHr

2020-01-21 · Camille Bourgaux, Ana Ozaki, Rafael Peñaloza, Livia Predoiu

We address the problem of handling provenance information in ELHr ontologies. We consider a setting recently introduced for ontology-based data access, based on semirings and extending classical data provenance, in which…