Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
| 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 grid version 7
|
| 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 extract content from a grid.
|
| 21 |
+
|
| 22 |
+
example count: 2-4.
|
| 23 |
+
|
| 24 |
+
test count: 1-2.
|
| 25 |
+
|
| 26 |
+
image size: 2-4.
|
| 27 |
+
|
| 28 |
+
cell size: 1-5.
|
| 29 |
+
|
| 30 |
+
grid line size: 1.
|
| 31 |
+
|
| 32 |
+
# Version 2
|
| 33 |
+
|
| 34 |
+
image size: 2-5.
|
| 35 |
+
|
| 36 |
+
cell size: 1-6.
|
| 37 |
+
|
| 38 |
+
grid line size: 1-2.
|
| 39 |
+
|
| 40 |
+
# Version 3
|
| 41 |
+
|
| 42 |
+
Added `generate_task_mutate_content_inside_grid`, that does `flipx`, `flipy`, `rotate 180`, while preserving the grid.
|
| 43 |
+
|
| 44 |
+
# Version 4
|
| 45 |
+
|
| 46 |
+
Extended `generate_task_extract_content_from_grid` so it does mutations of the output: flip x/y/a/b, rotate cw/ccw/180.
|
| 47 |
+
|
| 48 |
+
# Version 5
|
| 49 |
+
|
| 50 |
+
Earlier predictions added to some of the rows.
|
| 51 |
+
|
| 52 |
+
# Version 6
|
| 53 |
+
|
| 54 |
+
Added fields: `arc_task`, `test_index`, `earlier_output`.
|
| 55 |
+
|
| 56 |
+
# Version 7
|
| 57 |
+
|
| 58 |
+
Replaced RLE compressed response with raw pixel response.
|