| Year | Model | Reference | Key Contribution | Structural Limitation |
|---|---|---|---|---|
| 2023 | Standard RAG | Gao et al. | Partitions raw corpora into chunks; retrieves text via keyword/vector similarity. | Lacks explicit relational and structural encoding. |
| 2024 | GraphRAG | Edge et al. | Extracts knowledge graphs; establishes hierarchy using clustering techniques. | Strictly limited to mapping pairwise (binary) connections. |
| 2025 | LightRAG | Guo et al. | Indexes dual-layered (local and global) knowledge graphs. | Omits clustering, losing critical high-order group relations. |
| 2026 | Hyper-RAG | Feng et al. | Hypergraph topology capturing multi-order (pairwise + group) interactions. | Mitigates information loss & error propagation |
[Tokenization, Transformer, Embeddings, Attention] | Chunk B: [Retrieval, LLM, Context Window, Hypergraph] | Chunk C: [LLM, Hallucination, Hypergraph]
[Hypergraph], [LLM]) enable 1-step network diffusion and suppress hallucination propagation.
Evaluated across 9 domain-specific datasets (prominently featuring clinical NeurologyCrop and LegalCrop).
Key Knowledge Missing Rate (KMR), Hallucination Error Rate (HER), and Error Propagation Coefficient ($\alpha$).