paper-with-me

Papers

Automatic Ontology Construction Using LLMs as an External Layer of Memory, Verification, and Planning for Hybrid Intelligent Systems

2026-04-22 · Pavel Salovskii, Iuliia Gorshkova arxiv

This paper presents a hybrid architecture for intelligent systems in which large language models (LLMs) are extended with an external ontological memory layer. Instead of relying solely on parametric knowledge and vector-based retrieval (RAG), the proposed approach constructs and maintains a structured knowledge graph using RDF/OWL representations, enabling persistent, verifiable, and semantically grounded reasoning. The core contribution is an automated pipeline for ontology construction from heterogeneous data sources, including documents, APIs, and dialogue logs. The system performs entity recognition, relation extraction, normalization, and triple generation, followed by validation using SHACL and OWL constraints, and continuous graph updates. During inference, LLMs operate over a combined context that integrates vector-based retrieval with graph-based reasoning and external tool interaction. Experimental observations on planning tasks, including the Tower of Hanoi benchmark, indicate that ontology augmentation improves performance in multi-step reasoning scenarios compared to baseline LLM systems. In addition, the ontology layer enables formal validation of generated outputs, transforming the system into a generation-verification-correction pipeline. The proposed architecture addresses key limitations of current LLM-based systems, including lack of long-term memory, weak structural understanding, and limited reasoning capabilities. It provides a foundation for building agent-based systems, robotics applications, and enterprise AI solutions that require persistent knowledge, explainability, and reliable decision-making.

📄 PDF Abstract BibTeX arXiv:2604.20795

Code (0)

등록된 구현이 없습니다.

Tasks

Relation Extraction

Similar Papers 제목 키워드 기반

Text-to-SQL Task-oriented Dialogue Ontology Construction

2025-07-31 · Renato Vukovic, Carel van Niekerk, Michael Heck, Benjamin Ruppik 외 arxiv

Large language models (LLMs) are widely used as general-purpose knowledge sources, but they rely on parametric knowledge, limiting explainability and trustworthiness. In task-oriented dialogue (TOD) systems, this separat…

Dialogue State TrackingTransfer Learning

Ontology-grounded Automatic Knowledge Graph Construction by LLM under Wikidata schema

2024-12-30 · Xiaohan Feng, Xixin Wu, Helen Meng

We propose an ontology-grounded approach to Knowledge Graph (KG) construction using Large Language Models (LLMs) on a knowledge base. An ontology is authored by generating Competency Questions (CQ) on knowledge base to d…

graph construction

From human experts to machines: An LLM supported approach to ontology and knowledge graph construction

2024-03-13 · Vamsi Krishna Kommineni, Birgitta König-Ries, Sheeba Samuel

The conventional process of building Ontologies and Knowledge Graphs (KGs) heavily relies on human domain experts to define entities and relationship types, establish hierarchies, maintain relevance to the domain, fill t…

graph constructionKnowledge GraphsRAGRetrieval-augmented Generation

Ontology Learning and Knowledge Graph Construction: A Comparison of Approaches and Their Impact on RAG Performance

2025-11-08 · Tiago da Cruz, Bernardo Tavares, Francisco Belo arxiv

Retrieval-Augmented Generation (RAG) systems combine Large Language Models (LLMs) with external knowledge, and their performance depends heavily on how that knowledge is represented. This study investigates how different…

Creation of a bottom-up corpus-based ontology for Italian Linguistics

2012-05-01 · LREC 2012 5 · Elisa Bianchi, Mirko Tavosanis, Emiliano Giovannetti

This paper describes the steps of construction of a shallow lexical ontology of Italian Linguistics, set to be used by a meta-search engine for query refinement. The ontology was constructed with the software Prot{\'e}g{…

Term Extraction