Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,122 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
- text-to-image
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
pretty_name: simons ARC (abstraction & reasoning corpus) solve gravity version 15
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: default
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: data.jsonl
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Version 1
|
| 19 |
+
|
| 20 |
+
ARC-AGI Tasks where the job is to apply gravity in the directions up/down/left/right.
|
| 21 |
+
|
| 22 |
+
example count: 2-4.
|
| 23 |
+
|
| 24 |
+
test count: 1-2.
|
| 25 |
+
|
| 26 |
+
image size: 3-10.
|
| 27 |
+
|
| 28 |
+
number of pixels to apply gravity to: 2-5.
|
| 29 |
+
|
| 30 |
+
Exercises `image_gravity_move()`.
|
| 31 |
+
|
| 32 |
+
# Version 2
|
| 33 |
+
|
| 34 |
+
Exercises `image_gravity_draw()`.
|
| 35 |
+
|
| 36 |
+
# Version 3
|
| 37 |
+
|
| 38 |
+
Exercises `image_gravity_move()` and `image_gravity_draw()`.
|
| 39 |
+
|
| 40 |
+
Increased `max_number_of_positions` from 5 to 8.
|
| 41 |
+
|
| 42 |
+
# Version 4
|
| 43 |
+
|
| 44 |
+
image size: 3-30.
|
| 45 |
+
|
| 46 |
+
max number of positions: 5.
|
| 47 |
+
|
| 48 |
+
# Version 5
|
| 49 |
+
|
| 50 |
+
image size: 3-30.
|
| 51 |
+
|
| 52 |
+
max number of positions: 7.
|
| 53 |
+
|
| 54 |
+
# Version 6
|
| 55 |
+
|
| 56 |
+
Added diagonal movement with `image_gravity_move()`.
|
| 57 |
+
|
| 58 |
+
image size: 3-10.
|
| 59 |
+
|
| 60 |
+
max number of positions: 7.
|
| 61 |
+
|
| 62 |
+
# Version 7
|
| 63 |
+
|
| 64 |
+
Focus on diagonal movement with `image_gravity_move()`.
|
| 65 |
+
|
| 66 |
+
image size: 3-20.
|
| 67 |
+
|
| 68 |
+
max number of positions: 5.
|
| 69 |
+
|
| 70 |
+
# Version 8
|
| 71 |
+
|
| 72 |
+
Focus on diagonal movement with `image_gravity_move()`.
|
| 73 |
+
|
| 74 |
+
image size: 3-30.
|
| 75 |
+
|
| 76 |
+
max number of positions: 5.
|
| 77 |
+
|
| 78 |
+
# Version 9
|
| 79 |
+
|
| 80 |
+
Exercises `image_gravity_move()` and `image_gravity_draw()`.
|
| 81 |
+
|
| 82 |
+
image size: 3-30.
|
| 83 |
+
|
| 84 |
+
max number of positions: 7.
|
| 85 |
+
|
| 86 |
+
# Version 10
|
| 87 |
+
|
| 88 |
+
Focus on diagonal movement with `image_gravity_draw()`.
|
| 89 |
+
|
| 90 |
+
image size: 3-10.
|
| 91 |
+
|
| 92 |
+
max number of positions: 5.
|
| 93 |
+
|
| 94 |
+
# Version 11
|
| 95 |
+
|
| 96 |
+
Focus on diagonal movement with `image_gravity_draw()`.
|
| 97 |
+
|
| 98 |
+
image size: 3-20.
|
| 99 |
+
|
| 100 |
+
max number of positions: 5.
|
| 101 |
+
|
| 102 |
+
# Version 12
|
| 103 |
+
|
| 104 |
+
Focus on diagonal movement with `image_gravity_draw()`.
|
| 105 |
+
|
| 106 |
+
image size: 3-30.
|
| 107 |
+
|
| 108 |
+
max number of positions: 5.
|
| 109 |
+
|
| 110 |
+
# Version 13
|
| 111 |
+
|
| 112 |
+
Earlier predictions added to some of the rows.
|
| 113 |
+
|
| 114 |
+
# Version 14
|
| 115 |
+
|
| 116 |
+
Added fields: `arc_task`, `test_index`, `earlier_output`.
|
| 117 |
+
|
| 118 |
+
# Version 15
|
| 119 |
+
|
| 120 |
+
Replaced RLE compressed response with raw pixel response.
|
| 121 |
+
|
| 122 |
+
image size: 3-9.
|