IRAIHCSep 20, 2025

Comparing RAG and GraphRAG for Page-Level Retrieval Question Answering on Math Textbook

CMU
arXiv:2509.16780v21 citationsh-index: 11
Originality Synthesis-oriented
AI Analysis

This addresses the problem of aligning LLMs with domain-specific educational materials for students, but it is incremental as it evaluates existing methods on a new dataset.

The study compared Retrieval-Augmented Generation (RAG) and GraphRAG for page-level question answering on an undergraduate math textbook, finding that embedding-based RAG achieved higher retrieval accuracy and better F1 scores than GraphRAG, which retrieved excessive and sometimes irrelevant content.

Technology-enhanced learning environments often help students retrieve relevant learning content for questions arising during self-paced study. Large language models (LLMs) have emerged as novel aids for information retrieval during learning. While LLMs are effective for general-purpose question-answering, they typically lack alignment with the domain knowledge of specific course materials such as textbooks and slides. We investigate Retrieval-Augmented Generation (RAG) and GraphRAG, a knowledge graph-enhanced RAG approach, for page-level question answering in an undergraduate mathematics textbook. While RAG has been effective for retrieving discrete, contextually relevant passages, GraphRAG may excel in modeling interconnected concepts and hierarchical knowledge structures. We curate a dataset of 477 question-answer pairs, each tied to a distinct textbook page. We then compare the standard embedding-based RAG methods to GraphRAG for evaluating both retrieval accuracy-whether the correct page is retrieved-and generated answer quality via F1 scores. Our findings show that embedding-based RAG achieves higher retrieval accuracy and better F1 scores compared to GraphRAG, which tends to retrieve excessive and sometimes irrelevant content due to its entity-based structure. We also explored re-ranking the retrieved pages with LLM and observed mixed results, including performance drop and hallucinations when dealing with larger context windows. Overall, this study highlights both the promises and challenges of page-level retrieval systems in educational contexts, emphasizing the need for more refined retrieval methods to build reliable AI tutoring solutions in providing reference page numbers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes