CLNEDec 18, 2018

Attend, Copy, Parse -- End-to-end information extraction from documents

arXiv:1812.07248v367 citations
Originality Incremental advance
AI Analysis

This enables information extraction for real-life tasks where word-level labels are unavailable, though it is incremental as it builds on existing end-to-end data usage.

The paper tackles the problem of document information extraction without requiring expensive word-level labels by proposing the Attend, Copy, Parse architecture, which outperforms a state-of-the-art production system on a diverse set of invoices.

Document information extraction tasks performed by humans create data consisting of a PDF or document image input, and extracted string outputs. This end-to-end data is naturally consumed and produced when performing the task because it is valuable in and of itself. It is naturally available, at no additional cost. Unfortunately, state-of-the-art word classification methods for information extraction cannot use this data, instead requiring word-level labels which are expensive to create and consequently not available for many real life tasks. In this paper we propose the Attend, Copy, Parse architecture, a deep neural network model that can be trained directly on end-to-end data, bypassing the need for word-level labels. We evaluate the proposed architecture on a large diverse set of invoices, and outperform a state-of-the-art production system based on word classification. We believe our proposed architecture can be used on many real life information extraction tasks where word classification cannot be used due to a lack of the required word-level labels.

Code Implementations2 repos
Foundations

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

Your Notes