菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-22
📄 Abstract - Automatic Ontology Construction Using LLMs as an External Layer of Memory, Verification, and Planning for Hybrid Intelligent Systems

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.

顶级标签: llm systems knowledge graph
详细标签: ontology construction hybrid architecture rdf/owl reasoning generation-verification 或 搜索:

利用大语言模型作为混合智能系统的外部记忆、验证与规划层实现自动本体构建 / Automatic Ontology Construction Using LLMs as an External Layer of Memory, Verification, and Planning for Hybrid Intelligent Systems


1️⃣ 一句话总结

本文提出了一种将大语言模型与外部知识图谱相结合的混合智能系统架构,通过自动构建和验证RDF/OWL本体,解决了传统模型缺乏长期记忆、推理能力弱的问题,并在多步规划任务中展现出更优性能。

源自 arXiv: 2604.20795