English

Democratizing GraphRAG: Linear, CPU-Only Graph Retrieval for Multi-Hop QA

Information Retrieval 2026-03-02 v1 Artificial Intelligence Computation and Language

Abstract

GraphRAG systems improve multi-hop retrieval by modeling structure, but many approaches rely on expensive LLM-based graph construction and GPU-heavy inference. We present SPRIG (Seeded Propagation for Retrieval In Graphs), a CPU-only, linear-time, token-free GraphRAG pipeline that replaces LLM graph building with lightweight NER-driven co-occurrence graphs and uses Personalized PageRank (PPR) for 28% with negligible Recall@10 changes. The results characterize when CPU-friendly graph retrieval helps multi-hop recall and when strong lexical hybrids (RRF) are sufficient, outlining a realistic path to democratizing GraphRAG without token costs or GPU requirements.

Cite

@article{arxiv.2602.23372,
  title  = {Democratizing GraphRAG: Linear, CPU-Only Graph Retrieval for Multi-Hop QA},
  author = {Qizhi Wang},
  journal= {arXiv preprint arXiv:2602.23372},
  year   = {2026}
}

Comments

13 pages, 14 figures, 26 tables

R2 v1 2026-07-01T10:54:26.849Z