neoneye commited on
Commit
8c856a6
·
verified ·
1 Parent(s): c45a183

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -3
README.md CHANGED
@@ -1,3 +1,60 @@
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 bool version 8
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 boolean operations between 2 images that are stacked.
21
+
22
+ example count: 2-4.
23
+
24
+ test count: 1-2.
25
+
26
+ image size: 3-5.
27
+
28
+ operations: same, and, or, xor.
29
+
30
+ # Version 2
31
+
32
+ operations: and, or, xor. Eliminated the `same`, since it's the same as `xor`.
33
+
34
+ Different palette for input_a and input_b.
35
+
36
+ # Version 3
37
+
38
+ image size: 2-7.
39
+
40
+ # Version 4
41
+
42
+ Earlier predictions added to some of the rows.
43
+
44
+ # Version 5
45
+
46
+ Added fields: `arc_task`, `test_index`, `earlier_output`.
47
+
48
+ # Version 6
49
+
50
+ Replaced RLE compressed response with raw pixel response.
51
+
52
+ image size: 2-5.
53
+
54
+ # Version 7
55
+
56
+ image size: 2-9.
57
+
58
+ # Version 8
59
+
60
+ image size: 2-15.