CLCVMar 24, 2023

HRDoc: Dataset and Baseline Method Toward Hierarchical Reconstruction of Document Structures

arXiv:2303.13839v123 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses the need for hierarchical document structure reconstruction in multi-page documents, which is incremental as it builds on existing single-page methods.

The authors tackled the problem of reconstructing semantic structures in multi-page documents, a task previously neglected, by introducing a new dataset HRDoc with 2,500 documents and nearly 2 million semantic units, and their proposed DSPS model significantly outperformed baseline methods.

The problem of document structure reconstruction refers to converting digital or scanned documents into corresponding semantic structures. Most existing works mainly focus on splitting the boundary of each element in a single document page, neglecting the reconstruction of semantic structure in multi-page documents. This paper introduces hierarchical reconstruction of document structures as a novel task suitable for NLP and CV fields. To better evaluate the system performance on the new task, we built a large-scale dataset named HRDoc, which consists of 2,500 multi-page documents with nearly 2 million semantic units. Every document in HRDoc has line-level annotations including categories and relations obtained from rule-based extractors and human annotators. Moreover, we proposed an encoder-decoder-based hierarchical document structure parsing system (DSPS) to tackle this problem. By adopting a multi-modal bidirectional encoder and a structure-aware GRU decoder with soft-mask operation, the DSPS model surpass the baseline method by a large margin. All scripts and datasets will be made publicly available at https://github.com/jfma-USTC/HRDoc.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes