DR.DOCBENCH
Expert-Level and Difficult
Document Parsing

Difficulty-aware evaluation across 52 domains, targeting cases where state-of-the-art systems struggle.

0
BISAC Domains
0
Annotated Pages
0
Source PDFs
0
Annotations
0
Languages
0
Models Evaluated

Introducing DR.DOCBENCH

DR.DOCBENCH is a subject-diverse, difficulty-aware, expert-level benchmark designed to close the evaluation gap — targeting document pages where state-of-the-art systems struggle.

Difficulty-Aware Sampling

Pages are selected around cases where strong parsers disagree, surfacing genuinely hard documents instead of easy OCR wins.

Subject-Diverse Coverage

DR.DOCBENCH spans 52 BISAC domains, from music and chemistry to law, medicine, reference works, games, and technical manuals.

Expert-Level Structures

The benchmark covers fine-grained layout, recognition, and domain-specific structures that ordinary document parsing tests often miss.

Structured Output Evaluation

Formulas use CDM and edit distance, tables use TEDS/TEDS-S, while text and reading order are scored with normalized edit distance.

Dataset Overview

DR.DOCBENCH spans 52 BISAC subject domains with 4,514 annotated pages, combining difficulty-aware document selection with fine-grained labels for layout, recognition, and expert-domain structures.

Figure 2 — DR.DOCBENCH Overview
DR.DOCBENCH overview showing BISAC domains and annotation categories
Overview of DR.DOCBENCH. The benchmark spans diverse BISAC subject domains and provides fine-grained annotations for layout, recognition, and expert-domain structures, including chemistry diagrams, music notation, complex tables, formulas, and pseudo-code.

Overall Evaluation Results

Overall evaluation across text extraction, formula recognition, table structure, and reading order. Edit-distance metrics are lower-is-better, while CDM, TEDS, TEDS-S, and Overall are higher-is-better.

Table 1 — Overall Evaluation Results
ModelSizeAccess Text Edit↓ Formula Table Order Edit↓Overall↑
Edit↓CDM↑ TEDS↑TEDS-S↑
Specialized VLMs
MinerU 2.51.2BOpen0.330.5124.1555.8563.700.3054.37
PaddleOCR0.9BOpen0.730.4230.7351.7959.940.7134.78
General VLMs
Qwen3.5-Flash3BOpen0.260.3235.6946.2454.380.2657.51
Qwen3.5-122B-A10B10BOpen0.230.3232.5438.3144.990.2356.32
Qwen3.5-Plus17BOpen0.250.3130.4049.7758.230.2657.32
Nemotron-Nano-12B12BOpen0.620.7612.8227.0334.090.56430.33
Kimi-K2.532BOpen0.190.3527.0451.9861.090.1860.38
Claude Opus 4.6Closed0.220.3732.0249.2158.120.1960.19
Doubao-Seed-1.6-VisionClosed0.340.3141.2833.9342.160.2853.14
Gemini 3.1 ProClosed0.220.3532.2251.2659.030.2160.13
GPT-4oClosed0.370.4736.0230.1438.620.3149.73
GPT-5.5Closed0.190.3634.5548.9058.960.1761.94
Overall Evaluation Results. Size denotes activated parameters. Purple highlights the best value per column; light red highlights the worst.

Case Studies

Two qualitative probes from the analysis section: borderless table reconstruction and schema-faithful music transcription. Both reveal failures that text-only OCR accuracy would miss.

Case Study 01 / Table

Wireless Table Reconstruction

Wireless, or borderless, tables expose how strongly models depend on visible grid lines. From full-line to wireless tables, Kimi drops from 49.1 to 21.4 TEDS, while Doubao collapses to 8.1, near-random performance.

The failure is not just table recognition. Doubao can miss the target table when it falls on the second page of the context window, attending instead to prior-page content and recovering spurious tables. Kimi shows a different failure: content can be right while the required HTML format is ignored.

49.1 -> 21.4Kimi TEDS drop from full-line to wireless tables.
8.1 TEDSDoubao collapses to near-random on wireless structure.
5 spurious tablesPrior-page attention can dominate the target page.
Case Study 02 / OMR

Optical Music Recognition

Optical Music Recognition is a new subject absent from prior document benchmarks. It requires simultaneous visual understanding of clefs, noteheads, key and time signatures, articulations, and schema-faithful MusicXML generation.

To anchor difficulty, the paper computes a cross-document null reference: the mean pairwise edit distance across all six ground-truth MusicXML files. This null is 0.624, approximately the score of emitting an arbitrary unrelated score. No evaluated model beats it.

0.624 nullMean pairwise edit distance across GT MusicXML files.
No model beats nullSchema-faithful music transcription remains unsolved.
1.0 pipeline scoreMinerU and PaddleOCR cannot follow MusicXML instructions by design.

Key Findings

From systematic evaluation of 12 models across subjects, content types, and structural attributes.

F1

No model dominates every component

The leading group is tight, but strengths differ: GPT-5.5 leads overall, Kimi-K2.5 is strong on tables, and Doubao-Seed-1.6-Vision has the best formula CDM.

F2

Reference is the most consistent hard subject

Design, Games, Medical, and Antiques & Collectibles also recur as difficult cases, often due to dense layouts or domain-specific structure.

F3

Research reports are difficult for text extraction

Research reports are challenging across most models, while PPT-to-PDF shows large variation between models.

F4

Colored table backgrounds hurt parsing

Background shading makes cell localization and table-structure reconstruction less reliable.

F5

Rotation remains a stress test

Rotated text, especially 90-degree rotation, is harder than normal orientation for most models.

F6

Efficient outputs matter

High-performing parsers tend to produce compact, well-structured outputs rather than simply longer generations.

F7

Specialized parsers still matter

MinerU achieves the strongest table scores, though specialized systems are disadvantaged on prompt-dependent outputs.

F8

Music transcription remains unsolved

No evaluated model beats the 0.624 null reference for MusicXML transcription.

BibTeX

If you use DR.DOCBENCH in your research, please cite:

@article{yang2026drdocbench,
  title     = {DR.DOCBENCH: A Comprehensive Benchmark for Expert-Level
               and Difficult Document Parsing},
  author    = {Minglai Yang and Xinyan Velocity Yu and Pengyuan Li and Xinyu Guo and Zhenting Qi and Konwoo Kim and Longtian Ye and 
               Xiaolong Luo and Jinhe Bi and Henry Zhang and Haris Riaz and Xuan Zhang and Yunze Xiao and Bangya Liu and Ningshan Ma
                and Tom Tang and Yunfei Zhao and Qunshu Lin and Zihan Wang and Minghao Liu and Michael Lingzhi Li and Yilun Du and
               Jesse Thomason and Rogerio Feris and Alex Pentland and Zexue He},
  year      = {2026},
  journal   = {arXiv preprint},
}