Hypergraph based Understanding for Document Semantic Entity Recognition
Qiwei Li, Zuchao Li, Ping Wang, Haojun Ai, Hai Zhao
TL;DR
The paper tackles semantic entity recognition in visually-rich documents and introduces Hypergraph Attention (HGA) to jointly model entity boundaries and categories. HGALayoutLM extends GraphLayoutLM by incorporating a span-aware hypergraph head and a balanced hyperedge loss, enabling more precise extraction of semantic entities. Experiments on FUNSD, CORD, XFUND, and SROIE demonstrate state-of-the-art performance on FUNSD and XFUND and competitive results on others, while maintaining reasonable efficiency. The work highlights a scalable path to improved downstream SER in VRDU, with clear limitations around label-type sparsity and future directions for generalization and efficiency.
Abstract
Semantic entity recognition is an important task in the field of visually-rich document understanding. It distinguishes the semantic types of text by analyzing the position relationship between text nodes and the relation between text content. The existing document understanding models mainly focus on entity categories while ignoring the extraction of entity boundaries. We build a novel hypergraph attention document semantic entity recognition framework, HGA, which uses hypergraph attention to focus on entity boundaries and entity categories at the same time. It can conduct a more detailed analysis of the document text representation analyzed by the upstream model and achieves a better performance of semantic information. We apply this method on the basis of GraphLayoutLM to construct a new semantic entity recognition model HGALayoutLM. Our experiment results on FUNSD, CORD, XFUND and SROIE show that our method can effectively improve the performance of semantic entity recognition tasks based on the original model. The results of HGALayoutLM on FUNSD and XFUND reach the new state-of-the-art results.
