shrg7 commited on
Commit
f54e126
·
verified ·
1 Parent(s): a598bee

Add README with per-config metadata

Browse files
Files changed (1) hide show
  1. README.md +7 -4
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` | 4896 | Grid path planning around obstacles |
33
- | `blocksworld` | 5000 | Block-stacking move-sequence selection |
34
- | `imagenet` | 1000 | Image-patch rearrangement validation |
35
- | `robovqa` | 300 | Robot action-sequence selection |
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