paper-with-me

홈 › Papers

VAREX: A Benchmark for Multi-Modal Structured Extraction from Documents

2026-03-16 · Udi Barzelay, Ophir Azulai, Inbar Shapira, Idan Friedman, Foad Abo Dahood, Madison Lee, Abraham Daniels arxiv

We introduce VAREX (VARied-schema EXtraction), a benchmark for evaluating multimodal foundation models on structured data extraction from government forms. VAREX employs a Reverse Annotation pipeline that programmatically fills PDF templates with synthetic values, producing deterministic ground truth validated through three-phase quality assurance. The benchmark comprises 1,777 documents with 1,771 unique schemas across three structural categories, each provided in four input modalities: plain text, layout-preserving text (whitespace-aligned to approximate column positions), document image, or both text and image combined. Unlike existing benchmarks that evaluate from a single input representation, VAREX provides four controlled modalities per document, enabling systematic ablation of how input format affects extraction accuracy -- a capability absent from prior benchmarks. We evaluate 20 models from frontier proprietary models to small open models, with particular attention to models <=4B parameters suitable for cost-sensitive and latency-constrained deployment. Results reveal that (1) below 4B parameters, structured output compliance -- not extraction capability -- is a dominant bottleneck; in particular, schema echo (models producing schema-conforming structure instead of extracted values) depresses scores by 45-65 pp (percentage points) in affected models; (2) extraction-specific fine-tuning at 2B yields +81 pp gains, demonstrating that the instruction-following deficit is addressable without scale; (3) layout-preserving text provides the largest accuracy gain (+3-18 pp), exceeding pixel-level visual cues; and (4) the benchmark most effectively discriminates models in the 60-95% accuracy band. Dataset and evaluation code are publicly available.

📄 PDF Abstract BibTeX arXiv:2603.15118

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring Model Invariance with Discrete Search for Ultra-Low-Bit Quantization

2025-02-06 · Yuqiao Wen, Yanshuai Cao, Lili Mou

Large language models have been increasing in size due to their success in a wide range of applications. This calls for a pressing need to reduce memory usage to make them more accessible. Post-training quantization is a…

Quantization

Cross-media Structured Common Space for Multimedia Event Extraction

2020-05-05 · ACL 2020 6 · Manling Li, Alireza Zareian, Qi Zeng, Spencer Whitehead 외

We introduce a new task, MultiMedia Event Extraction (M2E2), which aims to extract events and their arguments from multimedia documents. We develop the first benchmark and collect a dataset of 245 multimedia news article…

ArticlesEvent Extraction

RMPL: Relation-aware Multi-task Progressive Learning with Stage-wise Training for Multimedia Event Extraction

2026-02-14 · Yongkang Jin, Jianwen Luo, Jingjing Wang, Jianmin Yao 외 arxiv

Multimedia Event Extraction (MEE) aims to identify events and their arguments from documents that contain both text and images. It requires grounding event semantics across different modalities. Progress in MEE is limite…

Relation ExtractionEvent Extraction

ViBERTgrid BiLSTM-CRF: Multimodal Key Information Extraction from Unstructured Financial Documents

2024-09-23 · Furkan Pala, Mehmet Yasin Akpınar, Onur Deniz, Gülşen Eryiğit

Multimodal key information extraction (KIE) models have been studied extensively on semi-structured documents. However, their investigation on unstructured documents is an emerging research topic. The paper presents an a…

Key Information Extractionnamed-entity-recognitionNamed Entity Recognition

MatViX: Multimodal Information Extraction from Visually Rich Articles

2024-10-27 · Ghazal Khalighinejad, Sharon Scott, Ollie Liu, Kelly L. Anderson 외

Multimodal information extraction (MIE) is crucial for scientific literature, where valuable data is often spread across text, figures, and tables. In materials science, extracting structured information from research ar…

Articles