Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,14 +4,21 @@ task_categories:
|
|
| 4 |
- visual-question-answering
|
| 5 |
tags:
|
| 6 |
- benchability
|
| 7 |
-
- figure4
|
| 8 |
---
|
| 9 |
|
| 10 |
-
#
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
| capability | n |
|
| 17 |
|---|---:|
|
|
@@ -21,16 +28,3 @@ arms are equally blind to it.
|
|
| 21 |
| diagram_and_infographic_understanding | 250 |
|
| 22 |
| scene_text_recognition | 250 |
|
| 23 |
| key_information_extraction | 168 (all that exists) |
|
| 24 |
-
|
| 25 |
-
Balanced rather than proportional: the pool is 38% `chart_reasoning`, so a proportional dev set would
|
| 26 |
-
measure that leaf precisely and the scarce ones not at all -- and the scarce ones are where the two
|
| 27 |
-
arms differ most. One row per image, because a second question on the same picture is not an
|
| 28 |
-
independent measurement.
|
| 29 |
-
|
| 30 |
-
**This is an in-domain dev set, not the paper's evaluation.** Same 20 sources, held out by image. It
|
| 31 |
-
answers "did training move this capability at all", which separates a broken run from a real one. It
|
| 32 |
-
cannot separate "learned the capability" from "learned these 20 datasets" -- that needs the
|
| 33 |
-
unseen-source set (ChartQAPro, OCRBench v2, DUDE, MME-RealWorld) which is not in this pool.
|
| 34 |
-
|
| 35 |
-
Score with `evaluate.py` from the training bundle; measure the base model first, then each
|
| 36 |
-
checkpoint, and report `gain = checkpoint - base` per capability.
|
|
|
|
| 4 |
- visual-question-answering
|
| 5 |
tags:
|
| 6 |
- benchability
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# NOT the Figure 4 evaluation set
|
| 10 |
|
| 11 |
+
Kept for transparency, but superseded. This is a held-out in-domain dev split (10% of the training
|
| 12 |
+
pool, by image) that an earlier draft of the pipeline used for scoring.
|
| 13 |
+
|
| 14 |
+
**Figure 4 is not scored with this.** It is scored with lmms-eval's official task implementations over
|
| 15 |
+
ChartQA / DocVQA val / InfoVQA val / OCRBench / TextVQA val / CharXiv -- the same instrument that
|
| 16 |
+
produced Figures 1-3 -- because the gaps that decided the training mixture were measured there, and a
|
| 17 |
+
gain measured with a different prompt and metric is not comparable to the gap it is meant to close.
|
| 18 |
+
|
| 19 |
+
What this set is still good for: a fast in-domain check that training moved a capability at all,
|
| 20 |
+
before committing GPU hours to the full official evaluation. It cannot separate "learned the
|
| 21 |
+
capability" from "learned these 20 datasets".
|
| 22 |
|
| 23 |
| capability | n |
|
| 24 |
|---|---:|
|
|
|
|
| 28 |
| diagram_and_infographic_understanding | 250 |
|
| 29 |
| scene_text_recognition | 250 |
|
| 30 |
| key_information_extraction | 168 (all that exists) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|