IRAIFeb 1

FlexStructRAG: Flexible Structure-Aware Multi-Granular Relational Retrieval for RAG

arXiv:2604.16312h-index: 11
Originality Incremental advance
AI Analysis

This work addresses the problem of brittle retrieval in RAG systems that rely on fixed-length chunks or single structured indices, offering a more flexible approach for queries requiring diverse relational evidence.

FlexStructRAG introduces a flexible RAG framework that jointly constructs a knowledge graph, knowledge hypergraph, and structure-aware semantic clusters to enable multi-granular, query-adaptive retrieval. Experiments on the UltraDomain benchmark show improvements in semantic evaluation over strong RAG baselines.

Retrieval-Augmented Generation (RAG) systems critically depend on how external knowledge is segmented, structured, and retrieved. Most existing approaches either retrieve fixed-length text chunks, which fragments discourse context, or commit to a single structured index (e.g., a knowledge graph or hypergraph), which hard-codes one relational granularity. This often yields brittle retrieval when queries require different forms of evidence, such as local binary relations, higher-order interactions, or broader document-grounded context. We propose \textbf{FlexStructRAG}, a flexible structure-aware RAG framework that supports \emph{multi-granular, query-adaptive retrieval} over heterogeneous knowledge representations. FlexStructRAG jointly constructs (i) a knowledge graph for binary relations, (ii) a knowledge hypergraph for n-ary relations, and (iii) structure-aware semantic clusters that aggregate relational evidence into document-grounded context units. To reduce semantic fragmentation induced by uniform chunking, we introduce dynamic partitioning and a truncated sliding-window extraction mechanism that incorporates bounded contextual dependencies during knowledge construction. At inference time, FlexStructRAG enables entity-, edge-, hyperedge-, and cluster-level retrieval, which can be flexibly combined to supply generation with relationally and contextually aligned evidence. Experiments on the UltraDomain benchmark across four domains show that FlexStructRAG improves semantic evaluation over strong RAG baselines. Ablation and sensitivity analysis further demonstrate the necessity of multi-granular relational retrieval and structure-aware clustering.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes