Published July 19, 2026 | Version v1

Robust-GAP: Hallucination-Resistant Hierarchical RAG with Dynamic Topology and Citation Provenance

  • 1. ROR icon Independent Research Association
  • 2. Independent Researcher

Description

Retrieval-Augmented Generation (RAG) has transformed enterprise document analysis. However, state-of-the-art hierarchical synthesis methods, such as the Graph-Anchor Pyramid (GAP), suffer from three critical bottlenecks in mission-critical applications (e.g., Site Reliability Engineering [SRE]): (1) high maintenance overhead of static topology, (2) lack of source tracking (citation provenance) during hierarchical reduction, and (3) cascading hallucination propagation. In this paper, we propose Robust-GAP, an autonomous hierarchical RAG framework designed for high-noise operational environments. Robust-GAP introduces Dynamic Lightweight Causal Extraction (DLCE) to construct directed local causal graphs on-the-fly from unstructured metadata. It employs Schema-Guided Anchor Validation (SGAV) to filter hallucinatory or irrelevant entity-relation triplets, preventing error propagation. Furthermore, it incorporates Provenance-Aware Pyramid Propagation (PAPP) to track raw document IDs hierarchically, enforcing inline citations [Dxx] in final outputs. We evaluate Robust-GAP using two Large Language Models (LLMs) on a 32-node enterprise incident log dataset. Experimental results demonstrate that Robust-GAP achieves a 100% causal chain recall and 100% citation F1-score with 0.0% hallucination rate under severe noise, significantly outperforming conventional one-shot RAG and classic GAP baselines.

Files

robust_gap_preprint.pdf

Files (5.8 MB)

Name Size Download all
md5:cc72ed95ffaaa0c5a1171e9da4cbdbb7
5.7 MB Preview Download
md5:054cc556b455cf6452ad5576cf150c30
53.0 kB Download

Additional details

Software

Repository URL
https://github.com/tanaikech/Robust-GAP
Programming language
Python
Development Status
Active

References