prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
0
Copy the sequence exactly. (SEQUENCE) x17 x41 x26 x34 x60 x12 x44 x50 x3 x32 x59 x60 x46 x36 x22 x16 x34 x22 x26 x2 x25 x30 x58 x62 x9 x22 x38 x28 x18 x10 x49 x31
x17 x41 x26 x34 x60 x12 x44 x50 x3 x32 x59 x60 x46 x36 x22 x16 x34 x22 x26 x2 x25 x30 x58 x62 x9 x22 x38 x28 x18 x10 x49 x31
{'task': 'identity', 'seq': ['x17', 'x41', 'x26', 'x34', 'x60', 'x12', 'x44', 'x50', 'x3', 'x32', 'x59', 'x60', 'x46', 'x36', 'x22', 'x16', 'x34', 'x22', 'x26', 'x2', 'x25', 'x30', 'x58', 'x62', 'x9', 'x22', 'x38', 'x28', 'x18', 'x10', 'x49', 'x31'], 'k': 4, 'n': 32, '_time': 0.00036454200744628906, '_task': 'basic_pro...
identity
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 c0 o2 c2 o3 c3 o0 o0 c0 c0 o2 c2 o1 o3 c3 c1 o1 o1 c1 c1 o0 c0 o1 o2 c2 o1 o2 c2 c1 c1 o0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038504600524902344, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Reverse the sequence. (SEQUENCE) x6 x64 x17 x57 x43 x14 x2 x21 x10 x60 x6 x60 x64 x12 x60 x9 x61 x31 x27 x5 x64 x50 x38 x43 x18 x45 x36 x29 x47 x49 x6 x40
x40 x6 x49 x47 x29 x36 x45 x18 x43 x38 x50 x64 x5 x27 x31 x61 x9 x60 x12 x64 x60 x6 x60 x10 x21 x2 x14 x43 x57 x17 x64 x6
{'task': 'reverse', 'seq': ['x6', 'x64', 'x17', 'x57', 'x43', 'x14', 'x2', 'x21', 'x10', 'x60', 'x6', 'x60', 'x64', 'x12', 'x60', 'x9', 'x61', 'x31', 'x27', 'x5', 'x64', 'x50', 'x38', 'x43', 'x18', 'x45', 'x36', 'x29', 'x47', 'x49', 'x6', 'x40'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedural',...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x56 x16 x29 x23 x2 x59 x43 x28 x29 x55 x28 x46 x19 x61 x54 x25 x1 x64 x28 x31 x47 x58 x33 x62 x53 x59 x22 x31 x52 x29 x16 x39 (TARGET) x29
x56 x16 x23 x2 x59 x43 x28 x29 x55 x28 x46 x19 x61 x54 x25 x1 x64 x28 x31 x47 x58 x33 x62 x53 x59 x22 x31 x52 x29 x16 x39
{'task': 'delete', 'seq': [['x56', 'x16', 'x29', 'x23', 'x2', 'x59', 'x43', 'x28', 'x29', 'x55', 'x28', 'x46', 'x19', 'x61', 'x54', 'x25', 'x1', 'x64', 'x28', 'x31', 'x47', 'x58', 'x33', 'x62', 'x53', 'x59', 'x22', 'x31', 'x52', 'x29', 'x16', 'x39'], 'x29'], 'k': 4, 'n': 32, '_time': 0.00043654441833496094, '_task': 'b...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x34 x16 x46 x14 x54 x20 x28 x32 x38 x35 x37 x40 x29 x52 x61 x13 x50 x58 x58 x37 x63 x24 x21 x43 x43 x1 x24 x55 x18 x54 x11 x3
x34 x16 x46 x14 x54 x20 x28 x32 x38 x35 x37 x40 x29 x52 x61 x13 x50 x58 x63 x24 x21 x43 x1 x55 x18 x11 x3
{'task': 'set', 'seq': ['x34', 'x16', 'x46', 'x14', 'x54', 'x20', 'x28', 'x32', 'x38', 'x35', 'x37', 'x40', 'x29', 'x52', 'x61', 'x13', 'x50', 'x58', 'x58', 'x37', 'x63', 'x24', 'x21', 'x43', 'x43', 'x1', 'x24', 'x55', 'x18', 'x54', 'x11', 'x3'], 'k': 4, 'n': 32, '_time': 0.00042366981506347656, '_task': 'basic_procedu...
set
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 c1 o0 c0 o1 c1 o3 o1 c1 o0 c0 o3 o0 c0 o0 c0 o0 o3 o0 c0 o1 o2 o0 o0 c0 c0 c2 c1 c3 c0 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003407001495361328, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Copy the sequence exactly. (SEQUENCE) x36 x63 x17 x19 x60 x36 x43 x18 x30 x41 x14 x2 x49 x4 x44 x22 x63 x48 x4 x2 x58 x20 x42 x49 x31 x46 x53 x45 x14 x47 x19 x44
x36 x63 x17 x19 x60 x36 x43 x18 x30 x41 x14 x2 x49 x4 x44 x22 x63 x48 x4 x2 x58 x20 x42 x49 x31 x46 x53 x45 x14 x47 x19 x44
{'task': 'identity', 'seq': ['x36', 'x63', 'x17', 'x19', 'x60', 'x36', 'x43', 'x18', 'x30', 'x41', 'x14', 'x2', 'x49', 'x4', 'x44', 'x22', 'x63', 'x48', 'x4', 'x2', 'x58', 'x20', 'x42', 'x49', 'x31', 'x46', 'x53', 'x45', 'x14', 'x47', 'x19', 'x44'], 'k': 4, 'n': 32, '_time': 0.0003840923309326172, '_task': 'basic_proce...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x52 x35 x24 x32 x40 x41 x32 x28 x23 x7 x15 x23 x46 x25 x33 x56 x31 x12 x46 x29 x14 x52 x54 x14 x32 x21 x27 x50 x36 x60 x23 x29
x52 x35 x24 x32 x40 x41 x32 x28 x23 x7 x15 x23 x46 x25 x33 x56 x31 x12 x46 x29 x14 x52 x54 x14 x32 x21 x27 x50 x36 x60 x23 x29
{'task': 'identity', 'seq': ['x52', 'x35', 'x24', 'x32', 'x40', 'x41', 'x32', 'x28', 'x23', 'x7', 'x15', 'x23', 'x46', 'x25', 'x33', 'x56', 'x31', 'x12', 'x46', 'x29', 'x14', 'x52', 'x54', 'x14', 'x32', 'x21', 'x27', 'x50', 'x36', 'x60', 'x23', 'x29'], 'k': 4, 'n': 32, '_time': 0.00027751922607421875, '_task': 'basic_p...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x20 x61 x16 x52 x30 x20 x51 x21 x18 x10 x2 x43 x12 x44 x24 x60 x39 x43 x32 x63 x41 x45 x15 x64 x52 x63 x14 x11 x7 x28 x28 x39
x20 x61 x16 x52 x30 x51 x21 x18 x10 x2 x43 x12 x44 x24 x60 x39 x32 x63 x41 x45 x15 x64 x14 x11 x7 x28
{'task': 'set', 'seq': ['x20', 'x61', 'x16', 'x52', 'x30', 'x20', 'x51', 'x21', 'x18', 'x10', 'x2', 'x43', 'x12', 'x44', 'x24', 'x60', 'x39', 'x43', 'x32', 'x63', 'x41', 'x45', 'x15', 'x64', 'x52', 'x63', 'x14', 'x11', 'x7', 'x28', 'x28', 'x39'], 'k': 4, 'n': 32, '_time': 0.0004215240478515625, '_task': 'basic_procedur...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x56 x58 x37 x13 x58 x21 x16 x22 x52 x50 x26 x7 x33 x6 x34 x62 x56 x52 x2 x1 x38 x20 x41 x62 x36 x32 x32 x41 x48 x8 x18 x9
x56 x58 x37 x13 x58 x21 x16 x22 x52 x50 x26 x7 x33 x6 x34 x62 x56 x52 x2 x1 x38 x20 x41 x62 x36 x32 x32 x41 x48 x8 x18 x9
{'task': 'identity', 'seq': ['x56', 'x58', 'x37', 'x13', 'x58', 'x21', 'x16', 'x22', 'x52', 'x50', 'x26', 'x7', 'x33', 'x6', 'x34', 'x62', 'x56', 'x52', 'x2', 'x1', 'x38', 'x20', 'x41', 'x62', 'x36', 'x32', 'x32', 'x41', 'x48', 'x8', 'x18', 'x9'], 'k': 4, 'n': 32, '_time': 0.0002722740173339844, '_task': 'basic_procedu...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x52 x56 x63 x27 x52 x11 x53 x28 x13 x22 x20 x13 x25 x41 x39 x28 x32 x12 x51 x32 x16 x6 x43 x11 x18 x18 x30 x20 x36 x7 x60 x33
x6 x7 x11 x11 x12 x13 x13 x16 x18 x18 x20 x20 x22 x25 x27 x28 x28 x30 x32 x32 x33 x36 x39 x41 x43 x51 x52 x52 x53 x56 x60 x63
{'task': 'sort', 'seq': ['x52', 'x56', 'x63', 'x27', 'x52', 'x11', 'x53', 'x28', 'x13', 'x22', 'x20', 'x13', 'x25', 'x41', 'x39', 'x28', 'x32', 'x12', 'x51', 'x32', 'x16', 'x6', 'x43', 'x11', 'x18', 'x18', 'x30', 'x20', 'x36', 'x7', 'x60', 'x33'], 'k': 4, 'n': 32, '_time': 0.0003974437713623047, '_task': 'basic_procedu...
sort
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 o3 c3 c1 o3 c3 o3 c3 o1 o2 c1 o3 o3 o1 c3 c2 o0 o2 o2 o0 c1 o1 o2 c3 c1 o1 c0 c2 c0 c2 c1 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004508495330810547, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x27 x37 x21 x10 x33 x59 x59 x55 x8 x31 x26 x59 x60 x3 x35 x42 x16 x44 x6 x7 x54 x31 x6 x54 x1 x9 x12 x11 x17 x38 x10 x15 (TARGET) x58
x27 x37 x21 x10 x33 x59 x59 x55 x8 x31 x26 x59 x60 x3 x35 x42 x16 x44 x6 x7 x54 x31 x6 x54 x1 x9 x12 x11 x17 x38 x10 x15
{'task': 'delete', 'seq': [['x27', 'x37', 'x21', 'x10', 'x33', 'x59', 'x59', 'x55', 'x8', 'x31', 'x26', 'x59', 'x60', 'x3', 'x35', 'x42', 'x16', 'x44', 'x6', 'x7', 'x54', 'x31', 'x6', 'x54', 'x1', 'x9', 'x12', 'x11', 'x17', 'x38', 'x10', 'x15'], 'x58'], 'k': 4, 'n': 32, '_time': 0.00030422210693359375, '_task': 'basic_...
delete
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x9; PUSH x13; PUSH x33; POP; POP; POP; PUSH x40; PUSH x52; PUSH x38; POP; PUSH x24; PUSH x18; PUSH x2; PUSH x47; PUSH x10; PUSH x40; PUSH x17; PUSH x40; P...
x5 x39 x25 x8 x40 x17 x40 x10 x47 x2 x18 x24 x52 x40
{'task': 'stack', 'seq': ['PUSH x9', 'PUSH x13', 'PUSH x33', 'POP', 'POP', 'POP', 'PUSH x40', 'PUSH x52', 'PUSH x38', 'POP', 'PUSH x24', 'PUSH x18', 'PUSH x2', 'PUSH x47', 'PUSH x10', 'PUSH x40', 'PUSH x17', 'PUSH x40', 'PUSH x18', 'POP', 'PUSH x8', 'PUSH x23', 'PUSH x48', 'POP', 'POP', 'PUSH x50', 'POP', 'PUSH x25', '...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x60 x34 x43 x40 x54 x31 x41 x56 x64 x3 x19 x64 x11 x47 x3 x2 x32 x43 x36 x54 x10 x31 x9 x60 x40 x42 x46 x29 x1 x1 x57 x52
x60 x34 x43 x40 x54 x31 x41 x56 x64 x3 x19 x11 x47 x2 x32 x36 x10 x9 x42 x46 x29 x1 x57 x52
{'task': 'set', 'seq': ['x60', 'x34', 'x43', 'x40', 'x54', 'x31', 'x41', 'x56', 'x64', 'x3', 'x19', 'x64', 'x11', 'x47', 'x3', 'x2', 'x32', 'x43', 'x36', 'x54', 'x10', 'x31', 'x9', 'x60', 'x40', 'x42', 'x46', 'x29', 'x1', 'x1', 'x57', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004267692565917969, '_task': 'basic_procedural',...
set
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x23 x34 x27 x46 x16 x20 x7 x44 x61 x13 x48 x54 x28 x30 x32 x20 (B) x59 x58 x64 x45 x21 x19 x57 x38 x23 x3 x44 x16 x16 x53 x21 x47
x23 x34 x27 x46 x16 x20 x7 x44 x61 x13 x48 x54 x28 x30 x32 x59 x58 x64 x45 x21 x19 x57 x38 x3 x53 x47
{'task': 'union', 'seq': [['x23', 'x34', 'x27', 'x46', 'x16', 'x20', 'x7', 'x44', 'x61', 'x13', 'x48', 'x54', 'x28', 'x30', 'x32', 'x20'], ['x59', 'x58', 'x64', 'x45', 'x21', 'x19', 'x57', 'x38', 'x23', 'x3', 'x44', 'x16', 'x16', 'x53', 'x21', 'x47']], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_task': 'basic_pr...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x49 x55 x26 x6 x9 x63 x43 x44 x23 x37 x25 x48 x54 x49 x1 x56 x40 x59 x31 x32 x3 x14 x41 x45 x34 x8 x16 x62 x23 x7 x60 x64 (TARGET) x25
x49 x55 x26 x6 x9 x63 x43 x44 x23 x37 x48 x54 x49 x1 x56 x40 x59 x31 x32 x3 x14 x41 x45 x34 x8 x16 x62 x23 x7 x60 x64
{'task': 'delete', 'seq': [['x49', 'x55', 'x26', 'x6', 'x9', 'x63', 'x43', 'x44', 'x23', 'x37', 'x25', 'x48', 'x54', 'x49', 'x1', 'x56', 'x40', 'x59', 'x31', 'x32', 'x3', 'x14', 'x41', 'x45', 'x34', 'x8', 'x16', 'x62', 'x23', 'x7', 'x60', 'x64'], 'x25'], 'k': 4, 'n': 32, '_time': 0.0003993511199951172, '_task': 'basic_...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x36 x20 x14 x56 x18 x18 x64 x32 x15 x33 x36 x42 x6 x31 x33 x4 x31 x35 x61 x48 x22 x6 x64 x27 x10 x19 x7 x46 x29 x36 x61 x22
x4 x6 x6 x7 x10 x14 x15 x18 x18 x19 x20 x22 x22 x27 x29 x31 x31 x32 x33 x33 x35 x36 x36 x36 x42 x46 x48 x56 x61 x61 x64 x64
{'task': 'sort', 'seq': ['x36', 'x20', 'x14', 'x56', 'x18', 'x18', 'x64', 'x32', 'x15', 'x33', 'x36', 'x42', 'x6', 'x31', 'x33', 'x4', 'x31', 'x35', 'x61', 'x48', 'x22', 'x6', 'x64', 'x27', 'x10', 'x19', 'x7', 'x46', 'x29', 'x36', 'x61', 'x22'], 'k': 4, 'n': 32, '_time': 0.00028634071350097656, '_task': 'basic_procedur...
sort
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x53 x63 x60 x48 x21 x62 x44 x25 x36 x53 x31 x32 x19 x35 x43 x49 (B) x47 x45 x46 x56 x26 x25 x8 x12 x61 x34 x13 x53 x30 x9 x51 x52
x53 x63 x60 x48 x21 x62 x44 x25 x36 x31 x32 x19 x35 x43 x49 x47 x45 x46 x56 x26 x8 x12 x61 x34 x13 x30 x9 x51 x52
{'task': 'union', 'seq': [['x53', 'x63', 'x60', 'x48', 'x21', 'x62', 'x44', 'x25', 'x36', 'x53', 'x31', 'x32', 'x19', 'x35', 'x43', 'x49'], ['x47', 'x45', 'x46', 'x56', 'x26', 'x25', 'x8', 'x12', 'x61', 'x34', 'x13', 'x53', 'x30', 'x9', 'x51', 'x52']], 'k': 4, 'n': 32, '_time': 0.0003001689910888672, '_task': 'basic_pr...
union
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o0 o3 c3 o1 o2 c2 c1 o0 o0 o3 c3 c0 c0 c0 o2 c2 o0 c0 o0 o3 o1 c1 o3 c3 o1 c1 c3 c0 o1 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025391578674316406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x6 x36 x25 x10 x49 x14 x33 x19 x61 x40 x35 x62 x47 x23 x31 x8 (B) x36 x24 x11 x6 x8 x14 x39 x10 x62 x27 x40 x37 x46 x28 x28 x8
x6 x36 x25 x10 x49 x14 x33 x19 x61 x40 x35 x62 x47 x23 x31 x8 x24 x11 x39 x27 x37 x46 x28
{'task': 'union', 'seq': [['x6', 'x36', 'x25', 'x10', 'x49', 'x14', 'x33', 'x19', 'x61', 'x40', 'x35', 'x62', 'x47', 'x23', 'x31', 'x8'], ['x36', 'x24', 'x11', 'x6', 'x8', 'x14', 'x39', 'x10', 'x62', 'x27', 'x40', 'x37', 'x46', 'x28', 'x28', 'x8']], 'k': 4, 'n': 32, '_time': 0.000446319580078125, '_task': 'basic_proced...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x12 x58 x16 x48 x4 x24 x14 x53 x55 x43 x52 x56 x44 x25 x43 x5 x15 x2 x22 x14 x64 x29 x33 x43 x23 x2 x14 x24 x50 x33 x48 x53 (TARGET) x52
x12 x58 x16 x48 x4 x24 x14 x53 x55 x43 x56 x44 x25 x43 x5 x15 x2 x22 x14 x64 x29 x33 x43 x23 x2 x14 x24 x50 x33 x48 x53
{'task': 'delete', 'seq': [['x12', 'x58', 'x16', 'x48', 'x4', 'x24', 'x14', 'x53', 'x55', 'x43', 'x52', 'x56', 'x44', 'x25', 'x43', 'x5', 'x15', 'x2', 'x22', 'x14', 'x64', 'x29', 'x33', 'x43', 'x23', 'x2', 'x14', 'x24', 'x50', 'x33', 'x48', 'x53'], 'x52'], 'k': 4, 'n': 32, '_time': 0.0004329681396484375, '_task': 'basi...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x42 x9 x6 x50 x48 x18 x50 x47 x47 x23 x30 x64 x28 x15 x25 x51 x21 x29 x60 x18 x35 x38 x42 x42 x12 x58 x46 x22 x42 x64 x6 x40
x42 x9 x6 x50 x48 x18 x50 x47 x47 x23 x30 x64 x28 x15 x25 x51 x21 x29 x60 x18 x35 x38 x42 x42 x12 x58 x46 x22 x42 x64 x6 x40
{'task': 'identity', 'seq': ['x42', 'x9', 'x6', 'x50', 'x48', 'x18', 'x50', 'x47', 'x47', 'x23', 'x30', 'x64', 'x28', 'x15', 'x25', 'x51', 'x21', 'x29', 'x60', 'x18', 'x35', 'x38', 'x42', 'x42', 'x12', 'x58', 'x46', 'x22', 'x42', 'x64', 'x6', 'x40'], 'k': 4, 'n': 32, '_time': 0.0002720355987548828, '_task': 'basic_proc...
identity
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x60 x47 x34 x43 x2 x34 x39 x5 x25 x6 x54 x61 x22 x15 x17 x12 (B) x57 x61 x35 x16 x62 x63 x4 x15 x57 x50 x18 x35 x10 x21 x43 x31
x60 x47 x34 x43 x2 x39 x5 x25 x6 x54 x61 x22 x15 x17 x12 x57 x35 x16 x62 x63 x4 x50 x18 x10 x21 x31
{'task': 'union', 'seq': [['x60', 'x47', 'x34', 'x43', 'x2', 'x34', 'x39', 'x5', 'x25', 'x6', 'x54', 'x61', 'x22', 'x15', 'x17', 'x12'], ['x57', 'x61', 'x35', 'x16', 'x62', 'x63', 'x4', 'x15', 'x57', 'x50', 'x18', 'x35', 'x10', 'x21', 'x43', 'x31']], 'k': 4, 'n': 32, '_time': 0.0002980232238769531, '_task': 'basic_proc...
union
instruct
0
Reverse the sequence. (SEQUENCE) x47 x9 x28 x38 x44 x62 x28 x23 x14 x25 x63 x57 x10 x61 x48 x41 x20 x28 x32 x59 x20 x18 x28 x37 x31 x33 x53 x13 x1 x55 x55 x16
x16 x55 x55 x1 x13 x53 x33 x31 x37 x28 x18 x20 x59 x32 x28 x20 x41 x48 x61 x10 x57 x63 x25 x14 x23 x28 x62 x44 x38 x28 x9 x47
{'task': 'reverse', 'seq': ['x47', 'x9', 'x28', 'x38', 'x44', 'x62', 'x28', 'x23', 'x14', 'x25', 'x63', 'x57', 'x10', 'x61', 'x48', 'x41', 'x20', 'x28', 'x32', 'x59', 'x20', 'x18', 'x28', 'x37', 'x31', 'x33', 'x53', 'x13', 'x1', 'x55', 'x55', 'x16'], 'k': 4, 'n': 32, '_time': 0.0004150867462158203, '_task': 'basic_proc...
reverse
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o3 o2 c2 o2 o0 c0 o3 o1 o1 c1 c1 c3 o3 o3 o0 c0 o0 c0 o3 o3 c3 c3 c3 c3 c2 o2 c2 c3 o1 c1 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00039076805114746094, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o3 o0 c0 o2 c2 c3 o3 o0 c3 c0 o1 o3 c3 o1 o3 o2 o1 c2 c1 c3 c1 o3 o1 c3 o2 o0 c1 c1 c2 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002961158752441406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Reverse the sequence. (SEQUENCE) x60 x15 x62 x59 x8 x7 x44 x16 x21 x48 x28 x48 x46 x46 x28 x17 x29 x24 x16 x51 x9 x60 x14 x24 x54 x63 x2 x47 x3 x30 x58 x5
x5 x58 x30 x3 x47 x2 x63 x54 x24 x14 x60 x9 x51 x16 x24 x29 x17 x28 x46 x46 x48 x28 x48 x21 x16 x44 x7 x8 x59 x62 x15 x60
{'task': 'reverse', 'seq': ['x60', 'x15', 'x62', 'x59', 'x8', 'x7', 'x44', 'x16', 'x21', 'x48', 'x28', 'x48', 'x46', 'x46', 'x28', 'x17', 'x29', 'x24', 'x16', 'x51', 'x9', 'x60', 'x14', 'x24', 'x54', 'x63', 'x2', 'x47', 'x3', 'x30', 'x58', 'x5'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedural',...
reverse
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 o3 c3 c0 o0 o2 c2 o2 c2 c0 o0 c0 o3 o0 o0 o1 c1 c0 c0 o1 c1 c3 o3 c3 o0 o2 o2 o3 c3 c2 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038504600524902344, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x21 x43 x52 x19 x13 x5 x39 x61 x57 x1 x59 x31 x17 x3 x29 x28 x30 x16 x36 x32 x42 x42 x10 x60 x53 x18 x6 x3 x15 x26 x63 x37
x1 x3 x3 x5 x6 x10 x13 x15 x16 x17 x18 x19 x21 x26 x28 x29 x30 x31 x32 x36 x37 x39 x42 x42 x43 x52 x53 x57 x59 x60 x61 x63
{'task': 'sort', 'seq': ['x21', 'x43', 'x52', 'x19', 'x13', 'x5', 'x39', 'x61', 'x57', 'x1', 'x59', 'x31', 'x17', 'x3', 'x29', 'x28', 'x30', 'x16', 'x36', 'x32', 'x42', 'x42', 'x10', 'x60', 'x53', 'x18', 'x6', 'x3', 'x15', 'x26', 'x63', 'x37'], 'k': 4, 'n': 32, '_time': 0.0002865791320800781, '_task': 'basic_procedural...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x16 x9 x23 x45 x31 x50 x60 x1 x59 x13 x44 x53 x46 x4 x30 x34 x17 x47 x38 x22 x23 x64 x14 x55 x40 x21 x53 x54 x35 x62 x21 x62
x16 x9 x23 x45 x31 x50 x60 x1 x59 x13 x44 x53 x46 x4 x30 x34 x17 x47 x38 x22 x64 x14 x55 x40 x21 x54 x35 x62
{'task': 'set', 'seq': ['x16', 'x9', 'x23', 'x45', 'x31', 'x50', 'x60', 'x1', 'x59', 'x13', 'x44', 'x53', 'x46', 'x4', 'x30', 'x34', 'x17', 'x47', 'x38', 'x22', 'x23', 'x64', 'x14', 'x55', 'x40', 'x21', 'x53', 'x54', 'x35', 'x62', 'x21', 'x62'], 'k': 4, 'n': 32, '_time': 0.0004246234893798828, '_task': 'basic_procedura...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x23 x56 x54 x16 x26 x26 x59 x24 x61 x39 x58 x18 x21 x53 x46 x56 x13 x55 x49 x60 x22 x15 x8 x38 x63 x57 x38 x54 x8 x8 x64 x10 (TARGET) x58
x23 x56 x54 x16 x26 x26 x59 x24 x61 x39 x18 x21 x53 x46 x56 x13 x55 x49 x60 x22 x15 x8 x38 x63 x57 x38 x54 x8 x8 x64 x10
{'task': 'delete', 'seq': [['x23', 'x56', 'x54', 'x16', 'x26', 'x26', 'x59', 'x24', 'x61', 'x39', 'x58', 'x18', 'x21', 'x53', 'x46', 'x56', 'x13', 'x55', 'x49', 'x60', 'x22', 'x15', 'x8', 'x38', 'x63', 'x57', 'x38', 'x54', 'x8', 'x8', 'x64', 'x10'], 'x58'], 'k': 4, 'n': 32, '_time': 0.0002887248992919922, '_task': 'bas...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x1 x62 x32 x15 x4 x25 x55 x44 x50 x57 x14 x32 x19 x24 x41 x33 x28 x24 x53 x51 x19 x17 x25 x33 x2 x21 x22 x8 x40 x58 x53 x58
x1 x2 x4 x8 x14 x15 x17 x19 x19 x21 x22 x24 x24 x25 x25 x28 x32 x32 x33 x33 x40 x41 x44 x50 x51 x53 x53 x55 x57 x58 x58 x62
{'task': 'sort', 'seq': ['x1', 'x62', 'x32', 'x15', 'x4', 'x25', 'x55', 'x44', 'x50', 'x57', 'x14', 'x32', 'x19', 'x24', 'x41', 'x33', 'x28', 'x24', 'x53', 'x51', 'x19', 'x17', 'x25', 'x33', 'x2', 'x21', 'x22', 'x8', 'x40', 'x58', 'x53', 'x58'], 'k': 4, 'n': 32, '_time': 0.000286102294921875, '_task': 'basic_procedural...
sort
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o2 o0 c0 c2 o1 c1 o2 o1 o0 o1 c0 c1 o2 o3 o3 c2 c3 o0 c3 o1 c2 o3 c3 c0 o2 c1 o1 c2 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004544258117675781, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x45 x7 x6 x33 x56 x50 x54 x30 x27 x54 x21 x2 x46 x55 x39 x8 x26 x37 x27 x61 x3 x57 x15 x35 x21 x30 x55 x13 x54 x33 x16 x17 (TARGET) x33
x45 x7 x6 x56 x50 x54 x30 x27 x54 x21 x2 x46 x55 x39 x8 x26 x37 x27 x61 x3 x57 x15 x35 x21 x30 x55 x13 x54 x33 x16 x17
{'task': 'delete', 'seq': [['x45', 'x7', 'x6', 'x33', 'x56', 'x50', 'x54', 'x30', 'x27', 'x54', 'x21', 'x2', 'x46', 'x55', 'x39', 'x8', 'x26', 'x37', 'x27', 'x61', 'x3', 'x57', 'x15', 'x35', 'x21', 'x30', 'x55', 'x13', 'x54', 'x33', 'x16', 'x17'], 'x33'], 'k': 4, 'n': 32, '_time': 0.0004343986511230469, '_task': 'basic...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x10 x34 x55 x50 x5 x20 x52 x11 x10 x22 x53 x9 x2 x32 x21 x32 x42 x41 x26 x52 x6 x11 x47 x55 x36 x54 x48 x36 x58 x40 x30 x22
x22 x30 x40 x58 x36 x48 x54 x36 x55 x47 x11 x6 x52 x26 x41 x42 x32 x21 x32 x2 x9 x53 x22 x10 x11 x52 x20 x5 x50 x55 x34 x10
{'task': 'reverse', 'seq': ['x10', 'x34', 'x55', 'x50', 'x5', 'x20', 'x52', 'x11', 'x10', 'x22', 'x53', 'x9', 'x2', 'x32', 'x21', 'x32', 'x42', 'x41', 'x26', 'x52', 'x6', 'x11', 'x47', 'x55', 'x36', 'x54', 'x48', 'x36', 'x58', 'x40', 'x30', 'x22'], 'k': 4, 'n': 32, '_time': 0.0002751350402832031, '_task': 'basic_proced...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x38 x63 x8 x64 x30 x34 x61 x2 x1 x28 x26 x32 x43 x5 x29 x22 x9 x9 x42 x10 x7 x36 x51 x10 x9 x61 x7 x41 x52 x8 x56 x34
x34 x56 x8 x52 x41 x7 x61 x9 x10 x51 x36 x7 x10 x42 x9 x9 x22 x29 x5 x43 x32 x26 x28 x1 x2 x61 x34 x30 x64 x8 x63 x38
{'task': 'reverse', 'seq': ['x38', 'x63', 'x8', 'x64', 'x30', 'x34', 'x61', 'x2', 'x1', 'x28', 'x26', 'x32', 'x43', 'x5', 'x29', 'x22', 'x9', 'x9', 'x42', 'x10', 'x7', 'x36', 'x51', 'x10', 'x9', 'x61', 'x7', 'x41', 'x52', 'x8', 'x56', 'x34'], 'k': 4, 'n': 32, '_time': 0.0002720355987548828, '_task': 'basic_procedural',...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x40 x42 x7 x44 x38 x56 x28 x46 x30 x4 x43 x14 x9 x37 x20 x34 x1 x15 x30 x22 x31 x53 x3 x60 x41 x37 x20 x14 x17 x24 x18 x54
x40 x42 x7 x44 x38 x56 x28 x46 x30 x4 x43 x14 x9 x37 x20 x34 x1 x15 x22 x31 x53 x3 x60 x41 x17 x24 x18 x54
{'task': 'set', 'seq': ['x40', 'x42', 'x7', 'x44', 'x38', 'x56', 'x28', 'x46', 'x30', 'x4', 'x43', 'x14', 'x9', 'x37', 'x20', 'x34', 'x1', 'x15', 'x30', 'x22', 'x31', 'x53', 'x3', 'x60', 'x41', 'x37', 'x20', 'x14', 'x17', 'x24', 'x18', 'x54'], 'k': 4, 'n': 32, '_time': 0.00042366981506347656, '_task': 'basic_procedural...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x21 x8 x21 x50 x2 x57 x30 x38 x19 x41 x37 x36 x36 x50 x44 x11 x23 x51 x29 x15 x15 x11 x43 x53 x51 x20 x44 x38 x40 x64 x18 x5
x21 x8 x50 x2 x57 x30 x38 x19 x41 x37 x36 x44 x11 x23 x51 x29 x15 x43 x53 x20 x40 x64 x18 x5
{'task': 'set', 'seq': ['x21', 'x8', 'x21', 'x50', 'x2', 'x57', 'x30', 'x38', 'x19', 'x41', 'x37', 'x36', 'x36', 'x50', 'x44', 'x11', 'x23', 'x51', 'x29', 'x15', 'x15', 'x11', 'x43', 'x53', 'x51', 'x20', 'x44', 'x38', 'x40', 'x64', 'x18', 'x5'], 'k': 4, 'n': 32, '_time': 0.00041747093200683594, '_task': 'basic_procedur...
set
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x10 x30 x16 x43 x42 x45 x4 x33 x44 x12 x61 x4 x9 x39 x21 x45 (B) x43 x14 x3 x25 x8 x23 x58 x42 x56 x22 x10 x39 x20 x13 x47 x25
x10 x30 x16 x43 x42 x45 x4 x33 x44 x12 x61 x9 x39 x21 x14 x3 x25 x8 x23 x58 x56 x22 x20 x13 x47
{'task': 'union', 'seq': [['x10', 'x30', 'x16', 'x43', 'x42', 'x45', 'x4', 'x33', 'x44', 'x12', 'x61', 'x4', 'x9', 'x39', 'x21', 'x45'], ['x43', 'x14', 'x3', 'x25', 'x8', 'x23', 'x58', 'x42', 'x56', 'x22', 'x10', 'x39', 'x20', 'x13', 'x47', 'x25']], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_proce...
union
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x18 x22 x34 x24 x8 x51 x14 x55 x52 x8 x7 x18 x32 x57 x35 x57 (B) x15 x49 x36 x10 x14 x47 x55 x61 x21 x62 x42 x37 x64 x7 x38 x40
x18 x22 x34 x24 x8 x51 x14 x55 x52 x7 x32 x57 x35 x15 x49 x36 x10 x47 x61 x21 x62 x42 x37 x64 x38 x40
{'task': 'union', 'seq': [['x18', 'x22', 'x34', 'x24', 'x8', 'x51', 'x14', 'x55', 'x52', 'x8', 'x7', 'x18', 'x32', 'x57', 'x35', 'x57'], ['x15', 'x49', 'x36', 'x10', 'x14', 'x47', 'x55', 'x61', 'x21', 'x62', 'x42', 'x37', 'x64', 'x7', 'x38', 'x40']], 'k': 4, 'n': 32, '_time': 0.0002963542938232422, '_task': 'basic_proc...
union
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o2 o2 c2 c2 o0 o3 c0 c3 o3 o2 o3 o2 c3 o3 o3 o1 c1 c2 o2 c3 o2 o3 c2 o1 c3 c1 c2 c3 c3 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003147125244140625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x8 x19 x28 x17 x25 x16 x6 x7 x41 x2 x17 x3 x37 x17 x23 x7 (B) x20 x31 x18 x62 x9 x40 x57 x35 x20 x61 x40 x36 x63 x56 x25 x34
x8 x19 x28 x17 x25 x16 x6 x7 x41 x2 x3 x37 x23 x20 x31 x18 x62 x9 x40 x57 x35 x61 x36 x63 x56 x34
{'task': 'union', 'seq': [['x8', 'x19', 'x28', 'x17', 'x25', 'x16', 'x6', 'x7', 'x41', 'x2', 'x17', 'x3', 'x37', 'x17', 'x23', 'x7'], ['x20', 'x31', 'x18', 'x62', 'x9', 'x40', 'x57', 'x35', 'x20', 'x61', 'x40', 'x36', 'x63', 'x56', 'x25', 'x34']], 'k': 4, 'n': 32, '_time': 0.00032138824462890625, '_task': 'basic_proced...
union
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 c1 o0 c0 o1 c1 o1 c1 o1 c1 o0 o2 o2 o1 o0 c0 c2 o0 o1 c0 o0 c1 c2 o1 c1 c1 c0 c0 o0 o0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002999305725097656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x60; PUSH x4; PUSH x19; POP; PUSH x56; POP; PUSH x23; PUSH x13; PUSH x60; PUSH x43; PUSH x7; POP; POP; PUSH x3; POP; PUSH x51; PUSH x14; PUSH x51; PUSH x2...
x33 x26 x51 x14 x51 x60 x13 x23 x4 x60
{'task': 'stack', 'seq': ['PUSH x60', 'PUSH x4', 'PUSH x19', 'POP', 'PUSH x56', 'POP', 'PUSH x23', 'PUSH x13', 'PUSH x60', 'PUSH x43', 'PUSH x7', 'POP', 'POP', 'PUSH x3', 'POP', 'PUSH x51', 'PUSH x14', 'PUSH x51', 'PUSH x26', 'PUSH x51', 'PUSH x32', 'PUSH x3', 'POP', 'POP', 'POP', 'PUSH x60', 'PUSH x6', 'PUSH x18', 'PO...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x33 x57 x27 x45 x45 x51 x32 x9 x57 x49 x10 x13 x63 x44 x1 x51 x37 x25 x52 x6 x43 x26 x28 x61 x33 x2 x23 x18 x58 x37 x41 x26
x33 x57 x27 x45 x45 x51 x32 x9 x57 x49 x10 x13 x63 x44 x1 x51 x37 x25 x52 x6 x43 x26 x28 x61 x33 x2 x23 x18 x58 x37 x41 x26
{'task': 'identity', 'seq': ['x33', 'x57', 'x27', 'x45', 'x45', 'x51', 'x32', 'x9', 'x57', 'x49', 'x10', 'x13', 'x63', 'x44', 'x1', 'x51', 'x37', 'x25', 'x52', 'x6', 'x43', 'x26', 'x28', 'x61', 'x33', 'x2', 'x23', 'x18', 'x58', 'x37', 'x41', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004119873046875, '_task': 'basic_procedur...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x37 x50 x16 x64 x64 x48 x58 x3 x2 x23 x3 x40 x16 x7 x31 x2 x10 x63 x19 x3 x18 x58 x9 x34 x21 x18 x56 x12 x60 x19 x17 x59
x2 x2 x3 x3 x3 x7 x9 x10 x12 x16 x16 x17 x18 x18 x19 x19 x21 x23 x31 x34 x37 x40 x48 x50 x56 x58 x58 x59 x60 x63 x64 x64
{'task': 'sort', 'seq': ['x37', 'x50', 'x16', 'x64', 'x64', 'x48', 'x58', 'x3', 'x2', 'x23', 'x3', 'x40', 'x16', 'x7', 'x31', 'x2', 'x10', 'x63', 'x19', 'x3', 'x18', 'x58', 'x9', 'x34', 'x21', 'x18', 'x56', 'x12', 'x60', 'x19', 'x17', 'x59'], 'k': 4, 'n': 32, '_time': 0.0003046989440917969, '_task': 'basic_procedural',...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x32 x46 x62 x37 x32 x28 x9 x22 x45 x51 x57 x19 x60 x12 x17 x40 x35 x4 x23 x38 x10 x58 x14 x9 x43 x50 x32 x18 x44 x56 x56 x30
x30 x56 x56 x44 x18 x32 x50 x43 x9 x14 x58 x10 x38 x23 x4 x35 x40 x17 x12 x60 x19 x57 x51 x45 x22 x9 x28 x32 x37 x62 x46 x32
{'task': 'reverse', 'seq': ['x32', 'x46', 'x62', 'x37', 'x32', 'x28', 'x9', 'x22', 'x45', 'x51', 'x57', 'x19', 'x60', 'x12', 'x17', 'x40', 'x35', 'x4', 'x23', 'x38', 'x10', 'x58', 'x14', 'x9', 'x43', 'x50', 'x32', 'x18', 'x44', 'x56', 'x56', 'x30'], 'k': 4, 'n': 32, '_time': 0.0004169940948486328, '_task': 'basic_proce...
reverse
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x54; PUSH x41; PUSH x34; PUSH x35; PUSH x28; PUSH x21; PUSH x26; PUSH x10; PUSH x13; PUSH x54; POP; POP; PUSH x56; PUSH x20; PUSH x51; POP; PUSH x10; POP;...
x35 x34 x41 x54
{'task': 'stack', 'seq': ['PUSH x54', 'PUSH x41', 'PUSH x34', 'PUSH x35', 'PUSH x28', 'PUSH x21', 'PUSH x26', 'PUSH x10', 'PUSH x13', 'PUSH x54', 'POP', 'POP', 'PUSH x56', 'PUSH x20', 'PUSH x51', 'POP', 'PUSH x10', 'POP', 'PUSH x52', 'POP', 'POP', 'PUSH x43', 'POP', 'PUSH x47', 'POP', 'POP', 'POP', 'PUSH x15', 'POP', '...
stack
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 c2 o1 o3 c3 o0 o0 o2 c2 o3 o2 c0 o1 c0 o0 c3 o0 c2 c1 c0 c1 o2 o0 c2 o3 c3 o0 o0 c0 c0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044918060302734375, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x3; PUSH x22; PUSH x11; PUSH x63; PUSH x61; PUSH x46; POP; PUSH x24; PUSH x4; PUSH x19; PUSH x58; PUSH x51; PUSH x17; PUSH x30; PUSH x57; PUSH x53; PUSH x...
x48 x17 x51 x58 x19 x4 x24 x61 x63 x11 x22 x3
{'task': 'stack', 'seq': ['PUSH x3', 'PUSH x22', 'PUSH x11', 'PUSH x63', 'PUSH x61', 'PUSH x46', 'POP', 'PUSH x24', 'PUSH x4', 'PUSH x19', 'PUSH x58', 'PUSH x51', 'PUSH x17', 'PUSH x30', 'PUSH x57', 'PUSH x53', 'PUSH x55', 'PUSH x26', 'POP', 'PUSH x58', 'PUSH x4', 'PUSH x30', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', '...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x64 x35 x29 x44 x9 x19 x38 x41 x32 x24 x24 x38 x49 x45 x52 x6 x21 x59 x30 x37 x28 x13 x11 x27 x54 x59 x43 x64 x64 x35 x46 x22
x22 x46 x35 x64 x64 x43 x59 x54 x27 x11 x13 x28 x37 x30 x59 x21 x6 x52 x45 x49 x38 x24 x24 x32 x41 x38 x19 x9 x44 x29 x35 x64
{'task': 'reverse', 'seq': ['x64', 'x35', 'x29', 'x44', 'x9', 'x19', 'x38', 'x41', 'x32', 'x24', 'x24', 'x38', 'x49', 'x45', 'x52', 'x6', 'x21', 'x59', 'x30', 'x37', 'x28', 'x13', 'x11', 'x27', 'x54', 'x59', 'x43', 'x64', 'x64', 'x35', 'x46', 'x22'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_proc...
reverse
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x39 x41 x46 x36 x8 x49 x54 x5 x48 x30 x5 x10 x55 x52 x46 x28 (B) x38 x36 x46 x10 x7 x62 x58 x59 x26 x36 x6 x34 x9 x16 x13 x10
x39 x41 x46 x36 x8 x49 x54 x5 x48 x30 x10 x55 x52 x28 x38 x7 x62 x58 x59 x26 x6 x34 x9 x16 x13
{'task': 'union', 'seq': [['x39', 'x41', 'x46', 'x36', 'x8', 'x49', 'x54', 'x5', 'x48', 'x30', 'x5', 'x10', 'x55', 'x52', 'x46', 'x28'], ['x38', 'x36', 'x46', 'x10', 'x7', 'x62', 'x58', 'x59', 'x26', 'x36', 'x6', 'x34', 'x9', 'x16', 'x13', 'x10']], 'k': 4, 'n': 32, '_time': 0.00045680999755859375, '_task': 'basic_proce...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x60 x54 x1 x29 x32 x23 x25 x51 x58 x40 x9 x35 x22 x41 x57 x34 x43 x30 x54 x1 x29 x23 x62 x16 x38 x23 x32 x30 x22 x30 x27 x42 (TARGET) x54
x60 x1 x29 x32 x23 x25 x51 x58 x40 x9 x35 x22 x41 x57 x34 x43 x30 x54 x1 x29 x23 x62 x16 x38 x23 x32 x30 x22 x30 x27 x42
{'task': 'delete', 'seq': [['x60', 'x54', 'x1', 'x29', 'x32', 'x23', 'x25', 'x51', 'x58', 'x40', 'x9', 'x35', 'x22', 'x41', 'x57', 'x34', 'x43', 'x30', 'x54', 'x1', 'x29', 'x23', 'x62', 'x16', 'x38', 'x23', 'x32', 'x30', 'x22', 'x30', 'x27', 'x42'], 'x54'], 'k': 4, 'n': 32, '_time': 0.0004382133483886719, '_task': 'bas...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x22 x22 x4 x52 x19 x33 x24 x22 x51 x32 x43 x47 x48 x28 x10 x43 x38 x49 x64 x57 x27 x20 x48 x8 x37 x13 x61 x12 x27 x38 x14 x11
x11 x14 x38 x27 x12 x61 x13 x37 x8 x48 x20 x27 x57 x64 x49 x38 x43 x10 x28 x48 x47 x43 x32 x51 x22 x24 x33 x19 x52 x4 x22 x22
{'task': 'reverse', 'seq': ['x22', 'x22', 'x4', 'x52', 'x19', 'x33', 'x24', 'x22', 'x51', 'x32', 'x43', 'x47', 'x48', 'x28', 'x10', 'x43', 'x38', 'x49', 'x64', 'x57', 'x27', 'x20', 'x48', 'x8', 'x37', 'x13', 'x61', 'x12', 'x27', 'x38', 'x14', 'x11'], 'k': 4, 'n': 32, '_time': 0.0002818107604980469, '_task': 'basic_proc...
reverse
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 c3 o3 c3 o0 c0 o3 c3 o1 c1 o1 o3 o2 c2 o1 o0 o0 o1 o2 o2 o3 o2 c2 c3 c2 c2 c1 c0 c0 c1 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025343894958496094, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Copy the sequence exactly. (SEQUENCE) x42 x55 x4 x17 x2 x41 x56 x57 x24 x40 x51 x7 x27 x52 x3 x58 x38 x47 x58 x23 x13 x3 x29 x49 x53 x46 x38 x62 x6 x17 x29 x63
x42 x55 x4 x17 x2 x41 x56 x57 x24 x40 x51 x7 x27 x52 x3 x58 x38 x47 x58 x23 x13 x3 x29 x49 x53 x46 x38 x62 x6 x17 x29 x63
{'task': 'identity', 'seq': ['x42', 'x55', 'x4', 'x17', 'x2', 'x41', 'x56', 'x57', 'x24', 'x40', 'x51', 'x7', 'x27', 'x52', 'x3', 'x58', 'x38', 'x47', 'x58', 'x23', 'x13', 'x3', 'x29', 'x49', 'x53', 'x46', 'x38', 'x62', 'x6', 'x17', 'x29', 'x63'], 'k': 4, 'n': 32, '_time': 0.00041365623474121094, '_task': 'basic_proced...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x5 x14 x57 x34 x13 x21 x20 x60 x49 x23 x25 x25 x13 x56 x38 x33 x3 x10 x15 x31 x37 x21 x24 x45 x33 x41 x4 x15 x31 x3 x2 x36
x36 x2 x3 x31 x15 x4 x41 x33 x45 x24 x21 x37 x31 x15 x10 x3 x33 x38 x56 x13 x25 x25 x23 x49 x60 x20 x21 x13 x34 x57 x14 x5
{'task': 'reverse', 'seq': ['x5', 'x14', 'x57', 'x34', 'x13', 'x21', 'x20', 'x60', 'x49', 'x23', 'x25', 'x25', 'x13', 'x56', 'x38', 'x33', 'x3', 'x10', 'x15', 'x31', 'x37', 'x21', 'x24', 'x45', 'x33', 'x41', 'x4', 'x15', 'x31', 'x3', 'x2', 'x36'], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_task': 'basic_procedu...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x44 x6 x13 x50 x18 x39 x33 x23 x57 x16 x6 x45 x44 x33 x44 x56 x41 x46 x29 x44 x16 x8 x58 x39 x52 x30 x19 x47 x41 x64 x28 x47
x44 x6 x13 x50 x18 x39 x33 x23 x57 x16 x6 x45 x44 x33 x44 x56 x41 x46 x29 x44 x16 x8 x58 x39 x52 x30 x19 x47 x41 x64 x28 x47
{'task': 'identity', 'seq': ['x44', 'x6', 'x13', 'x50', 'x18', 'x39', 'x33', 'x23', 'x57', 'x16', 'x6', 'x45', 'x44', 'x33', 'x44', 'x56', 'x41', 'x46', 'x29', 'x44', 'x16', 'x8', 'x58', 'x39', 'x52', 'x30', 'x19', 'x47', 'x41', 'x64', 'x28', 'x47'], 'k': 4, 'n': 32, '_time': 0.0002796649932861328, '_task': 'basic_proc...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o3 o0 o2 o1 o3 o2 c2 c3 c2 o1 o1 c1 o2 o1 o2 o1 o1 o2 c2 o3 c3 c1 c2 c1 c1 c2 c1 c0 c2 c3 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002956390380859375, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 o2 o1 c2 c1 c1 o3 c3 o1 c1 o1 c1 o0 c0 o3 c3 o1 o2 o1 c1 o0 c0 c1 o3 o0 o2 c3 o1 c0 c2 c1 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004572868347167969, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o3 o0 c0 c3 c1 o0 o0 o1 c1 o0 o2 o1 c1 c2 c0 o3 c3 c0 o2 c2 c0 o2 o0 c0 o3 o2 c2 c3 o3 c3 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00039315223693847656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o1 o0 c1 o1 c0 c1 o0 c0 o2 o0 c2 o2 c2 c0 o2 o3 c3 c2 o1 o2 o2 o3 o2 o3 c1 c3 c2 c2 c3 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002980232238769531, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x30 x64 x57 x7 x47 x47 x51 x28 x4 x32 x48 x49 x18 x63 x47 x7 x12 x47 x33 x37 x55 x3 x17 x44 x13 x49 x64 x5 x49 x55 x17 x21 (TARGET) x57
x30 x64 x7 x47 x47 x51 x28 x4 x32 x48 x49 x18 x63 x47 x7 x12 x47 x33 x37 x55 x3 x17 x44 x13 x49 x64 x5 x49 x55 x17 x21
{'task': 'delete', 'seq': [['x30', 'x64', 'x57', 'x7', 'x47', 'x47', 'x51', 'x28', 'x4', 'x32', 'x48', 'x49', 'x18', 'x63', 'x47', 'x7', 'x12', 'x47', 'x33', 'x37', 'x55', 'x3', 'x17', 'x44', 'x13', 'x49', 'x64', 'x5', 'x49', 'x55', 'x17', 'x21'], 'x57'], 'k': 4, 'n': 32, '_time': 0.0002951622009277344, '_task': 'basic...
delete
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x7 x37 x50 x39 x11 x40 x39 x39 x14 x33 x1 x8 x41 x19 x32 x44 x61 x1 x49 x59 x45 x61 x10 x23 x4 x20 x7 x33 x33 x4 x6 x32 (TARGET) x23
x7 x37 x50 x39 x11 x40 x39 x39 x14 x33 x1 x8 x41 x19 x32 x44 x61 x1 x49 x59 x45 x61 x10 x4 x20 x7 x33 x33 x4 x6 x32
{'task': 'delete', 'seq': [['x7', 'x37', 'x50', 'x39', 'x11', 'x40', 'x39', 'x39', 'x14', 'x33', 'x1', 'x8', 'x41', 'x19', 'x32', 'x44', 'x61', 'x1', 'x49', 'x59', 'x45', 'x61', 'x10', 'x23', 'x4', 'x20', 'x7', 'x33', 'x33', 'x4', 'x6', 'x32'], 'x23'], 'k': 4, 'n': 32, '_time': 0.000438690185546875, '_task': 'basic_pro...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x35 x62 x56 x18 x60 x49 x3 x44 x64 x52 x57 x4 x27 x16 x25 x6 x51 x32 x32 x2 x8 x1 x58 x64 x33 x3 x40 x5 x30 x5 x34 x30
x35 x62 x56 x18 x60 x49 x3 x44 x64 x52 x57 x4 x27 x16 x25 x6 x51 x32 x2 x8 x1 x58 x33 x40 x5 x30 x34
{'task': 'set', 'seq': ['x35', 'x62', 'x56', 'x18', 'x60', 'x49', 'x3', 'x44', 'x64', 'x52', 'x57', 'x4', 'x27', 'x16', 'x25', 'x6', 'x51', 'x32', 'x32', 'x2', 'x8', 'x1', 'x58', 'x64', 'x33', 'x3', 'x40', 'x5', 'x30', 'x5', 'x34', 'x30'], 'k': 4, 'n': 32, '_time': 0.00042176246643066406, '_task': 'basic_procedural', '...
set
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 o1 o1 c1 o0 c0 o3 c3 c1 c3 o3 c3 o3 o3 o2 o3 c2 c3 o1 c3 c3 o1 o2 c2 c1 o0 c0 c1 o2 o0 c2 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029778480529785156, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x58 x5 x39 x50 x31 x53 x58 x5 x21 x21 x3 x24 x62 x39 x8 x34 x58 x61 x26 x17 x59 x59 x45 x44 x5 x4 x62 x45 x20 x14 x36 x30
x3 x4 x5 x5 x5 x8 x14 x17 x20 x21 x21 x24 x26 x30 x31 x34 x36 x39 x39 x44 x45 x45 x50 x53 x58 x58 x58 x59 x59 x61 x62 x62
{'task': 'sort', 'seq': ['x58', 'x5', 'x39', 'x50', 'x31', 'x53', 'x58', 'x5', 'x21', 'x21', 'x3', 'x24', 'x62', 'x39', 'x8', 'x34', 'x58', 'x61', 'x26', 'x17', 'x59', 'x59', 'x45', 'x44', 'x5', 'x4', 'x62', 'x45', 'x20', 'x14', 'x36', 'x30'], 'k': 4, 'n': 32, '_time': 0.0002956390380859375, '_task': 'basic_procedural'...
sort
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x39; POP; PUSH x19; PUSH x33; POP; PUSH x5; PUSH x56; PUSH x60; PUSH x58; PUSH x24; PUSH x13; PUSH x54; POP; PUSH x21; POP; PUSH x29; POP; PUSH x30; PUSH ...
EMPTY
{'task': 'stack', 'seq': ['PUSH x39', 'POP', 'PUSH x19', 'PUSH x33', 'POP', 'PUSH x5', 'PUSH x56', 'PUSH x60', 'PUSH x58', 'PUSH x24', 'PUSH x13', 'PUSH x54', 'POP', 'PUSH x21', 'POP', 'PUSH x29', 'POP', 'PUSH x30', 'PUSH x16', 'POP', 'POP', 'PUSH x35', 'POP', 'POP', 'POP', 'PUSH x46', 'POP', 'POP', 'POP', 'POP', 'POP'...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x55 x40 x64 x47 x24 x49 x61 x31 x1 x55 x7 x7 x47 x21 x41 x49 x39 x17 x25 x32 x19 x1 x54 x9 x36 x39 x2 x23 x4 x43 x51 x46 (TARGET) x40
x55 x64 x47 x24 x49 x61 x31 x1 x55 x7 x7 x47 x21 x41 x49 x39 x17 x25 x32 x19 x1 x54 x9 x36 x39 x2 x23 x4 x43 x51 x46
{'task': 'delete', 'seq': [['x55', 'x40', 'x64', 'x47', 'x24', 'x49', 'x61', 'x31', 'x1', 'x55', 'x7', 'x7', 'x47', 'x21', 'x41', 'x49', 'x39', 'x17', 'x25', 'x32', 'x19', 'x1', 'x54', 'x9', 'x36', 'x39', 'x2', 'x23', 'x4', 'x43', 'x51', 'x46'], 'x40'], 'k': 4, 'n': 32, '_time': 0.00044417381286621094, '_task': 'basic_...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 c2 o1 c1 o2 c2 o1 c1 o0 o1 c0 c1 o3 c3 o1 o3 o2 c1 c3 o0 c2 c0 o3 c3 o2 o1 c2 c1 o0 c0 o1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045990943908691406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x10 x46 x46 x60 x49 x27 x53 x8 x16 x58 x39 x45 x4 x34 x38 x28 x9 x30 x58 x64 x13 x4 x27 x33 x24 x4 x55 x35 x19 x18 x33 x48 (TARGET) x58
x10 x46 x46 x60 x49 x27 x53 x8 x16 x39 x45 x4 x34 x38 x28 x9 x30 x58 x64 x13 x4 x27 x33 x24 x4 x55 x35 x19 x18 x33 x48
{'task': 'delete', 'seq': [['x10', 'x46', 'x46', 'x60', 'x49', 'x27', 'x53', 'x8', 'x16', 'x58', 'x39', 'x45', 'x4', 'x34', 'x38', 'x28', 'x9', 'x30', 'x58', 'x64', 'x13', 'x4', 'x27', 'x33', 'x24', 'x4', 'x55', 'x35', 'x19', 'x18', 'x33', 'x48'], 'x58'], 'k': 4, 'n': 32, '_time': 0.0002956390380859375, '_task': 'basic...
delete
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x57 x1 x37 x31 x29 x5 x35 x46 x30 x36 x21 x27 x24 x30 x17 x18 (B) x3 x64 x61 x32 x51 x53 x62 x2 x22 x33 x9 x1 x26 x13 x9 x25
x57 x1 x37 x31 x29 x5 x35 x46 x30 x36 x21 x27 x24 x17 x18 x3 x64 x61 x32 x51 x53 x62 x2 x22 x33 x9 x26 x13 x25
{'task': 'union', 'seq': [['x57', 'x1', 'x37', 'x31', 'x29', 'x5', 'x35', 'x46', 'x30', 'x36', 'x21', 'x27', 'x24', 'x30', 'x17', 'x18'], ['x3', 'x64', 'x61', 'x32', 'x51', 'x53', 'x62', 'x2', 'x22', 'x33', 'x9', 'x1', 'x26', 'x13', 'x9', 'x25']], 'k': 4, 'n': 32, '_time': 0.0003018379211425781, '_task': 'basic_procedu...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x17 x16 x53 x60 x62 x29 x7 x51 x29 x45 x22 x33 x43 x6 x14 x59 x46 x57 x33 x25 x22 x50 x35 x64 x42 x49 x49 x62 x19 x31 x49 x30
x17 x16 x53 x60 x62 x29 x7 x51 x29 x45 x22 x33 x43 x6 x14 x59 x46 x57 x33 x25 x22 x50 x35 x64 x42 x49 x49 x62 x19 x31 x49 x30
{'task': 'identity', 'seq': ['x17', 'x16', 'x53', 'x60', 'x62', 'x29', 'x7', 'x51', 'x29', 'x45', 'x22', 'x33', 'x43', 'x6', 'x14', 'x59', 'x46', 'x57', 'x33', 'x25', 'x22', 'x50', 'x35', 'x64', 'x42', 'x49', 'x49', 'x62', 'x19', 'x31', 'x49', 'x30'], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_task': 'basic_pro...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o2 c2 o0 o2 o3 c3 c0 c2 o1 c1 o2 c2 o0 o0 o2 c2 o0 o3 c3 o0 c0 c0 o3 c3 c0 c0 o3 o0 c3 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045108795166015625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x31; PUSH x43; PUSH x3; POP; PUSH x13; PUSH x1; POP; PUSH x57; PUSH x55; PUSH x6; PUSH x52; POP; PUSH x6; PUSH x9; PUSH x63; PUSH x57; POP; PUSH x24; PUSH...
x24 x63 x9 x6 x6 x55 x57 x13 x43 x31
{'task': 'stack', 'seq': ['PUSH x31', 'PUSH x43', 'PUSH x3', 'POP', 'PUSH x13', 'PUSH x1', 'POP', 'PUSH x57', 'PUSH x55', 'PUSH x6', 'PUSH x52', 'POP', 'PUSH x6', 'PUSH x9', 'PUSH x63', 'PUSH x57', 'POP', 'PUSH x24', 'PUSH x14', 'PUSH x14', 'PUSH x47', 'PUSH x4', 'POP', 'POP', 'POP', 'POP', 'PUSH x38', 'POP', 'PUSH x13...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x46 x17 x55 x16 x10 x9 x37 x36 x18 x5 x53 x43 x43 x3 x36 x41 x30 x57 x3 x35 x37 x29 x3 x34 x37 x62 x43 x49 x8 x26 x40 x60 (TARGET) x61
x46 x17 x55 x16 x10 x9 x37 x36 x18 x5 x53 x43 x43 x3 x36 x41 x30 x57 x3 x35 x37 x29 x3 x34 x37 x62 x43 x49 x8 x26 x40 x60
{'task': 'delete', 'seq': [['x46', 'x17', 'x55', 'x16', 'x10', 'x9', 'x37', 'x36', 'x18', 'x5', 'x53', 'x43', 'x43', 'x3', 'x36', 'x41', 'x30', 'x57', 'x3', 'x35', 'x37', 'x29', 'x3', 'x34', 'x37', 'x62', 'x43', 'x49', 'x8', 'x26', 'x40', 'x60'], 'x61'], 'k': 4, 'n': 32, '_time': 0.00045990943908691406, '_task': 'basic...
delete
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 c0 o3 c3 o1 c1 o1 c1 o3 c3 o1 o0 o0 o0 o0 o1 c1 o1 c1 c0 o0 o0 o1 o0 c0 c1 c0 c0 c0 c0 c0 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003914833068847656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x22 x22 x62 x12 x37 x1 x49 x20 x27 x30 x12 x21 x45 x6 x41 x14 (B) x20 x55 x55 x17 x13 x22 x2 x18 x59 x19 x18 x38 x44 x31 x55 x13
x22 x62 x12 x37 x1 x49 x20 x27 x30 x21 x45 x6 x41 x14 x55 x17 x13 x2 x18 x59 x19 x38 x44 x31
{'task': 'union', 'seq': [['x22', 'x22', 'x62', 'x12', 'x37', 'x1', 'x49', 'x20', 'x27', 'x30', 'x12', 'x21', 'x45', 'x6', 'x41', 'x14'], ['x20', 'x55', 'x55', 'x17', 'x13', 'x22', 'x2', 'x18', 'x59', 'x19', 'x18', 'x38', 'x44', 'x31', 'x55', 'x13']], 'k': 4, 'n': 32, '_time': 0.0003542900085449219, '_task': 'basic_pro...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x64 x31 x19 x1 x61 x35 x51 x37 x32 x33 x61 x63 x22 x28 x32 x48 x4 x7 x36 x34 x7 x16 x35 x49 x45 x49 x31 x32 x6 x43 x46 x18 (TARGET) x7
x64 x31 x19 x1 x61 x35 x51 x37 x32 x33 x61 x63 x22 x28 x32 x48 x4 x36 x34 x7 x16 x35 x49 x45 x49 x31 x32 x6 x43 x46 x18
{'task': 'delete', 'seq': [['x64', 'x31', 'x19', 'x1', 'x61', 'x35', 'x51', 'x37', 'x32', 'x33', 'x61', 'x63', 'x22', 'x28', 'x32', 'x48', 'x4', 'x7', 'x36', 'x34', 'x7', 'x16', 'x35', 'x49', 'x45', 'x49', 'x31', 'x32', 'x6', 'x43', 'x46', 'x18'], 'x7'], 'k': 4, 'n': 32, '_time': 0.0004341602325439453, '_task': 'basic_...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o2 c2 o1 c1 o0 o0 c0 c0 o0 o3 o3 c0 o3 o0 o0 o3 o0 c3 c3 c0 c3 o0 c3 c0 c0 o0 o2 c0 c0 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045299530029296875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Copy the sequence exactly. (SEQUENCE) x10 x38 x51 x40 x9 x35 x52 x64 x1 x46 x2 x48 x18 x64 x10 x3 x32 x51 x57 x12 x41 x48 x27 x7 x14 x47 x32 x32 x28 x45 x6 x1
x10 x38 x51 x40 x9 x35 x52 x64 x1 x46 x2 x48 x18 x64 x10 x3 x32 x51 x57 x12 x41 x48 x27 x7 x14 x47 x32 x32 x28 x45 x6 x1
{'task': 'identity', 'seq': ['x10', 'x38', 'x51', 'x40', 'x9', 'x35', 'x52', 'x64', 'x1', 'x46', 'x2', 'x48', 'x18', 'x64', 'x10', 'x3', 'x32', 'x51', 'x57', 'x12', 'x41', 'x48', 'x27', 'x7', 'x14', 'x47', 'x32', 'x32', 'x28', 'x45', 'x6', 'x1'], 'k': 4, 'n': 32, '_time': 0.0003275871276855469, '_task': 'basic_procedur...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 c0 o3 c3 o2 o0 c2 c0 o2 o0 c0 o3 c2 c3 o2 o3 o0 c0 o2 o1 c3 o3 o0 o0 c2 o3 c3 c2 c0 c1 c0 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004513263702392578, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x24 x9 x49 x30 x23 x23 x30 x25 x56 x14 x55 x58 x24 x16 x60 x10 x36 x50 x1 x18 x19 x20 x29 x21 x52 x22 x47 x52 x39 x2 x31 x48
x24 x9 x49 x30 x23 x25 x56 x14 x55 x58 x16 x60 x10 x36 x50 x1 x18 x19 x20 x29 x21 x52 x22 x47 x39 x2 x31 x48
{'task': 'set', 'seq': ['x24', 'x9', 'x49', 'x30', 'x23', 'x23', 'x30', 'x25', 'x56', 'x14', 'x55', 'x58', 'x24', 'x16', 'x60', 'x10', 'x36', 'x50', 'x1', 'x18', 'x19', 'x20', 'x29', 'x21', 'x52', 'x22', 'x47', 'x52', 'x39', 'x2', 'x31', 'x48'], 'k': 4, 'n': 32, '_time': 0.0004246234893798828, '_task': 'basic_procedura...
set
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x29; PUSH x17; PUSH x59; PUSH x19; PUSH x1; POP; PUSH x1; PUSH x14; PUSH x47; PUSH x45; PUSH x32; PUSH x43; PUSH x57; PUSH x24; PUSH x61; POP; PUSH x22; P...
x45 x47 x14 x1 x19 x59 x17 x29
{'task': 'stack', 'seq': ['PUSH x29', 'PUSH x17', 'PUSH x59', 'PUSH x19', 'PUSH x1', 'POP', 'PUSH x1', 'PUSH x14', 'PUSH x47', 'PUSH x45', 'PUSH x32', 'PUSH x43', 'PUSH x57', 'PUSH x24', 'PUSH x61', 'POP', 'PUSH x22', 'POP', 'PUSH x14', 'PUSH x27', 'PUSH x14', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x8', 'POP', 'PUSH ...
stack
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x37; PUSH x29; PUSH x4; PUSH x13; POP; PUSH x51; POP; PUSH x56; POP; PUSH x24; POP; PUSH x29; PUSH x31; POP; PUSH x30; PUSH x2; PUSH x58; PUSH x44; PUSH x...
x29 x4 x29 x37
{'task': 'stack', 'seq': ['PUSH x37', 'PUSH x29', 'PUSH x4', 'PUSH x13', 'POP', 'PUSH x51', 'POP', 'PUSH x56', 'POP', 'PUSH x24', 'POP', 'PUSH x29', 'PUSH x31', 'POP', 'PUSH x30', 'PUSH x2', 'PUSH x58', 'PUSH x44', 'PUSH x32', 'POP', 'PUSH x45', 'PUSH x31', 'PUSH x4', 'PUSH x39', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP...
stack
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x47 x50 x28 x47 x27 x22 x22 x50 x6 x11 x40 x35 x13 x23 x25 x33 (B) x58 x64 x32 x43 x56 x63 x47 x32 x59 x12 x15 x5 x49 x28 x44 x30
x47 x50 x28 x27 x22 x6 x11 x40 x35 x13 x23 x25 x33 x58 x64 x32 x43 x56 x63 x59 x12 x15 x5 x49 x44 x30
{'task': 'union', 'seq': [['x47', 'x50', 'x28', 'x47', 'x27', 'x22', 'x22', 'x50', 'x6', 'x11', 'x40', 'x35', 'x13', 'x23', 'x25', 'x33'], ['x58', 'x64', 'x32', 'x43', 'x56', 'x63', 'x47', 'x32', 'x59', 'x12', 'x15', 'x5', 'x49', 'x28', 'x44', 'x30']], 'k': 4, 'n': 32, '_time': 0.00044918060302734375, '_task': 'basic_p...
union
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x6; POP; PUSH x59; PUSH x59; PUSH x57; PUSH x52; POP; PUSH x40; POP; POP; PUSH x28; POP; POP; POP; PUSH x31; POP; PUSH x30; POP; PUSH x47; PUSH x31; POP; ...
x22 x7
{'task': 'stack', 'seq': ['PUSH x6', 'POP', 'PUSH x59', 'PUSH x59', 'PUSH x57', 'PUSH x52', 'POP', 'PUSH x40', 'POP', 'POP', 'PUSH x28', 'POP', 'POP', 'POP', 'PUSH x31', 'POP', 'PUSH x30', 'POP', 'PUSH x47', 'PUSH x31', 'POP', 'PUSH x25', 'POP', 'POP', 'PUSH x35', 'POP', 'PUSH x7', 'PUSH x27', 'POP', 'POP', 'PUSH x7', ...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x21 x60 x54 x43 x54 x50 x51 x28 x3 x5 x6 x29 x28 x61 x18 x23 x56 x3 x12 x18 x2 x7 x56 x55 x42 x28 x49 x57 x11 x42 x32 x57 (TARGET) x28
x21 x60 x54 x43 x54 x50 x51 x3 x5 x6 x29 x28 x61 x18 x23 x56 x3 x12 x18 x2 x7 x56 x55 x42 x28 x49 x57 x11 x42 x32 x57
{'task': 'delete', 'seq': [['x21', 'x60', 'x54', 'x43', 'x54', 'x50', 'x51', 'x28', 'x3', 'x5', 'x6', 'x29', 'x28', 'x61', 'x18', 'x23', 'x56', 'x3', 'x12', 'x18', 'x2', 'x7', 'x56', 'x55', 'x42', 'x28', 'x49', 'x57', 'x11', 'x42', 'x32', 'x57'], 'x28'], 'k': 4, 'n': 32, '_time': 0.00043487548828125, '_task': 'basic_pr...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 o0 c0 o1 c1 o1 c1 o2 o1 o0 c0 c1 c0 c2 o2 c2 o3 o0 o3 c3 c0 o2 c2 c3 o3 o0 c3 o0 c0 o0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004520416259765625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o0 c2 o2 c2 c0 o0 c0 o0 o1 c1 c0 o3 o0 c3 c0 o0 o1 c0 o1 c1 c1 o0 o0 o2 o3 c2 o2 c0 c2 c0 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029659271240234375, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x42 x54 x7 x41 x40 x26 x2 x36 x28 x44 x57 x62 x8 x44 x43 x51 x51 x46 x3 x11 x57 x58 x36 x56 x9 x49 x21 x58 x9 x45 x43 x63
x42 x54 x7 x41 x40 x26 x2 x36 x28 x44 x57 x62 x8 x43 x51 x46 x3 x11 x58 x56 x9 x49 x21 x45 x63
{'task': 'set', 'seq': ['x42', 'x54', 'x7', 'x41', 'x40', 'x26', 'x2', 'x36', 'x28', 'x44', 'x57', 'x62', 'x8', 'x44', 'x43', 'x51', 'x51', 'x46', 'x3', 'x11', 'x57', 'x58', 'x36', 'x56', 'x9', 'x49', 'x21', 'x58', 'x9', 'x45', 'x43', 'x63'], 'k': 4, 'n': 32, '_time': 0.0004222393035888672, '_task': 'basic_procedural',...
set
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o0 c0 o0 c0 o1 o3 o3 c3 c3 c1 o0 o1 c1 c0 o1 o1 c1 c1 o2 c2 o2 o1 c1 o3 o0 o2 c2 c0 c3 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003859996795654297, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Copy the sequence exactly. (SEQUENCE) x1 x61 x6 x51 x44 x45 x18 x61 x12 x34 x34 x10 x29 x22 x15 x38 x6 x3 x8 x7 x47 x30 x32 x37 x53 x16 x40 x44 x31 x57 x5 x55
x1 x61 x6 x51 x44 x45 x18 x61 x12 x34 x34 x10 x29 x22 x15 x38 x6 x3 x8 x7 x47 x30 x32 x37 x53 x16 x40 x44 x31 x57 x5 x55
{'task': 'identity', 'seq': ['x1', 'x61', 'x6', 'x51', 'x44', 'x45', 'x18', 'x61', 'x12', 'x34', 'x34', 'x10', 'x29', 'x22', 'x15', 'x38', 'x6', 'x3', 'x8', 'x7', 'x47', 'x30', 'x32', 'x37', 'x53', 'x16', 'x40', 'x44', 'x31', 'x57', 'x5', 'x55'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_procedur...
identity
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x4 x35 x63 x4 x34 x42 x28 x8 x49 x18 x3 x49 x59 x15 x40 x13 x45 x55 x43 x11 x18 x17 x9 x10 x56 x58 x15 x26 x25 x19 x28 x8 (TARGET) x45
x4 x35 x63 x4 x34 x42 x28 x8 x49 x18 x3 x49 x59 x15 x40 x13 x55 x43 x11 x18 x17 x9 x10 x56 x58 x15 x26 x25 x19 x28 x8
{'task': 'delete', 'seq': [['x4', 'x35', 'x63', 'x4', 'x34', 'x42', 'x28', 'x8', 'x49', 'x18', 'x3', 'x49', 'x59', 'x15', 'x40', 'x13', 'x45', 'x55', 'x43', 'x11', 'x18', 'x17', 'x9', 'x10', 'x56', 'x58', 'x15', 'x26', 'x25', 'x19', 'x28', 'x8'], 'x45'], 'k': 4, 'n': 32, '_time': 0.00030350685119628906, '_task': 'basic...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o3 o0 o0 o0 c2 o0 o2 c2 c0 c3 c0 o3 o2 o1 c0 o2 o3 c1 c0 o0 c0 c3 c2 c3 o0 o2 c2 c0 o1 c2 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045299530029296875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x28 x51 x15 x45 x31 x8 x53 x3 x4 x19 x55 x3 x35 x33 x32 x56 x37 x55 x54 x53 x57 x42 x23 x19 x54 x61 x20 x36 x57 x6 x9 x14
x3 x3 x4 x6 x8 x9 x14 x15 x19 x19 x20 x23 x28 x31 x32 x33 x35 x36 x37 x42 x45 x51 x53 x53 x54 x54 x55 x55 x56 x57 x57 x61
{'task': 'sort', 'seq': ['x28', 'x51', 'x15', 'x45', 'x31', 'x8', 'x53', 'x3', 'x4', 'x19', 'x55', 'x3', 'x35', 'x33', 'x32', 'x56', 'x37', 'x55', 'x54', 'x53', 'x57', 'x42', 'x23', 'x19', 'x54', 'x61', 'x20', 'x36', 'x57', 'x6', 'x9', 'x14'], 'k': 4, 'n': 32, '_time': 0.00043463706970214844, '_task': 'basic_procedural...
sort
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o1 o1 o3 c3 c1 o1 o0 o2 o1 o2 c2 c1 c2 c0 o0 o2 o1 c1 c2 o3 c3 c0 c1 o0 o0 c0 c0 o1 c1 c1 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000255584716796875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x12 x63 x53 x29 x29 x41 x44 x43 x25 x63 x21 x19 x56 x47 x57 x30 (B) x17 x41 x49 x59 x8 x34 x16 x60 x34 x34 x38 x35 x2 x19 x11 x15
x12 x63 x53 x29 x41 x44 x43 x25 x21 x19 x56 x47 x57 x30 x17 x49 x59 x8 x34 x16 x60 x38 x35 x2 x11 x15
{'task': 'union', 'seq': [['x12', 'x63', 'x53', 'x29', 'x29', 'x41', 'x44', 'x43', 'x25', 'x63', 'x21', 'x19', 'x56', 'x47', 'x57', 'x30'], ['x17', 'x41', 'x49', 'x59', 'x8', 'x34', 'x16', 'x60', 'x34', 'x34', 'x38', 'x35', 'x2', 'x19', 'x11', 'x15']], 'k': 4, 'n': 32, '_time': 0.0002968311309814453, '_task': 'basic_pr...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x10 x26 x41 x39 x50 x53 x37 x36 x3 x7 x25 x63 x19 x43 x56 x1 x42 x17 x54 x64 x45 x27 x1 x7 x58 x34 x42 x12 x58 x4 x36 x23
x10 x26 x41 x39 x50 x53 x37 x36 x3 x7 x25 x63 x19 x43 x56 x1 x42 x17 x54 x64 x45 x27 x1 x7 x58 x34 x42 x12 x58 x4 x36 x23
{'task': 'identity', 'seq': ['x10', 'x26', 'x41', 'x39', 'x50', 'x53', 'x37', 'x36', 'x3', 'x7', 'x25', 'x63', 'x19', 'x43', 'x56', 'x1', 'x42', 'x17', 'x54', 'x64', 'x45', 'x27', 'x1', 'x7', 'x58', 'x34', 'x42', 'x12', 'x58', 'x4', 'x36', 'x23'], 'k': 4, 'n': 32, '_time': 0.00041604042053222656, '_task': 'basic_proced...
identity
instruct
0