Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,72 @@
|
|
| 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 span version 7
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 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 transform images that have intersection patterns between row/column spans.
|
| 21 |
+
|
| 22 |
+
example count: 2-3.
|
| 23 |
+
|
| 24 |
+
test count: 1-2.
|
| 25 |
+
|
| 26 |
+
image size: 3-8.
|
| 27 |
+
|
| 28 |
+
span count: 3-5.
|
| 29 |
+
|
| 30 |
+
# Version 2
|
| 31 |
+
|
| 32 |
+
image size: 3-10.
|
| 33 |
+
|
| 34 |
+
span count: 3-6.
|
| 35 |
+
|
| 36 |
+
# Version 3
|
| 37 |
+
|
| 38 |
+
image size: 3-12.
|
| 39 |
+
|
| 40 |
+
span count: 3-7.
|
| 41 |
+
|
| 42 |
+
# Version 4
|
| 43 |
+
|
| 44 |
+
Focus only on `generate_task_with_template_lines`.
|
| 45 |
+
|
| 46 |
+
image size: 4-8.
|
| 47 |
+
|
| 48 |
+
span count: 4-5.
|
| 49 |
+
|
| 50 |
+
# Version 5
|
| 51 |
+
|
| 52 |
+
Focus only on `generate_task_with_template_lines`.
|
| 53 |
+
|
| 54 |
+
image size: 4-10.
|
| 55 |
+
|
| 56 |
+
span count: 4-6.
|
| 57 |
+
|
| 58 |
+
# Version 6
|
| 59 |
+
|
| 60 |
+
Enabled both `generate_task_with_intersecting_spans` and `generate_task_with_template_lines`.
|
| 61 |
+
|
| 62 |
+
image size: 3-12.
|
| 63 |
+
|
| 64 |
+
span count: 3-7.
|
| 65 |
+
|
| 66 |
+
# Version 7
|
| 67 |
+
|
| 68 |
+
Focus only on `generate_task_with_alternate`.
|
| 69 |
+
|
| 70 |
+
image size: 5-8.
|
| 71 |
+
|
| 72 |
+
span count: 5-7.
|