Add README with per-config metadata
Browse files
README.md
CHANGED
|
@@ -27,12 +27,15 @@ subset is a separate config in HuggingFace `imagefolder` format (images +
|
|
| 27 |
`metadata.jsonl`). Every row has an `image`, a `prompt`, and a `correct_option`
|
| 28 |
(A/B/C/D).
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
| Config | Items | Task |
|
| 31 |
|--------|-------|------|
|
| 32 |
-
| `checkboard` |
|
| 33 |
-
| `blocksworld` | 5000 |
|
| 34 |
-
| `imagenet` |
|
| 35 |
-
| `robovqa` |
|
| 36 |
|
| 37 |
## Usage
|
| 38 |
|
|
|
|
| 27 |
`metadata.jsonl`). Every row has an `image`, a `prompt`, and a `correct_option`
|
| 28 |
(A/B/C/D).
|
| 29 |
|
| 30 |
+
All four subsets are **step-completion** tasks: given a partial sequence (with one
|
| 31 |
+
erroneous step) and an image, select the option that correctly completes the task.
|
| 32 |
+
|
| 33 |
| Config | Items | Task |
|
| 34 |
|--------|-------|------|
|
| 35 |
+
| `checkboard` | 4891 | Complete the path from start to goal around obstacles |
|
| 36 |
+
| `blocksworld` | 5000 | Complete the block-move sequence to the target configuration |
|
| 37 |
+
| `imagenet` | 5000 | Complete the patch-swap sequence to rearrange into the target image |
|
| 38 |
+
| `robovqa` | 390 | Complete the robot action sequence |
|
| 39 |
|
| 40 |
## Usage
|
| 41 |
|