paper-with-me

홈 › Papers

VRDSynth: Synthesizing Programs for Multilingual Visually Rich Document Information Extraction

2024-07-09 · Thanh-Dat Nguyen, Tung Do-Viet, Hung Nguyen-Duy, Tuan-Hai Luu, Hung Le, Bach Le, Patanamon, Thongtanunam

Businesses need to query visually rich documents (VRDs) like receipts, medical records, and insurance forms to make decisions. Existing techniques for extracting entities from VRDs struggle with new layouts or require extensive pre-training data. We introduce VRDSynth, a program synthesis method to automatically extract entity relations from multilingual VRDs without pre-training data. To capture the complexity of VRD domain, we design a domain-specific language (DSL) to capture spatial and textual relations to describe the synthesized programs. Along with this, we also derive a new synthesis algorithm utilizing frequent spatial relations, search space pruning, and a combination of positive, negative, and exclusive programs to improve coverage. We evaluate VRDSynth on the FUNSD and XFUND benchmarks for semantic entity linking, consisting of 1,592 forms in 8 languages. VRDSynth outperforms state-of-the-art pre-trained models (LayoutXLM, InfoXLMBase, and XLMRobertaBase) in 5, 6, and 7 out of 8 languages, respectively, improving the F1 score by 42% over LayoutXLM in English. To test the extensibility of the model, we further improve VRDSynth with automated table recognition, creating VRDSynth(Table), and compare it with extended versions of the pre-trained models, InfoXLM(Large) and XLMRoberta(Large). VRDSynth(Table) outperforms these baselines in 4 out of 8 languages and in average F1 score. VRDSynth also significantly reduces memory footprint (1M and 380MB vs. 1.48GB and 3GB for LayoutXLM) while maintaining similar time efficiency.

📄 PDF Abstract BibTeX arXiv:2407.06826

Code (0)

등록된 구현이 없습니다.

Tasks

Entity LinkingProgram SynthesisTable Recognition

Similar Papers 제목 키워드 기반

XFUND: A Benchmark Dataset for Multilingual Visually Rich Form Understanding

2022-05-01 · Findings (ACL) 2022 5 · Yiheng Xu, Tengchao Lv, Lei Cui, Guoxin Wang 외

Multimodal pre-training with text, layout, and image has achieved SOTA performance for visually rich document understanding tasks recently, which demonstrates the great potential for joint learning across different modal…

document understandingForm

LayoutXLM: Multimodal Pre-training for Multilingual Visually-rich Document Understanding

2021-04-18 · Yiheng Xu, Tengchao Lv, Lei Cui, Guoxin Wang 외

Multimodal pre-training with text, layout, and image has achieved SOTA performance for visually-rich document understanding tasks recently, which demonstrates the great potential for joint learning across different modal…

Document Image Classificationdocument understandingFormKey-value Pair Extraction

Synthesizing Machine Learning Programs with PAC Guarantees via Statistical Sketching

2021-10-11 · Osbert Bastani

We study the problem of synthesizing programs that include machine learning components such as deep neural networks (DNNs). We focus on statistical properties, which are properties expected to hold with high probability …

BIG-bench Machine LearningClassificationimage-classificationImage Classification+1

Synchromesh: Reliable code generation from pre-trained language models

2022-01-26 · ICLR 2022 4 · Gabriel Poesia, Oleksandr Polozov, Vu Le, Ashish Tiwari 외

Large pre-trained language models have been used to generate code,providing a flexible interface for synthesizing programs from natural language specifications. However, they often violate syntactic and semantic rules of…

Code GenerationLanguage ModelingLanguage Modellingvalid

Like a bilingual baby: The advantage of visually grounding a bilingual language model

2022-10-11 · Khai-Nguyen Nguyen, Zixin Tang, Ankur Mali, Alex Kelly

Unlike most neural language models, humans learn language in a rich, multi-sensory and, often, multi-lingual environment. Current language models typically fail to fully capture the complexities of multilingual language …

Language ModelingLanguage ModellingSemantic SimilaritySemantic Textual Similarity+1