GraphRAG-Bench
收藏资源简介:
该数据集包含5种问题类型,涵盖16个学科,并包含来自20本计算机科学教科书的700万字语料库。数据集的结构包括问题类型和语料库。问题类型包括填空、多项选择、多项选择、判断正误和开放式问题。语料库包含教科书的图像和内容,支持多模态RAG方法。
This dataset includes 5 types of questions, covers 16 academic disciplines, and contains a 7-million-word corpus sourced from 20 computer science textbooks. The dataset structure consists of two parts: question types and the corpus. The five question types are fill-in-the-blank, multiple-choice, multiple-choice, true/false, and open-ended questions. The corpus includes images and textual content from the textbooks, which supports multimodal retrieval-augmented generation (RAG) methods.
GraphRAG-Bench 数据集概述
数据集基本信息
- 名称: GraphRAG-Bench
- 用途: 评估图检索增强生成(Graph Retrieval-Augmented Generation)的领域特定推理能力
- 发布状态: 已发布
- 相关链接:
- 项目页面: https://deep-polyu.github.io/RAG/
- 论文: https://arxiv.org/abs/2506.02404
- Hugging Face数据集: https://huggingface.co/datasets/jeremycp3/GraphRAG-Bench
数据集内容
问题部分
- 问题类型: 5种
- 填空题 (Fill-in-blank)
- 多选题 (Multi-choice)
- 多选多选题 (Multi-select)
- 判断题 (True-or-false)
- 开放式问题 (Open-ended)
- 覆盖学科: 16个学科
- 问题结构:
- 每个问题包含:
- 问题文本 (Question)
- 一级主题 (Level-1 Topic)
- 二级主题 (Level-2 Topic)
- 推理依据 (Rationale)
- 答案 (Answer)
- 每个问题包含:
语料库部分
- 来源: 20本计算机科学教科书
- 内容:
- 文本内容: .md文件
- 元数据: .json文件
- 图像: 支持多模态RAG方法
- 总规模: 700万单词
评估方法
- 评估指标:
- 推理分数 (Reasoning score R): 评估语义对应和推理一致性
- 准确率 (Accuracy): 评估生成结果与真实答案的一致性
- 评估工具: 提供evaluator.py脚本
数据集结构
Question/ ├── FB.jsonl #填空题 ├── MC.jsonl #多选题 ├── MS.jsonl #多选多选题 ├── OE.jsonl #开放式问题 ├── TF.jsonl #判断题
Corpus/ ├── Textbook_Name/ │ ├── image/ │ ├── Textbook_Name.md │ └── Textbook_Name_content_list.json
引用信息
bibtex @article{xiao2025graphrag, title={GraphRAG-Bench: Challenging Domain-Specific Reasoning for Evaluating Graph Retrieval-Augmented Generation}, author={Xiao, Yilin and Dong, Junnan and Zhou, Chuang and Dong, Su and Zhang, Qianwen and Yin, Di and Sun, Xing and Huang, Xiao}, journal={arXiv preprint arXiv:2506.02404}, year={2025} }




