Retrieval-augmented generation

LightRAG

Heavily superseded#4 of 1,179 most-superseded

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.
SentGraph: Hierarchical Sentence Graph for Multi-hop Retrieval-Augmented Question Answering
the entity Randolph County is not retrieved by the LightRAG retriever. Consequently, the LLM's reasoning suffers from broken logic and insufficient evidence.
GraphSearch: An Agentic Deep Searching Workflow for Graph Retrieval-Augmented Generation
its incremental update capability is primarily limited to document append rather than complex entity disambiguation and relation revision
RAGA: Reading-And-Graph-building-Agent for Autonomous Knowledge Graph Construction and Retrieval-Augmented Generation
while LightRAG~guo2024lightrag extracts ego-networks around seed nodes without semantic alignment.
Query-Aware Flow Diffusion for Graph-Based RAG with Retrieval Guarantees
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.
PathRAG: Pruning Graph-based Retrieval Augmented Generation with Relational Paths
LightRAG is reported to outperform NaiveRAG~guo2024lightrag but our results show that NaiveRAG performs better than LightRAG.
How Significant Are the Real Performance Gains? An Unbiased Evaluation Framework for GraphRAG
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.
Hyper-RAG: Combating LLM Hallucinations using Hypergraph-Driven Retrieval-Augmented Generation
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.
MiniRAG: Towards Extremely Simple Retrieval-Augmented Generation
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.
FG-RAG: Enhancing Query-Focused Summarization with Context-Aware Fine-Grained Graph RAG
However, these approaches are divorced from a global perspective.
TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation
However, these methods excel in text-based multi-hop reasoning but remain constrained in handling complex, multimodal content.
MegaRAG: Multimodal Knowledge Graph-Based Retrieval Augmented Generation
These approaches either incur online latency through retrieval-time traversal or fail to capture complementary evidence across granularities
UniAI-GraphRAG: Synergizing Ontology-Guided Extraction, Multi-Dimensional Clustering, and Dual-Channel Fusion for Robust Multi-Hop Reasoning

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.

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.