Harvesting Textual and Structured Data from the HAL Publication Repository

Francis Kulumba,Wissam Antoun,Guillaume Vimont,Laurent Romary
2024-07-30
Abstract:HAL (Hyper Articles en Ligne) is the French national publication repository, used by most higher education and research organizations for their open science policy. As a digital library, it is a rich repository of scholarly documents, but its potential for advanced research has been underutilized. We present HALvest, a unique dataset that bridges the gap between citation networks and the full text of papers submitted on HAL. We craft our dataset by filtering HAL for scholarly publications, resulting in approximately 700,000 documents, spanning 34 languages across 13 identified domains, suitable for language model training, and yielding approximately 16.5 billion tokens (with 8 billion in French and 7 billion in English, the most represented languages). We transform the metadata of each paper into a citation network, producing a directed heterogeneous graph. This graph includes uniquely identified authors on HAL, as well as all open submitted papers, and their citations. We provide a baseline for authorship attribution using the dataset, implement a range of state-of-the-art models in graph representation learning for link prediction, and discuss the usefulness of our generated knowledge graph structure.
Digital Libraries,Computation and Language
What problem does this paper attempt to address?
The paper aims to address the following issues: 1. **Author Attribution Problem**: By constructing a multimodal dataset that includes citation networks and full texts, the paper aims to solve the author attribution problem in academic publications. Specifically, the paper proposes a method to identify the authors of papers, even if these authors are not registered in the repository. 2. **Research on Multimodal Architectures**: By opening the data of Hyper Articles en Ligne (HAL), the paper hopes to enable researchers to implement and validate new multimodal architectures that can utilize both graph and text information. 3. **Evaluation of Citation Network Value**: The paper also explores whether fuzzily retrieved citations enhance the performance of graph-based models in the author attribution task and validates this hypothesis through experiments. The main contributions of the paper include the creation of a dataset named HALvest, which includes: - A text dataset containing 17 billion tokens, covering 56 languages and 13 fields. - An academic citation network containing 238,397 deduplicated authors and 18,662,037 academic papers. Additionally, the paper conducts preliminary experiments testing several state-of-the-art Graph Neural Networks (GNNs) to provide baselines for the author attribution task and to validate the effectiveness of the generated graph format.