Paper: 2602.17663 Authors: Juri Opitz, Corina Raclé, Emanuela Boros, Andrianos Michail, Matteo Romanello, Maud Ehrmann, Simon Clematide Categories: cs.AI, cs.CL, cs.IR

Abstract

HIPE-2026 represents the third iteration of the Historical Information Processing Evaluation lab series, focusing on person-place relation extraction from multilingual historical documents. The lab addresses the challenge of identifying semantic associations between persons and locations in noisy, OCR-processed texts spanning multiple languages and historical periods. Systems must classify two distinct relation types: atat relations indicating historical presence (“Has the person ever been at this place?”) and isAtisAt relations denoting contemporaneous location (“Is the person located at this place around publication time?”). The evaluation framework introduces a novel three-dimensional assessment combining accuracy metrics, computational efficiency measurements, and domain generalization capabilities, making it particularly relevant for real-world digital humanities applications.

Key Contributions

  • Introduction of semantic relation extraction tasks to the HIPE series, moving beyond named entity recognition to structured knowledge extraction
  • Definition of two temporally-grounded relation types (atat and isAtisAt) requiring sophisticated reasoning over temporal and geographical context
  • Novel three-fold evaluation methodology assessing accuracy, computational efficiency, and cross-domain generalization simultaneously
  • Multilingual benchmark spanning multiple languages and historical periods, addressing the diversity of historical document collections
  • Direct alignment with downstream applications in knowledge graph construction, biographical reconstruction, and spatial humanities analysis

Task Design and Challenges

The HIPE-2026 lab tackles several fundamental challenges in historical text processing. Historical documents present unique difficulties: OCR errors from degraded source materials, spelling variations across time periods, inconsistent naming conventions, and limited contextual information. The relation extraction task requires systems to not only identify person and place mentions but also determine their semantic relationship while reasoning about temporal constraints.

The distinction between atat and isAtisAt relations introduces temporal reasoning requirements. The atat relation captures any historical association between a person and location, regardless of timing—a biographical fact that may span years or decades. In contrast, isAtisAt relations demand precise temporal grounding, identifying whether a person was located at a place around the document’s publication time. This temporal specificity requires systems to interpret publication dates, temporal expressions, and contextual clues within the text.

The multilingual aspect adds another layer of complexity. Historical texts in different languages exhibit distinct linguistic patterns, naming conventions, and cultural contexts. Systems must generalize across these variations while maintaining accuracy, a challenge that tests both language-specific adaptation and cross-lingual transfer capabilities.

Evaluation Framework

HIPE-2026’s three-dimensional evaluation profile represents a significant methodological contribution. Traditional relation extraction benchmarks focus primarily on accuracy metrics like precision, recall, and F1 scores. This lab extends evaluation to include computational efficiency and domain generalization, reflecting real-world deployment constraints.

The accuracy dimension assesses standard performance metrics on relation classification, measuring how well systems identify and classify person-place associations. This includes both entity-level evaluation (correctly identifying relation participants) and relation-level evaluation (correctly classifying relation types).

Computational efficiency evaluation addresses practical scalability concerns. Historical document collections often contain millions of pages, making processing speed and resource consumption critical factors. The lab measures inference time, memory usage, and throughput, encouraging development of systems that balance accuracy with computational practicality.

Domain generalization assessment evaluates how well systems transfer across different historical periods, document types, and languages. This tests robustness beyond the training distribution, a crucial capability for digital humanities applications where labeled data may be scarce for specific domains or time periods.

Implications for Digital Humanities

The HIPE-2026 lab directly addresses needs in digital humanities research and cultural heritage applications. Knowledge graph construction from historical sources requires accurate relation extraction to build structured representations of historical events, social networks, and geographical patterns. The lab’s focus on person-place relations provides essential building blocks for these knowledge bases.

Historical biography reconstruction benefits from automated extraction of location information. Tracking individuals’ movements and associations across documents enables researchers to construct detailed biographical timelines and understand historical mobility patterns. The temporal distinction between atat and isAtisAt relations supports both long-term biographical analysis and event-specific location tracking.

Spatial analysis in digital humanities relies on georeferenced historical data. Extracting person-place associations enables researchers to visualize historical networks, analyze migration patterns, and study the geographical distribution of historical actors. The multilingual scope supports comparative studies across different cultural and linguistic contexts.

The emphasis on computational efficiency acknowledges the scale of historical document collections. Libraries and archives hold vast quantities of digitized materials, and practical systems must process these collections in reasonable timeframes with available computational resources. By evaluating efficiency alongside accuracy, the lab encourages development of deployable solutions rather than purely research-oriented systems.

Takeaways

  1. HIPE-2026 extends historical text processing evaluation from entity recognition to semantic relation extraction, addressing a critical gap in structured knowledge extraction from historical sources.

  2. The two-relation taxonomy (atat and isAtisAt) introduces temporal reasoning requirements, distinguishing between historical biographical facts and contemporaneous location information.

  3. The three-dimensional evaluation framework (accuracy, efficiency, generalization) reflects real-world deployment constraints and encourages development of practical, scalable systems.

  4. Multilingual coverage across multiple historical periods provides a comprehensive benchmark for cross-lingual and cross-temporal generalization in historical NLP.

  5. Direct alignment with digital humanities applications—knowledge graphs, biographical reconstruction, spatial analysis—ensures the lab’s relevance to end-user needs in cultural heritage and historical research.

