SOTAVerified

Entity Relation Extraction as Dependency Parsing in Visually Rich Documents

2021-10-19EMNLP 2021Unverified0· sign in to hype

Yue Zhang, Bo Zhang, Rui Wang, Junjie Cao, Chen Li, Zuyi Bao

Unverified — Be the first to reproduce this paper.

Reproduce

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 setting.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
FUNSDSERAF165.96Unverified

Reproductions