realzL commited on
Commit
02ec006
·
verified ·
1 Parent(s): 7390df6

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - visual-question-answering
5
+ tags:
6
+ - benchability
7
+ - figure4
8
+ ---
9
+
10
+ # BenchAbility Figure 4 -- held-out eval
11
+
12
+ The 10% candidate-dev half of the same 884,143-row pool the two training mixtures are drawn from,
13
+ balanced per capability. Split **by image**, so no picture here appears in either mixture, and both
14
+ arms are equally blind to it.
15
+
16
+ | capability | n |
17
+ |---|---:|
18
+ | chart_reading / chart_reasoning | 250 / 250 |
19
+ | table_lookup / table_reasoning | 250 / 250 |
20
+ | document_qa / document_text_reading | 250 / 250 |
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.
data/train-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ce0673b65dfe81d8023dc190284e380f8ff339d0f94c03481e97bfdd0815bc
3
+ size 140862214
data/train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29827997edc88a329aea76b3539fbb4dff523b8a8077a342ad6d1292c327ea0d
3
+ size 212588753
data/train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0c2f9c4322794f18e531774a7e78f7463b3a5c26304c3aab06a5f3b4c98b9a4
3
+ size 148329280
eval_manifest.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "spec_fingerprint": "37a89086c195",
3
+ "split_salt": "fig4-candidate-split-v1",
4
+ "pick_salt": "fig4-eval-pick-v1",
5
+ "per_capability": 250,
6
+ "source_cap": 0.5,
7
+ "note": "held-out candidate-dev, in-domain. NOT the paper's cross-source eval set.",
8
+ "per_capability_detail": {
9
+ "chart_reasoning": {
10
+ "n": 250,
11
+ "available": 50612,
12
+ "sources": {
13
+ "figureqa": 115,
14
+ "plotqa": 80,
15
+ "dvqa": 51,
16
+ "chartqa": 3,
17
+ "infovqa": 1
18
+ }
19
+ },
20
+ "table_reasoning": {
21
+ "n": 250,
22
+ "available": 3401,
23
+ "sources": {
24
+ "tabmwp": 116,
25
+ "multihiertt": 62,
26
+ "tatqa": 45,
27
+ "hitab": 24,
28
+ "scienceqa_image": 2,
29
+ "docvqa": 1
30
+ }
31
+ },
32
+ "diagram_and_infographic_understanding": {
33
+ "n": 250,
34
+ "available": 775,
35
+ "sources": {
36
+ "ai2d": 123,
37
+ "infovqa": 79,
38
+ "scienceqa_image": 43,
39
+ "iconqa": 2,
40
+ "visualmrc": 2,
41
+ "docvqa": 1
42
+ }
43
+ },
44
+ "scene_text_recognition": {
45
+ "n": 250,
46
+ "available": 6086,
47
+ "sources": {
48
+ "textvqa": 122,
49
+ "stvqa": 87,
50
+ "ocrvqa": 32,
51
+ "iconqa": 7,
52
+ "docvqa": 2
53
+ }
54
+ },
55
+ "document_qa": {
56
+ "n": 250,
57
+ "available": 1338,
58
+ "sources": {
59
+ "visualmrc": 123,
60
+ "docvqa": 66,
61
+ "tatqa": 50,
62
+ "infovqa": 7,
63
+ "scienceqa_image": 2,
64
+ "ocrvqa": 1,
65
+ "textvqa": 1
66
+ }
67
+ },
68
+ "document_text_reading": {
69
+ "n": 250,
70
+ "available": 4333,
71
+ "sources": {
72
+ "docvqa": 125,
73
+ "ocrvqa": 81,
74
+ "visualmrc": 28,
75
+ "textvqa": 9,
76
+ "infovqa": 4,
77
+ "stvqa": 2,
78
+ "tatqa": 1
79
+ }
80
+ },
81
+ "chart_reading": {
82
+ "n": 250,
83
+ "available": 15866,
84
+ "sources": {
85
+ "dvqa": 125,
86
+ "plotqa": 78,
87
+ "chartqa": 41,
88
+ "tabmwp": 3,
89
+ "docvqa": 2,
90
+ "infovqa": 1
91
+ }
92
+ },
93
+ "table_lookup": {
94
+ "n": 250,
95
+ "available": 1495,
96
+ "sources": {
97
+ "hitab": 73,
98
+ "docvqa": 71,
99
+ "tabmwp": 49,
100
+ "tatqa": 48,
101
+ "multihiertt": 6,
102
+ "infovqa": 2,
103
+ "scienceqa_image": 1
104
+ }
105
+ },
106
+ "key_information_extraction": {
107
+ "n": 168,
108
+ "available": 168,
109
+ "sources": {
110
+ "cord": 78,
111
+ "sroie": 76,
112
+ "funsd": 12,
113
+ "docvqa": 1,
114
+ "infovqa": 1
115
+ }
116
+ }
117
+ },
118
+ "bundle": {
119
+ "arm": "eval",
120
+ "rows": 2168,
121
+ "missing_images": 0,
122
+ "intervention": 2168,
123
+ "replay": 0,
124
+ "shards": 3,
125
+ "bytes": 501780247,
126
+ "max_side": 1792,
127
+ "by_capability": {
128
+ "chart_reasoning": 250,
129
+ "table_reasoning": 250,
130
+ "diagram_and_infographic_understanding": 250,
131
+ "scene_text_recognition": 250,
132
+ "document_qa": 250,
133
+ "document_text_reading": 250,
134
+ "chart_reading": 250,
135
+ "table_lookup": 250,
136
+ "key_information_extraction": 168
137
+ },
138
+ "by_source": {
139
+ "docvqa": 269,
140
+ "dvqa": 176,
141
+ "tabmwp": 168,
142
+ "plotqa": 158,
143
+ "visualmrc": 153,
144
+ "tatqa": 144,
145
+ "textvqa": 132,
146
+ "ai2d": 123,
147
+ "figureqa": 115,
148
+ "ocrvqa": 114,
149
+ "hitab": 97,
150
+ "infovqa": 95,
151
+ "stvqa": 89,
152
+ "cord": 78,
153
+ "sroie": 76,
154
+ "multihiertt": 68,
155
+ "scienceqa_image": 48,
156
+ "chartqa": 44,
157
+ "funsd": 12,
158
+ "iconqa": 9
159
+ }
160
+ }
161
+ }