DataGovBench
收藏资源简介:
DataGovBench是由富士通研究·美国团队构建的综合性基准数据集,旨在评估大语言模型在真实世界数据分析场景中的性能。该数据集包含178个源自政府开放数据门户(如Data.gov)的大规模多表数据集,平均每个表约21万行、18.4列,最大表达1190万行,并辅以丰富的元数据和外部知识文档。数据集的构建采用三阶段流程:通过系统性筛选从53个开放平台采集数据,利用大语言模型结合人工验证生成211个高质量问答对,并基于专家撰写的官方报告提取洞察作为基准真值。该数据集主要应用于推动大语言模型在复杂表格推理、可分解问题解答以及探索性洞察发现等领域的研究,旨在解决现有基准在数据规模、多表关联和主动分析能力方面的局限性。
DataGovBench is a comprehensive benchmark dataset developed by the Fujitsu Research America team, designed to evaluate the performance of large language models (LLMs) in real-world data analysis scenarios. It consists of 178 large-scale multi-table datasets sourced from government open data portals such as Data.gov. Each table averages approximately 210,000 rows and 18.4 columns, with the largest table containing up to 11.9 million rows. The dataset is supplemented with rich metadata and external knowledge documents. The construction of this dataset follows a three-stage pipeline: first, data is collected from 53 open platforms via systematic screening; second, 211 high-quality question-answer pairs are generated using LLMs combined with manual verification; third, insights extracted from expert-written official reports are adopted as the ground truth for evaluation. This benchmark is primarily used to advance research on LLMs in fields such as complex table reasoning, decomposable question answering, and exploratory insight discovery, and it aims to address the limitations of existing benchmarks in terms of data scale, multi-table association, and active analysis capabilities.
数据集名称
DataGovBench
数据集简介
DataGovBench 是一个针对政府开放数据表格的问答与洞察提取基准测试数据集。
数据集获取
-
快速测试样本:可解压仓库内
datagovbench_sample.zip文件获取。 -
完整基准数据集(约 2 GB):托管在 Zenodo 平台,DOI 为 10.5281/zenodo.21225447。可通过以下命令下载并校验: bash wget https://zenodo.org/records/21225447/files/datagovbench.tar.xz wget https://zenodo.org/records/21225447/files/datagovbench.tar.xz.sha256 sha256sum -c datagovbench.tar.xz.sha256 tar -xJf datagovbench.tar.xz
解压后目录名为
opendatabench/。
使用限制
- 基准数据集包含一个采用 CC-BY-NC-SA-4.0 许可的数据集,因此 仅限非商业用途。
- 数据集中各子数据集的许可信息详见压缩包内的
LICENSES_THIRD_PARTY.md文件。
基准任务
数据集支持以下两类任务:
1. 表格问答 (Table QA)
-
运行命令: bash python -m benchmark.benchmark --dataset DATASET_PATH --type qa_evaluate --output qa --model MODEL_NAME
-
参数说明:
DATASET_PATH:解压后数据集的路径。MODEL_NAME:LLM 模型名称(支持gpt4,gpt4-mini,gpt5,gpt5-mini,gemini,gemini-pro,claude,claude-sonnet,或 Huggingface 模型文件名,如mistralai/Devstral-Small-2507 DocTron/Chart-R1)。
2. 表格洞察 (Table Insight)
-
运行命令: bash python -m benchmark.benchmark --dataset DATASET_PATH --type report_evaluate --output report --model MODEL_NAME
-
参数说明:同上。
- 1Data Analysis in the Wild: Benchmarking Large Language Models Against Real-World Data Complexities富士通研究·美国 · 2026年



