Abstract
Ontology engineering (OE) is a complex task in knowledge representation that relies heavily on domain experts to accurately define concepts and precise relationships in a domain of interest, as well as to maintain logical consistency throughout the resultant ontology. Recent advances in large language models (LLMs) have created new opportunities to automate and enhance various stages of ontology development. This article presents a systematic literature review on the use of LLMs in OE, focusing on their roles in core development activities, input–output characteristics, evaluation methods, and application domains. We analyze 36 papers covering 49 task-level studies to identify common tasks where LLMs have been applied, spanning ontology requirements specification, implementation, publication, and maintenance. Our findings indicate that LLMs primarily act as ontology engineers, domain experts, and evaluators, using models such as Generative Pretrained Transformer, Large Language Model Meta AI, and Text-to-Text Transfer Transformer. Different approaches rely on zero-shot and few-shot prompting to process heterogeneous inputs (e.g., Web Ontology Language ontologies, natural language text, and competency questions) and generate task-specific outputs (e.g., axioms, mappings, and documentation). Our review also reveals a lack of homogenization in task definitions, dataset selection, evaluation metrics, and experimental workflows. In addition, several studies do not release their complete evaluation protocols or code, making their results difficult to reproduce and their methods insufficiently transparent. Addressing these gaps through standardized benchmarks and hybrid workflows that integrate LLM automation with human expertise represents an important challenge for future research.
Introduction
Ontologies have emerged as a crucial technology for providing machine-readable semantics and structured knowledge representations that enable data integration, validation, and automated reasoning over data (Glauer et al., 2024; Krötzsch & Thost, 2016; Patel & Debnath, 2024). Ontologies are employed in a wide range of applications (ranging from Internet of Things [IoT] (Janowicz et al. (2019) or digital rights (Rodríguez-Doncel et al. (2018)) to Biology (Ashburner et al. (2000)) to define domain-specific concepts, relationships, constraints, axioms and logical rules (De Vergara et al., 2004; Glauer et al., 2024; Patel & Debnath, 2024).
Ontology engineering (OE) is the process of developing formal knowledge representations (i.e., ontologies) to describe aspects of reality for specific purposes (Salamon & Barcellos, 2022). Despite the availability of structured methodologies such as Linked Open Terms (LOT) (Poveda-Villalón et al., 2022), NeOn (Suárez-Figueroa et al., 2012), the “Ontology Development 101” guide (Noy & McGuinness, 2001), and so on, ontology development remains a complex, time-consuming, and error-prone activity (Gangemi & Presutti, 2009; Saeedizade & Blomqvist, 2024). It requires deep domain expertise, careful conceptual modeling, extensive collaboration among stakeholders, and precise alignment with intended use cases.
With the development of artificial intelligence (AI), significant advancements have been made in large language models (LLMs) to show remarkable capabilities in capturing complex language patterns in different knowledge domains (Doumanas et al., 2024). In recent years, LLMs have emerged as an innovative technology for OE. Research efforts have explored their potential to assist developers in various tasks, including generating and refining ontologies from text, aligning concepts with existing taxonomies, and automatically detecting syntax errors in ontologies, among others (Garijo et al., 2024).
Despite the promise of LLMs for OE, several key research gaps remain. Many studies have claimed that LLMs are useful for ontology development tasks (Ciatto et al., 2025; Joachimiak et al., 2024; Lippolis et al., 2024, 2025; Lo et al., 2024), but do not clearly distinguish the specific development phases where LLMs provide the most value. In addition, little is known about the specific roles LLMs can assume, the types of inputs and outputs required by them, the need and extent of human involvement, and the experimental setups, including datasets used, evaluation metrics, and reproducibility considerations used to validate their effectiveness. Furthermore, while LLMs are increasingly applied in various domains, few studies systematically address domain-specific challenges or necessary model adaptations. Although recent surveys have offered valuable overviews of LLMs in OE (Garijo et al., 2024; Perera & Liu, 2024), a detailed analysis focusing specifically on ontology development activities remains limited. A systematic understanding of how LLMs contribute to different phases of ontology development, along with a critical assessment of their capabilities and limitations, is essential for guiding future research and fostering their successful integration into OE workflows.
To address these gaps, this study conducts a comprehensive and systematic review of how LLMs are employed in OE. We extend the overview presented in our previous work (Garijo et al., 2024) with the following contributions: First, through a comprehensive systematic search, we broaden and update the literature coverage, ultimately identifying 36 peer-reviewed papers published between 2018 and May 2025, significantly more than the 20+ papers included in the earlier overview. Second, we introduce a structured analytical framework that categorizes existing research according to OE stages, LLM roles, LLM technical details, and inputs and outputs handled by each LLM. Third, we examine dataset usage, evaluation practices, and the degree of human involvement in LLM-supported workflows. Finally, we analyze the application domains in which LLMs have been deployed for ontology development, offering additional cross-study insights. Building on these contributions, this extended study aims to achieve the following objectives:
Identify the ontology development tasks where LLMs have been applied. Analyze how LLM-based approaches contribute to ontology development, focusing on their roles, model types, inputs, outputs, and the role of human participants in interactive workflows. Examine how LLM performance is assessed in ontology development by identifying experimental datasets, evaluation methods, and reported performance results. Explore the application domains where LLMs have been effectively utilized for ontology development.
We conduct our review following the systematic methodology proposed by Kitchenham et al. (2009), ensuring a rigorous and reproducible analysis. We also make publicly available the complete corpus of resources used to generate or evaluate different OE tasks at our GitHub repository. 1 In addition, the corpus is archived on Zenodo (Li et al., 2025). The remainder of this article is organized as follows. Section 2 presents background information on OE and LLM technologies. Section 3 outlines our research objectives and key questions and describes the data collection and analysis methods. Section 4 presents the research results and key insights. Section 5 shows the discussion of the analyzed studies, and Section 6 concludes the survey by highlighting open research challenges. Finally, Section 7 describes the supporting materials used in our work.
Background
In this section, we briefly introduce the main ontology development tasks identified in the literature and provide an overview of the recent evolution of LLMs.
Ontology Development Tasks
Ontologies are formal and explicit specifications of shared conceptualizations (Studer et al., 1998), enabling the representation of structured knowledge (Dimitropoulos & Hatzilygeroudis, 2024) and facilitating semantic interoperability between systems and applications (Bittner et al., 2005; Tan et al., 2024).
OE provides the methodologies and tools necessary to construct domain-specific and application-specific ontological models (Gómez-Pérez, 1999). An OE method outlines a structured set of phases, processes, and tasks to systematically guide the development process (Kotis et al., 2020).
Traditional methodologies, such as METHONTOLOGY (Fernández-López et al., 1997), On-To-Knowledge (Staab et al., 2001), DILIGENT (Pinto et al., 2004), and the “Ontology Development 101” guide (Noy & McGuinness, 2001), have significantly contributed to the formalization of OE practices. However, they typically follow step-by-step workflows that may not fully address modern requirements such as reuse, collaboration, and interoperability. The NeOn methodology (Suárez-Figueroa et al., 2012) introduced a more dynamic and flexible approach, emphasizing the creation of interconnected ontology networks through mechanisms such as import, versioning, mapping, and modularization.
To consider a basic group of activities that are usually carried out during ontology development, we follow the LOT methodology (Poveda-Villalón et al., 2022) general workflow as it includes the ontology publication and maintenance phases. However, other activities not defined in detail in LOT may appear in the reviewed works. In order to address these cases, we also consider the NeOn glossary of activities (Suárez-Figueroa & Gómez-Pérez, 2008). It should be noted that both LOT and NeOn define more activities than the ones listed below; however, we include in this section only those activities found in the reviewed papers.
Ontology requirement specification phase: The gathering of requirements is related to the specific ontology goals, domain, and technical constraints (Suárez-Figueroa et al., 2009). From the activities defined for this phase, in the analyzed papers, the following activities are addressed:
Functional requirement writing: Specifies the functionalities the ontology must support. It should be noted that this activity refers to writing the functional requirements in natural language (NN) text. This may occur in the form of competency questions (CQs) (Gruninger, 1995) or affirmative sentences in NL. CQ reverse engineering: Involves generating CQs that an ontology must answer, using the ontology itself as input. Although not explicitly covered in the LOT framework, this activity appears in several studies (Alharbi et al., 2024b) and aligns with NeOn Ontological Resource Reverse Re-engineering (Suárez-Figueroa et al., 2012). Requirement formalization: This activity consists of translating functional requirements into formal, machine-readable specifications. Ontology implementation phase: Building the ontology using formal languages (e.g., Web Ontology Language (OWL) and Resource Description Framework (RDF)) based on collected requirements. Key sub-activities include:
Conceptualization: Structuring domain knowledge into concepts and relationships. Encoding: Formalizing conceptual models into machine-readable formats (e.g., Turtle, RDF/XML, etc.). Evaluation: Validating the ontology against CQs and domain needs. Matching: This activity’s definition is taken from NeOn, which literally reads “the activity of finding or discovering relationships or correspondences between entities of different ontologies or ontology modules” (Suárez-Figueroa & Gómez-Pérez, 2008). Ontology publication phase: Making the ontology accessible both as human-readable documentation and machine-readable files. This phase includes, among others, not found in the reviewed papers, as the actual online publication, the following activity:
Documentation: Generating human-oriented documentation, usually consisting, but not limited to, HTML web pages, diagrams, examples of use, and so on. Ontology maintenance phase: Updating the ontology based on bug reports, improvements, and new requirements throughout its lifecycle. This includes:
Bug detection: Identify and report errors or inconsistencies.
A Brief History of LLMs
LLMs are AI systems able to generate coherent and contextually relevant language outputs that have demonstrated remarkable performance across tasks like text generation (Mishra et al., 2025; Wu, 2024), question answering (Arefeen et al., 2024; Balepur et al., 2025), translation (Brown et al., 2020), summarization (Azher et al., 2025), and sentiment analysis (Kheiri & Karimi, 2024). LLMs are trained on large amounts of textual data, and are built predominantly on deep learning architectures such as transformers (Vaswani et al., 2017).
The evolution of LLMs began with foundational advancements in sequential data processing. Rumelhart et al. (1986) introduced recurrent neural networks, which were later enhanced by the long short-term memory (LSTM) model developed by Hochreiter and Schmidhuber (1997), significantly improving long-range dependency modeling (Mienye et al., 2024). The release of the Generative Pre-trained Transformer (GPT) by OpenAI in 2018 marked a pivotal moment. Subsequent iterations (GPT-2, GPT-3, and GPT-3.5) demonstrated increasingly sophisticated generative capabilities (Brown et al., 2020; Radford et al., 2019). GPT-3, for instance, was trained on 45TB of data and contained 175 billion parameters. In 2023, Meta introduced Large Language Model Meta AI (LLaMA), an open-source LLM trained on 1.4 trillion tokens across multiple model sizes (Raiaan et al., 2024). Since then, models such as Google Gemini (Team et al., 2024), OpenAI’s GPT-4 (OpenAI et al., 2024), Meta LLaMA2 (Touvron et al., 2023b), and LLaMA3 (Grattafiori et al., 2024) have further advanced the field. These models exhibit state-of-the-art performance in reasoning (Wei et al., 2022), code generation (Jiang et al., 2024; Vaithilingam et al., 2022), and multimodal tasks (Wu et al., 2023; Zhang et al., 2024a, 2023b), driven by larger datasets and increasingly sophisticated architectures. Their ongoing evolution continues to expand the application landscape for AI-driven systems across diverse domains (Johnsen, 2025).
Prompt engineering has emerged as a key methodology for enhancing the performance of pre-trained LLMs (Debnath et al., 2025). It involves the careful design of instructions, conveyed through text, images, audio, or other modalities, that serve as the primary interface to guide LLMs in downstream tasks (Marvin et al., 2023). A wide variety of prompting strategies have been developed to steer models toward accurate and contextually appropriate outputs. For example, zero-shot prompting is based exclusively on a task description, allowing models to generalize to unseen tasks without any examples (Radford et al., 2019). In contrast, one-shot (Kojima et al., 2022) and few-shot (Brown et al., 2020) prompting incorporate one or several demonstrations, helping the model better infer input–output relationships (Kadam & Vaidya, 2018).
Other techniques aim to improve the structure and consistency of model outputs. Role prompting (Olea et al., 2024; Zheng et al., 2024) assigns the model a specific persona or professional role, thus shaping its reasoning style and lexical choices. Template-based prompting (Shin et al., 2020) employs predefined templates populated with task-specific variables to enforce structured formats such as JSON, tables, or logical expressions.
Chain-of-Thought (CoT) prompting (Wei et al., 2022) augments few-shot learning by guiding models to articulate intermediate reasoning steps before delivering final answers. Also referred to as CoTs in some studies (Besta et al., 2024; Chen et al., 2023), this approach has been shown to substantially enhance LLM performance in mathematical and reasoning tasks. Typical CoT prompts include exemplar questions paired with reasoning traces and correct answers. The Reasoning and Acting (ReAct) framework (Yao et al., 2022) extends CoT by interleaving reasoning with executable actions. When solving a problem, the model iteratively generates a thought, takes an action, and observes the outcome, maintaining a contextual memory by incorporating past reasoning steps, actions, and observations into the prompt. Further advancing multi-step reasoning, self-consistent sampling enhances output reliability by selecting the most consistent answer from multiple reasoning trajectories. Building on these foundations, frameworks such as ReAct (Yao et al., 2022) and Tree-of-Thought (Yao et al., 2023) integrate systematic reasoning with action execution or structured search, supporting more sophisticated decision-making processes.
Fine-tuning is a process in which a pretrained model, such as an LLM, is further trained on a custom data set to adapt it for specialized tasks or domains. Complementing prompt-based approaches, fine-tuning provides a parameter-level adaptation mechanism that aligns LLMs with specific domains or tasks (Anisuzzaman et al., 2025). Methods such as instruction tuning (Zhang et al., 2023a), domain-specific fine-tuning (Gajulamandyam et al., 2025), and parameter-efficient (Liu et al., 2022) approaches such as LoRA (Hu et al., 2022) or adapter tuning (Le et al., 2021) enable models to internalize task patterns beyond the reach of prompts alone. Fine-tuning enhances output stability, mitigates prompt sensitivity, and ensures consistent performance in scenarios that require specialized knowledge or complex reasoning.
Overall, prompting techniques have evolved into a flexible and reusable interaction layer that complements advances in LLM architectures. By enabling more accurate, controllable, and domain-aligned outputs, prompt engineering has become central to the effective deployment of LLMs, serving as a key driver of innovation across AI applications.
Research Methodology
To achieve our research objectives, we conducted a systematic literature review following Kitchenham and Charters methodology Kitchenham et al. (2009): Section 3.1 defines the research questions (RQs) of our study, Section 3.2 describes the selection of data sources, Section 3.3 presents the search strategy, Section 3.4 explains the filtering criteria, and Section 3.5 details data extraction and synthesis. The following subsections describe each step.
Research Questions
Our study investigates how LLMs have been adapted for ontology development by systematically reviewing existing approaches to understand their capabilities and limitations. We formulate the following RQs to guide our review:
What are the key activities in ontology development where LLMs have been applied? How do LLM-based approaches support different ontology development activities?
What roles do LLMs play in these activities? What types of LLMs are used? What LLM prompt techniques are employed to support OE activities (e.g., zero-shot prompt, iterative prompt, and fine-tuning)? What are the typical inputs to the LLMs? What outputs are generated by the LLMs? What are the roles of humans involved in these activities (e.g., domain experts and ontology engineers)? How is the performance of LLMs in ontology development evaluated?
Are there evaluation experiments reported? What datasets are used in the evaluations? What evaluation methods are adopted (e.g., qualitative, quantitative, or hybrid)? What metrics (e.g., F1-score and recall) are used, and what are the reported performance results? What are the main application domains where LLMs have been applied in ontology development?
During this phase, we perform a systematic search in open-access digital libraries to ensure comprehensive coverage of the area under investigation (Vieira & Gomes, 2009). We selected Google Scholar, Web of Science, and Scopus for their broad multidisciplinary reach, along with the ACM Digital Library and IEEE Xplore, to specifically cover the computer science domain (Hull et al., 2008). The selected sources and their corresponding access points are
Search Strategy
The selection of primary studies depends on the following inclusion and exclusion criteria:
Publication time frame: We focus on papers published between 2018 and May 2025 to capture the most recent advances in ontology development driven by LLMs. The year 2018 marks a pivotal milestone in NLP, corresponding to the introduction of the Transformer architecture and the release of foundational models such as BERT (Devlin et al., 2019) and GPT (Radford & Narasimhan, 2018), which laid the foundations for the modern LLM paradigm. Peer-review status: The selection of peer-reviewed articles ensures rigorous expert evaluation, improving the high quality, credibility, and reliability of our findings (Kelly et al., 2014). Language: We focus on papers, books, and book chapters published in English for accessibility and consistency. Search keywords: Our search focuses on two categories of terms:
Semantic-related (SR) terms: Keywords related to semantic technologies, such as ontolog*, ontology development, and vocabulary. Model-telated (MR) terms: Keywords associated with LLMs, including language model, LM, and LLM*. The particularities of each source were considered during the review. Logical operators (OR, AND) combined terms into search strings, such as (‘‘ontolog*” OR ‘‘ontology development”) AND (‘‘LM” OR ‘‘LLM*”), applied to meta-fields searched from Section 3.2. Depending on each source, the search strings were tailored to content, title, abstract, and keywords.
Filtering Process
In this step, we apply our search criteria to the selected library sources through a two-stage filtering process.
Automated filtering: We first applied automated filters based on predefined search standards and removed duplicate papers by matching their titles. Manual filtering: To further ensure relevance, we conducted a multi-stage manual review, comprising the following steps:
Title screening: We initially reviewed the titles of the retrieved papers to eliminate papers that were clearly unrelated to our research topic. Abstract screening: For the remaining papers, we examined the abstracts to assess their alignment with our research objectives. Only peer-reviewed papers that explicitly addressed the role of LLMs in ontology development were retained.
Data Extraction
To extract relevant information, we aligned the data extraction process with the RQs defined in Section 3.1. Since a single paper may involve multiple ontology development activity experiments, each activity was recorded as a separate row in the dataset.
The complete dataset is publicly available in our open repository at https://github.com/oeg-upm/llm4oe-slr and archived on Zenodo (Li et al., 2025). Specifically, we extracted the following information from each entry:
Article metadata: Publication title, authors, publication year, peer-reviewed status, and language. Ontology activity (RQ1): The ontology development activity supported by LLMs and its definition (if provided). LLM technology (RQ2): Role of the LLM in the activity, type of LLM used, technique of prompt used, inputs provided to the LLM, outputs generated, whether human-in-the-loop involvement was present (yes/no), role of the human (e.g., ontology engineers and others), and tasks performed by human participants. Performance evaluation (RQ3): Existence of evaluation experiments, links to experiments (if available), datasets used, dataset types, baselines compared, evaluation methods (quantitative, qualitative, or hybrid), metrics applied (e.g., F1-score and recall), and performance results, including whether humans participated in the evaluation. Application domains (RQ4): Domains in which LLMs were applied, such as healthcare, education, and finance.
Search Results
Our search retrieved
Figures 1 and 2 show an overview of the reviewed works, grouping tasks into four OE phases (requirements specification, implementation, publication, and maintenance) to reflect the staged OE lifecycle. In total, our analysis covers

Paper selection process based on our methodology. From 15,688 papers retrieved across five libraries, 36 papers related to our LLM-based OE tasks were selected after applying an automated filter and a manual filter. LLM = large language model; OE = ontology engineering.

Overview of LLM-supported OE tasks based on 49 task-level studies from 36 papers. LLM = large language model; OE = ontology engineering.
The first step in our study is to analyze in which OE activities are LLMs applied. Table 1 compiles the activities addressed in each of the analyzed approaches, including the input and outputs provided to the LLM for each activity. A paper may address more than one ontology development activity, and, therefore, the same paper may lead to multiple rows in the table. As shown in Figure 3, most of the attention is focused on activities related to ontology implementation tasks (encoding, conceptualization, matching, or evaluation) as well as the generation of requirements. Each approach is summarized in the following section, grouping them by the OE activity addressed.

Distribution of large language model (LLM)-supported tasks across ontology development phases based on 49 task-level studies from 36 papers. Numbers represent the total number of tasks identified for each phase, and percentages indicate their proportion relative to all tasks. Most tasks focus on ontology implementation (31 studies, 63.3%), followed by requirements specification (12 studies, 24.5%), publication (five studies, 10.2%), and maintenance (one study, 2.0%).
Summary of Ontology Development Phases, Tasks, Resources, Inputs, and Outputs Supported by LLMs. For Studies Applying LLMs Across Multiple Workflow Stages (e.g., Doumanas et al., 2024; Kholmska et al., 2024), We List Each Task Separately to Capture Distinct Contributions.
LLM = large language model; KGs = knowledge graphs; CQs = competency questions.
In the task of
Alharbi et al. (2024b) proposed RETROFIT-CQs, which extracts RDF triples from existing ontologies and uses them to instantiate prompt templates for automatically generating candidate CQs. In the follow-up work, Alharbi et al. (2024d) extended this CQ generation work, by systematically comparing prompt variants (P1–P3), ranging from a minimal baseline (P1) to progressively enriched prompts with additional guidance and CQ definitions (P2) and role-augmented prompts (P3). Rebboud et al. (2024a) introduced a benchmarking strategy that includes generating CQs from ontologies, using tools such as LangChain and Ollama.
Several additional contributions enrich this area. For example, Ciroku et al. (2024a) developed RevOnt, a system to extract CQs from KGs. Rebboud et al. (2024b) conducted a feasibility study comparing LLM-generated CQs with ground-truth examples. Antia and Keet (2023) presented AgOCQs, a pipeline that combines a text corpus with CQ templates with NLP techniques to generate CQs. Pan et al. (2024) used a retrieval augmented generation approach (Arslan et al., 2024) to generate CQs for two OE tasks, incorporating retrieved scientific passages as contextual input in the prompt for CQ-generation.
Once requirements and CQs are established,
Ontology Implementation
The
One key aspect of ontology development is to find the candidate concepts from domain sources. In addition, LLMs have also improved taxonomy discovery and relationship extraction. Studies by Goyal et al. (2024) and Babaei Giglou et al. (2023) employed LLMs to support ontology conceptualization through the identification of semantic relations, showing that LLMs can detect both taxonomic and non-taxonomic relationships between concepts.
Several researchers have also proposed integrated frameworks for the ontology conceptualization task. For instance, Coutinho (2024) proposed a system that integrated LLMs with textual ontology representations to generate candidate concepts from context, guided by the Unified Foundational Ontology (UFO) (Guizzardi et al., 2015). Further contributions include Rebboud et al. (2024a), who framed this task as the construction of an ontology by generating missing classes and properties. Kholmska et al. (2024) applied LLMs to generate nearly 200 core concepts in the field of active learning, organize them hierarchically, and produce definitions to support concept verification and refinement, demonstrating the potential of LLMs for concept discovery and structuring.
Dong et al. (2024) explored concept generation, while Toro et al. (2024) introduced techniques to complete ontology terms. Pisu et al. (2024) investigated the use of LLMs for the generation and construction of taxonomies of research topics. More recently, Val-Calvo et al. (2025) proposed a schema-level conceptualization step using an LLM-based agent to refine the high-level ontology structure into detailed prompts that guide ontology building. In parallel, Arevalo et al. (2024) demonstrated automatic extraction of key concepts and relations to construct a domain ontology from NLP-focused OpenAlex 7 articles. Doumanas et al. (2025) extracted concepts and relations from domain texts to construct supervision data for fine-tuning LLMs, which were then used in their ontology generation pipeline.
Several studies focus on transforming NL into OWL artifacts. Mateiu and Groza (2023) developed a Protégé plugin 8 that converts NL sentences into OWL axioms using LLMs. Similarly, Caufield et al. (2024) proposed a pipeline to extract procedural knowledge from web sources (e.g., recipes) and encode it into ontology structures. Eells et al. (2024) prompted LLMs to generate ontologies for common nouns and assessed syntactic validity and structural completeness. Saeedizade and Blomqvist (2024) investigated OWL generation from structured narratives, and Tang et al. (2023) demonstrated domain-specific encoding for road-traffic knowledge in autonomous-driving settings.
Recent work also highlights CQ/schema-driven encoding pipelines. Lippolis et al. (2024) used a gold-standard dataset of CQ-SPARQL-OWL pairs to support staged ontology refinement under the eXtreme Design methodology (Blomqvist et al., 2016), where LLM interpreted CQs are used to derive classes, properties, and restrictions. Complementarily, Val-Calvo et al. (2025) introduced a modular workflow in which an Ontology Building module generates a final ontology from the structure defined in earlier schema-design stages.
In addition, da Silva et al. (2024) proposed an LLM-based method for transforming capability descriptions into ontological models, reducing manual effort in ontology creation from NL inputs. Fathallah et al. (2024a) further presented a pipeline that automates ontology encoding by generating structured triples and ontology artifacts from textual inputs.
LLMs have also been applied to
In the
Ontology Publication
The generation of human-readable
Bischof et al. (2024) employed LLMs to produce context-sensitive annotations aligned with domain-specific conventions. Rebboud et al. (2024a) explored the use of LLM to generate structured documentation of key ontology components, such as classes and properties; their evaluation, based on semantic similarity metrics, showed that the LLM-generated documentation is accurate and relevant. Fathallah et al. (2024a) further addressed NL generation for ontology entities and properties, enhancing comprehensibility for both technical and non-technical users. In more specialized domains, Giri et al. (2024) applied the T5 language model to summarize functional descriptions of Gene Ontology (GO) terms, while Kholmska et al. (2024) leveraged LLMs to create comprehensive documentation for extended ontologies, supporting knowledge sharing and reuse.
Ontology Maintenance
Among the studies reviewed, only one specifically addressed maintenance tasks related to
Summary
Based on the analysis of 49 OE task-level studies from 36 papers, LLMs have been applied unevenly in different ontology development phases. The implementation phase dominates, with 31 studies focused on conceptualization, encoding, matching, and evaluation. Requirements specification ranks second, represented by 12 studies addressing functional requirements, CQ generation, and formalization into SPARQL queries. Later stages receive limited attention: five studies focus on ontology publication through documentation generation, while only one addresses maintenance tasks.
RQ2: LLM-Based Approaches to Ontology Development
Following the identification of ontology development tasks supported by LLMs in Section 4.1, we now examine how LLMs are configured to contribute to these tasks. This includes analyzing their functional roles (as ontology engineers or domain experts, etc.), model choices (from GPT series or other open-source tools), input and output types utilized by LLMs, and whether the studies collaborate with humans in the LLM-based activities. Table 1 displays the inputs and outputs associated with each ontology development activity. For a more detailed breakdown, including specific model names, functional roles, and human collaboration status, refer to Table 2 in the Appendix.
RQ2.a: Role of LLMs in OE Activities
Based on the reviewed studies, LLMs take on several key collaborative roles within OE tasks, either complementing or, in some cases, replicating tasks traditionally performed by human knowledge engineers. These contributions can be grouped into four main categories:
Ontology engineer: LLMs are increasingly functioning as automated Ontology Engineers, actively supporting the design, development, and maintenance of ontologies throughout the entire development lifecycle. More precisely, LLMs are utilized to (a) parse unstructured domain texts and generate structured requirement specifications, thereby facilitating automated requirement elicitation (Alharbi et al., 2024b, 2024d; Ciroku et al., 2024a); (b) transform CQs into structured queries (e.g., SPARQL) (Rebboud et al., 2024a; Tufek et al., 2024); (c) discover axioms, particularly identifying hierarchical relationships between concept pairs during the conceptualization activity (Babaei Giglou et al., 2023; Goyal et al., 2024); (d) translate unstructured or semi-structured texts directly into OWL code (Doumanas et al., 2024, 2025; Eells et al., 2024; Lippolis et al., 2024; Saeedizade & Blomqvist, 2024; Tang et al., 2023); and (e) support the entire ontology lifecycle, from conceptualization through to documentation, or provide end-to-end assistance under methodologies such as the NeOn-GPT approach (Fathallah et al., 2024a; Kholmska et al., 2024). Domain experts: LLMs act as domain experts by supporting knowledge extraction, term definition, and ontology content validation. They perform tasks requiring domain-specific understanding, such as (a) generating domain-relevant concepts (Dong et al., 2024); (b) producing context-sensitive term annotations (Bischof et al., 2024); (c) generating structured ontology documentation (Giri et al., 2024; Rebboud et al., 2024a); and (d) summarizing functional descriptions (Consortium, 2006). They are also used in evaluation tasks requiring both technical and domain expertise to assess the consistency and correctness of ontology content (Fathallah et al., 2024a; Tsaneva et al., 2024). (e) Additionally, LLMs assist in validating or suggesting domain-specific relations and constraints, ensuring alignment with established domain semantics (Babaei Giglou et al., 2023; Goyal et al., 2024). Human evaluator: In some cases, LLMs have been placed as human evaluators, for example, to verify ontology axioms and assess their logical soundness (Tsaneva et al., 2024).
RQ2.b: Types of LLMs Are Used in OE Activities
The LLMs employed in OE span a range of architectures and capacities. Based on our analysis, these models can be grouped into four major categories, each playing distinct roles in the OE lifecycle.
GPT series (GPT-3.5, GPT-4, and GPT-4 Turbo/4o): The GPT series is among the most widely used for tasks involving CQ reverse engineering, encoding, and evaluation, due to their strong capabilities in NL understanding and generation (Arevalo et al., 2024; Fathallah et al., 2024a; Rebboud et al., 2024b; Tufek et al., 2024; Val-Calvo et al., 2025). In particular, GPT-4/Turbo/4o has been leveraged for more complex tasks requiring multi-formalism reasoning, such as verifying axioms across heterogeneous logical representations (Zamazal, 2024). Open-source LLMs (LLaMA, Mistral, etc.): Open source LLMs such as LLaMA (Touvron et al., 2023a), Mistral
9
are also used mainly in ontology development tasks, including functional requirement writing, conceptualization, encoding, and so on. Hertling and Paulheim (2023) fine-tuned LLaMA for ontology matching and reuse, aligning anatomy ontologies in the OAEI benchmark. Goyal et al. (2024) used LLaMA3 and Mistral to detect hierarchical relations in GeoNames and Schema.org. Saeedizade and Blomqvist (2024) combined LLaMA-generated outputs with expert feedback to iteratively refine an SAR ontology. da Silva et al. (2024) demonstrated that Claude 3 and Gemini Pro can effectively convert NL descriptions into OWL axioms, supporting the ontology encoding process. Additionally, LLaMA and PaLM were integrated into the NeOn-GPT framework proposed by Fathallah et al. (2024a), which supported multiple stages of ontology development, including functional requirements, encoding, evaluation, and documentation. Lightweight instruction-tuned models (e.g., Mistral-7B, Falcon-7B-Instruct, etc.): Lightweight instruction-tuned models have been applied in OE tasks, as demonstrated in two recent studies. Alharbi et al. (2024c) used models such as LLaMA-2-70B, Mistral 7B (Jiang et al., 2023), and Flan-T5-XL to generate CQ by embedding RDF triples into prompt templates enriched with varying levels of contextual information. The resulting CQs were then filtered to produce a final set of relevant, non-redundant questions. Saeedizade and Blomqvist (2024) further explored the use of lightweight open-source models including LLaMA-7B, LLaMA-13B, LLaMA-2-70B, Alpaca, Falcon-7B, and Falcon-7B-Instruct for ontology encoding. Their study demonstrated the ability of these models to process narrative ontology descriptions and associated CQs for automated ontology creation, compared to models such as GPT-3.5, GPT-4, and Bard. Transformer-based architectures (T5 and BERT): Beyond large-scale LLMs, pre-trained transformer models, such as T5 and BERT, are powerful in supporting sentence encoding, classification, and structured generation. Ciroku et al. (2024a) used T5 and SBERT within the RevOnt framework to automatically extract CQs from KGs. Giri et al. (2024) applied T5 to the GO2Sum system to generate human-readable functional descriptions of GO terms, supporting ontology documentation and publication. Furthermore, Pisu et al. (2024) proposed the use of SciBERT for the generation of taxonomy of research publication topics, with the objective of integrating domain-adapted language models into ontology encoding and KG construction workflows.
RQ2.c: LLMs Prompt Techniques Employed to Support OE Activities
To understand how LLMs are operationalized within OE workflows, this subsection examines the prompting techniques used in the reviewed studies. The analysis covers the full range of strategies used to guide or adapt LLM behavior, including zero-shot and few-shot prompting, role-based prompting, template-based and representational prompting, reasoning-driven prompting, iterative refinement, retrieval-augmented prompting, and fine-tuning.
Zero-shot prompting: Zero-shot prompting is the most frequently used strategy and is applied when tasks can be specified purely through NL instructions. It is used across requirements specification, conceptualization, encoding, and ontology matching. In many cases, zero-shot prompting is combined with structural templates to constrain output formats. Examples include CQs generation from textual descriptions or triples (Alharbi et al., 2024b; Rebboud et al., 2024b), SPARQL query generation using instruction-only templates (Tufek et al., 2024), and type classification using only local context (Goyal et al., 2024). In ontology encoding, NL definitions are translated into OWL axioms via zero-shot templates specifying the expected syntax Caufield et al. (2024). Alignment approaches relying solely on verbalized labels also follow a pure zero-shot setup (He et al., 2023; Norouzi et al., 2023). Zero-shot prompting is further used for capability modeling based on TBox grounding (da Silva et al., 2024). Few-shot and one-shot prompting: Few-shot prompting augments instructions with a small number of examples, improving structural fidelity and reducing hallucinations. One-shot prompting provides a single demonstration when minimal scaffolding suffices. These techniques are widely used for CQ generation, conceptualization, evaluation, and matching. Few-shot examples improve CQ extraction (Rebboud et al., 2024b), guide entity–relation extraction in NeOn-GPT (Fathallah et al., 2024a), and support axiom evaluation and alignment (Hertling & Paulheim, 2023; Tsaneva et al., 2024). One-shot prompting is used to illustrate user-state structures (Zhang et al., 2025) or capability modeling patterns (da Silva et al., 2024). In several workflows, example-driven prompting interacts with decomposition strategies. Template-based prompting: Template-based prompting uses fixed syntactic or structural scaffolds such as JSON schemas, CQ templates, SPARQL skeletons, or OWL functional syntax to constrain and standardize model outputs. This technique often appears in combination with zero-shot or few-shot prompting. Documentation templates specify fields such as labels and definitions (Bischof et al., 2024). Triple-based templates standardize CQ phrasing (Alharbi et al., 2024b, 2024b, 2024d). Encoding pipelines frequently use JSON schemas specifying IRIs, definitions, and axioms (Toro et al., 2024). SPARQL templates enforce good form and reduce ambiguity (Tufek et al., 2024). Many workflows combine templates with iterative correction loops. Tsaneva et al. (2024) showed that providing axioms in the Rector or Turtle format improves the verification accuracy. Verbalized labels, definitions, and structural fragments are also used in matching workflows (Hertling & Paulheim, 2023). Role-based prompting: Role-based prompting frames the model as an “ontology engineer,” “domain expert,” or “SPARQL specialist,” grounding instructions in domain expertise. This technique often appears in combination with zero-shot, few-shot, CoT, or template-based prompting. Role prompts are used in requirement specification (Alharbi et al., 2024b, 2024c, 2024d; Pan et al., 2024), SPARQL generation (Kholmska et al., 2024), conceptualization (Fathallah et al., 2024a), documentation (Bischof et al., 2024), ontology matching (Kholmska et al., 2024), and evaluation (Fathallah et al., 2024a). Multi-step reasoning prompting (CoT, GoT, and decomposition): Reasoning-oriented prompting guides models through intermediate steps or decomposed subtasks. Chain-of-thought prompting supports term extraction, classification, and axiom justification (Fathallah et al., 2024a). Graph-of-Thoughts prompting enables multi-branch exploration of ontology structures (Saeedizade & Blomqvist, 2024). Decomposition strategies, often combined with templates or examples, break workflows into sequential steps (e.g., concepts Iterative and conversational refinement prompting: Many OE workflows employ multi-turn refinement, in which model outputs are progressively revised based on constraints or feedback. In the conceptualization stage, recent studies use iterative refinement to improve high-level ontology design. For example, OntoGenix (Val-Calvo et al., 2025) followed a human-agent loop in which an agent generates schema-level prompts (e.g., a Prompt Crafter), another agent plans revisions (e.g., a Plan Sage), and the prompts are iteratively updated based on this feedback before building the ontology. Similarly, AutOnto (Arevalo et al., 2024) applied iterative prompt refinement to derive concepts and relations from NLP corpora before ontology construction. Iterative refinement is also widely used in encoding-related tasks, including multi-phase encoding pipelines (Doumanas et al., 2024), multi-turn axiom correction (Fathallah et al., 2024a), and SAR OE workflows. RevOnt (Ciroku et al., 2024a) further implemented staged refinement for verbalization, abstraction, generalization, and CQ filtering. In addition, conversational refinement systems enable users to interactively adjust the generated CQs or alignments (Zhang et al., 2025). Fine-tuning and model adaptation: A small subset of studies use supervised fine-tuning to adapt models to OE tasks. GPT-4 and Mistral-7B were trained on OE-specific JSONL datasets to support ontology generation tasks (Doumanas et al., 2025). GPT-3 has been adapted for NL-to-OWL translation tasks through task-specific prompting or tuning (Mateiu & Groza, 2023). T5 is fine-tuned on GO annotations for documentation (Giri et al., 2024). The placement of Domain-specific concepts is enhanced through a fine-tuned BERT cross-encoder (Dong et al., 2024). SciBERT is fine-tuned for the extraction of scientific relationships (Pisu et al., 2024). According to Rebboud et al. (2024b), most models are used in fine-tuned configurations, including FusionNet_7Bx2_MoE_14B SOLAR-10.7B-Instruct-v1.0, Mistral-7B, and another Mistral-7B-v0.1. Although rare in general, fine-tuning yields notable gains for tasks requiring high structural or domain precision.
RQ2.d: Inputs for LLMs and Outputs From LLMs
To better analyze how LLMs are used across the OE lifecycle, we examine the inputs provided to LLMs and the outputs they generate in relation to the specific OE tasks they support. In this section, we summarize the recurring input–output patterns reported across the reviewed studies. We structure the analysis according to the OE activities identified in Section 4.1, as these activities naturally determine the expected output types.
During the For the While all approaches take NL text as input in different formats, as is typically the case for OE projects, the For the To address For To address The only work explicitly addressing
Although many recent studies automate ontology development with LLMs, six studies explicitly involve human participants, typically domain experts or ontology engineers, to support tasks requiring judgment, contextual understanding, and refinement.
In conceptualization, Val-Calvo et al. (2025) introduced an explicit human-agent loop in which ontology engineers and domain experts iteratively refine schema-design prompts before ontology building. Complementarily, Doumanas et al. (2025) highlighted the importance of human oversight during training data preparation, where extracted outputs are validated and corrected to ensure that the resulting supervision data accurately reflects the intended knowledge and excludes errors or irrelevant content. Together, these studies demonstrated how human critique can guide LLMs toward more suitable high-level ontology structures. Doumanas et al. (2024) emphasized the crucial role of domain experts during the ontology formalization/encoding. In particular, experts compare and evaluate the LLM-generated ontology against existing ontologies and, based on this human-driven and LLM-driven evaluation, propose a new ontology by combining existing and LLM-generated semantics. Similarly, Kholmska et al. (2024) described the involvement of domain experts and end-users during ontology maintenance and bug resolution. Their iterative feedback on errors and inconsistencies was critical to refine the ontology structure and enhance overall quality. In the context of ontology evaluation, Zhang et al. (2025) demonstrated how ontology engineers curated user stories that were manually authored or derived from earlier development stages to support meaningful CQ extraction, emphasizing the need for human input to link technical outputs to real-world use cases. Finally, Alharbi et al. (2024b) reported interviewing human experts and ontology engineers to capture design intentions. These insights were then used to generate contextually accurate CQs, particularly in support of functional specification and requirements engineering.
Summary
Across the 49 reviewed task-level studies, LLMs assumed three functional roles in OE:
RQ3: Evaluation of LLMs Performance in Ontology Development
In this section, we analyze the experimental support provided in the reviewed studies to validate their proposed frameworks and methodologies. Specifically, we examine whether these studies include experiments and whether they are open-source, as transparency is essential for reproducibility and independent validation. We also investigate the datasets used in these studies to determine if a common benchmark was used across different studies. Most importantly, we assess the performance of LLMs in ontology development, focusing on the evaluation methods (quantitative, qualitative, or hybrid) and the specific metrics used, such as F1, Bilingual Evaluation Understudy (BLEU), or others. These details allow us to thoroughly assess the reported performance results from these papers and evaluate the effectiveness of LLMs in addressing various OE challenges.
Table 3 in Appendix 7 compiles and summarizes all information on the availability of experiments, datasets used, evaluation types, and evaluation metrics applied across reviewed studies.
RQ3.a: Existence of Experiments
In this subsection, we examined whether the reviewed studies reported experimental evidence. Of the 49 OE task-level studies, 14 reported no explicit experimental evaluation, whereas the remaining 35 included experiments. Within these 35 task-level studies, Fathallah et al. (2024a) contributed four task-level entries (covering four OE activities) but reported only isolated LLM tests without baselines or comparative analysis. A further three studies reported results but did not provide publicly accessible resource links (Alharbi et al., 2024c; Norouzi et al., 2023; Tsaneva et al., 2024). Overall, 32 studies provided accessible experiments with explicit evaluation metrics and comparative analysis.
Note that some studies appeared several times in our task-level analysis because they addressed multiple OE tasks (e.g., Fathallah et al., 2024a; Kholmska et al., 2024; Val-Calvo et al., 2025), spanning requirements specification, conceptualization, encoding, and bug-related issues.
RQ3.b: Datasets Used
All studies except one, Bischof et al. (2024) reported the datasets used for training, experiments, or evaluation. Across the remaining
To examine the detailed datasets used, Alharbi et al. (2024c) selected four ontologies along with their associated CQ datasets to investigate CQ creation. Three of these ontologies: Video Game (entertainment) (Parkkila et al., 2017), Dem@care (healthcare) (Karakostas et al., 2016), and VICINITY Core (Internet of Things) (Cimmino et al., 2019) were obtained from the CORAL (Fernández-Izquierdo et al., 2019) repository, a comprehensive source for CQs. The fourth ontology, African Wildlife (Keet, 2019), was included to ensure diversity in both domain coverage and CQ styles.
Meanwhile, Dong et al. (2024) applied the MM-S14-Disease and MM-S14-CPP datasets (Dong et al., 2023), both from the biomedical domain, to evaluate LLM performance in ontology mapping. After encoding the ontologies into OWL using syntax-aware concepts derived from textual descriptions, they leveraged version differences in SNOMED CT (Donnelly, 2006), a clinical terminology system, to define new concepts and construct ground-truth placement edges. Similarly, Kholmska et al. (2024) used the OntoDM suite (Panov et al., 2008), and IOF Core (Drobnjakovic et al., 2022), both rooted in the industrial engineering domain, due to their maturity, comprehensive documentation, and validation within real-world manufacturing settings.
Ciroku et al. (2024a) introduced the first implementation of RevOnt, which leverages the Web Data Visualizer (WDV) KG (Amaral et al., 2022) constructed from Wikidata (Vrandečić & Krötzsch, 2014), a collaborative knowledge base. WDV comprises 7.6K unique RDF triples and includes manually annotated CQs, providing explicit subject–predicate–object relationships that serve as ground truth for CQ derivation. Tsaneva et al. (2024) used Pizza Ontology related from food domain in Protégé, to benchmark LLM-driven defect detection in OWL axioms. Giri et al. (2024) focused on the summarization of protein functions in the bioinformatics domain, evaluating the generated outputs against GO (Consortium, 2006), a fundamental resource in molecular biology. Similarly, Toro et al. (2024) evaluated the quality of LLM-generated definition generation for biomedical cell ontology (Diehl et al., 2016) using BERTScore, supplemented with manual expert review to ensure semantic validity.
We also observed that several studies share common experimental ontologies, enabling standardized evaluation and comparative analysis. For ontology matching tasks, studies such as Zamazal (2024), Hertling and Paulheim (2023), and Norouzi et al. (2023) utilized datasets from the OAEI 2022 benchmark tracks, which provided ontologies and KGs across various domains. Similarly, Babaei Giglou et al. (2023) and Goyal et al. (2024) adopted the LLMs4OL challenge benchmark dataset, designed to assess LLM in various ontology learning tasks. This challenge spaned multiple domains, including WordNet (lexical) (Miller, 1995), GeoNames (geospatial) (Volz et al., 2007), UMLS (Bodenreider, 2004), SNOMED CT (biomedical) (Donnelly, 2006), and Schema.org (web) (Guha et al., 2016) 10 ontologies. These shared benchmarks facilitated the consistent evaluation of LLM-based methods in structured knowledge engineering.
In addition, several datasets have been reused in studies to allow a consistent evaluation of tasks and models. For example, Fathallah et al. (2024a) used the Wine Ontology as a gold standard in their NeOn-GPT pipeline, covering tasks such as requirements writing, OWL encoding, publication, and documentation. Rebboud et al. (2024a) and Rebboud et al. (2024b) evaluated LLM-generated outputs using a consistent set of ontologies: DOREMUS (Achichi et al., 2018), Polifonia (de Berardinis et al., 2023), Dem@Care (Karakostas et al., 2016), Odeuropa (Lisena et al., 2022), NORIA-O (Tailhardat et al., 2024), and FIBO (Bennett, 2013) in multiple tasks, including CQ reverse engineering, conceptualization, and ontology documentation.
In addition to ontology files, several studies have explored the use of unstructured datasets and NL text as experimental input. Mateiu and Groza (2023) used 150 unstructured descriptions of ontological elements to evaluate a Protégé plugin that translates NL sentences into OWL axioms.
In requirements specification task studies, Antia and Keet (2023) fed COVID-19 scientific papers into an automated CQ reverse engineering pipeline to derive candidate queries for ontology validation. Similarly, Pan et al. (2024) generated CQs for two tasks (KG-EmpiRE (Karras, 2024) and human–computer interaction (HCI) (Costa et al., 2022) by retrieving relevant evidence from the corresponding scientific corpora and injecting it into the CQ-generation prompts.
Beyond CQ generation, unstructured corpora have been leveraged for ontology construction. Arevalo et al. (2024) used NL text corpora together with the NLP subset of the CSO ontology (covering 156 deduplicated topics) to generate an ontology. In a commonsense setting, (Eells et al., 2024) prompted LLMs with 101 high-frequency nouns from the Corpus of Contemporary American English (COCA) (Davies, 2010) to induce ontological structures, which were then assessed for semantic coherence and alignment with human commonsense knowledge.
To support further exploration of datasets used in LLM-based OE tasks, we provide Table 5 in the Appendix. The table lists acronyms and the full name of the datasets, the official or commonly used access link, and their associated domain, helping readers identify suitable datasets for specific domain applications.
RQ3.c: Evaluation Methods
In this section, we summarize the evaluation methods employed in the reviewed studies, as they are crucial for assessing the performance of LLM-driven OE activities. Specifically, we categorize evaluation designs as quantitative, qualitative, and mixed (hybrid). Quantitative evaluations typically compare model outputs against reference standards and report task-specific metrics (e.g., Precision/Recall/F1, BLEU, and cosine similarity). Qualitative evaluations rely on human judgment (e.g., expert review or manual inspection). Mixed (hybrid) designs combine automated metrics with human assessment.
For this subsection, we consider only 39 studies that specify an explicit evaluation protocol (e.g., clearly defined metrics, baselines, or comparison criteria), 10 studies without defined metrics/baselines or experiments are not included (Bischof et al., 2024; Fathallah et al., 2024a; Kholmska et al., 2024; Mateiu & Groza, 2023; Tang et al., 2023). Taking into account the remaining studies, three main evaluation approaches emerge, as described below.
Quantitative evaluation approach: Most studies adopt quantitative methods, using automated metrics to assess LLM performance:
Performance-based evaluation: Metrics such as precision, recall, and F1-score are widely used, alongside specialized metrics like inter-model consistency or error rate reduction, particularly in tasks like ontology matching and conceptualization. For example, Hertling and Paulheim (2023) evaluated ontology matching results using precision, recall, and the F1-score, compared to the OAEI datasets. Similarly, Goyal et al. (2024) and Babaei Giglou et al. (2023) applied the F1-score to measure the accuracy of LLM-generated output in ontology conceptualization tasks, as part of the LLMs4OL challenge. Alharbi et al. (2024c) and Kholmska et al. (2024) reported task-specific metrics such as consistency between models, reduction of errors, and coverage of concepts to assess the quality of generated ontologies. Dong et al. (2024) evaluated the predictions of hierarchical relationships using the insert rate at top k (InR@k), which reflected the precision with which new concepts are inserted into a taxonomy. Tufek et al. (2024) measured the accuracy of the exact match for the generation of SPARQL queries by comparing the outputs with predefined targets. Similarity-based evaluation: Some studies applied semantic similarity measures, such as SentenceBERT cosine similarity, to compare LLM-generated outputs with reference texts, reducing the need for manual comparisons. Rebboud et al. (2024b) used SentenceBERT cosine similarity to evaluate the semantic relationship between LLM-generated CQs and expert references. In a related setting, Rebboud et al. (2024a) proposed cosine similarity to compare the generated ontology documentation with expert definitions, supporting an efficient and consistent quality assessment. Ground truth-based evaluation: Structural fidelity is evaluated using metrics such as TED (for SPARQL queries) (Rebboud et al., 2024a) or BLEU score for generated CQs (Ciroku et al., 2024a), ensuring alignment with gold standard datasets. Although BLEU focuses on surface-level lexical similarity, it remains a valuable metric of textual fidelity in structured NL generation tasks, particularly in the context of CQ reverse engineering. Qualitative evaluation approach: A smaller number of studies employ only human-based evaluation. Domain experts assess LLM outputs based on semantic precision, conceptual correctness, and domain relevance, providing critical insights beyond automated metrics. Zhang et al. (2025) utilized a qualitative assessment approach through expert-driven questionnaires, where ontology engineers and domain experts provide nuanced feedback. Bischof et al. (2024) incorporated a rigorous qualitative evaluation that relies on experts in their work, in which specialized experts meticulously assess the definitions generated by LLMs for semantic precision, conceptual precision, and domain-specific correctness. Hybrid evaluation approach: Several studies adopt a hybrid evaluation strategy that integrates both quantitative and qualitative methods. By combining metric-based assessments with expert reviews, these approaches validate both the structural quality and practical usability of LLM outputs, thereby enhancing evaluation robustness. In the context of verification and constraint checking, Tsaneva et al. (2024) compared the evaluation results generated by LLM with the majority vote of human experts to assess the feasibility and reliability of automated ontology restriction checking. da Silva et al. (2024) paired SHACL-based syntax validation with expert review to ensure logical consistency and eliminate redundancy in generated ontologies. Giri et al. (2024) incorporated human evaluation to validate the embedding-based confidence scores used in assessing LLM-generated biomedical summaries, examining how well automated scores align with expert ratings when high-confidence embeddings are observed. For ontology quality assessment, Lippolis et al. (2024) evaluated the LLM-based ontologies using standard quality metrics supplemented by domain expert review. Val-Calvo et al. (2025) combined automated quality analysis with expert-based manual assessment, employing OQuaRE metrics and the OOPS! pitfall scanner (Poveda-Villalón et al., 2014) to quantitatively compare human-created and LLM-based ontologies, while ontology engineers qualitatively evaluate domain-relevant class representation. Arevalo et al. (2024) measured completeness and conciseness through pairwise average similarity, mean aggregate similarity, and cosine similarity against reference embeddings, complemented by qualitative assessment of accuracy, clarity, adaptability, and consistency via inspection of generated classes, properties, and relations. For broader evaluation, Coutinho (2024) integrated quantitative indicators such as task completion time and model quality metrics with qualitative insights from expert interviews and user satisfaction assessments, balancing automation with human feedback to improve inter-model consistency and overall usability. Alharbi et al. (2024b) similarly applied both paradigms. Quantitatively, they use metrics such as mean questions per triple, precision, recall, and F1-score to evaluate generated CQs. Qualitatively, they interviewed ontology developers to assess the intent and relevance of generated CQs, and invited ontology editors to rate predicted versus curated definitions.
As reported in previous sections, the reviewed works use different input datasets and metrics, and hence are not directly comparable. However, here we discuss the overall reported results, grouped by activity, to obtain a qualitative overview of the state-of-the-art.
In the requirements specification phase, multiple studies report that LLMs can effectively support CQ generation. Antia and Keet (2023) proposed AgOCQs, which feed COVID-19 scientific papers into an automated CQ generation pipeline to derive candidate questions for ontology validation. In a survey of 20 generated CQs, 70% were rated grammatically correct by at least 70% of participants. Ontology experts deemed 12/20 CQs answerable (50%–85% agreement across questions) and highly relevant (70%–93%), while 73% of users and 69% of experts agreed that the CQs provided clear domain coverage.
For CQ reverse engineering, Rebboud et al. (2024b) evaluated precision by matching generated CQs to gold CQs using SentenceBERT cosine similarity with a fixed threshold (
In the requirement formalization task, LLMs demonstrated strong performance in translating NL into SPARQL queries. Tufek et al. (2024) reported F1-scores ranging from 88% to 96%, with prompt template optimization significantly enhancing output quality. The execution modality also mattered: the use of a web interface yielded 100% F1, outperforming API-based execution (93%).
In the ontology implementation phase, particularly in conceptualization, GPT-4o demonstrated strong zero-shot performance in the LLMs4OL challenge tasks, achieving an F1 of 72.78% and winning six subtasks (Babaei Giglou et al., 2023; Goyal et al., 2024). Fine-tuning of the Flan-T5 model led to substantial improvements, 25% in Task A and 45% on WordNet-related tasks. In domain-specific ontology construction, SciBERT achieved 91.29% F1 and over 91% accuracy by supporting term typing and taxonomy discovery (Pisu et al., 2024). For hierarchical concept placement, models enhanced with explainability-driven instruction tuning, such as LLaMA-2-7B, outperformed larger general-purpose LLMs (Dong et al., 2024). Arevalo et al. (2024) proposed AutOnto to derive a compact set of domain topics from text and evaluate it against a CSO subset using pairwise average similarity (PAS), mean aggregate similarity (MAS), and cosine similarity with reference embedding (CSRE). On the NLP domain, AO-NLP scores 0.34 in PAS (vs. 0.35 for CSO-NLP) and 0.84 in MAS (vs. 0.85 for CSO-NLP), and CSRE is 0.84, close to 0.88 from CSO-NLP, while using far fewer topics (56 vs. 156 deduplicated topics).
During encoding, Val-Calvo et al. (2025) compared OntoGenix-generated ontologies with human-developed ontologies in six datasets using OQuaRE (Duque-Ramos et al., 2011) quality scores and OOPS! pitfalls and measure effort savings. OntoGenix yields time savings of 8.2%–58.3% for ontology development. In the SPIRES framework, GPT-3.5-turbo achieves perfect entity alignment; however, on the zero-shot chemical–disease relation task, SPIRES showed an F1-score of 43.8% (Caufield et al., 2024). Moreover, da Silva et al. (2024) reported a mean error score of 0.03 for Claude and 0.12 for GPT under few-shot prompting, and completeness values of 0.90–1.00 for complex capabilities in few-shot settings.
In SAR OE, Doumanas et al. (2024) reported the highest F1-score under the X-HCOME evaluation setting for Bard at 48.21%, with precision 84% and recall 34.50%. Under the same setting, GPT-4 reached an F1-score of 30.92%, with a precision of 88% and a recall of 18.75%. They also reported that, when evaluated against a reduced gold-standard class hierarchy, the recall increases by 140% for GPT-4. In addition, Doumanas et al. (2025) fine-tuned GPT-4 and Mistral 7B using OE-specific JSONL datasets curated from foundational OE textbooks and re-evaluated SAR ontology generation against a human-expert reference ontology; for class generation, successive fine-tuning iterations improved GPT-4’s F1-score from 19.35% to 27.08%.
In ontology matching and reuse, GPT-4o correctly validated complex alignments with 100% accuracy in rejecting false correspondences (Zamazal, 2024). The OLaLa study showed that improvements in the F1-score can achieve 90.2% with Llama-2-70b-instruct-v2, optimized for efficiency (Hertling & Paulheim, 2023). In the NCIT-DOID equivalence matching benchmarks (He et al., 2023), Flan-T5-XXL achieved the highest F1-score, reaching 72.1% with a threshold of 0.650, and also achieved the best Hits@1 of 88.0%. Norouzi et al. (2023) reported precision 37%, recall 92%, and F1-score 52% on the OAEI 2022 benchmark, with the highest recall and F1-score obtained using the iterative prompt design that queries matches per class and property.
In ontology evaluation, ChatGPT-4 verified axioms with 92.2% accuracy, which increased to 96.7% using ensemble aggregation (Tsaneva et al., 2024). OntoChat achieved 87.5% positive expert ratings for CQ questions (Zhang et al., 2025). DRAGON-AI reported high precision but moderate recall, and its performance improved iteratively with user input (Toro et al., 2024). In a controlled educational setting, GPT-4 with CQ-by-CQ prompting achieved CQ pass rates of up to 100% across several CQ categories when evaluated by executable SPARQL query success (Saeedizade & Blomqvist, 2024).
Finally, in the ontology maintenance task, GO2Sum (Giri et al., 2024) outperformed vanilla T5 for 95.5%–98.0% of targets under embedding-based similarity and for 95.3%–97.3% under mover-based similarity metrics. In predicted GO annotations, 73.7%, 79.9%, and 95.7% of the summaries for Function, Subunit Structure, and Pathway, respectively, achieved an average embedding score greater than or equal to 0.5. These results show that LLM-based summarization improves semantic alignment with reference descriptions for low-coverage GO predictions, indicating the effectiveness of LLMs in supporting ontology debugging and interpretation.
Summary
Evaluation practices in LLM-based OE mainly adopt quantitative metrics such as precision, recall, F1-score, and semantic similarity. Several studies combine these with qualitative expert reviews to assess conceptual validity and domain relevance. Most evaluations focus on overall system output rather than isolating LLM performance, often using existing ontologies (e.g., SNOMED CT and FIBO) as benchmarks. Open-source datasets are increasingly used to improve reproducibility, while standardized protocols remain scarce. Several emerging initiatives, such as OAEI and LLMs4OL, have begun to define shared datasets and metrics. In general, evaluation remains fragmented in all studies, lacking unified criteria and alignment of standards.
RQ4: Application Domains of LLM-Based Ontology Development
In this section, we examine the domain-specific applications of LLMs in OE. Healthcare and life sciences represent one of the most extensively explored areas. LLMs have been applied to validate ontological constraints in major biomedical terminologies such as SNOMED CT and UMLS (Tsaneva et al., 2024), and to assist in the development of domain-specific ontologies such as DemCare for dementia care (Rebboud et al., 2024a, 2024b). Furthermore, they support biomedical knowledge enrichment tasks in widely adopted resources such as the GO, MONDO, and the Cell Ontology, either by generating functional summaries (Giri et al., 2024) or extending axioms and class definitions (Caufield et al., 2024; Toro et al., 2024). Cultural heritage industries also benefit from LLMs. Ontologies such as DOREMUS, Polifonia, and Odeuropa are enhanced for music and olfactory heritage representation (Rebboud et al., 2024a, 2024b; Zhang et al., 2025). In the finance domain, LLMs were used for automated CQ reverse engineering and benchmarking of ontologies such as the Financial Industry Business Ontology (FIBO) (Rebboud et al., 2024a, 2024b), thus contributing to a more systematic knowledge organization in regulatory and investment contexts. Within the emergency and safety domain, LLMs have been utilized to construct SAR ontologies based on related knowledge, including environmental conditions, hazard classification, and resource planning through structured prompting strategies (Doumanas et al., 2024). In the autonomous systems and smart technologies domain, LLMs have been used to model traffic scenarios in autonomous driving ontologies (Tang et al., 2023) and to define concepts for smart building systems (Bischof et al., 2024), allowing automation and validation processes. For academic and research domains, LLMs helped structure and classify research topics, as seen in the Computer Science Ontology (CSO) (Pisu et al., 2024), offering scalable solutions for scientific knowledge organization and retrieval. In the food field, LLMs supported the enrichment of ontologies like FoodOn by extracting structured data from recipe texts (Caufield et al., 2024), aiding in the classification of ingredients, preparation methods, and nutritional profiles.
Summary
Overall, these applications highlighted the versatility of LLMs across diverse ontology-driven domains (see Table 4 in the Appendix for details). Most studies focused on life sciences and healthcare, followed by cultural heritage, finance, emergency management, autonomous systems, and academic knowledge organization. Typical applications included ontology enrichment, documentation, CQ generation, and schema extension. Biomedical ontologies such as SNOMED CT, UMLS, and the GO were among the most frequently used datasets, while cultural and financial ontologies (e.g., DOREMUS and FIBO) also recurred across multiple studies.
Discussion
Below, we explore the implications of our findings in relation to our RQs, highlighting the challenges and opportunities they present.
Supporting Ontology Development Activities With LLMs
Among the studies reviewed, LLMs have been integrated into various stages of the ontology development lifecycle, with research concentrated predominantly in the early and middle phases. Activities related to ontology implementation, particularly conceptualization and encoding, have received the greatest attention, together representing about 87.8% of the reviewed works, while later stages such as evaluation and maintenance remain comparatively underexplored. In these core phases, LLMs demonstrated notable advantages by leveraging their strong NL understanding and generative reasoning capabilities. They can automatically extract domain-specific concepts, infer hierarchical relations, and identify semantic patterns from unstructured text. Empirical evidence indicates that the resulting concept taxonomies often approximate expert-curated ontologies in terms of scalability and semantic coherence (Caufield et al., 2024; da Silva et al., 2024; Doumanas et al., 2024), accelerating the creation of structured and high-quality knowledge representations in ontology development.
Despite notable advances, the application of LLMs across the ontology lifecycle remains uneven. Later-stage activities, such as documentation, evaluation, and maintenance, receive limited attention, as they demand capabilities that current LLMs cannot reliably provide. Evaluation requires strict logical consistency verification, which exceeds the intrinsic reasoning capacity of LLMs without external validation mechanisms such as rule checkers or expert review (Liu et al., 2025b; Toro et al., 2024). Maintenance, in turn, depends on dynamic knowledge integration, whereas LLMs are statically trained and cannot incorporate new information without retraining, which limits their suitability for the long-term evolution of the ontology (Mundlamuri et al., 2025). Furthermore, while early-stage tasks benefit from well-defined and quantifiable metrics, later stages often involve complex, less formalized objectives such as semantic coverage robustness and sustained ontology refinement.
Addressing these limitations requires reframing later-stage OE not as autonomous LLM-driven processes but as collaborative hybrid workflows. Future research should prioritize the development of hybrid architectures that integrate LLMs generated content with formal reasoning engines for constraint verification, the use of retrieval augmented generation techniques to maintain knowledge currency without full model retraining, and the design of human-centered workflows in which LLMs assist experts in validation and refinement rather than operating independently. Such approaches would leverage the generative flexibility of LLMs while preserving the analytical discipline and domain expertise essential for sustainable and trustworthy OE.
Configuration Workflows of LLMs in Ontology Development Activities
Our findings show that LLMs can effectively assume multiple roles within OE tasks, notably as ontology engineers and domain experts. In these roles, LLMs support the automation of ontology construction and the enrichment of domain-specific knowledge, aiming at reducing the manual effort and transfer of domain-specific expertise traditionally required by ontology engineers.
In the surveyed literature, a consistent trend can be observed regarding model selection and application. GPT-series models are predominantly employed for reasoning-intensive tasks, whereas open-source and lightweight models (e.g., LLaMA and Mistral) are increasingly favored for tasks like ontology matching and conceptualization. This reflects a rapidly diversifying LLM ecosystem where model choice is strategically aligned with task demands. For instance, tuned variants of LLMs like GPT-3 have been used to produce ontological constructs for knowledge formalization, while smaller models such as Mistral-7B offer faster inference and perform efficiently on smaller or domain-specific datasets. Prompting techniques have a significant impact on performance in all models. Zero-shot prompting is widely used for its efficiency in well-defined tasks, while template-based prompting is essential for enforcing strict output schemas such as OWL axioms and SPARQL queries. Role-based prompting enhances semantic reliability in specialized domains, and more advanced strategies, including chain-of-thought reasoning, task decomposition, and iterative refinement, are adopted in heterogeneous or multi-stage workflows to stabilize outputs and improve accuracy. Furthermore, the interaction between prompting and model behavior is further demonstrated by the input and output configurations of the OE workflows. LLMs can handle unstructured, semi-structured, and fully structured data, producing outputs ranging from NL descriptions and CQs to executable queries and formal axioms. Although NL remains the most common input modality, there is a clear shift toward structured formats that better constrain model behavior and ensure the production of machine-actionable results. These structured formats often operate in tandem with the prompting strategies discussed above, constituting an integrated configuration approach that enhances the reliability and usability of LLM-generated ontological artifacts.
Building on these foundations, the integration of LLMs introduces more conversational and iterative workflows compared to traditional methodologies. LLMs enable broader participation from engineers, domain experts, and non-specialists through NL inputs, which the models transform into ontology fragments, refinements, or validation feedback. This shift increases flexibility, accelerates development cycles, and improves the scalability and accessibility of OE practices.
Despite these advantages, several limitations remain. LLMs require substantial computational resources for access and fine-tuning, which restricts their scalability (Hoffmann et al., 2022; Treviso et al., 2023). Their generalization across specialized domains is often poor unless guided by carefully designed prompts, and without such guidance they may produce incomplete or semantically irrelevant outputs (Barman et al., 2024). Parameter adaptation methods, including full fine-tuning and parameter-efficient approaches such as Low-Rank Adaptation (LoRA), still demand considerable human expertise for data preparation, supervision, and quality control, thereby further increasing costs and resource limitations (Wang et al., 2025). Compared with formal logic systems (Baader et al., 2017; Heindorf et al., 2022), LLM reasoning abilities remain shallow, and issues such as hallucinations, limited transparency and violations of fundamental ontological constraints persist (Huang et al., 2025; Petroni et al., 2019; West et al., 2022; Xu et al., 2025). These shortcomings require external validation, post-processing, and expert correction to ensure logical and semantic soundness.
Notably, only six studies in our review involve human participants in LLM-based OE tasks, revealing a clear gap in current research. Human experts remain essential because LLMs often struggle to accurately interpret specialized knowledge. Expert review and iterative validation are therefore necessary throughout OE tasks to ensure the accuracy, clarity, and overall reliability of the outputs. The limited use of human participation can be attributed to methodological and resource-related constraints, such as the high cost of involving expert participation, the difficulty in standardizing human-involved interaction workflows and the prevailing tendency to prioritize automation. Few studies that incorporate human input focus on tasks that require semantic judgment or complex reasoning, areas where LLMs remain less reliable. This pattern indicates that future research should integrate expert participation more systematically to maintain semantic and logical integrity and improve the reliability and usability of LLM-generated ontology output.
To address these limitations, a broader and more coordinated research agenda is required. Future work should emphasize hybrid neuro-symbolic architectures that integrate the generative capabilities of LLMs with the formal precision of symbolic reasoners, enabling continuous validation of logical constraints (Hitzler et al., 2022; Servantez et al., 2024; West et al., 2022). Given the limited use of fine-tuning in current practice, an important direction is the development and adoption of parameter-efficient fine-tuning (PEFT) techniques (Wang et al., 2025). Such approaches support more stable and focused adaptation of LLMs to ontological structures while avoiding the substantial cost of full model retraining.
In parallel, more robust prompting strategies that can adapt to evolving knowledge contexts are needed to mitigate hallucinations and semantic drift (Liu et al., 2025a; Zhang et al., 2024b). To improve the scalability of validation processes, automated verification pipelines should combine ontology checks with streamlined expert oversight. To address the human involvement gap, future methodologies should establish clear and systematic frameworks for integrating human validation into LLM-supported workflows, reducing the cost of expert participation and incorporating human judgment into evaluation practices.
Finally, enhancing the transparency of LLMs remains an open challenge to build trust and support the long-term maintenance of the OE based on LLMs (Zhao et al., 2024). For example, enabling models to explain how each answer is generated and to trace the provenance of every produced result would not only increase user trust but also facilitate the future reuse and maintenance of outputs from OE activities.
In general, achieving the full potential of LLMs in OE requires technical advances in both models and workflows, along with stronger human oversight, richer domain knowledge, and reliable formal verification.
Evaluation Gaps and Challenges for LLMs in Ontology Development Activities
Our review shows that empirical validation has become a central practice in research on the use of large language models in OE. Nearly two-thirds of the surveyed task-level studies include full experimental evaluations, often built on open source domain ontologies in OWL or RDF that serve as expert-curated benchmarks. Most papers employ quantitative, qualitative or combined evaluation methods, reporting metrics such as precision, recall, F1-score, and semantic similarity, while complementing these with expert assessments of conceptual soundness and domain relevance. It is important to note that these evaluations usually assess entire pipelines rather than isolating the contribution of the LLM component. Since each study adopts its own baselines and datasets, direct comparisons across papers are rarely meaningful. However, evaluation practices consistently indicate that the use of LLMs increases automation and often improves task performance across several stages of the OE lifecycle.
Across the reviewed studies, we also observe a growing use of publicly available datasets, which supports the development of more reproducible evaluation frameworks. Shared ontologies increasingly function as common baselines that later research can replicate or extend, and several studies employ gold standard datasets to ensure fairness and comparability. Early efforts toward standardized and transparent evaluation protocols have begun to emerge. Initiatives such as the OAEI 11 and LLMs4OL (Giglou et al., 2024) challenge explicitly define datasets, subtasks, and evaluation metrics, marking a move toward greater consistency and reproducibility within the field. More recently, dedicated benchmarking frameworks have been proposed for CQs (Alharbi et al., 2024a) and LLM-generated ontologies (Plu et al., 2024), contributing to the growing infrastructure for standardized evaluation. From a methodological perspective, quantitative evaluations provide scalable, reproducible and transparent measurements of system performance (Ioannidis & Maniadis, 2024; Liu, 2008). Qualitative assessments by domain experts capture semantic coherence, contextual relevance, and conceptual correctness that numerical metrics often overlook (Denzin et al., 2006; Parfenova et al., 2025; Patton, 2014). Integrating both forms of evaluation combines statistical rigor with semantic depth, thereby helping to ensure that the resulting ontologies are not only formally sound but also contextually meaningful and usable.
Despite these advances and initial benchmarking efforts, several limitations remain. Existing initiatives are still fragmented and often target specific OE sub-tasks. Most studies define their own tasks, datasets, metrics, and benchmarks. This lack of uniformity makes the results difficult to compare, and even minor differences in prompt design or corpus selection can lead to result bias. More fundamentally, a coherent evaluation framework has yet to be established in the field. In addition, many studies do not standardize task definitions or input and output formats, which further complicates comparisons between different works. The lack of benchmark datasets for evaluating different OE tasks and the absence of clear and comprehensive evaluation metrics continue to constrain the development of the LLM-based OE community.
Another important limitation is that the performance of LLMs is often conflated with the behavior of the entire pipeline. Many studies assess only the final output, making it difficult to identify the model’s actual strengths and weaknesses. Although the use of both quantitative metrics and expert evaluations has improved current practice, challenges remain. Quantitative metrics do not capture deeper semantic or domain-specific nuances, and qualitative assessments are time-consuming (Queirós et al., 2017), require expertise and introduce subjectivity, which limits scalability.
To address these limitations, future research should prioritize the development of standard evaluation protocols for LLM-based OE. A first step is the creation of unified benchmarks with clearly defined datasets, tasks and metrics that enable consistent comparisons across studies and across different OE activities. Standardizing task definitions and the formats of inputs and outputs would further reduce variability and support greater reproducibility. In addition, modular evaluation frameworks (Wu & Yu, 2024) are needed to separate the contribution of the LLM from other components of the pipeline. Such frameworks would help evaluate specific capabilities, identify failure cases and provide a clearer understanding of model behavior. Evaluation metrics should also be refined to capture semantic correctness, conceptual validity and domain relevance, rather than relying mainly on surface level accuracy measures. More systematic error analysis would help to identify and address model issues.
Finally, new evaluation strategies should be explored to improve both depth and scalability. These may include automated semantic validation tools, structured expert review procedures, and hybrid approaches that combine statistical measures with targeted human validation. Together, these efforts can contribute to a more robust and reliable evaluation ecosystem for LLM-based OE.
Application Domains of LLM-Based Ontology Development
Across the reviewed studies, a clear trend emerges: while early applications were concentrated in healthcare and life sciences, the adoption of LLMs is rapidly expanding into domains such as cultural heritage, finance, emergency management, autonomous systems, and academic research. This highlights the inherent adaptability of models to address core ontology tasks from extraction and enrichment to validation and conceptual modeling in highly heterogeneous knowledge domains.
However, a cross-domain analysis reveals that the specific role of LLMs varies significantly from one domain to another. The uneven distribution of this progress provides important insight into the conditions that enable successful LLM–OE integration. For instance, Life sciences (Fathallah et al., 2024b) and healthcare (Yang et al., 2023) remain methodologically mature, supported by a powerful combination of factors such as abundant high-quality textual corpora (e.g., scientific literature and clinical documentation), an urgent need for interoperability, and, critically, the availability of mature, gold-standard ontologies such as SNOMED CT and the GO. These well-established resources offer the structural scaffolding and authoritative examples needed to guide LLMs effectively, supporting tasks that include constraint validation and axiom generation.
In contrast, domains such as finance, disaster response, and cultural heritage often lack mature vocabularies and established development workflows. In these settings, LLMs are used less for refining existing ontologies and more for constructing domain knowledge from the beginning, including tasks such as knowledge extraction, conceptual modeling and ontology completion. Examples range from interpreting regulatory documents for financial ontologies (FIBO) to synthesizing search and rescue procedures in SAR ontology development. These studies show that LLMs can extract useful information from domain-specific resources and that expert validation helps improve the quality of the results. With access to large amounts of unstructured text, LLMs support domain experts in transforming NL descriptions into initial conceptual structures.
LLMs have been consistently used as intermediaries that bridge unstructured text and formal representations, although their efficacy remains contingent upon the clarity of target schemas. Therefore, robust domain-specific adaptation remains a significant challenge (Mai et al., 2024). Models trained on general corpora often struggle with specialized terminologies and evolving knowledge structures, leading to semantic imprecision. Furthermore, scalability issues arise because LLMs, being statically trained, struggle to dynamically incorporate new knowledge without retraining, which restricts their long-term applicability (Du et al., 2024). Consequently, ensuring formal consistency in regulated domains still requires substantial expert validation (Perera & Liu, 2024).
To address these limitations, future research should focus on improving the ability of LLMs to adapt to specialized and evolving knowledge domains. This involves developing methods that support the creation and refinement of domain-specific vocabularies, schema templates and conceptual patterns, particularly in areas where consolidated ontologies are not yet available. At the same time, more effective mechanisms for integrating iterative expert feedback are needed so that domain specialists can actively shape and validate emerging conceptual structures throughout the development process. To ensure the long-term applicability and accuracy of LLM-driven systems, techniques for dynamic knowledge updating and domain-aware adaptation are also essential. This includes continued advancement of continual learning strategies (Shi et al., 2025) and dynamic update mechanisms (Fan et al., 2024) that enable models to incorporate new terminology, regulatory changes and evolving domain understanding without requiring complete retraining.
By advancing these directions, the community can better leverage the generative scalability of LLMs while ensuring that the resulting ontological knowledge remains precise, reliable, and sustainable across domains with different levels of knowledge maturity.
Conclusion
Our study employs a systematic literature review methodology to examine the technical applications and current state of LLMs in OE. After searching multiple academic databases for literature published from 2018 to May 2025 using keywords related to LLMs and OE, 36 papers covering 49 independent task-level studies were selected through a multi-stage screening process. It should be noted that earlier Transformer-based studies not explicitly identified as language models may fall outside the scope of this review. Four RQs (RQs 1 to 4) were formulated around the dimensions of LLM involvement in ontology development, focusing on supported core activities, technical implementation methods, performance evaluation strategies, and application domains. Key information was systematically extracted, including research context, details of LLM usage (roles, model types, prompting strategies, input/output formats, and if human involved in OE tasks), evaluation settings, and target domains.
Across the 49 examined task-level studies, LLMs show clear strengths in early and middle stages of ontology development, especially in domain conceptualization, requirements specification, and ontology implementation. Models such as GPT and LLaMA, often used with zero-shot, template-based, or role-based prompts, can generate CQs, formal axioms, and documentation. In these settings, they effectively take on responsibilities traditionally carried out by ontology engineers or domain experts. Their use in fields such as healthcare, cultural heritage, and autonomous systems illustrates the broad adaptability of current LLM-based approaches.
Although these findings highlight significant potential, several limitations remain. The support provided by current LLMs throughout the ontology lifecycle is uneven, and subsequent activities, such as documentation and long-term maintenance, receive comparatively little attention. Their reasoning remains shallow, often leading to hallucinated facts and limited transparency (Bakker et al., 2024; Manda, 2025), which requires expert correction to ensure logical and semantic soundness. Evaluation practices also present substantial difficulties. Existing studies rely on heterogeneous tasks, datasets, and metrics, leading to inconsistent and often incomparable results. Current evaluation measures capture only part of the semantic or conceptual quality of the generated content, and the lack of unified and contamination-free benchmark datasets restricts systematic comparison between studies (Paulheim, 2025).
These limitations are particularly pronounced in application domains that lack mature and stable ontological resources. In such contexts, vocabularies and schemas are still evolving, making it difficult for LLMs to interpret specialized terminology and preserve semantic consistency. Their static training further limits the timely incorporation of newly emerging knowledge, and in regulated or safety-critical settings, expert validation remains essential to ensure correctness.
Given these challenges, several research directions have become urgent:
Lifecycle coverage expansion: Extend LLM applications to underrepresented ontology lifecycle stages, particularly documentation, maintenance, to ensure long-term sustainability and continuous evolution of ontology development. Hybrid neuro-symbolic reasoning: Develop hybrid systems that integrate LLM-generated content with formal logic validation, including OWL reasoning, ontology constraint checking, and semantic consistency verification, improving semantic accuracy, maintaining constraint consistency, and reducing hallucinations. Enhancing LLM adaptability: Improve prompt methods and reduce the reliance on structured inputs to make LLMs more adaptable in OE tasks. Using PEFT can further help models adjust to ontological structures without the high cost of full retraining. Standardized evaluation frameworks: Establish reproducible benchmarks based on expert-curated and publicly documented datasets, and evaluation metrics that combine quantitative measures with expert validation. Such expert-supported benchmarks are essential for reliably evaluating LLM-based OE systems, coping with dataset contamination and ensuring fair comparisons across different methods, ultimately contributing to a more robust and trustworthy evaluation ecosystem. Continuous learning and dynamic adaptation: Develop domain-adaptive LLMs that can integrate evolving knowledge without requiring full retraining. This requires effective mechanisms for dynamic knowledge updates and domain-aware adaptation, supported by advances in continuous learning and dynamic update methods. These improvements help models maintain scalability and relevance in dynamic domains.
The dispersed nature of the reviewed tasks reflects the early stage of LLM-based OE research. As the field matures, we expect convergence toward more unified frameworks, shared resources, and standardized workflows.
By addressing these challenges, LLMs may progress from task-specific assistants to reliable collaborators in OE, supporting scalable, transparent, and high-quality knowledge representation across different domains. Achieving this vision will require not only technical innovation but also stronger methodological foundations, richer models of human and model interaction, and robust community standards.
Footnotes
Funding
This work was supported by the grant “SOEL: Supporting Ontology Engineering with Large Language Models” (PID2023-152703NA-I00) funded by MCIN/AEI/10.13039/501100011033 and by ERDF/UE.
Conflicting Interests
The authors declared no potential conflicts of interest with respect to the research, authorship and/or publication of this article.
