paper-with-me

홈 › Papers

Retrieval-Augmented Generation of Ontologies from Relational Databases

2025-06-02 · Mojtaba Nayyeri, Athish A Yogi, Nadeen Fathallah, Ratan Bahadur Thapa, Hans-Michael Tautenhahn, Anton Schnurpel, Steffen Staab

Transforming relational databases into knowledge graphs with enriched ontologies enhances semantic interoperability and unlocks advanced graph-based learning and reasoning over data. However, previous approaches either demand significant manual effort to derive an ontology from a database schema or produce only a basic ontology. We present RIGOR, Retrieval-augmented Iterative Generation of RDB Ontologies, an LLM-driven approach that turns relational schemas into rich OWL ontologies with minimal human effort. RIGOR combines three sources via RAG, the database schema and its documentation, a repository of domain ontologies, and a growing core ontology, to prompt a generative LLM for producing successive, provenance-tagged delta ontology fragments. Each fragment is refined by a judge-LLM before being merged into the core ontology, and the process iterates table-by-table following foreign key constraints until coverage is complete. Applied to real-world databases, our approach outputs ontologies that score highly on standard quality dimensions such as accuracy, completeness, conciseness, adaptability, clarity, and consistency, while substantially reducing manual effort.

📄 PDF Abstract BibTeX arXiv:2506.01232

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음

Similar Papers 제목 키워드 기반

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…

An Approach For Transforming of Relational Databases to OWL Ontology

2015-02-20 · Mona Dadjoo, Esmaeil Kheirkhah

Rapid growth of documents, web pages, and other types of text content is a huge challenge for the modern content management systems. One of the problems in the areas of information storage and retrieval is the lacking of…

ManagementRetrieval

A Collaborative Multi-Agent Approach to Retrieval-Augmented Generation Across Diverse Data

2024-12-08 · Aniruddha Salve, Saba Attar, Mahesh Deshmukh, Sayali Shivpuje 외

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by incorporating external, domain-specific data into the generative process. While LLMs are highly capable, they often rely on static, pre-traine…

RAGRetrievalRetrieval-augmented Generation

Knowledge Engineering for Hybrid Deductive Databases

2017-01-03 · Dietmar Seipel

Modern knowledge base systems frequently need to combine a collection of databases in different formats: e.g., relational databases, XML databases, rule bases, ontologies, etc. In the deductive database system DDBASE, we…

HetaRAG: Hybrid Deep Retrieval-Augmented Generation across Heterogeneous Data Stores

2025-09-12 · Guohang Yan, Yue Zhang, Pinlong Cai, Ding Wang 외 arxiv

Retrieval-augmented generation (RAG) has become a dominant paradigm for mitigating knowledge hallucination and staleness in large language models (LLMs) while preserving data security. By retrieving relevant evidence fro…

Semantic SimilarityKnowledge Graphs