论文: 2602.17663 作者: Juri Opitz, Corina Raclé, Emanuela Boros, Andrianos Michail, Matteo Romanello, Maud Ehrmann, Simon Clematide 分类: cs.AI, cs.CL, cs.IR

摘要

HIPE-2026是历史信息处理评测实验室系列的第三次迭代,专注于从多语言历史文献中抽取人物-地点关系。该实验室解决了在跨越多种语言和历史时期的噪声OCR处理文本中识别人物与地点之间语义关联的挑战。系统需要对两种不同的关系类型进行分类:atat关系表示历史存在(“该人物是否曾在此地?”),以及isAtisAt关系表示同时期位置(“该人物在出版时间前后是否位于此地?”)。评测框架引入了一种新颖的三维评估方法,结合准确性指标、计算效率测量和领域泛化能力,使其特别适用于现实世界的数字人文应用。

主要贡献

  • 将语义关系抽取任务引入HIPE系列,从命名实体识别扩展到结构化知识抽取
  • 定义两种时间基础的关系类型(atatisAtisAt),需要对时间和地理上下文进行复杂推理
  • 提出新颖的三维评测方法,同时评估准确性、计算效率和跨领域泛化能力
  • 构建跨越多种语言和历史时期的多语言基准,应对历史文献集合的多样性
  • 与知识图谱构建、传记重建和空间人文分析等下游应用直接对齐

任务设计与挑战

HIPE-2026实验室解决了历史文本处理中的几个基本挑战。历史文献呈现独特的困难:源材料退化导致的OCR错误、跨时期的拼写变化、不一致的命名规范以及有限的上下文信息。关系抽取任务要求系统不仅识别人物和地点提及,还要确定它们的语义关系,同时对时间约束进行推理。

atatisAtisAt关系之间的区别引入了时间推理要求。atat关系捕获人物与地点之间的任何历史关联,无论时间如何——这是一个可能跨越数年或数十年的传记事实。相比之下,isAtisAt关系需要精确的时间定位,识别人物在文档出版时间前后是否位于某地。这种时间特异性要求系统解释出版日期、时间表达和文本中的上下文线索。

多语言方面增加了另一层复杂性。不同语言的历史文本表现出不同的语言模式、命名规范和文化背景。系统必须在保持准确性的同时跨越这些变化进行泛化,这一挑战测试了语言特定适应和跨语言迁移能力。

评测框架

HIPE-2026的三维评测框架代表了重要的方法论贡献。传统的关系抽取基准主要关注准确性指标,如精确率、召回率和F1分数。该实验室将评测扩展到包括计算效率和领域泛化,反映了现实世界部署约束。

准确性维度评估关系分类的标准性能指标,测量系统识别和分类人物-地点关联的能力。这包括实体级评估(正确识别关系参与者)和关系级评估(正确分类关系类型)。

计算效率评估解决了实际可扩展性问题。历史文献集合通常包含数百万页,使得处理速度和资源消耗成为关键因素。实验室测量推理时间、内存使用和吞吐量,鼓励开发在准确性和计算实用性之间取得平衡的系统。

领域泛化评估评价系统在不同历史时期、文档类型和语言之间的迁移能力。这测试了超越训练分布的鲁棒性,这是数字人文应用的关键能力,因为特定领域或时期的标注数据可能稀缺。

对数字人文的意义

HIPE-2026实验室直接满足数字人文研究和文化遗产应用的需求。从历史来源构建知识图谱需要准确的关系抽取来建立历史事件、社会网络和地理模式的结构化表示。实验室对人物-地点关系的关注为这些知识库提供了基本构建块。

历史传记重建受益于位置信息的自动抽取。跨文档追踪个人的移动和关联使研究人员能够构建详细的传记时间线并理解历史流动模式。atatisAtisAt关系之间的时间区分支持长期传记分析和特定事件的位置追踪。

数字人文中的空间分析依赖于地理参考的历史数据。抽取人物-地点关联使研究人员能够可视化历史网络、分析迁移模式并研究历史行为者的地理分布。多语言范围支持跨不同文化和语言背景的比较研究。

对计算效率的强调认识到历史文献集合的规模。图书馆和档案馆拥有大量数字化材料,实用系统必须在合理的时间范围内用可用的计算资源处理这些集合。通过在准确性的同时评估效率,实验室鼓励开发可部署的解决方案,而不仅仅是面向研究的系统。

要点总结

  1. HIPE-2026将历史文本处理评测从实体识别扩展到语义关系抽取,解决了从历史来源进行结构化知识抽取的关键缺口。

  2. 两种关系分类法(atatisAtisAt)引入时间推理要求,区分历史传记事实和同时期位置信息。

  3. 三维评测框架(准确性、效率、泛化)反映现实世界部署约束,鼓励开发实用、可扩展的系统。

  4. 跨越多个历史时期的多语言覆盖为历史自然语言处理中的跨语言和跨时间泛化提供了综合基准。

  5. 与数字人文应用(知识图谱、传记重建、空间分析)的直接对齐确保了实验室与文化遗产和历史研究中最终用户需求的相关性。