English

PAGE-RAG: Evidence-Grounded Adaptive Graph Retrieval for Long-Document Question Answering

Information Retrieval 2026-07-21 v1

Abstract

GraphRAG improves long-document question answering by introducing structured representations beyond conventional retrieval. However, automatically constructed graphs are inherently incomplete projections of source documents, and treating them as independent knowledge sources may lead to unreliable retrieval and generation. We propose PAGE-RAG, a projection-aware adaptive graph retrieval framework for reliable long-document question answering. PAGE-RAG views graph structures as semantic skeletons that organize and navigate document knowledge, rather than replacing the original knowledge source. Based on this perspective, PAGE-RAG introduces a task-adaptive retrieval routing strategy that dynamically selects appropriate retrieval behaviors according to query requirements. Furthermore, PAGE-RAG incorporates strict knowledge boundary control, ensuring that generated responses remain grounded within available evidence and abstaining from unsupported information beyond the accessible knowledge scope. Experiments demonstrate that PAGE-RAG achieves competitive answer quality while improving retrieval efficiency and knowledge reliability, highlighting the importance of projection-aware graph modeling, adaptive retrieval, and explicit knowledge boundary control for trustworthy GraphRAG systems. The source code is publicly available at https://github.com/CXY0112/PAGE-RAG.

Cite

@article{arxiv.2607.19301,
  title  = {PAGE-RAG: Evidence-Grounded Adaptive Graph Retrieval for Long-Document Question Answering},
  author = {Xingyu Chen and Junxiu An and Jun Guo and Li Wang},
  journal= {arXiv preprint arXiv:2607.19301},
  year   = {2026}
}

Comments

22 pages, 2 figures, and 3 tables. The source code is publicly available at https://github.com/CXY0112/PAGE-RAG

R2 v1 2026-07-22T20:50:17.392Z