Benchmarking Table Extraction from Heterogeneous Scientific Extraction Documents
Marijan Soric, Cécile Gracianne, Ioana Manolescu, Pierre Senellart
TL;DR
The paper tackles end-to-end table extraction (TE) from PDFs by introducing a formal benchmark, new heterogeneous datasets, and rigorous end-to-end evaluation metrics that jointly assess TD and TSR. It analyzes a spectrum of methods—from rule-based libraries to transformer-based DETR-like pipelines and large vision-language models—across three datasets including Table-arXiv and Table-BRGM. Key findings show TE remains challenging due to generalization gaps, robustness limits, and token-level content accuracy, with object-detection–based approaches like DocLing and the proposed TATR/VGT pipelines delivering the strongest overall performance. The work provides a comprehensive, publicly available benchmark to drive reproducible TE research and emphasizes calibrated confidence estimates as a practical requirement for real-world deployment.
Abstract
Table Extraction (TE) consists in extracting tables from PDF documents, in a structured format which can be automatically processed. While numerous TE tools exist, the variety of methods and techniques makes it difficult for users to choose an appropriate one. We propose a novel benchmark for assessing end-to-end TE methods (from PDF to the final table). We contribute an analysis of TE evaluation metrics, and the design of a rigorous evaluation process, which allows scoring each TE sub-task as well as end-to-end TE, and captures model uncertainty. Along with a prior dataset, our benchmark comprises two new heterogeneous datasets of 37k samples. We run our benchmark on diverse models, including off-the-shelf libraries, software tools, large vision language models, and approaches based on computer vision. The results demonstrate that TE remains challenging: current methods suffer from a lack of generalizability when facing heterogeneous data, and from limitations in robustness and interpretability.
