File size: 1,507 Bytes
dbe181f |
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 |
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) solve translate version 11
size_categories:
- 1K<n<10K
configs:
- config_name: default
data_files:
- split: train
path: data.jsonl
---
# Version 1
ARC-AGI Tasks where the image gets translated by plus/minus 1 pixel in up/down/left/right directions.
The image sizes are between 1 and 4 pixels.
# Version 2
Only translate plus/minus 1 up/down are enabled.
image width: 1-4, image height: 3-4.
My hypothesis is that it's easy with RLE data to translate up/down.
# Version 3
Only translate plus/minus 1 left/right are enabled.
image width: 3-4, image height: 1-4.
# Version 4
All transformations have same weight.
image size: 3-4.
# Version 5
Added diagonal translation by 1 pixel.
All transformations have same weight.
image size: 3-4.
# Version 6
All transformations have same weight.
image size: 3-5.
# Version 7
All transformations have same weight.
image size: 3-5.
number of test pairs: 1-2. Previous it was alway 1 test pair.
# Version 8
All transformations have same weight.
image size: 3-5.
number of test pairs: 1-2.
Added: Predict the number of rows in the output image.
# Version 9
Increased the translation distance from -1..+1, to -2..+2.
image size 1-8.
# Version 10
Increased the translation distance from -2..+2, to -3..+3.
image size 1-12.
# Version 11
Added fields: `arc_task`, `test_index`, `earlier_output`. |