Datasets:
Upload folder using huggingface_hub
Browse files- README.md +71 -0
- data/train-00000-of-00038.parquet +3 -0
- data/train-00001-of-00038.parquet +3 -0
- data/train-00002-of-00038.parquet +3 -0
- data/train-00003-of-00038.parquet +3 -0
- data/train-00004-of-00038.parquet +3 -0
- data/train-00005-of-00038.parquet +3 -0
- data/train-00006-of-00038.parquet +3 -0
- data/train-00007-of-00038.parquet +3 -0
- data/train-00008-of-00038.parquet +3 -0
- data/train-00009-of-00038.parquet +3 -0
- data/train-00010-of-00038.parquet +3 -0
- data/train-00011-of-00038.parquet +3 -0
- data/train-00012-of-00038.parquet +3 -0
- data/train-00013-of-00038.parquet +3 -0
- data/train-00014-of-00038.parquet +3 -0
- data/train-00015-of-00038.parquet +3 -0
- data/train-00016-of-00038.parquet +3 -0
- data/train-00017-of-00038.parquet +3 -0
- data/train-00018-of-00038.parquet +3 -0
- data/train-00019-of-00038.parquet +3 -0
- data/train-00020-of-00038.parquet +3 -0
- data/train-00021-of-00038.parquet +3 -0
- data/train-00022-of-00038.parquet +3 -0
- data/train-00023-of-00038.parquet +3 -0
- data/train-00024-of-00038.parquet +3 -0
- data/train-00025-of-00038.parquet +3 -0
- data/train-00026-of-00038.parquet +3 -0
- data/train-00027-of-00038.parquet +3 -0
- data/train-00028-of-00038.parquet +3 -0
- data/train-00029-of-00038.parquet +3 -0
- data/train-00030-of-00038.parquet +3 -0
- data/train-00031-of-00038.parquet +3 -0
- data/train-00032-of-00038.parquet +3 -0
- data/train-00033-of-00038.parquet +3 -0
- data/train-00034-of-00038.parquet +3 -0
- data/train-00035-of-00038.parquet +3 -0
- data/train-00036-of-00038.parquet +3 -0
- data/train-00037-of-00038.parquet +3 -0
- mixture_manifest.json +337 -0
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- visual-question-answering
|
| 5 |
+
tags:
|
| 6 |
+
- benchability
|
| 7 |
+
- figure4
|
| 8 |
+
- vlm-sft
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# BenchAbility Figure 4 -- `capability_guided`
|
| 12 |
+
|
| 13 |
+
One of two training mixtures drawn from the **same** frozen 884,143-row candidate pool, with the
|
| 14 |
+
**same** budget (60,000 intervention + 15,000 shared replay) and the same hyperparameters. The two
|
| 15 |
+
differ only in how the samples are chosen, which is the whole experiment.
|
| 16 |
+
|
| 17 |
+
| | |
|
| 18 |
+
|---|---|
|
| 19 |
+
| arm | `capability_guided` |
|
| 20 |
+
| selection | by capability, gap-weighted from the Figure 3 scores |
|
| 21 |
+
| intervention rows | 59,999 |
|
| 22 |
+
| replay rows | 15,000 |
|
| 23 |
+
| shards | 38 |
|
| 24 |
+
| pool | 884,143 rows / 20 source datasets, capability-tagged sample-by-sample |
|
| 25 |
+
|
| 26 |
+
## Columns
|
| 27 |
+
|
| 28 |
+
| column | meaning |
|
| 29 |
+
|---|---|
|
| 30 |
+
| `uid` | `source-split-index`, stable across both arms |
|
| 31 |
+
| `source` | original dataset (provenance) |
|
| 32 |
+
| `capability` | BenchAbility leaf, assigned per sample by a vision-language classifier |
|
| 33 |
+
| `split_role` | `intervention` or `replay` |
|
| 34 |
+
| `question` / `answer` | the training turn; `<image>` marks where the image goes |
|
| 35 |
+
| `image` | PNG bytes, embedded |
|
| 36 |
+
|
| 37 |
+
`capability` is present in **both** arms so the mixtures can be compared, but the
|
| 38 |
+
`source_uniform` draw never read it -- see below.
|
| 39 |
+
|
| 40 |
+
## How this arm was drawn
|
| 41 |
+
|
| 42 |
+
Per-capability quotas come from the measured Figure 3 scores:
|
| 43 |
+
|
| 44 |
+
gap(l) = max(0, 95 - score(l))
|
| 45 |
+
weight(l) = 0.20/9 + 0.80 * gap(l) / sum(gap)
|
| 46 |
+
|
| 47 |
+
The scores are measured on the diagnosis benchmarks through `scripts/build_fig1.py`'s own code path,
|
| 48 |
+
not the placeholder table in the plan document. The target is 95 rather than 70 because the real
|
| 49 |
+
scores top out at 93.69 -- at 70, seven of the nine capabilities have gap 0 and the experiment
|
| 50 |
+
collapses into "train two capabilities".
|
| 51 |
+
|
| 52 |
+
Within each capability bucket, samples are drawn **across benchmarks** under three diversity bounds:
|
| 53 |
+
a 50% per-source cap, a 15% per-template cap, and at most 2 rows per image. Where a bound is
|
| 54 |
+
arithmetically unsatisfiable it is relaxed one at a time and the relaxation is recorded --
|
| 55 |
+
`key_information_extraction` is three templates in total by construction, and AI2D is 71% of
|
| 56 |
+
`diagram_and_infographic_understanding`.
|
| 57 |
+
|
| 58 |
+
Two capabilities cannot be filled from this pool: diagram (7,264 available against 11,081 requested)
|
| 59 |
+
and KIE (1,416 against 1,864). The deficit is redistributed over the capabilities that have room, in
|
| 60 |
+
gap proportion. It is **never** filled by upsampling with replacement, which would give those buckets
|
| 61 |
+
more effective epochs than the same rows get in the other arm.
|
| 62 |
+
|
| 63 |
+
## Reproducing
|
| 64 |
+
|
| 65 |
+
```bash
|
| 66 |
+
python fig4_training/pipeline/40_mix.py # both arms from the frozen pool
|
| 67 |
+
python fig4_training/pipeline/50_export.py # this bundle
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
+
Full draw record, including every relaxed constraint and every shortfall, is in
|
| 71 |
+
`mixture_manifest.json`.
|
data/train-00000-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc7408591adb072e66ca6474c1b8a53a2a5a9309874daf22cbe0e7763ace8aa3
|
| 3 |
+
size 45029647
|
data/train-00001-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:019bc79df721344724d21c0b51de88d38cae038a942b7f27c696fc5a39488f6a
|
| 3 |
+
size 45213945
|
data/train-00002-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5bae88030bad474a00d9424bdbd37e65524cae7f93f44019041e95cf7d10f57
|
| 3 |
+
size 54980653
|
data/train-00003-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db0f90a4fe271d6f9b8423fdefe9f0327ea60b3d84b8ac771216e41bb29a2cad
|
| 3 |
+
size 37528968
|
data/train-00004-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bc5d04084ceb7ffd7fd72b0065d2317d25801a5e00dff2ec514c6187c86c094
|
| 3 |
+
size 51774885
|
data/train-00005-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f41e7bf8b3431cfe8efc5aada6ede35fdbf63389ed5f750bce245d004d5c565a
|
| 3 |
+
size 47386228
|
data/train-00006-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b4528a733024a475080008228e5a8754356602dacd189f5019204e1329abc92
|
| 3 |
+
size 41513699
|
data/train-00007-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c069cfa514079c95f085b059d536f0a64d1852f36f54abccc9828086f827eebd
|
| 3 |
+
size 47196892
|
data/train-00008-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:927423e524f60290f9c42d23aa2b0ae6ee889c041d3b9b34b8ca8d39bcb257de
|
| 3 |
+
size 47766128
|
data/train-00009-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c32d88d7b8518bab223a1d39a00c7ecb4a3e80dcfddafdfec8e1e6cd12f4c410
|
| 3 |
+
size 47028009
|
data/train-00010-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2d87d88dc677cff6a05119ced7891c17a689edbf0f19090418a7f1dd92f76a2
|
| 3 |
+
size 48016481
|
data/train-00011-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e9fa89077658816f63d87a5c5cef337c18e1b29c8afdd3e113dde9e3fb13222
|
| 3 |
+
size 52552098
|
data/train-00012-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0923fa78ca1b00a9476f8ea27acb3e3d20d9b623ae5d11dd62f7ac2218789057
|
| 3 |
+
size 51087317
|
data/train-00013-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:872da80f16707d51a4935be12be46eafcbbc9e7c4304572cf1e129bce16d14fe
|
| 3 |
+
size 47260212
|
data/train-00014-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d80d6726f902abcc75b2bb249a6a2fb6d4410ac6e15105d27c3a213f5f26ce0f
|
| 3 |
+
size 187090014
|
data/train-00015-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb3d25f7f6d41bd8f6c45646cb7362283575bc1b7e7d99a1a74cb6cf32228213
|
| 3 |
+
size 499589558
|
data/train-00016-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4302b7aabb0031f3d2dcb614a895a99402cbf6b83412a7f212e09e0ff6e0631e
|
| 3 |
+
size 470611004
|
data/train-00017-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6dfa8dacb2f6abef1f59820ed258c238a390f0aca79c0bb5411aea308f4eea9
|
| 3 |
+
size 316434935
|
data/train-00018-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcc99b0ff79b0307138b8223caad13ec88786b23b4e86c868c301d4796683678
|
| 3 |
+
size 167695289
|
data/train-00019-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7550b87337d20539d695f37f4d8095fc0c28edc72971740f534767a35d95001
|
| 3 |
+
size 162041052
|
data/train-00020-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7951078807253443b778ab7f0dd6c8a61e1cad50dc70c390fe2fdaabbaa114a
|
| 3 |
+
size 161938712
|
data/train-00021-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e9173986da6bd1da48ef597da70f48f7b9c8e713491ce5e4be11ddd3fa183c9
|
| 3 |
+
size 131183624
|
data/train-00022-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6a559addf595adb018256c6c7076df59f1f0040b71b43a63a57edee4a445c99
|
| 3 |
+
size 108130840
|
data/train-00023-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec293333f9117c99d947118d42a1c5b81fa210b70fec6b81dee9c1475d3512e5
|
| 3 |
+
size 485440515
|
data/train-00024-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29e05dfd0acb22299550a54065e9f15f2334ddd0c323ff4a43a90421a62c10fa
|
| 3 |
+
size 501100661
|
data/train-00025-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4f7ee2c6eb120682f4cb33e648b795470b46e36506b6c7cd69013f426e6bd71
|
| 3 |
+
size 205329743
|
data/train-00026-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74019ac9dedc8f787ee409a3c5d9584d1add9d47d2d8a3833ad06349c98fc4ab
|
| 3 |
+
size 473454235
|
data/train-00027-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2cf8dde7c26bc91a431f370391a9a4f84da7fa74f254736a3cb75431a214a19
|
| 3 |
+
size 1242414435
|
data/train-00028-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2bb8e8ccad2e26efee6541b9ad18e17f89bf93eb6b9236766d3b3c117c6b1a1
|
| 3 |
+
size 33620163
|
data/train-00029-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5df549bbb69505b0dd92a39c7f8675a1cef9abb3b351715bc6642a5e9f239632
|
| 3 |
+
size 333999532
|
data/train-00030-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cb8ae9f850aed00f114cdfdb55fcf5757e4ba0b02af804234539805203619b1
|
| 3 |
+
size 159350007
|
data/train-00031-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67f83efbd62b3f0928e6430c42d36183f467c203a3b1fc426d65002f95e95dee
|
| 3 |
+
size 164755981
|
data/train-00032-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8392b6893a2792d4203fcec360bb0351959f8390952799a3e506c48b61c079bf
|
| 3 |
+
size 163602437
|
data/train-00033-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36448cf6109026dcb3191ba314ba12e2edb4bbd6919b3c81f2d2d6942596a7c8
|
| 3 |
+
size 160643974
|
data/train-00034-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9b9b87296343c809cb5bd5ad35a4ca8e845dc3cce2b36221da47d2cd9b579fc
|
| 3 |
+
size 163281369
|
data/train-00035-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9ec0216bd31f7b046872120c649379619a7f1b4b7b2a0756d81baf6942b5703
|
| 3 |
+
size 162580895
|
data/train-00036-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbdd958670e163aecd12e0ecdf6b1bb57bd2e5e12e67898f47b5d7f8996e2dc8
|
| 3 |
+
size 162574562
|
data/train-00037-of-00038.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7b6dbd60f9a4b028f65a9a2342bc588ae30bcf81b18516afd56799c0e5fef3c
|
| 3 |
+
size 80913533
|
mixture_manifest.json
ADDED
|
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"spec_fingerprint": "37a89086c195",
|
| 3 |
+
"budget": 60000,
|
| 4 |
+
"draw_salt": "fig4-mixture-draw-v1",
|
| 5 |
+
"split_salt": "fig4-candidate-split-v1",
|
| 6 |
+
"fig3_scores": {
|
| 7 |
+
"chart_reasoning": 61.6,
|
| 8 |
+
"table_reasoning": 62.2,
|
| 9 |
+
"diagram_and_infographic_understanding": 70.92,
|
| 10 |
+
"scene_text_recognition": 83.67,
|
| 11 |
+
"document_qa": 90.12,
|
| 12 |
+
"document_text_reading": 93.03,
|
| 13 |
+
"chart_reading": 88.72,
|
| 14 |
+
"table_lookup": 92.48,
|
| 15 |
+
"key_information_extraction": 93.69
|
| 16 |
+
},
|
| 17 |
+
"fig3_source": "measured from runs/lmms_fig1 + data/paper/lmms_tags",
|
| 18 |
+
"target_score": 95.0,
|
| 19 |
+
"uniform_floor": 0.2,
|
| 20 |
+
"fig2_ratio": {
|
| 21 |
+
"chart": 3,
|
| 22 |
+
"doc": 4,
|
| 23 |
+
"ocr": 4
|
| 24 |
+
},
|
| 25 |
+
"fig2_family": {
|
| 26 |
+
"chart": [
|
| 27 |
+
"chartqa",
|
| 28 |
+
"plotqa",
|
| 29 |
+
"figureqa",
|
| 30 |
+
"dvqa"
|
| 31 |
+
],
|
| 32 |
+
"doc": [
|
| 33 |
+
"docvqa",
|
| 34 |
+
"infovqa",
|
| 35 |
+
"visualmrc",
|
| 36 |
+
"tabmwp",
|
| 37 |
+
"tatqa",
|
| 38 |
+
"hitab",
|
| 39 |
+
"multihiertt",
|
| 40 |
+
"ai2d",
|
| 41 |
+
"iconqa",
|
| 42 |
+
"scienceqa_image",
|
| 43 |
+
"funsd",
|
| 44 |
+
"sroie",
|
| 45 |
+
"cord"
|
| 46 |
+
],
|
| 47 |
+
"ocr": [
|
| 48 |
+
"stvqa",
|
| 49 |
+
"textvqa",
|
| 50 |
+
"ocrvqa"
|
| 51 |
+
]
|
| 52 |
+
},
|
| 53 |
+
"template_cap": 0.15,
|
| 54 |
+
"per_image_cap": 2,
|
| 55 |
+
"source_cap_default": 0.5,
|
| 56 |
+
"source_cap_exception": {
|
| 57 |
+
"diagram_and_infographic_understanding": 0.75,
|
| 58 |
+
"key_information_extraction": 0.75
|
| 59 |
+
},
|
| 60 |
+
"arm_a": {
|
| 61 |
+
"families": {
|
| 62 |
+
"chart": {
|
| 63 |
+
"quota": 16364,
|
| 64 |
+
"target_per_source": {
|
| 65 |
+
"chartqa": 1823,
|
| 66 |
+
"dvqa": 4858,
|
| 67 |
+
"figureqa": 4848,
|
| 68 |
+
"plotqa": 4835
|
| 69 |
+
},
|
| 70 |
+
"drawn_per_source": {
|
| 71 |
+
"chartqa": 1825,
|
| 72 |
+
"dvqa": 4864,
|
| 73 |
+
"figureqa": 4855,
|
| 74 |
+
"plotqa": 4846
|
| 75 |
+
},
|
| 76 |
+
"drawn": 16390
|
| 77 |
+
},
|
| 78 |
+
"doc": {
|
| 79 |
+
"quota": 21818,
|
| 80 |
+
"target_per_source": {
|
| 81 |
+
"ai2d": 1509,
|
| 82 |
+
"cord": 493,
|
| 83 |
+
"docvqa": 3466,
|
| 84 |
+
"funsd": 137,
|
| 85 |
+
"hitab": 1530,
|
| 86 |
+
"iconqa": 3012,
|
| 87 |
+
"infovqa": 1754,
|
| 88 |
+
"multihiertt": 1544,
|
| 89 |
+
"scienceqa_image": 1368,
|
| 90 |
+
"sroie": 428,
|
| 91 |
+
"tabmwp": 2649,
|
| 92 |
+
"tatqa": 2014,
|
| 93 |
+
"visualmrc": 1914
|
| 94 |
+
},
|
| 95 |
+
"drawn_per_source": {
|
| 96 |
+
"ai2d": 1509,
|
| 97 |
+
"cord": 493,
|
| 98 |
+
"docvqa": 3470,
|
| 99 |
+
"funsd": 137,
|
| 100 |
+
"hitab": 1539,
|
| 101 |
+
"iconqa": 3012,
|
| 102 |
+
"infovqa": 1755,
|
| 103 |
+
"multihiertt": 1545,
|
| 104 |
+
"scienceqa_image": 1368,
|
| 105 |
+
"sroie": 428,
|
| 106 |
+
"tabmwp": 2649,
|
| 107 |
+
"tatqa": 2014,
|
| 108 |
+
"visualmrc": 1920
|
| 109 |
+
},
|
| 110 |
+
"drawn": 21839
|
| 111 |
+
},
|
| 112 |
+
"ocr": {
|
| 113 |
+
"quota": 21818,
|
| 114 |
+
"target_per_source": {
|
| 115 |
+
"ocrvqa": 8111,
|
| 116 |
+
"stvqa": 6171,
|
| 117 |
+
"textvqa": 7536
|
| 118 |
+
},
|
| 119 |
+
"drawn_per_source": {
|
| 120 |
+
"ocrvqa": 8111,
|
| 121 |
+
"stvqa": 6171,
|
| 122 |
+
"textvqa": 7537
|
| 123 |
+
},
|
| 124 |
+
"drawn": 21819
|
| 125 |
+
}
|
| 126 |
+
}
|
| 127 |
+
},
|
| 128 |
+
"arm_b": {
|
| 129 |
+
"target": {
|
| 130 |
+
"chart_reasoning": 14854,
|
| 131 |
+
"table_reasoning": 14612,
|
| 132 |
+
"diagram_and_infographic_understanding": 11081,
|
| 133 |
+
"scene_text_recognition": 5920,
|
| 134 |
+
"document_qa": 3309,
|
| 135 |
+
"document_text_reading": 2131,
|
| 136 |
+
"chart_reading": 3876,
|
| 137 |
+
"table_lookup": 2353,
|
| 138 |
+
"key_information_extraction": 1864
|
| 139 |
+
},
|
| 140 |
+
"drawn": {
|
| 141 |
+
"chart_reasoning": 16200,
|
| 142 |
+
"table_reasoning": 15936,
|
| 143 |
+
"diagram_and_infographic_understanding": 7264,
|
| 144 |
+
"scene_text_recognition": 6457,
|
| 145 |
+
"chart_reading": 4227,
|
| 146 |
+
"document_qa": 3609,
|
| 147 |
+
"table_lookup": 2566,
|
| 148 |
+
"document_text_reading": 2324,
|
| 149 |
+
"key_information_extraction": 1416
|
| 150 |
+
},
|
| 151 |
+
"shortfall": {
|
| 152 |
+
"diagram_and_infographic_understanding": 3817,
|
| 153 |
+
"key_information_extraction": 448
|
| 154 |
+
},
|
| 155 |
+
"source_share": {
|
| 156 |
+
"chart_reasoning": {
|
| 157 |
+
"dvqa": 0.4037,
|
| 158 |
+
"figureqa": 0.3926,
|
| 159 |
+
"chartqa": 0.0829,
|
| 160 |
+
"plotqa": 0.0477,
|
| 161 |
+
"tabmwp": 0.0318,
|
| 162 |
+
"infovqa": 0.0203,
|
| 163 |
+
"iconqa": 0.016,
|
| 164 |
+
"scienceqa_image": 0.0017,
|
| 165 |
+
"hitab": 0.0013,
|
| 166 |
+
"tatqa": 0.0011,
|
| 167 |
+
"multihiertt": 0.0008,
|
| 168 |
+
"visualmrc": 0.0001,
|
| 169 |
+
"textvqa": 0.0001
|
| 170 |
+
},
|
| 171 |
+
"table_reasoning": {
|
| 172 |
+
"tabmwp": 0.4999,
|
| 173 |
+
"multihiertt": 0.2381,
|
| 174 |
+
"tatqa": 0.179,
|
| 175 |
+
"hitab": 0.0694,
|
| 176 |
+
"docvqa": 0.0057,
|
| 177 |
+
"scienceqa_image": 0.0038,
|
| 178 |
+
"infovqa": 0.0038,
|
| 179 |
+
"visualmrc": 0.0003
|
| 180 |
+
},
|
| 181 |
+
"diagram_and_infographic_understanding": {
|
| 182 |
+
"ai2d": 0.7126,
|
| 183 |
+
"infovqa": 0.2062,
|
| 184 |
+
"scienceqa_image": 0.0666,
|
| 185 |
+
"docvqa": 0.0048,
|
| 186 |
+
"visualmrc": 0.0039,
|
| 187 |
+
"iconqa": 0.0032,
|
| 188 |
+
"textvqa": 0.0026,
|
| 189 |
+
"stvqa": 0.0001
|
| 190 |
+
},
|
| 191 |
+
"scene_text_recognition": {
|
| 192 |
+
"textvqa": 0.4998,
|
| 193 |
+
"stvqa": 0.3431,
|
| 194 |
+
"ocrvqa": 0.1313,
|
| 195 |
+
"iconqa": 0.0196,
|
| 196 |
+
"docvqa": 0.0029,
|
| 197 |
+
"visualmrc": 0.0017,
|
| 198 |
+
"infovqa": 0.0017
|
| 199 |
+
},
|
| 200 |
+
"chart_reading": {
|
| 201 |
+
"dvqa": 0.4982,
|
| 202 |
+
"chartqa": 0.3607,
|
| 203 |
+
"plotqa": 0.0728,
|
| 204 |
+
"infovqa": 0.0485,
|
| 205 |
+
"tabmwp": 0.0072,
|
| 206 |
+
"docvqa": 0.0067,
|
| 207 |
+
"textvqa": 0.0034,
|
| 208 |
+
"scienceqa_image": 0.0015,
|
| 209 |
+
"stvqa": 0.0008,
|
| 210 |
+
"figureqa": 0.0003
|
| 211 |
+
},
|
| 212 |
+
"document_qa": {
|
| 213 |
+
"visualmrc": 0.4995,
|
| 214 |
+
"docvqa": 0.2415,
|
| 215 |
+
"tatqa": 0.2188,
|
| 216 |
+
"infovqa": 0.0305,
|
| 217 |
+
"textvqa": 0.0042,
|
| 218 |
+
"scienceqa_image": 0.0027,
|
| 219 |
+
"ocrvqa": 0.0018,
|
| 220 |
+
"stvqa": 0.0006,
|
| 221 |
+
"tabmwp": 0.0003
|
| 222 |
+
},
|
| 223 |
+
"table_lookup": {
|
| 224 |
+
"tatqa": 0.3047,
|
| 225 |
+
"hitab": 0.2792,
|
| 226 |
+
"docvqa": 0.2295,
|
| 227 |
+
"tabmwp": 0.153,
|
| 228 |
+
"multihiertt": 0.0229,
|
| 229 |
+
"infovqa": 0.0085,
|
| 230 |
+
"scienceqa_image": 0.0013,
|
| 231 |
+
"visualmrc": 0.0004,
|
| 232 |
+
"stvqa": 0.0004
|
| 233 |
+
},
|
| 234 |
+
"document_text_reading": {
|
| 235 |
+
"docvqa": 0.4998,
|
| 236 |
+
"ocrvqa": 0.3369,
|
| 237 |
+
"visualmrc": 0.1014,
|
| 238 |
+
"textvqa": 0.0408,
|
| 239 |
+
"stvqa": 0.0127,
|
| 240 |
+
"infovqa": 0.0075,
|
| 241 |
+
"tatqa": 0.0009
|
| 242 |
+
},
|
| 243 |
+
"key_information_extraction": {
|
| 244 |
+
"cord": 0.5085,
|
| 245 |
+
"sroie": 0.3849,
|
| 246 |
+
"funsd": 0.0968,
|
| 247 |
+
"docvqa": 0.0085,
|
| 248 |
+
"infovqa": 0.0007,
|
| 249 |
+
"visualmrc": 0.0007
|
| 250 |
+
}
|
| 251 |
+
},
|
| 252 |
+
"source_cap": {
|
| 253 |
+
"chart_reasoning": 0.5,
|
| 254 |
+
"table_reasoning": 0.5,
|
| 255 |
+
"diagram_and_infographic_understanding": 0.75,
|
| 256 |
+
"scene_text_recognition": 0.5,
|
| 257 |
+
"chart_reading": 0.5,
|
| 258 |
+
"document_qa": 0.5,
|
| 259 |
+
"table_lookup": 0.5,
|
| 260 |
+
"document_text_reading": 0.5,
|
| 261 |
+
"key_information_extraction": 0.75
|
| 262 |
+
},
|
| 263 |
+
"template_top_share": {
|
| 264 |
+
"chart_reasoning": 0.0572,
|
| 265 |
+
"table_reasoning": 0.0182,
|
| 266 |
+
"diagram_and_infographic_understanding": 0.0043,
|
| 267 |
+
"scene_text_recognition": 0.011,
|
| 268 |
+
"chart_reading": 0.0108,
|
| 269 |
+
"document_qa": 0.0048,
|
| 270 |
+
"table_lookup": 0.0187,
|
| 271 |
+
"document_text_reading": 0.015,
|
| 272 |
+
"key_information_extraction": 0.3842
|
| 273 |
+
},
|
| 274 |
+
"relaxed": {
|
| 275 |
+
"diagram_and_infographic_understanding": [
|
| 276 |
+
"source_cap",
|
| 277 |
+
"per_image_cap",
|
| 278 |
+
"template_cap"
|
| 279 |
+
],
|
| 280 |
+
"key_information_extraction": [
|
| 281 |
+
"source_cap",
|
| 282 |
+
"per_image_cap",
|
| 283 |
+
"template_cap"
|
| 284 |
+
]
|
| 285 |
+
},
|
| 286 |
+
"redistributed": {
|
| 287 |
+
"chart_reasoning": 1346,
|
| 288 |
+
"table_reasoning": 1324,
|
| 289 |
+
"scene_text_recognition": 537,
|
| 290 |
+
"chart_reading": 351,
|
| 291 |
+
"document_qa": 300,
|
| 292 |
+
"table_lookup": 213,
|
| 293 |
+
"document_text_reading": 193
|
| 294 |
+
}
|
| 295 |
+
},
|
| 296 |
+
"parity": {
|
| 297 |
+
"source_uniform": {
|
| 298 |
+
"rows": 60048,
|
| 299 |
+
"images": 24688,
|
| 300 |
+
"sources": 20,
|
| 301 |
+
"repeat_rate": 0.0,
|
| 302 |
+
"mean_q_chars": 103.3,
|
| 303 |
+
"mean_a_chars": 31.0
|
| 304 |
+
},
|
| 305 |
+
"capability_guided": {
|
| 306 |
+
"rows": 59999,
|
| 307 |
+
"images": 34303,
|
| 308 |
+
"sources": 20,
|
| 309 |
+
"repeat_rate": 0.0,
|
| 310 |
+
"mean_q_chars": 115.6,
|
| 311 |
+
"mean_a_chars": 59.4
|
| 312 |
+
}
|
| 313 |
+
},
|
| 314 |
+
"arm_a_capability_audit": {
|
| 315 |
+
"chart_reading": 5399,
|
| 316 |
+
"chart_reasoning": 12892,
|
| 317 |
+
"object_recognition": 1134,
|
| 318 |
+
"world_and_commonsense_knowledge": 5466,
|
| 319 |
+
"expert_discipline_knowledge": 836,
|
| 320 |
+
"sparse_counting": 1916,
|
| 321 |
+
"diagram_and_infographic_understanding": 1536,
|
| 322 |
+
"entity_knowledge": 585,
|
| 323 |
+
"scene_text_recognition": 13846,
|
| 324 |
+
"key_information_extraction": 1060,
|
| 325 |
+
"document_text_reading": 5166,
|
| 326 |
+
"document_qa": 2023,
|
| 327 |
+
"handwriting_recognition": 77,
|
| 328 |
+
"table_lookup": 2036,
|
| 329 |
+
"table_reasoning": 5249,
|
| 330 |
+
"table_structure_recovery": 70,
|
| 331 |
+
"geometry": 594,
|
| 332 |
+
"arithmetic_and_algebra": 151,
|
| 333 |
+
"None": 8,
|
| 334 |
+
"text_localization": 1,
|
| 335 |
+
"formula_recognition": 3
|
| 336 |
+
}
|
| 337 |
+
}
|