UNER: A Unified Prediction Head for Named Entity Recognition in Visually-rich Documents
Yi Tu, Chong Zhang, Ya Guo, Huan Chen, Jinyang Tang, Huijia Zhu, Qi Zhang
TL;DR
VrD-NER is challenged by complex layouts, reading-order variability, and rigid sequence-labeling paradigms. The authors introduce UNER, a unified, query-aware head that couples a query-aware token classifier (QTC) with a token order predictor (TOP) atop existing multi-modal document transformers to jointly extract entities and infer reading order. They further show that supervised pre-training on diverse VrD-NER datasets injects universal layout and entity-knowledge, boosting cross-domain transfer and enabling few-shot and zero-shot capabilities. Empirical results across seven benchmarks demonstrate strong gains over prior heads and show effective cross-lingual transfer when augmented with supervised pre-training, enabling robust, data-efficient VrD-NER in real-world documents.
Abstract
The recognition of named entities in visually-rich documents (VrD-NER) plays a critical role in various real-world scenarios and applications. However, the research in VrD-NER faces three major challenges: complex document layouts, incorrect reading orders, and unsuitable task formulations. To address these challenges, we propose a query-aware entity extraction head, namely UNER, to collaborate with existing multi-modal document transformers to develop more robust VrD-NER models. The UNER head considers the VrD-NER task as a combination of sequence labeling and reading order prediction, effectively addressing the issues of discontinuous entities in documents. Experimental evaluations on diverse datasets demonstrate the effectiveness of UNER in improving entity extraction performance. Moreover, the UNER head enables a supervised pre-training stage on various VrD-NER datasets to enhance the document transformer backbones and exhibits substantial knowledge transfer from the pre-training stage to the fine-tuning stage. By incorporating universal layout understanding, a pre-trained UNER-based model demonstrates significant advantages in few-shot and cross-linguistic scenarios and exhibits zero-shot entity extraction abilities.
