HyperGraphRAG icon indicating copy to clipboard operation
HyperGraphRAG copied to clipboard

[NeurIPS 2025] Official resources of "HyperGraphRAG: Retrieval-Augmented Generation via Hypergraph-Structured Knowledge Representation".

Results 7 HyperGraphRAG issues
Sort by recently updated
recently updated
newest added

Hi @LHRLAB 🤗 Niels here from the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2503.21322. The paper page lets...

作者您好!您的项目非常有趣,感谢您上传完整的代码! 我在尝试根据 evaluation 下的 [README.md](https://github.com/LHRLAB/HyperGraphRAG/blob/main/evaluation/README.md) 测试您的项目,但运行到第四步 Evaluate the Generation 时出现了如下错误: ```plaintext Traceback (most recent call last): File "/Users/****/Programming/RAGProjects/HyperGraphRAG/evaluation/get_score.py", line 4, in from eval_r import cal_rsim File "/Users/****/Programming/RAGProjects/HyperGraphRAG/evaluation/eval_r.py", line 6, in...

作者您好!你的项目非常有意思,非常感谢您上传你的代码以及项目。你是否有关于HyperGraphRAG/evaluation/results相关的运行结果数据文件,如果有能否给一下相关的网盘链接。最后期待你的回复!谢谢!

Thank you for your paper and the publishing of the code. Some questions on your paper: 1) What is the storage overhead of Hypergraph RAG? Entities embedding increases storage. Can...

您好,get_score.py没有实现C-Rec C-ERec A-Rel三个指标的计算,无法复现论文评估部分,能否添加一下

What work should I do to replace openAPI with deepseekAPI?