Large language models as oracles for instantiating ontologies with domain-specific knowledge
Giovanni Ciatto, Andrea Agiollo, Matteo Magnini, Andrea Omicini
TL;DR
Ontology population is traditionally manual or data-driven, often biased or data-dependent. The paper introduces KGFiller, a domain-independent pipeline that uses Large Language Models as oracles, starting from an initial ontology schema and query templates, to automatically generate instances, relations, and refined classifications through four phases (population, relation, redistribution, merge). A Python implementation populates a nutrition ontology and is evaluated across eight LLM families, with a quality metric defined as $Q = \dfrac{TI-TE + TR - E_{wr}}{TI + TR}$; results show high reliability in many runs (e.g., $Q$ up to about 0.91–0.93 for GPT-3.5/GPT-4 Turbo) and substantial reductions in errors compared to a state-of-the-art baseline. The work analyzes error types, QoS, and model trade-offs, demonstrating that larger oracles generally yield larger yet more accurate ontologies, while also highlighting hallucinations and potential biases. Overall, KGFiller offers a scalable, incremental, and general approach to automate ontology population, with practical impact for rapid domain knowledge instantiation under budget and reliability considerations.
Abstract
Background. Endowing intelligent systems with semantic data commonly requires designing and instantiating ontologies with domain-specific knowledge. Especially in the early phases, those activities are typically performed manually by human experts possibly leveraging on their own experience. The resulting process is therefore time-consuming, error-prone, and often biased by the personal background of the ontology designer. Objective. To mitigate that issue, we propose a novel domain-independent approach to automatically instantiate ontologies with domain-specific knowledge, by leveraging on large language models (LLMs) as oracles. Method. Starting from (i) an initial schema composed by inter-related classes and properties and (ii) a set of query templates, our method queries the LLM multiple times, and generates instances for both classes and properties from its replies. Thus, the ontology is automatically filled with domain-specific knowledge, compliant to the initial schema. As a result, the ontology is quickly and automatically enriched with manifold instances, which experts may consider to keep, adjust, discard, or complement according to their own needs and expertise. Contribution. We formalise our method in general way and instantiate it over various LLMs, as well as on a concrete case study. We report experiments rooted in the nutritional domain where an ontology of food meals and their ingredients is automatically instantiated from scratch, starting from a categorisation of meals and their relationships. There, we analyse the quality of the generated ontologies and compare ontologies attained by exploiting different LLMs. Experimentally, our approach achieves a quality metric that is up to five times higher than the state-of-the-art, while reducing erroneous entities and relations by up to ten times. Finally, we provide a SWOT analysis of the proposed method.
