Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,80 @@
|
|
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 translate version 9
|
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 image gets translated by plus/minus 1 pixel in up/down/left/right directions.
|
21 |
+
|
22 |
+
The image sizes are between 1 and 4 pixels.
|
23 |
+
|
24 |
+
# Version 2
|
25 |
+
|
26 |
+
Only translate plus/minus 1 up/down are enabled.
|
27 |
+
|
28 |
+
image width: 1-4, image height: 3-4.
|
29 |
+
|
30 |
+
My hypothesis is that it's easy with RLE data to translate up/down.
|
31 |
+
|
32 |
+
# Version 3
|
33 |
+
|
34 |
+
Only translate plus/minus 1 left/right are enabled.
|
35 |
+
|
36 |
+
image width: 3-4, image height: 1-4.
|
37 |
+
|
38 |
+
# Version 4
|
39 |
+
|
40 |
+
All transformations have same weight.
|
41 |
+
|
42 |
+
image size: 3-4.
|
43 |
+
|
44 |
+
# Version 5
|
45 |
+
|
46 |
+
Added diagonal translation by 1 pixel.
|
47 |
+
|
48 |
+
All transformations have same weight.
|
49 |
+
|
50 |
+
image size: 3-4.
|
51 |
+
|
52 |
+
# Version 6
|
53 |
+
|
54 |
+
All transformations have same weight.
|
55 |
+
|
56 |
+
image size: 3-5.
|
57 |
+
|
58 |
+
# Version 7
|
59 |
+
|
60 |
+
All transformations have same weight.
|
61 |
+
|
62 |
+
image size: 3-5.
|
63 |
+
|
64 |
+
number of test pairs: 1-2. Previous it was alway 1 test pair.
|
65 |
+
|
66 |
+
# Version 8
|
67 |
+
|
68 |
+
All transformations have same weight.
|
69 |
+
|
70 |
+
image size: 3-5.
|
71 |
+
|
72 |
+
number of test pairs: 1-2.
|
73 |
+
|
74 |
+
Added: Predict the number of rows in the output image.
|
75 |
+
|
76 |
+
# Version 9
|
77 |
+
|
78 |
+
Increased the translation distance from -1..+1, to -2..+2.
|
79 |
+
|
80 |
+
image size 1-8.
|