File size: 1,052 Bytes
e7755b6 259d33f e7755b6 |
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) solve template version 6
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 insert objects into templates.
example count: 2-3.
test count: 1-2.
image size: 8-10.
template size: 2-4.
number of rects: 2-4.
# Version 2
Smaller images.
example count: 2-3.
test count: 1-2.
image size: 6-8.
template size: 2-2.
number of rects: 2-3.
# Version 3
Added transformation: `without_insertion_image`
image size: 6-8.
template size: 2-3.
number of rects: 2-3.
# Version 4
Added transformations: `swap_one_to_many` and `swap_many_to_one`.
image size: 6-10.
template size: 2-3.
number of rects: 2-3.
# Version 5
image size: 6-12.
template size: 2-4.
number of rects: 2-3.
# Version 6
Focus only on: `without_insertion_image`
image size: 6-10.
template size: 2-4.
number of rects: 2-3.
|