CHisIEC: An Information Extraction Corpus for Ancient Chinese History

Xuemei Tang,Zekun Deng,Qi Su,Hao Yang,Jun Wang
2024-04-20
Abstract:Natural Language Processing (NLP) plays a pivotal role in the realm of Digital Humanities (DH) and serves as the cornerstone for advancing the structural analysis of historical and cultural heritage texts. This is particularly true for the domains of named entity recognition (NER) and relation extraction (RE). In our commitment to expediting ancient history and culture, we present the ``Chinese Historical Information Extraction Corpus''(CHisIEC). CHisIEC is a meticulously curated dataset designed to develop and evaluate NER and RE tasks, offering a resource to facilitate research in the field. Spanning a remarkable historical timeline encompassing data from 13 dynasties spanning over 1830 years, CHisIEC epitomizes the extensive temporal range and text heterogeneity inherent in Chinese historical documents. The dataset encompasses four distinct entity types and twelve relation types, resulting in a meticulously labeled dataset comprising 14,194 entities and 8,609 relations. To establish the robustness and versatility of our dataset, we have undertaken comprehensive experimentation involving models of various sizes and paradigms. Additionally, we have evaluated the capabilities of Large Language Models (LLMs) in the context of tasks related to ancient Chinese history. The dataset and code are available at \url{
Computation and Language
What problem does this paper attempt to address?
This article introduces a corpus called "Chinese Historical Information Extraction Corpus" (CHisIEC) specifically designed for named entity recognition (NER) and relation extraction (RE) tasks in historical documents of ancient China. Existing historical corpora are insufficient to support the development of deep learning models. CHisIEC covers historical data from 13 dynasties spanning over 1830 years, containing 14,194 entities and 8,609 relationships, aiming to address the lack of data in historical information extraction. In the construction of CHisIEC, researchers selected 13 historical books from the representative "Twenty-Four Histories" as the original data, defined four entity types and twelve relationship types, and formulated detailed annotation guidelines. The data quality was ensured through multiple rounds of annotation and expert review. In addition, comprehensive experiments were conducted using models of different sizes and paradigms to evaluate the performance of large-scale language models in handling historical tasks in ancient China. The article also discusses related work, including the construction of historical corpora and research on information extraction in other fields, as well as recent advances in information extraction, particularly in deep learning methods. Finally, the article provides experimental results for the NER and RE tasks, showcasing the performance and potential of CHisIEC, and pointing out directions for future improvement, such as enhancing the accuracy of identifying specific relationship types.