--- license: other license_name: nutrient-eval-restricted pretty_name: Document Classification Benchmark (open-vocab, zero-shot) task_categories: - zero-shot-image-classification - image-classification language: - en tags: - document-ai - open-vocabulary - zero-shot-image-classification - document-image-classification size_categories: - 1K **Tobacco3482 is deliberately excluded.** Its research-only license is not redistributable, so it is not > part of this public benchmark (it is used only in internal evaluation). ```python from datasets import load_dataset ds = load_dataset("nutrientdocs/document-classification-benchmark", split="test") ``` ## Schema | field | meaning | |---|---| | `image` | the document image (RGB) | | `label` | gold document-type label | | `candidate_labels` | the open-vocab candidate set for the row's track | | `source` | originating dataset | | `license_tag` | redistribution tier of the source | | `doc_id` | provenance id | | `track` | doclaynet · forms · ood | ## About the author This project is maintained and funded by [Nutrient](https://nutrient.io/) - The deterministic document infrastructure enterprises run their highest-stakes workflows on: replayable output, clear exceptions, and full audit trails on the messy, regulated documents where AI alone breaks.