nutrientdocs/doc-split-benchmark
Doc-Split Benchmark The evaluation slice for page-stream segmentation โ the exact set behind the leaderboard and the cloud-VLM comparison. Self-contained (page images embedded), with a reference scorer so results are reproducible. This is the benchmark, not the training corpus (which stays private). ๐ Leaderboard: doc-split-leaderboard ๐ฏ Demo: doc-split-demo ๐ข Model: doc-split-mini-e5 (open weights) ๐ OpenPSS cuts: openpss-mirror (SHORT/LONG, self-contained)โฆ See the full description on the dataset page: https://huggingface.co/datasets/nutrientdocs/doc-split-benchmark.
Doc-Split Benchmark
The evaluation slice for page-stream segmentation โ the exact set behind the leaderboard and the cloud-VLM comparison. Self-contained (page images embedded), with a reference scorer so results are reproducible. This is the benchmark, not the training corpus (which stays private).
- ๐ Leaderboard: doc-split-leaderboard
- ๐ฏ Demo: doc-split-demo
- ๐ข Model: doc-split-mini-e5 (open weights)
- ๐ OpenPSS cuts: openpss-mirror (SHORT/LONG, self-contained)
Cuts
Load
from datasets import load_dataset
ds = load_dataset("nutrientdocs/doc-split-benchmark", "our200", split="test")
# one row = one page; group by stream_id, order by position.Schema
How to score
Metric: boundary page-F1 (internal positions, page 0 forced) + Cohen's ฮบ, WindowDiff, Pk. The reference scorer ships in this repo:
python score.py --pred your_preds.json # preds: {stream_id: [0/1 per page]}score.py uses docsplit.eval.metrics.aggregate (bundled). ฮบ is reported because a degenerate predict-none/all can look fine on F1 but scores ฮบ โ 0 on the sparse cuts. See SUBMISSION.md to add a row to the leaderboard.
manifest.json records provenance (per-source stream/page counts, boundary rates, seed).
License & attribution
CC-BY-SA-4.0 for the our-200 packaging (Nutrient-generated synthetic concatenations). OpenPSS cuts are in openpss-mirror under their upstream terms. TABME++/Tobacco800 are referenced, not redistributed.
About the author
<a href="https://nutrient.io/"> <img src="https://avatars2.githubusercontent.com/u/1527679?v=3&s=200" height="80" /> </a>
This project is maintained and funded by Nutrient - The #1 PDF SDK library for viewing, editing, eSigning, and more.
