Hyper-RAG and LTI_Neural_Navigator
These are **competitors** in the hallucination-detection-RAG space, as both employ retrieval-augmented generation as their primary mechanism to reduce LLM factual errors, but differ in their core technical approaches—Hyper-RAG uses hypergraph-based retrieval while LTI Neural Navigator focuses on domain-specific knowledge-base optimization.
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 LTI_Neural_Navigator
anlp-team/LTI_Neural_Navigator
"Enhancing LLM Factual Accuracy with RAG to Counter Hallucinations: A Case Study on Domain-Specific Queries in Private Knowledge-Bases" by Jiarui Li and Ye Yuan and Zehua Zhang
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work