File size: 913 Bytes
3a600eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) solve grid version
size_categories:
- 1K<n<10K
configs:
- config_name: default
data_files:
- split: train
path: data.jsonl
---
# Version 1
ARC-AGI Tasks where the job is to extract content from a grid.
example count: 2-4.
test count: 1-2.
image size: 2-4.
cell size: 1-5.
grid line size: 1.
# Version 2
image size: 2-5.
cell size: 1-6.
grid line size: 1-2.
# Version 3
Added `generate_task_mutate_content_inside_grid`, that does `flipx`, `flipy`, `rotate 180`, while preserving the grid.
# Version 4
Extended `generate_task_extract_content_from_grid` so it does mutations of the output: flip x/y/a/b, rotate cw/ccw/180.
# Version 5
Earlier predictions added to some of the rows.
# Version 6
Added fields: `arc_task`, `test_index`, `earlier_output`. |