File size: 1,183 Bytes
123d2da |
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 boundingbox version 10
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 identify the boundingbox.
example count: 2-4.
test count: 1-2.
image size: 3-8.
filled bounding box.
# Version 2
image size: 3-15.
filled bounding box.
# Version 3
image size: 3-15.
filled+hollow bounding box.
# Version 4
image size: 3-20.
filled+hollow bounding box.
# Version 5
image size: 3-30.
filled+hollow bounding box.
# Version 6
image size: 3-30.
Added more variants: filled_inner, filled_outer, hollow_inner, hollow_outer.
# Version 7
Earlier predictions added to some of the rows.
# Version 8
Added fields: `arc_task`, `test_index`, `earlier_output`.
# Version 9
Added `generate_task_inner_boundingbox` where it's about find the inner bounding box.
max image size = 12.
inner pattern size = 2-3.
# Version 10
Bigger images with `generate_task_inner_boundingbox`.
max image size = 12.
inner pattern size = 2-3.
|