WildGraphBench: Benchmarking GraphRAG with Wild-Source Corpora
Pengyu Wang, Benfeng Xu, Licheng Zhang, Shaohan Wang, Mingxuan Du, Chiwei Zhu, Zhendong Mao
TL;DR
WildGraphBench introduces a wild-source GraphRAG benchmark by using Wikipedia reference pages as a long, noisy retrieval corpus and citation-grounded Wikipedia statements as gold facts. It constructs a three-tiered task suite—single-fact, multi-fact, and section-level summarization—with a statement-grounded evaluation framework to stress long-context multi-document reasoning. Experimental results show graph-based retrieval improves multi-fact aggregation but offers limited gains for simple lookups and struggles with broad summarization under wild noise, highlighting the need for more robust evidence acquisition and synthesis. The work provides a dataset, evaluation protocol, and insights into graph construction and retrieval budgeting to advance robust GraphRAG research in real-world, heterogeneous settings.
Abstract
Graph-based Retrieval-Augmented Generation (GraphRAG) organizes external knowledge as a hierarchical graph, enabling efficient retrieval and aggregation of scattered evidence across multiple documents. However, many existing benchmarks for GraphRAG rely on short, curated passages as external knowledge, failing to adequately evaluate systems in realistic settings involving long contexts and large-scale heterogeneous documents. To bridge this gap, we introduce WildGraphBench, a benchmark designed to assess GraphRAG performance in the wild. We leverage Wikipedia's unique structure, where cohesive narratives are grounded in long and heterogeneous external reference documents, to construct a benchmark reflecting real-word scenarios. Specifically, we sample articles across 12 top-level topics, using their external references as the retrieval corpus and citation-linked statements as ground truth, resulting in 1,100 questions spanning three levels of complexity: single-fact QA, multi-fact QA, and section-level summarization. Experiments across multiple baselines reveal that current GraphRAG pipelines help on multi-fact aggregation when evidence comes from a moderate number of sources, but this aggregation paradigm may overemphasize high-level statements at the expense of fine-grained details, leading to weaker performance on summarization tasks. Project page:https://github.com/BstWPY/WildGraphBench.
