File size: 1,753 Bytes
c2e52f6 |
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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 |
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) solve template version 12
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.
# Version 7
Focus only on: `without_insertion_image`
image size: 6-12.
template size: 2-4.
number of rects: 2-3.
# Version 8
Focus only on `swap_one_to_many` and `swap_many_to_one`.
image size: 6-10.
template size: 2-3.
number of rects: 2-3.
# Version 9
Focus only on `swap_many_to_one`.
image size: 6-10.
template size: 2-3.
number of rects: 2-3.
# Version 10
Focus only on `swap_many_to_one`.
image size: 6-12.
template size: 2-4.
number of rects: 2-3.
# Version 11
Focus only on `swap_many_to_one`.
image size: 6-14.
template size: 2-4.
number of rects: 2-3.
# Version 12
Focus only on `swap_many_to_one`.
image size: 6-16.
template size: 2-4.
number of rects: 2-3.
|