TabulusBench: A Benchmark Dataset for Scientific Survey Table Extraction and Reference-Aware Table Processing
收藏资源简介:
TabulusBench is the accompanying benchmark dataset for the Tabulus pipeline, an OCR-driven framework for extracting and semantically processing comparison tables from scientific survey and review papers. The dataset focuses on related-work and comparison tables that summarize methods, datasets, metrics, and experimental findings across scientific literature. The collection spans five scientific domains: Biomedicine and Health Agriculture, Food, and Environmental Systems Computer Science, AI, and Data Science Energy, Materials, and Chemical Sciences Engineering, Robotics, and Built Infrastructure To construct the benchmark, five OCR systems — Chandra (https://github.com/datalab-to/chandra), DeepSeek-OCR-2 (https://github.com/deepseek-ai/DeepSeek-OCR-2), PaddleOCR (https://github.com/PADDLEPADDLE/PADDLEOCR), Kreuzberg (https://github.com/kreuzberg-dev/kreuzberg), and NuExtract3 (https://github.com/numindai/nuextract) — were applied to scientific PDF documents to extract tabular content. The extracted tables were subsequently manually verified and corrected against the original PDF tables to create high-quality gold-standard annotations. The dataset includes: cropped table images, OCR-generated table reconstructions, manually corrected gold-standard CSV tables, bibliography extraction outputs, DOI matching results, runtime statistics, RMS similarity metrics, precision, recall, and F1-score evaluations. The resource preserves both intermediate and final pipeline outputs to support reproducibility, benchmarking, and future comparison experiments for scientific document understanding workflows. Dataset Structure The dataset is organized hierarchically by: research domain, topic, paper. Example structure: tabulusbench/ ├── Agriculture_Food_And_Environmental_Systems/ │ └── agroecology/ │ └── P51/ │ ├── Ref/ │ ├── Ref_Tables/ │ └── P51.pdf │ ├── Biomedicine_And_Health/ ├── Computer_Science_AI_And_Data_Science/ ├── Energy_Materials_And_Chemical_Sciences/ └── Engineering_Robotics_And_Built_Infrastructure/ Each paper directory contains: Ref/ — bibliography extraction outputs, DOI matching files, and evaluation metrics. Ref_Tables/ — cropped table images, OCR predictions, gold-standard tables, and table extraction benchmark results. PXX.pdf — the original survey paper PDF (when redistribution is permitted). The Ref_Tables/ directory contains: OCR outputs generated using Chandra, DeepSeek-OCR-2, PaddleOCR, and Kreuzberg, manually corrected gold-standard CSV tables, MinerU table crops, benchmark and evaluation outputs. The Ref/ directory contains: raw OCR bibliography text, GROBID extraction outputs, regex-based reference extraction results, DOI matching files, precision, recall, and F1-score evaluations. TabulusBench supports research in: scientific table extraction, OCR robustness evaluation, document understanding, bibliography extraction, reference matching, scholarly knowledge graphs, FAIR scientific information systems. Within the released dataset dump, we do not redistribute the original survey paper PDFs from which the tables were extracted. However, the file papers_list.xlsx contains the list of scientific papers considered during dataset construction.



