File size: 2,034 Bytes
f2e8c28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
 "exp": "cot_text_channel",
 "domain": "strings",
 "depth": 3,
 "len": 8,
 "seed": 0,
 "atoms": [
  "rot_by_first_vowel",
  "reverse_block_at_max",
  "cond_op",
  "reverse_first_half",
  "reverse_blocks3",
  "swap_pairs",
  "interleave_halves"
 ],
 "note_templates": {
  "rot_by_first_vowel": "note: first vowel at {p}",
  "reverse_block_at_max": "note: max letter = {c} at {p}",
  "cond_op": "note: first letter {before|after} m, apply {reverse_first_half|reverse_blocks3}",
  "reverse_first_half": "note: reverse the first half",
  "reverse_blocks3": "note: reverse the block order",
  "swap_pairs": "note: swap adjacent pairs",
  "interleave_halves": "note: interleave the halves"
 },
 "t1_train": [
  "reverse_block_at_max|reverse_first_half|rot_by_first_vowel",
  "reverse_block_at_max|reverse_blocks3|rot_by_first_vowel",
  "reverse_first_half|rot_by_first_vowel|reverse_block_at_max",
  "reverse_blocks3|rot_by_first_vowel|reverse_block_at_max",
  "reverse_first_half|reverse_block_at_max|rot_by_first_vowel",
  "reverse_blocks3|reverse_block_at_max|rot_by_first_vowel",
  "rot_by_first_vowel|reverse_block_at_max|reverse_first_half",
  "rot_by_first_vowel|reverse_block_at_max|reverse_blocks3",
  "reverse_block_at_max|rot_by_first_vowel|reverse_first_half",
  "reverse_block_at_max|rot_by_first_vowel|reverse_blocks3"
 ],
 "t1_heldout": [
  "rot_by_first_vowel|reverse_first_half|reverse_block_at_max",
  "rot_by_first_vowel|reverse_blocks3|reverse_block_at_max"
 ],
 "t2_train": [
  "swap_pairs|cond_op|interleave_halves",
  "interleave_halves|cond_op|swap_pairs",
  "swap_pairs|interleave_halves|cond_op",
  "interleave_halves|swap_pairs|cond_op"
 ],
 "t2_heldout": [
  "cond_op|swap_pairs|interleave_halves",
  "cond_op|interleave_halves|swap_pairs"
 ],
 "per_chain": 300,
 "n_atom_per_atom": 800,
 "n_comp_train": 4200,
 "n_atomic": 5600,
 "param_hist_train": {
  "6": 557,
  "4": 901,
  "1": 1294,
  "2": 1063,
  "3": 1057,
  "7": 402,
  "5": 613,
  "8": 113,
  "reverse_first_half": 600,
  "reverse_blocks3": 600
 }
}