Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

HyperGraphRAG: Retrieval-Augmented Generation via Hypergraph-Structured Knowledge Representation

About

Standard Retrieval-Augmented Generation (RAG) relies on chunk-based retrieval, whereas GraphRAG advances this approach by graph-based knowledge representation. However, existing graph-based RAG approaches are constrained by binary relations, as each edge in an ordinary graph connects only two entities, limiting their ability to represent the n-ary relations (n >= 2) in real-world knowledge. In this work, we propose HyperGraphRAG, a novel hypergraph-based RAG method that represents n-ary relational facts via hyperedges, and consists of knowledge hypergraph construction, retrieval, and generation. Experiments across medicine, agriculture, computer science, and law demonstrate that HyperGraphRAG outperforms both standard RAG and previous graph-based RAG methods in answer accuracy, retrieval efficiency, and generation quality. Our data and code are publicly available at https://github.com/LHRLAB/HyperGraphRAG.

Haoran Luo, Haihong E, Guanting Chen, Yandan Zheng, Xiaobao Wu, Yikai Guo, Qika Lin, Yu Feng, Zemin Kuang, Meina Song, Yifan Zhu, Luu Anh Tuan• 2025

Related benchmarks

TaskDatasetResultRank
Multi-hop Question Answering2WikiMultihopQA
EM42.5
278
Multi-hop Question AnsweringHotpotQA
F1 Score46.87
221
Multi-hop Question AnsweringHotpotQA (test)
F173.1
198
Multi-hop Question Answering2WikiMultiHopQA (test)--
143
Multi-hop Question AnsweringMuSiQue (test)
F141.6
111
Multi-hop Question AnsweringHotpotQA
F142.69
79
Question Answering2WikiMultiHopQA (test)
F121.14
69
Question AnsweringNQ (test)--
66
Multi-hop QAMuSiQue
EM22.7
42
Biomedical Multi-hop Question AnsweringCondMedQA
EM57
36
Showing 10 of 39 rows

Other info

Follow for update