HIPE-2026数据集
收藏资源简介:
HIPE-2026数据集是由苏黎世大学等机构创建的多语言历史文本关系抽取基准,旨在从嘈杂的数字化文献中提取人物与地点之间的时序关系。该数据集包含法语、德语和英语的19-20世纪历史报纸文本,以及16-18世纪早期现代法语文学文本作为泛化测试集,数据量涵盖数百个文档和数千个候选关系对,通过人工和GPT-4.1辅助标注构建。其核心应用是支持数字人文研究,通过建模‘at’和‘isAt’两类时序关系,解决历史人物轨迹重建和知识图谱构建中的信息提取挑战。
The HIPE-2026 dataset is a multilingual historical text relation extraction benchmark created by the University of Zurich and other institutions, aiming to extract temporal relations between persons and locations from noisy digitized documents. This dataset includes 19th-20th century historical newspaper texts in French, German and English, as well as early modern French literary texts from the 16th to 18th centuries as its generalization test set. It comprises hundreds of documents and thousands of candidate relation pairs, and is constructed via manual and GPT-4.1-assisted annotation. Its core application is to support digital humanities research, by modeling two types of temporal relations, "at" and "isAt", to address information extraction challenges in historical person trajectory reconstruction and knowledge graph construction.
数据集概述
HIPE-2026-data 是专为 HIPE 2026 共享任务(CLEF 2026 评估实验室)准备的数据集,旨在从多语言历史文档中提取和限定人物-地点关系,回答“谁在何时何地”的问题,从而重构生命轨迹、追踪流动模式并识别地方背景中的行动者。
关键信息
- 任务目标:从多语言历史文档中提取人物-地点关系。
- 官方网站:https://hipe-eval.github.io/HIPE-2026/
- 参与指南:https://doi.org/10.5281/zenodo.17800136
- 许可证:CC BY-NC-SA 4.0
- 数据位置:
- 主要数据:GitHub 仓库的 data 文件夹
- 后续也将发布在 Zenodo 上
- 发布历史:
- 2025-12-04:数据样本 + JSON Schema
- 2025-12-19:扩展数据样本 v1.0 和沙盒数据(高质量自动标注)
- 2026-01-22:完整训练集发布
- 2026-05-05:掩码测试数据发布
- 待定:未掩码测试数据发布(已在 评估仓库 中提供)
数据内容
-
基础数据集:基于 HIPE-2022 v2.1 中标注了人名(PERS)和地点(LOC)的历史报纸数据集,包括
impresso-hipe-2020、newseye、sonar和letemps。 -
数据格式:JSON 格式,遵循 HIPE-2026 数据 JSON Schema。所有文档按语言合并到同一个 JSON Line 文件中。
-
目录结构:
-
训练和测试数据为 UTF-8 编码的
.jsonl文件,每种语言和数据集拆分各一个文件。 -
文件名格式:
HIPE-2026-vx.x-<dataset>-<train|test>-<lg1>.jsonl -
数据目录按版本和语言组织,例如:
data └── newspapers └── v1.0 ├── HIPE-2026-v1.0-newspapers-train-en.jsonl └── ... └── literaryworks └── v<x.y> └── HIPE-2026-v<x.y>-literaryworks-test-<language>.jsonl
-
-
数据准备流程:
- 将 IOB 标注转换为结构化 JSON
- 数据清洗与过滤:合并 NIL 实体,移除过长文档
- 候选人物-地点对提取
- 使用大语言模型集成进行预标注,再人工审核修正
- 最终数据集构建与打包发布
数据验证与统计
- 数据集统计:可通过 此 Colab Notebook 加载训练数据并生成统计信息。
- 数据验证:使用验证脚本
check_jsonlschema.py检查.jsonl文件是否符合 Schema,命令示例: bash python scripts/check_jsonlschema.py --schemafile schemas/hipe-2026-data.schema.json data/v1.0/*.jsonl
评估示例
提供了一个使用随机基线进行预测并评估的示例流程:
- 使用
dummy_predict.py生成预测结果 - 使用
file_scorer_evaluation.py进行评分
致谢
HIPE-2026 组织团队感谢 CLEF-2026 实验室组委会的协调与支持。HIPE-eval 系列由 Impresso - Media Monitoring of the Past 项目组织,该项目获得瑞士国家科学基金会(资助号 CRSII5_213585)和卢森堡国家研究基金会(资助号 17498891)的资助。
参考文献
- HIPE-2026 扩展概述:https://doi.org/10.5281/zenodo.20344461
- HIPE-2026 精简概述:收录于 CLEF 2026 会议论文集(LNCS)
- HIPE-2022 扩展概述:https://doi.org/10.5281/zenodo.6979577
- HIPE-2020 扩展概述:https://doi.org/10.5281/zenodo.4117566

- 1Overview of HIPE-2026: Person-Place Relation Extraction from Multilingual Historical Texts苏黎世大学; 洛桑联邦理工学院; 苏黎世联邦理工学院 · 2026年



