CoolFace
Datasetpublic

ankitt6174/pdf-parse-bench

PDF Parse Bench Benchmark for evaluating how effectively PDF parsing solutions extract mathematical formulas and tables from documents. We generate synthetic PDFs with diverse formatting scenarios, parse them with different parsers, and score the extracted content using LLM-as-a-Judge. This semantic evaluation approach substantially outperforms traditional metrics in agreement with human judgment. Leaderboard (2026-Q1) Results are based on two benchmark… See the full description on the dataset page: https://huggingface.co/datasets/ankitt6174/pdf-parse-bench.

sourceHugging Facemitupdated 10d agoView on Hugging Face
0likes222downloads
eval.yaml10 linesDownload Raw Back to root
1name: pdf-parse-bench2description: Benchmark for evaluating PDF parsers on mathematical formula and table extraction from PDFs.3evaluation_framework: pdf-parse-bench4 5tasks:6  - id: tables_only7    config: 2026-q1-tables-only8  - id: formulas_only9    config: 2026-q1-formulas-only10