AIAny
Icon for item

ParseBench

Benchmarks document-parsing systems on real-world enterprise PDFs and images—evaluates tables, charts, content faithfulness, semantic formatting, and visual grounding with human-verified, rule-level tests. Ships with ~2,000 pages, ~169K test rules, and an open evaluation framework for end-to-end pipeline scoring.

Introduction

Why this matters

Enterprise document parsing is a common but brittle dependency for downstream agent workflows: a single mislocated header, dropped sentence, or mislabeled chart value can silently corrupt analytics, auditing, or automated actions. ParseBench targets those precise failure modes by converting human-verified annotations into dense, rule-level tests so teams can see not just overall accuracy but exactly where and how a parser fails in production-like documents.

What Sets It Apart
  • Multi-dimensional diagnostics: instead of a single aggregate score, ParseBench splits evaluation into five capability dimensions (tables, charts, content faithfulness, semantic formatting, visual grounding), each with task-specific metrics that pinpoint structural and semantic faults. So what: you can prioritize fixes (e.g., merged-cell handling vs. reading-order errors) rather than chasing noisy overall gains.
  • Scale and realism: the eval set contains ~2,000 pages from ~1,200 public enterprise documents across insurance, finance, and government, with adversarially hard examples (scans, multi-column layouts, handwritten notes). So what: results better predict real-world failure modes than small synthetic tests.
  • Rule-level granularity and auditing: ~169K human-verified rules (word/sentence/digit omissions, chart datapoint checks, formatting flags, bounding-box grounding) give fine-grained, auditable evidence for regressions. So what: teams can trace a metric drop to specific rule classes and sample pages for targeted remediation.
  • Reproducible evaluation suite: the benchmark includes an evaluation framework and a path to submit leaderboard results (Hugging Face eval-results), enabling comparable, repeatable pipeline scoring across models and toolchains.
Who It's For (Great fit vs. tradeoffs)

Great fit if you: maintain or build document-parsing pipelines for regulated or audit-sensitive domains (finance, insurance, reporting), integrate vision+OCR+NLP components, or need diagnostic signals to prioritize engineering work. ParseBench is designed to reveal edge-case failures that break agentic workflows.

Look elsewhere if you: only need coarse text-extraction quality for casual indexing or search (lighter OCR datasets may be faster), or if your documents are in narrowly constrained, homogeneous formats absent in ParseBench (then a bespoke synthetic test might be more cost-effective).

Where it sits in the toollandscape

ParseBench complements large-scale synthetic OCR/text datasets by focusing on production-like, heterogeneous enterprise documents and on evaluation design (rule-level spot checks and structural metrics) rather than on pretraining data scale. Use it for benchmark-driven improvement and release gating rather than for model pretraining.

How the evaluation works (short)

Each dimension uses specialized metrics: tables use a GTRM (GriTS + TableRecordMatch) structural score; charts verify chart_data_point extraction with configurable tolerances; content faithfulness uses rule-based omission/hallucination checks at word/sentence/digit levels; semantic formatting tests preservation of styles (bold, superscript, strikeout, LaTeX); layout tests grounding via bounding-box, class, and reading-order assertions. Evaluation artifacts are provided as JSONL rule files for reproducible scoring.

Information

  • Websitehuggingface.co
  • Authorsllamaindex (dataset), Boyang Zhang, Sebastián G. Acosta, Preston Carlson, Sacha Bron, Pierre-Loïc Doulcet, Simon Suo
  • Published date2026/04/09

Categories

More Items

Hugging Face

Evaluates retrievers and search agents on synthetic multi-hop questions that require assembling a complete set of supporting evidence. Provides English and Russian variants (395 questions each), a fixed dense index embedded with Qwen3-Embedding-8B, and BrowseComp-Plus evaluation integrations.

Hugging Face

Provides re-annotated academic video instruction data for captioning, video QA, and fine-grained motion understanding; rewrites short answers and concise captions into evidence-grounded, instruction-following responses and supplies JSONL annotation files (original videos not included).

Hugging Face

Provides 324 Russian short-answer web-search tasks with gold supporting documents to evaluate fixed-index retrievers and search agents. Tasks span eight topical categories and five retrieval challenge types (multihop, structured evidence, temporal, entity disambiguation, comparative) and use a Qwen3-Embedding-8B index for evaluation.