WikiProfile
收藏资源简介:
WikiProfile是一个用于评估语言模型对事实性知识进行编码和回忆能力的基准数据集。它包含2,150个基于事实的命题,每个事实衍生出10个不同形式的问题,共计21,500个问题实例。每个事实均源自英文维基百科页面摘要(首段),并定义为主体和客体两个实体之间的命题关系(例如,“Oasis played their first gig at the Boardwalk club”中,主体是Oasis,客体是Boardwalk)。问题涵盖三种形式:文本补全(用于评估编码能力)、闭卷问答(用于评估回忆能力)和多项选择。数据集从2,125个维基百科页面中提取事实,覆盖了艺术、科学、人物、社会、日常生活、技术、历史、地理、哲学与宗教等9个主题类别和19种实体类型。数据集以单个CSV文件形式提供,包含2,150行(每个事实一行)和21列。列信息包括事实的唯一标识符、相关的维基百科页面元数据(如页面ID、标题、创建日期、类别、浏览量)、源文本摘要、主体和客体实体及其类型,以及针对该事实生成的各种问题格式和答案(如直接问题、自然语言重述问题、反向问题、多项选择选项和上下文问题)。数据集的创建采用了自动化生成(使用Gemini-2.5-Pro模型进行问题生成和实体标注)与多阶段验证(包括基于谷歌搜索的过滤和最终人工验证)相结合的流程。该数据集适用于语言模型的事实性知识探测、问答系统评估、知识检索能力分析等研究任务。
WikiProfile is a benchmark dataset for evaluating the ability of language models to encode and recall factual knowledge. It contains 2,150 fact-based propositions, each generating 10 different forms of questions, totaling 21,500 question instances. Each fact is derived from the summary (first paragraph) of an English Wikipedia page and defined as a propositional relation between a subject and an object entity (e.g., in Oasis played their first gig at the Boardwalk club, the subject is Oasis and the object is Boardwalk). The questions for each fact cover three formats: text completion (for assessing encoding ability), closed-book question answering (for assessing recall ability), and multiple choice. The facts in the dataset are extracted from 2,125 Wikipedia pages, covering 9 topical categories (such as art, science, people, society, daily life, technology, history, geography, philosophy and religion) and 19 entity types. The dataset is provided as a single CSV file with 2,150 rows (one per fact) and 21 columns. Column information includes a unique identifier for each fact, relevant Wikipedia page metadata (e.g., page ID, title, creation date, category, page views), source text summary, subject and object entities and their types, and various question formats and answers generated for the fact (such as direct questions, natural language paraphrased questions, reverse questions, multiple-choice options, and contextual questions). The dataset creation process combines automated generation (using the Gemini-2.5-Pro model for question generation and entity annotation) with multi-stage validation (including filtering based on Google searches and final human verification). This dataset is suitable for research tasks such as probing factual knowledge in language models, evaluating question-answering systems, and analyzing knowledge retrieval capabilities.
数据集概述:WikiProfile
WikiProfile 是一个用于评估语言模型事实知识编码与回忆能力的基准数据集。它包含 2,150 个事实,每个事实配有 10 个问题,总计 21,500 个问题实例。
数据集详情
- 数据集名称: WikiProfile
- 格式: CSV
- 大小: 约 5.22 MB
- 许可证: CC-BY-SA 4.0(因使用了维基百科内容)
- 关联论文: "Empty Shelves or Lost Keys? Recall Is the Bottleneck for Parametric Factuality" (arXiv:2602.14080)
数据来源与构建
- 源文本: 英文维基百科页面的首段(摘要)。
- 流行度指标: 基于 Wikimedia Analytics 的页面浏览量(2023-2025年聚合数据)。
- 生成流程: 使用 Gemini-2.5-Pro 自动生成问题、实体标注及多选干扰项,经过 Google Search 验证过滤,最后进行人工验证(移除少于 2% 的事实)。
数据集结构
数据集为单个 CSV 文件,每行代表一个事实,包含 21 列,涵盖不同的问题格式和元数据。
主要数据字段:
| 字段 | 类型 | 描述 |
|---|---|---|
fact_id |
string | 唯一事实标识符 |
page_title |
string | 维基百科页面标题 |
category |
string | 主题类别(共9类:艺术、科学、人物、社会、日常生活、技术、历史、地理、哲学与宗教) |
summary |
string | 维基百科页面首段(事实来源文本) |
subject / object |
string | 事实中的主体与客体实体 |
subject_type / object_type |
string | 实体类型(共19种,如人物、地点、日期等) |
completion |
string | 命题补全文本(用于编码任务) |
direct / direct_natural |
string | 直接问句(高字面/自然改写两种风格) |
reverse / reverse_natural |
string | 反向问句(主客体角色互换,高字面/自然改写两种风格) |
direct_choices / reverse_choices |
string | 四选一的多选题选项 |
contextual |
string | 结合上下文的问题(用于编码上下文任务) |
问题格式
每个事实的 10 个问题涵盖三种格式:
- 文本补全(编码): 根据上文预测客体。
- 闭卷问答(回忆): 包括直接提问、反向提问、自然改写提问。
- 多项选择: 共 4 个选项(含正确答案),用于直接和反向问题。
数据规模与来源覆盖
- 事实数量: 2,150 个
- 问题实例: 21,500 个
- 维基百科页面: 2,125 个
- 主题类别: 9 个
- 实体类型: 19 种
许可证与引用
- 许可证: Creative Commons Attribution-ShareAlike 4.0 International
- 引用: 使用该数据集请引用论文:
@article{calderon2026empty, ...}




