paper-with-me

홈 › Papers

Data-Efficient Information Extraction from Form-Like Documents

2022-01-07 · Beliz Gunel, Navneet Potti, Sandeep Tata, James B. Wendt, Marc Najork, Jing Xie

Automating information extraction from form-like documents at scale is a pressing need due to its potential impact on automating business workflows across many industries like financial services, insurance, and healthcare. The key challenge is that form-like documents in these business workflows can be laid out in virtually infinitely many ways; hence, a good solution to this problem should generalize to documents with unseen layouts and languages. A solution to this problem requires a holistic understanding of both the textual segments and the visual cues within a document, which is non-trivial. While the natural language processing and computer vision communities are starting to tackle this problem, there has not been much focus on (1) data-efficiency, and (2) ability to generalize across different document types and languages. In this paper, we show that when we have only a small number of labeled documents for training (~50), a straightforward transfer learning approach from a considerably structurally-different larger labeled corpus yields up to a 27 F1 point improvement over simply training on the small corpus in the target domain. We improve on this with a simple multi-domain transfer learning approach, that is currently in production use, and show that this yields up to a further 8 F1 point improvement. We make the case that data efficiency is critical to enable information extraction systems to scale to handle hundreds of different document-types, and learning good representations is critical to accomplishing this.

📄 PDF Abstract BibTeX arXiv:2201.02647

Code (0)

등록된 구현이 없습니다.

Tasks

FormTransfer Learning

Similar Papers 제목 키워드 기반

Key Information Extraction From Documents: Evaluation And Generator

2021-06-09 · Oliver Bensch, Mirela Popa, Constantin Spille

Extracting information from documents usually relies on natural language processing methods working on one-dimensional sequences of text. In some cases, for example, for the extraction of key information from semi-struct…

DecoderKey Information Extractionregression

Layout-Aware Information Extraction for Document-Grounded Dialogue: Dataset, Method and Demonstration

2022-07-14 · Zhenyu Zhang, Bowen Yu, Haiyang Yu, Tingwen Liu 외

Building document-grounded dialogue systems have received growing interest as documents convey a wealth of human knowledge and commonly exist in enterprises. Wherein, how to comprehend and retrieve information from docum…

Language ModelingLanguage Modelling

Kleister: A novel task for Information Extraction involving Long Documents with Complex Layout

2020-03-04 · Filip Graliński, Tomasz Stanisławek, Anna Wróblewska, Dawid Lipiński 외

State-of-the-art solutions for Natural Language Processing (NLP) are able to capture a broad range of contexts, like the sentence-level context or document-level context for short documents. But these solutions are still…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Sentence

UniVIE: A Unified Label Space Approach to Visual Information Extraction from Form-like Documents

2024-01-17 · Kai Hu, Jiawei Wang, WeiHong Lin, Zhuoyao Zhong 외

Existing methods for Visual Information Extraction (VIE) from form-like documents typically fragment the process into separate subtasks, such as key information extraction, key-value pair extraction, and choice group ext…

DecoderFormKey Information ExtractionKey-value Pair Extraction+2

Abstractive Information Extraction from Scanned Invoices (AIESI) using End-to-end Sequential Approach

2020-09-12 · Shreeshiv Patel, Dvijesh Bhatt

Recent proliferation in the field of Machine Learning and Deep Learning allows us to generate OCR models with higher accuracy. Optical Character Recognition(OCR) is the process of extracting text from documents and scann…

Optical Character RecognitionOptical Character Recognition (OCR)