paper-with-me

홈 › Papers

DTBench: A Synthetic Benchmark for Document-to-Table Extraction

2026-02-14 · Yuxiang Guo, Zhuoran Du, Nan Tang, Kezheng Tang, Congcong Ge, Yunjun Gao arxiv

Document-to-table (Doc2Table) extraction derives structured tables from unstructured documents under a target schema, enabling reliable and verifiable SQL-based data analytics. Although large language models (LLMs) have shown promise in flexible information extraction, their ability to produce precisely structured tables remains insufficiently understood, particularly for indirect extraction that requires complex capabilities such as reasoning and conflict resolution. Existing benchmarks neither explicitly distinguish nor comprehensively cover the diverse capabilities required in Doc2Table extraction. We argue that a capability-aware benchmark is essential for systematic evaluation. However, constructing such benchmarks using human-annotated document-table pairs is costly, difficult to scale, and limited in capability coverage. To address this, we adopt a reverse Table2Doc paradigm and design a multi-agent synthesis workflow to generate documents from ground-truth tables. Based on this approach, we present DTBench, a synthetic benchmark that adopts a proposed two-level taxonomy of Doc2Table capabilities, covering 5 major categories and 13 subcategories. We evaluate several mainstream LLMs on DTBench, and demonstrate substantial performance gaps across models, as well as persistent challenges in reasoning, faithfulness, and conflict resolution. DTBench provides a comprehensive testbed for data generation and evaluation, facilitating future research on Doc2Table extraction. The benchmark is publicly available at https://github.com/ZJU-DAILY/DTBench.

📄 PDF Abstract BibTeX arXiv:2602.13812

Code (0)

등록된 구현이 없습니다.

Tasks

Information Extraction

Similar Papers 제목 키워드 기반

Synthetic Data Augmentation for Table Detection: Re-evaluating TableNet's Performance with Automatically Generated Document Images

2025-06-17 · Krishna Sahukara, Zineddine Bettouche, Andreas Fischer

Document pages captured by smartphones or scanners often contain tables, yet manual extraction is slow and error-prone. We introduce an automated LaTeX-based pipeline that synthesizes realistic two-column pages with visu…

Data AugmentationTable Detection

DocILE Benchmark for Document Information Localization and Extraction

2023-02-11 · Štěpán Šimsa, Milan Šulc, Michal Uřičář, Yash Patel 외

This paper introduces the DocILE benchmark with the largest dataset of business documents for the tasks of Key Information Localization and Extraction and Line Item Recognition. It contains 6.7k annotated business docume…

Key Information ExtractionUnsupervised Pre-training

ExStrucTiny: A Benchmark for Schema-Variable Structured Information Extraction from Document Images

2026-02-12 · Mathieu Sibue, Andres Muñoz Garza, Samuel Mensah, Pranav Shetty 외 arxiv

Enterprise documents, such as forms and reports, embed critical information for downstream applications like data archiving, automated workflows, and analytics. Although generalist Vision Language Models (VLMs) perform w…

Visual Question AnsweringInformation ExtractionRelation Extraction

Business Document Information Extraction: Towards Practical Benchmarks

2022-06-20 · Matyáš Skalický, Štěpán Šimsa, Michal Uřičář, Milan Šulc

Information extraction from semi-structured documents is crucial for frictionless business-to-business (B2B) communication. While machine learning problems related to Document Information Extraction (IE) have been studie…

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

2026-03-16 · Udi Barzelay, Ophir Azulai, Inbar Shapira, Idan Friedman 외 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 programmaticall…