File size: 1,085 Bytes
bbd77b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
license: mit
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: simons ARC (abstraction & reasoning corpus) cellular automaton version 6
size_categories:
- 10K<n<100K
configs:
  - config_name: default
    data_files:
      - split: train
        path: data.jsonl
---

# Version 1

The images are run length encoded (RLE).

The image sizes are between 4 and 10 pixels.

Cellular automaton types:
- gameoflife
- highlife
- serviettes
- cave
- maze

Number of CA steps, range 1-2.

The LLM was not happy about this dataset.

# Version 2

The image sizes are between 4 and 11 pixels.

Number of CA steps = 1.

# Version 3

Disabled nowrap. It's only CAs that wraps around.

The image sizes are between 4 and 11 pixels.

Number of CA steps = 1.

# Version 4

Only exercising GameOfLife with wrap.
All the other CAs have been disabled.
image size 4-13.
Number of CA steps = 1.

# Version 5

Same weight for all transformations.
image size 5-10.
Number of CA steps = 1.

# Version 6

Same weight for all transformations.
image size 6-12.
Number of CA steps = 1.