A new Graph-based RAG approach for querying and instantiating large-scale industrial semantic artifacts

Tracking #: 4060-5274

Authors: 
Nilay Tufek
Burak Yigit Uslu
Valentin Philipp Just
Tathagata Bandyopadhyay
Aparna Saisree Thuluva
Marta Sabou
Allan Hanbury

Responsible editor: 
Guest Editors 2025 LLM GenAI KGs

Submission type: 
Full Paper
Abstract: 
Large Language Models (LLMs) have demonstrated remarkable capabilities in extracting knowledge and generating new content from a wide range of resources, particularly text-based ones. Beyond unstructured data, LLMs also show strong performance on structured yet semantically rich resources such as ontologies, schemas, and knowledge graphs. However, the direct utilization of large-scale semantic artifacts as input to LLMs is constrained by prompt size and token limits. The state-of-the-art solution to this challenge is the use of Retrieval-Augmented Generation (RAG) systems. In this work, we propose IndustrialGraphRAG, a novel graph-based RAG approach specifically designed for large semantic artifacts. Our method integrates LLM-based Named Entity Recognition (NER) and Entity Linking (EL), forming a unified pipeline tailored for semantically complex resources. Within this framework, we implement three use cases that combine LLM reasoning with our RAG system: (i) semantic artifact validation, (ii) information retrieval, and (iii) information model generation. The first two tasks convert natural language queries (NLQs) into executable SPARQL queries, whereas the third populates semantic artifacts based on NLQ-driven instructions. Across all use cases, the system demonstrates strong performance, confirming the effectiveness of the approach. Comparative experiments against two additional RAG baselines further show superior performance in both accuracy and contextual reasoning. OPC UA serves as our primary data resource due to its breadth and semantic richness. To demonstrate generalizability, we additionally evaluate the system on the large-scale SAREF ontology, a structurally and semantically distinct artifact. Consistent performance across both resources indicates that the proposed system is not domain-specific and can be reliably applied to diverse semantic datasets.
Full PDF Version: 
Tags: 
Reviewed

Decision/Status: 
Accept

Solicited Reviews:
Click to Expand/Collapse
Review #1
Anonymous submitted on 11/May/2026
Suggestion:
Accept
Review Comment:

This manuscript was submitted as 'full paper' and should be reviewed along the usual dimensions for research contributions which include (1) originality, (2) significance of the results, and (3) quality of writing. Please also assess the data file provided by the authors under “Long-term stable URL for resources”. In particular, assess (A) whether the data file is well organized and in particular contains a README file which makes it easy for you to assess the data, (B) whether the provided resources appear to be complete for replication of experiments, and if not, why, (C) whether the chosen repository, if it is not GitHub, Figshare or Zenodo, is appropriate for long-term repository discoverability, and (4) whether the provided data artifacts are complete. Please refer to the reviewer instructions and the FAQ for further information.

All minor issues have been addressed

Review #2
By Birgitta Koenig-Ries submitted on 07/Aug/2026
Suggestion:
Accept
Review Comment:

I was a reviewer of the previous version of the paper. Overall, I liked it back then and that is true also for the new version.
All concerns raised with the prior version have been addressed by the authors.