Datasets:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,19 +1,38 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- ocr
|
| 9 |
+
- structured-extraction
|
| 10 |
+
- kie
|
| 11 |
+
- index-cards
|
| 12 |
+
- glam
|
| 13 |
+
- manuscript-catalogue
|
| 14 |
+
- held-out
|
| 15 |
+
- unlabeled
|
| 16 |
+
size_categories:
|
| 17 |
+
- n<1K
|
| 18 |
+
source_datasets:
|
| 19 |
+
- biglam/rubenstein-manuscript-catalog
|
| 20 |
+
pretty_name: Rubenstein Manuscript Cards — Held-out Schema Probe
|
| 21 |
---
|
| 22 |
+
|
| 23 |
+
# Rubenstein manuscript cards — held-out schema probe
|
| 24 |
+
|
| 25 |
+
**30 manuscript-catalogue card images** from the Duke Rubenstein collection
|
| 26 |
+
([`biglam/rubenstein-manuscript-catalog`](https://huggingface.co/datasets/biglam/rubenstein-manuscript-catalog)),
|
| 27 |
+
used as a **held-out generalization probe**: a collection and schema the
|
| 28 |
+
[index-card-extractor-4b](#) model was **never trained on**. Tests whether the model still emits
|
| 29 |
+
valid, schema-conforming JSON for an unseen schema (it does — better than the base model).
|
| 30 |
+
|
| 31 |
+
No ground truth — this measures schema-following (valid-JSON rate, key-conformance, field coverage),
|
| 32 |
+
not field accuracy. A candidate Rubenstein extraction schema ships with the project code.
|
| 33 |
+
|
| 34 |
+
## Columns
|
| 35 |
+
`image_id` · `image`.
|
| 36 |
+
|
| 37 |
+
## Provenance & license
|
| 38 |
+
Images from `biglam/rubenstein-manuscript-catalog` (CC0). Released **CC0-1.0**.
|