Entity Relation Extraction as Dependency Parsing in Visually Rich Documents
Yue Zhang, Bo Zhang, Rui Wang, Junjie Cao, Chen Li, Zuyi Bao

TL;DR
This paper adapts dependency parsing techniques to extract entity relations from visually rich documents by considering layout information, achieving promising results on benchmark and real-world data.
Contribution
It introduces a novel approach that applies dependency parsing to entity relation extraction in VRDs, incorporating layout-aware representations and decoders.
Findings
Achieved 65.96% F1 score on FUNSD dataset.
Demonstrated reliable performance on in-house customs data.
Compared various representations and encoders for optimal results.
Abstract
Previous works on key information extraction from visually rich documents (VRDs) mainly focus on labeling the text within each bounding box (i.e., semantic entity), while the relations in-between are largely unexplored. In this paper, we adapt the popular dependency parsing model, the biaffine parser, to this entity relation extraction task. Being different from the original dependency parsing model which recognizes dependency relations between words, we identify relations between groups of words with layout information instead. We have compared different representations of the semantic entity, different VRD encoders, and different relation decoders. The results demonstrate that our proposed model achieves 65.96% F1 score on the FUNSD dataset. As for the real-world application, our model has been applied to the in-house customs data, achieving reliable performance in the production…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Web Data Mining and Analysis
