Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

EHRAG: Bridging Semantic Gaps in Lightweight GraphRAG via Hybrid Hypergraph Construction and Retrieval

About

Graph-based Retrieval-Augmented Generation (GraphRAG) enhances LLMs by structuring corpus into graphs to facilitate multi-hop reasoning. While recent lightweight approaches reduce indexing costs by leveraging Named Entity Recognition (NER), they rely strictly on structural co-occurrence, failing to capture latent semantic connections between disjoint entities. To address this, we propose EHRAG, a lightweight RAG framework that constructs a hypergraph capturing both structure and semantic level relationships, employing a hybrid structural-semantic retrieval mechanism. Specifically, EHRAG constructs structural hyperedges based on sentence-level co-occurrence with lightweight entity extraction and semantic hyperedges by clustering entity text embeddings, ensuring the hypergraph encompasses both structural and semantic information. For retrieval, EHRAG performs a structure-semantic hybrid diffusion with topic-aware scoring and personalized pagerank (PPR) refinement to identify the top-k relevant documents. Experiments on four datasets show that EHRAG outperforms state-of-the-art baselines while maintaining linear indexing complexity and zero token consumption for construction. Code is available at https://github.com/yfsong00/EHRAG.

Yifan Song, Xingjian Tao, Zhicheng Yang, Yihong Luo, Jing Tang• 2026

Related benchmarks

TaskDatasetResultRank
Question Answeringmedical
GPT Accuracy65.32
31
Multi-hop Question AnsweringHotpotQA
SubEM65.7
17
Multi-hop Question Answering2WikiMultiHop
SubEM73.4
17
Multi-hop Question AnsweringMuSiQue
SubEM34.3
17
Showing 4 of 4 rows

Other info

Follow for update