KGiRAG: An Iterative GraphRAG Approach for Responding Sensemaking Queries

arXiv cs.CL / 4/24/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes KGiRAG, an iterative, feedback-driven GraphRAG architecture aimed at answering complex sensemaking queries that exceed an LLM’s prior knowledge.
  • It targets common RAG issues such as hallucinations and insufficient context size by using response quality assessment to refine outputs over multiple iterations.
  • The system is evaluated on HotPotQA queries, where the iterative approach improves semantic quality and relevance versus a single-shot (non-iterative) GraphRAG baseline.
  • Overall, it demonstrates how quality assessment loops can make graph-based LLM retrieval pipelines more reliable for long, multi-hop reasoning tasks.

Abstract

Recent literature highlights the potential of graph-based approaches within large language model (LLM) retrieval-augmented generation (RAG) pipelines for answering queries of varying complexity, particularly those that fall outside the LLM's prior knowledge. However, LLMs are prone to hallucination and often face technical limitations in handling contexts large enough to ground complex queries effectively. To address these challenges, we propose a novel iterative, feedback-driven GraphRAG architecture that leverages response quality assessment to iteratively refine outputs until a sound, well-grounded response is produced. Evaluating our approach with queries from the HotPotQA dataset, we demonstrate that this iterative RAG strategy yields responses with higher semantic quality and improved relevance compared to a single-shot baseline.