Hyper-RAG and RAGGuard

Hyper-RAG prevents hallucinations upstream by improving retrieval quality through hypergraph-based ranking, while RAGGuard detects and scores hallucinations downstream after generation, making them complementary approaches that could be used sequentially in a pipeline.

Hyper-RAG
51
Established
RAGGuard
22
Experimental
Maintenance 13/25
Adoption 10/25
Maturity 9/25
Community 19/25
Maintenance 13/25
Adoption 0/25
Maturity 9/25
Community 0/25
Stars: 251
Forks: 39
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
Stars:
Forks:
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No Package No Dependents
No Package No Dependents

About Hyper-RAG

iMoonLab/Hyper-RAG

"Hyper-RAG: Combating LLM Hallucinations using Hypergraph-Driven Retrieval-Augmented Generation" by Yifan Feng, Hao Hu, Xingliang Hou, Shiquan Liu, Shihui Ying, Shaoyi Du, Han Hu, and Yue Gao.

Implements hypergraph-based knowledge modeling to capture both pairwise and high-order entity correlations from domain-specific corpora, integrated with a native Hypergraph-DB backend for efficient higher-order relationship retrieval. Includes a lightweight variant (Hyper-RAG-Lite) achieving 2× retrieval speed improvement, and provides a web-based visualization UI for hypergraph exploration and QA interaction. Supports multiple LLM providers through configurable API endpoints and demonstrates broad applicability across medical and general-domain datasets.

About RAGGuard

MukundaKatta/RAGGuard

RAG hallucination detection — verify LLM responses are grounded in source documents with faithfulness scoring

Scores updated daily from GitHub, PyPI, and npm data. How scores work