Section 06 · Methodology (Part 1)
Knowledge Base Construction
- Semantic Text Chunking: Preprocesses and partitions raw corpora ($D$) into semantic chunks ($D_i$) to preserve local context.
- LLM Entity Extraction: Leverages LLMs to extract entity set ($K_v$) (diseases, symptoms, drugs, treatments, concepts).
- Relationship Extraction: Maps both pairwise ($E_{low}$) and multi-entity ($E_{high}$) correlations.
- Vertex Consolidation: Merges duplicate entity descriptions across chunks using an LLM to unify vertex DB ($V$).
Section 06 · Methodology (Part 2)
Hypergraph Formation & Topology
- Clinical Entity Initialization: Identifies core entities (Patient, COVID-19, Fever, Chest CT, Azithromycin, Pneumonia).
- Pairwise Limitations (GraphRAG): Connects nodes strictly 1-to-1, causing severe relational pruning.
- Hyperedge Formation (Hyper-RAG): Replaces multiple binary edges with unified multi-entity hyperedges.
- Textual Narrative Enclosure: Encapsulates multi-entity groups with LLM-synthesized narrative descriptions.
Section 06 · Methodology (Part 3)
Retrieval & Prompt Augmentation
- Query Keyword Partitioning: Splits query $q$ into Entity keywords ($X_{ent}$) and Correlation keywords ($X_{cor}$).
- Dual Vector Search & Expansion: Maps keywords to target vertices/edges and performs 1-step network diffusion.
- Context Ranking & Prompt Building: Formats graph paths into natural-language context and appends it to prompt.
- Grounded LLM Response: Passes augmented prompt to LLM, eliminating training-induced compression loss.
Key Presenter Insight (Seminar Defense):
"The hypergraph itself is never directly fed into the LLM. Instead, Hyper-RAG retrieves the most relevant nodes and hyperedges, converts them into natural-language context, appends that context to the user's query, and only then sends the augmented prompt to the LLM."
Section 08
Result and Discussion
+12.3%
Accuracy Improvement
(vs direct LLM usage)
-50%
Hallucination Error Rate
(HER reduction)
0.14
Error Propagation (α)
Suppressed from 0.59 (-76%)
Error Propagation Coefficient (α) Suppression Comparison
- Performance Breakthroughs: Hyper-RAG boosts baseline accuracy by an average of 12.3%, outperforming GraphRAG and LightRAG by 6.3% and 6.0%, respectively.
- Cross-Domain Generalisation: Achieves a 35.5% average performance leap over LightRAG across 9 datasets (peaking at +55.3% on LegalCrop).