Retrieval-augmented generation
LightRAG
Heavily superseded — a standard baseline that newer methods routinely beat
15 papers critique it · 24 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites LightRAG as a baseline.
However, most existing graph-based methods operate at the chunk level. They treat multi-sentence text chunks as graph nodes, which limits their ability to capture fine-grained semantic relations.
“the entity Randolph County is not retrieved by the LightRAG retriever. Consequently, the LLM's reasoning suffers from broken logic and insufficient evidence.”
“its incremental update capability is primarily limited to document append rather than complex entity disambiguation and relation revision”
“while LightRAG~guo2024lightrag extracts ego-networks around seed nodes without semantic alignment.”
“GraphRAG method uses all the information from the nodes and edges within certain communities. Similarly, LightRAG retrieves the immediate neighbors of query-related nodes to generate answers. The redundant information retrieved in these methods may act as noise, and negatively affecting subsequent generation.”
“LightRAG is reported to outperform NaiveRAG~guo2024lightrag but our results show that NaiveRAG performs better than LightRAG.”
“The primary distinction between Hyper-RAG and the conventional Graph RAG lies in its inclusion of non-paired, higher-order correlations, which results in a more comprehensive and structured representation of the source data.”
“Current RAG architectures (, LightRAG~guo2024lightrag and GraphRAG~edge2024local), originally designed to leverage LLMs' sophisticated capabilities, fail to accommodate the inherent constraints of SLMs across multiple critical functions: sophisticated query interpretation, multi-step reasoning, semantic matching between queries and documents, and nuanced information synthesis.”
“when LightRAG retrieves relevant content for the previously mentioned query, it successfully finds a considerable amount of information directly related to honey, beekeepers, etc. However, this content lacks background information on the local history and geographical context of the honey's place of origin, which would enable the LLM to address queries with a broader array of perspectives and insights.”
“However, these approaches are divorced from a global perspective.”
“However, these methods excel in text-based multi-hop reasoning but remain constrained in handling complex, multimodal content.”
“These approaches either incur online latency through retrieval-time traversal or fail to capture complementary evidence across granularities”
Beaten on benchmarks
Head-to-head results where a newer method reports beating LightRAG. Values are copied from the source paper's tables — verify against the cited paper.
QAFD-RAG beats LightRAG
33.50 vs 0.10
MegaRAG beats LightRAG
84.8 vs 0.8
Overall · [DLCV multimodal dataset]
MegaRAG: Multimodal Knowledge Graph-Based Retrieval Augmented GenerationArchRAG beats LightRAG
11.5 vs 4.5
BLEU-1 · [NarrativeQA]
ArchRAG: Attributed Community-based Hierarchical Retrieval-Augmented GenerationLegalGraphRAG beats LightRAG
41.3 vs 21.5
Accuracy All · [Qwen3-8B]
LegalGraphRAG: Multi-Agent Graph Retrieval-Augmented Generation for Reliable Legal ReasoningMethod (ours) (GPT-4o-mini) beats LightRAG
41.0 vs 22.4
GORAG beats LightRAG
0.6125 vs 0.3373
classification accuracy · [CAD, Round 1]
Graph-based Retrieval Augmented Generation for Dynamic Few-shot Text ClassificationANCHOR beats LightRAG
37.85 vs 21.11
Average EM · [Qwen2.5-7B-Instruct]
Graph-Anchored Knowledge Indexing for Retrieval-Augmented GenerationHippoRAG beats LightRAG
0.892 vs 0.507
Recall@1 · [HotpotQA dataset]
Revisiting RAG Retrievers: An Information Theoretic BenchmarkNKW beats LightRAG
0.7012 vs 0.4407
Overall · [Qwen3-235B backbone]
Narrative Knowledge Weaver: Narrative-Centric Retrieval-Augmented Reasoning for Long-Form Text UnderstandingOMD-GraphRAG beats LightRAG
56.37 vs 36.46
AMADEUS beats LightRAG
9.26 vs 6.06
FGRAG beats LightRAG
8.77 vs 18.27
Query time (s) · [all methods]
How Significant Are the Real Performance Gains? An Unbiased Evaluation Framework for GraphRAG
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- Narrative Knowledge WeaverNarrative Knowledge Weaver: Narrative-Centric Retrieval-Augmented Reasoning for Long-Form Text UnderstandingJun 4, 2026
- Jun 4, 2026
- May 30, 2026
- May 27, 2026
- LegalGraphRAGLegalGraphRAG: Multi-Agent Graph Retrieval-Augmented Generation for Reliable Legal ReasoningMay 27, 2026
- In-Context Optimization for RAGIn-Context Optimization for Retrieval-Augmented Generation: A Gradient-Descent PerspectiveMay 25, 2026
- EfficientGraph-RAGEfficientGraph-RAG: Structured Retrieval-State Management for Cross-Task Retrieval-Augmented GenerationMay 25, 2026
- May 22, 2026
- May 12, 2026
- May 7, 2026
- Chain of Evidence (CoE)Chain of Evidence: Pixel-Level Visual Attribution for Iterative Retrieval-Augmented GenerationMay 2, 2026
- CERTA"I Don't Know" -- Towards Appropriate Trust with Certainty-Aware Retrieval Augmented GenerationMay 1, 2026