prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x40 x63 x34 x60 x24 x53 x55 x47 x11 x50 x21 x50 x28 x22 x11 x31 x56 x3 x61 x58 x52 x56 x42 x64 x42 x53 x42 x4 x2 x54 x55 x60 (TARGET) x60
x40 x63 x34 x24 x53 x55 x47 x11 x50 x21 x50 x28 x22 x11 x31 x56 x3 x61 x58 x52 x56 x42 x64 x42 x53 x42 x4 x2 x54 x55 x60
{'task': 'delete', 'seq': [['x40', 'x63', 'x34', 'x60', 'x24', 'x53', 'x55', 'x47', 'x11', 'x50', 'x21', 'x50', 'x28', 'x22', 'x11', 'x31', 'x56', 'x3', 'x61', 'x58', 'x52', 'x56', 'x42', 'x64', 'x42', 'x53', 'x42', 'x4', 'x2', 'x54', 'x55', 'x60'], 'x60'], 'k': 4, 'n': 32, '_time': 0.0004956722259521484, '_task': 'bas...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x60 x50 x44 x4 x49 x11 x15 x63 x29 x62 x27 x44 x17 x12 x57 x63 x46 x39 x13 x33 x52 x33 x45 x48 x51 x34 x48 x28 x4 x59 x14 x27
x60 x50 x44 x4 x49 x11 x15 x63 x29 x62 x27 x17 x12 x57 x46 x39 x13 x33 x52 x45 x48 x51 x34 x28 x59 x14
{'task': 'set', 'seq': ['x60', 'x50', 'x44', 'x4', 'x49', 'x11', 'x15', 'x63', 'x29', 'x62', 'x27', 'x44', 'x17', 'x12', 'x57', 'x63', 'x46', 'x39', 'x13', 'x33', 'x52', 'x33', 'x45', 'x48', 'x51', 'x34', 'x48', 'x28', 'x4', 'x59', 'x14', 'x27'], 'k': 4, 'n': 32, '_time': 0.0004494190216064453, '_task': 'basic_procedur...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x39 x35 x48 x36 x27 x43 x53 x55 x47 x32 x19 x45 x60 x20 x55 x55 x16 x17 x1 x37 x58 x57 x12 x13 x37 x11 x64 x10 x1 x50 x10 x61 (TARGET) x12
x39 x35 x48 x36 x27 x43 x53 x55 x47 x32 x19 x45 x60 x20 x55 x55 x16 x17 x1 x37 x58 x57 x13 x37 x11 x64 x10 x1 x50 x10 x61
{'task': 'delete', 'seq': [['x39', 'x35', 'x48', 'x36', 'x27', 'x43', 'x53', 'x55', 'x47', 'x32', 'x19', 'x45', 'x60', 'x20', 'x55', 'x55', 'x16', 'x17', 'x1', 'x37', 'x58', 'x57', 'x12', 'x13', 'x37', 'x11', 'x64', 'x10', 'x1', 'x50', 'x10', 'x61'], 'x12'], 'k': 4, 'n': 32, '_time': 0.0004665851593017578, '_task': 'ba...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x26 x31 x41 x52 x39 x60 x34 x35 x42 x19 x34 x45 x34 x50 x54 x11 x58 x60 x25 x17 x55 x36 x22 x42 x50 x19 x17 x39 x21 x5 x30 x46
x46 x30 x5 x21 x39 x17 x19 x50 x42 x22 x36 x55 x17 x25 x60 x58 x11 x54 x50 x34 x45 x34 x19 x42 x35 x34 x60 x39 x52 x41 x31 x26
{'task': 'reverse', 'seq': ['x26', 'x31', 'x41', 'x52', 'x39', 'x60', 'x34', 'x35', 'x42', 'x19', 'x34', 'x45', 'x34', 'x50', 'x54', 'x11', 'x58', 'x60', 'x25', 'x17', 'x55', 'x36', 'x22', 'x42', 'x50', 'x19', 'x17', 'x39', 'x21', 'x5', 'x30', 'x46'], 'k': 4, 'n': 32, '_time': 0.0004451274871826172, '_task': 'basic_pro...
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 x8; PUSH x39; PUSH x63; POP; PUSH x44; PUSH x12; PUSH x25; PUSH x36; PUSH x30; POP; POP; POP; PUSH x14; PUSH x40; PUSH x59; PUSH x52; PUSH x38; PUSH x59; ...
x30 x14 x12 x44 x39 x8
{'task': 'stack', 'seq': ['PUSH x8', 'PUSH x39', 'PUSH x63', 'POP', 'PUSH x44', 'PUSH x12', 'PUSH x25', 'PUSH x36', 'PUSH x30', 'POP', 'POP', 'POP', 'PUSH x14', 'PUSH x40', 'PUSH x59', 'PUSH x52', 'PUSH x38', 'PUSH x59', 'POP', 'PUSH x39', 'PUSH x3', 'PUSH x62', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x60', 'POP', 'PO...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x42 x4 x13 x53 x6 x23 x15 x9 x54 x11 x64 x59 x62 x43 x45 x44 x56 x6 x21 x6 x51 x31 x1 x56 x54 x36 x22 x5 x50 x58 x19 x41 (TARGET) x51
x42 x4 x13 x53 x6 x23 x15 x9 x54 x11 x64 x59 x62 x43 x45 x44 x56 x6 x21 x6 x31 x1 x56 x54 x36 x22 x5 x50 x58 x19 x41
{'task': 'delete', 'seq': [['x42', 'x4', 'x13', 'x53', 'x6', 'x23', 'x15', 'x9', 'x54', 'x11', 'x64', 'x59', 'x62', 'x43', 'x45', 'x44', 'x56', 'x6', 'x21', 'x6', 'x51', 'x31', 'x1', 'x56', 'x54', 'x36', 'x22', 'x5', 'x50', 'x58', 'x19', 'x41'], 'x51'], 'k': 4, 'n': 32, '_time': 0.0004665851593017578, '_task': 'basic_p...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x9 x11 x28 x62 x12 x35 x5 x53 x13 x10 x38 x7 x39 x52 x30 x9 x21 x51 x55 x47 x40 x64 x49 x23 x37 x6 x39 x50 x34 x8 x39 x19
x19 x39 x8 x34 x50 x39 x6 x37 x23 x49 x64 x40 x47 x55 x51 x21 x9 x30 x52 x39 x7 x38 x10 x13 x53 x5 x35 x12 x62 x28 x11 x9
{'task': 'reverse', 'seq': ['x9', 'x11', 'x28', 'x62', 'x12', 'x35', 'x5', 'x53', 'x13', 'x10', 'x38', 'x7', 'x39', 'x52', 'x30', 'x9', 'x21', 'x51', 'x55', 'x47', 'x40', 'x64', 'x49', 'x23', 'x37', 'x6', 'x39', 'x50', 'x34', 'x8', 'x39', 'x19'], 'k': 4, 'n': 32, '_time': 0.0004405975341796875, '_task': 'basic_procedur...
reverse
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 c2 c1 o0 o3 c0 c3 o3 c3 o3 o0 o2 o3 c3 c0 o1 c2 o0 c1 c0 c3 o1 c1 o3 c3 o1 o1 c1 o1 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004878044128417969, '_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) x6 x30 x11 x44 x16 x29 x20 x40 x1 x23 x11 x23 x55 x45 x56 x59 (B) x12 x22 x9 x24 x34 x11 x55 x18 x37 x52 x60 x33 x39 x54 x34 x6
x6 x30 x11 x44 x16 x29 x20 x40 x1 x23 x55 x45 x56 x59 x12 x22 x9 x24 x34 x18 x37 x52 x60 x33 x39 x54
{'task': 'union', 'seq': [['x6', 'x30', 'x11', 'x44', 'x16', 'x29', 'x20', 'x40', 'x1', 'x23', 'x11', 'x23', 'x55', 'x45', 'x56', 'x59'], ['x12', 'x22', 'x9', 'x24', 'x34', 'x11', 'x55', 'x18', 'x37', 'x52', 'x60', 'x33', 'x39', 'x54', 'x34', 'x6']], 'k': 4, 'n': 32, '_time': 0.0004868507385253906, '_task': 'basic_proc...
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) x34 x27 x52 x59 x54 x49 x60 x13 x50 x40 x41 x47 x42 x31 x28 x56 (B) x24 x38 x56 x17 x29 x18 x12 x61 x3 x40 x17 x60 x7 x40 x49 x27
x34 x27 x52 x59 x54 x49 x60 x13 x50 x40 x41 x47 x42 x31 x28 x56 x24 x38 x17 x29 x18 x12 x61 x3 x7
{'task': 'union', 'seq': [['x34', 'x27', 'x52', 'x59', 'x54', 'x49', 'x60', 'x13', 'x50', 'x40', 'x41', 'x47', 'x42', 'x31', 'x28', 'x56'], ['x24', 'x38', 'x56', 'x17', 'x29', 'x18', 'x12', 'x61', 'x3', 'x40', 'x17', 'x60', 'x7', 'x40', 'x49', 'x27']], 'k': 4, 'n': 32, '_time': 0.0004799365997314453, '_task': 'basic_pr...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x45 x27 x61 x35 x23 x55 x61 x14 x22 x1 x3 x38 x35 x6 x9 x32 x59 x50 x17 x14 x3 x27 x52 x46 x30 x57 x53 x6 x44 x44 x51 x56
x45 x27 x61 x35 x23 x55 x61 x14 x22 x1 x3 x38 x35 x6 x9 x32 x59 x50 x17 x14 x3 x27 x52 x46 x30 x57 x53 x6 x44 x44 x51 x56
{'task': 'identity', 'seq': ['x45', 'x27', 'x61', 'x35', 'x23', 'x55', 'x61', 'x14', 'x22', 'x1', 'x3', 'x38', 'x35', 'x6', 'x9', 'x32', 'x59', 'x50', 'x17', 'x14', 'x3', 'x27', 'x52', 'x46', 'x30', 'x57', 'x53', 'x6', 'x44', 'x44', 'x51', 'x56'], 'k': 4, 'n': 32, '_time': 0.0004425048828125, '_task': 'basic_procedural...
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) x52 x12 x36 x30 x18 x7 x23 x9 x21 x8 x47 x45 x25 x19 x61 x12 (B) x11 x5 x57 x45 x47 x54 x11 x37 x38 x38 x44 x18 x19 x58 x6 x49
x52 x12 x36 x30 x18 x7 x23 x9 x21 x8 x47 x45 x25 x19 x61 x11 x5 x57 x54 x37 x38 x44 x58 x6 x49
{'task': 'union', 'seq': [['x52', 'x12', 'x36', 'x30', 'x18', 'x7', 'x23', 'x9', 'x21', 'x8', 'x47', 'x45', 'x25', 'x19', 'x61', 'x12'], ['x11', 'x5', 'x57', 'x45', 'x47', 'x54', 'x11', 'x37', 'x38', 'x38', 'x44', 'x18', 'x19', 'x58', 'x6', 'x49']], 'k': 4, 'n': 32, '_time': 0.0004775524139404297, '_task': 'basic_proce...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x5 x54 x13 x1 x11 x38 x48 x14 x39 x45 x19 x15 x25 x13 x12 x18 x8 x7 x34 x12 x2 x19 x52 x21 x4 x21 x56 x39 x54 x16 x27 x23
x5 x54 x13 x1 x11 x38 x48 x14 x39 x45 x19 x15 x25 x12 x18 x8 x7 x34 x2 x52 x21 x4 x56 x16 x27 x23
{'task': 'set', 'seq': ['x5', 'x54', 'x13', 'x1', 'x11', 'x38', 'x48', 'x14', 'x39', 'x45', 'x19', 'x15', 'x25', 'x13', 'x12', 'x18', 'x8', 'x7', 'x34', 'x12', 'x2', 'x19', 'x52', 'x21', 'x4', 'x21', 'x56', 'x39', 'x54', 'x16', 'x27', 'x23'], 'k': 4, 'n': 32, '_time': 0.00045752525329589844, '_task': 'basic_procedural'...
set
instruct
0
Reverse the sequence. (SEQUENCE) x57 x10 x11 x46 x32 x46 x29 x15 x19 x12 x33 x14 x7 x43 x31 x13 x11 x52 x28 x16 x8 x19 x52 x7 x63 x18 x16 x30 x19 x46 x55 x51
x51 x55 x46 x19 x30 x16 x18 x63 x7 x52 x19 x8 x16 x28 x52 x11 x13 x31 x43 x7 x14 x33 x12 x19 x15 x29 x46 x32 x46 x11 x10 x57
{'task': 'reverse', 'seq': ['x57', 'x10', 'x11', 'x46', 'x32', 'x46', 'x29', 'x15', 'x19', 'x12', 'x33', 'x14', 'x7', 'x43', 'x31', 'x13', 'x11', 'x52', 'x28', 'x16', 'x8', 'x19', 'x52', 'x7', 'x63', 'x18', 'x16', 'x30', 'x19', 'x46', 'x55', 'x51'], 'k': 4, 'n': 32, '_time': 0.00044155120849609375, '_task': 'basic_proc...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x25 x51 x36 x37 x51 x2 x46 x42 x7 x37 x1 x15 x61 x3 x1 x40 x6 x24 x64 x44 x63 x50 x11 x43 x47 x17 x31 x47 x8 x56 x53 x4
x25 x51 x36 x37 x51 x2 x46 x42 x7 x37 x1 x15 x61 x3 x1 x40 x6 x24 x64 x44 x63 x50 x11 x43 x47 x17 x31 x47 x8 x56 x53 x4
{'task': 'identity', 'seq': ['x25', 'x51', 'x36', 'x37', 'x51', 'x2', 'x46', 'x42', 'x7', 'x37', 'x1', 'x15', 'x61', 'x3', 'x1', 'x40', 'x6', 'x24', 'x64', 'x44', 'x63', 'x50', 'x11', 'x43', 'x47', 'x17', 'x31', 'x47', 'x8', 'x56', 'x53', 'x4'], 'k': 4, 'n': 32, '_time': 0.00045800209045410156, '_task': 'basic_procedur...
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) x63 x55 x18 x14 x44 x56 x13 x2 x24 x24 x57 x56 x10 x19 x22 x4 (B) x29 x6 x37 x22 x8 x29 x14 x56 x5 x24 x23 x56 x32 x45 x7 x39
x63 x55 x18 x14 x44 x56 x13 x2 x24 x57 x10 x19 x22 x4 x29 x6 x37 x8 x5 x23 x32 x45 x7 x39
{'task': 'union', 'seq': [['x63', 'x55', 'x18', 'x14', 'x44', 'x56', 'x13', 'x2', 'x24', 'x24', 'x57', 'x56', 'x10', 'x19', 'x22', 'x4'], ['x29', 'x6', 'x37', 'x22', 'x8', 'x29', 'x14', 'x56', 'x5', 'x24', 'x23', 'x56', 'x32', 'x45', 'x7', 'x39']], 'k': 4, 'n': 32, '_time': 0.00042128562927246094, '_task': 'basic_proce...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x18 x2 x20 x54 x25 x5 x53 x43 x39 x39 x60 x43 x29 x34 x21 x47 x31 x35 x8 x57 x61 x54 x37 x42 x50 x30 x48 x46 x19 x28 x34 x26
x18 x2 x20 x54 x25 x5 x53 x43 x39 x60 x29 x34 x21 x47 x31 x35 x8 x57 x61 x37 x42 x50 x30 x48 x46 x19 x28 x26
{'task': 'set', 'seq': ['x18', 'x2', 'x20', 'x54', 'x25', 'x5', 'x53', 'x43', 'x39', 'x39', 'x60', 'x43', 'x29', 'x34', 'x21', 'x47', 'x31', 'x35', 'x8', 'x57', 'x61', 'x54', 'x37', 'x42', 'x50', 'x30', 'x48', 'x46', 'x19', 'x28', 'x34', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004553794860839844, '_task': 'basic_procedura...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x57 x61 x57 x57 x52 x61 x29 x28 x35 x14 x46 x46 x45 x40 x21 x60 x29 x16 x7 x56 x24 x17 x38 x61 x47 x43 x13 x11 x33 x20 x30 x63
x57 x61 x57 x57 x52 x61 x29 x28 x35 x14 x46 x46 x45 x40 x21 x60 x29 x16 x7 x56 x24 x17 x38 x61 x47 x43 x13 x11 x33 x20 x30 x63
{'task': 'identity', 'seq': ['x57', 'x61', 'x57', 'x57', 'x52', 'x61', 'x29', 'x28', 'x35', 'x14', 'x46', 'x46', 'x45', 'x40', 'x21', 'x60', 'x29', 'x16', 'x7', 'x56', 'x24', 'x17', 'x38', 'x61', 'x47', 'x43', 'x13', 'x11', 'x33', 'x20', 'x30', 'x63'], 'k': 4, 'n': 32, '_time': 0.00044465065002441406, '_task': 'basic_p...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x15 x27 x27 x30 x52 x5 x46 x38 x13 x11 x22 x6 x34 x31 x3 x16 x16 x29 x56 x27 x24 x17 x60 x3 x53 x61 x36 x47 x6 x32 x17 x61
x3 x3 x5 x6 x6 x11 x13 x15 x16 x16 x17 x17 x22 x24 x27 x27 x27 x29 x30 x31 x32 x34 x36 x38 x46 x47 x52 x53 x56 x60 x61 x61
{'task': 'sort', 'seq': ['x15', 'x27', 'x27', 'x30', 'x52', 'x5', 'x46', 'x38', 'x13', 'x11', 'x22', 'x6', 'x34', 'x31', 'x3', 'x16', 'x16', 'x29', 'x56', 'x27', 'x24', 'x17', 'x60', 'x3', 'x53', 'x61', 'x36', 'x47', 'x6', 'x32', 'x17', 'x61'], 'k': 4, 'n': 32, '_time': 0.00046372413635253906, '_task': 'basic_procedura...
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.
o0 c0 o2 o3 o1 o3 c1 c2 c3 c3 o0 o2 o3 c2 o2 c3 o3 o2 o2 c3 c2 o0 c2 o0 o2 c2 c2 o0 c0 c0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00046515464782714844, '_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 x37; POP; PUSH x63; PUSH x28; PUSH x42; POP; POP; PUSH x18; PUSH x17; PUSH x17; PUSH x36; PUSH x20; PUSH x45; POP; PUSH x17; POP; PUSH x31; POP; PUSH x31;...
EMPTY
{'task': 'stack', 'seq': ['PUSH x37', 'POP', 'PUSH x63', 'PUSH x28', 'PUSH x42', 'POP', 'POP', 'PUSH x18', 'PUSH x17', 'PUSH x17', 'PUSH x36', 'PUSH x20', 'PUSH x45', 'POP', 'PUSH x17', 'POP', 'PUSH x31', 'POP', 'PUSH x31', 'PUSH x8', 'POP', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x62', 'POP', 'POP', 'POP'...
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 x63; POP; PUSH x30; PUSH x31; PUSH x15; PUSH x28; PUSH x38; POP; PUSH x31; PUSH x45; PUSH x51; PUSH x54; PUSH x43; PUSH x43; POP; POP; PUSH x20; PUSH x4; ...
x54 x51 x45 x31 x28 x15 x31 x30
{'task': 'stack', 'seq': ['PUSH x63', 'POP', 'PUSH x30', 'PUSH x31', 'PUSH x15', 'PUSH x28', 'PUSH x38', 'POP', 'PUSH x31', 'PUSH x45', 'PUSH x51', 'PUSH x54', 'PUSH x43', 'PUSH x43', 'POP', 'POP', 'PUSH x20', 'PUSH x4', 'PUSH x46', 'PUSH x34', 'PUSH x5', 'PUSH x13', 'POP', 'POP', 'POP', 'POP', 'PUSH x3', 'POP', 'POP',...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x34 x27 x1 x48 x26 x58 x54 x63 x41 x38 x17 x24 x54 x25 x10 x11 x28 x59 x2 x42 x9 x1 x21 x42 x41 x41 x1 x35 x29 x18 x6 x24
x24 x6 x18 x29 x35 x1 x41 x41 x42 x21 x1 x9 x42 x2 x59 x28 x11 x10 x25 x54 x24 x17 x38 x41 x63 x54 x58 x26 x48 x1 x27 x34
{'task': 'reverse', 'seq': ['x34', 'x27', 'x1', 'x48', 'x26', 'x58', 'x54', 'x63', 'x41', 'x38', 'x17', 'x24', 'x54', 'x25', 'x10', 'x11', 'x28', 'x59', 'x2', 'x42', 'x9', 'x1', 'x21', 'x42', 'x41', 'x41', 'x1', 'x35', 'x29', 'x18', 'x6', 'x24'], 'k': 4, 'n': 32, '_time': 0.0004487037658691406, '_task': 'basic_procedur...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x22 x38 x13 x29 x63 x19 x29 x59 x15 x7 x17 x33 x15 x10 x56 x21 x54 x26 x62 x1 x46 x7 x18 x39 x19 x45 x21 x45 x17 x2 x2 x34
x22 x38 x13 x29 x63 x19 x29 x59 x15 x7 x17 x33 x15 x10 x56 x21 x54 x26 x62 x1 x46 x7 x18 x39 x19 x45 x21 x45 x17 x2 x2 x34
{'task': 'identity', 'seq': ['x22', 'x38', 'x13', 'x29', 'x63', 'x19', 'x29', 'x59', 'x15', 'x7', 'x17', 'x33', 'x15', 'x10', 'x56', 'x21', 'x54', 'x26', 'x62', 'x1', 'x46', 'x7', 'x18', 'x39', 'x19', 'x45', 'x21', 'x45', 'x17', 'x2', 'x2', 'x34'], 'k': 4, 'n': 32, '_time': 0.00043964385986328125, '_task': 'basic_proce...
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 o2 o1 o2 c1 c2 o1 c1 c2 o2 o3 c3 o2 c2 c2 o3 o3 o3 o2 c3 c2 c3 o2 c3 c2 o3 o1 o1 c3 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048041343688964844, '_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) x6 x27 x5 x3 x25 x7 x57 x43 x21 x27 x30 x29 x6 x54 x5 x49 x11 x52 x31 x57 x63 x18 x5 x51 x4 x24 x64 x12 x22 x63 x8 x52
x52 x8 x63 x22 x12 x64 x24 x4 x51 x5 x18 x63 x57 x31 x52 x11 x49 x5 x54 x6 x29 x30 x27 x21 x43 x57 x7 x25 x3 x5 x27 x6
{'task': 'reverse', 'seq': ['x6', 'x27', 'x5', 'x3', 'x25', 'x7', 'x57', 'x43', 'x21', 'x27', 'x30', 'x29', 'x6', 'x54', 'x5', 'x49', 'x11', 'x52', 'x31', 'x57', 'x63', 'x18', 'x5', 'x51', 'x4', 'x24', 'x64', 'x12', 'x22', 'x63', 'x8', 'x52'], 'k': 4, 'n': 32, '_time': 0.00044608116149902344, '_task': 'basic_procedural...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x9 x52 x25 x45 x7 x23 x28 x14 x5 x20 x52 x44 x23 x46 x11 x1 x36 x22 x13 x12 x8 x13 x16 x29 x31 x56 x36 x36 x37 x39 x54 x44 (TARGET) x14
x9 x52 x25 x45 x7 x23 x28 x5 x20 x52 x44 x23 x46 x11 x1 x36 x22 x13 x12 x8 x13 x16 x29 x31 x56 x36 x36 x37 x39 x54 x44
{'task': 'delete', 'seq': [['x9', 'x52', 'x25', 'x45', 'x7', 'x23', 'x28', 'x14', 'x5', 'x20', 'x52', 'x44', 'x23', 'x46', 'x11', 'x1', 'x36', 'x22', 'x13', 'x12', 'x8', 'x13', 'x16', 'x29', 'x31', 'x56', 'x36', 'x36', 'x37', 'x39', 'x54', 'x44'], 'x14'], 'k': 4, 'n': 32, '_time': 0.0004658699035644531, '_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.
o1 c1 o0 c0 o3 c3 o3 o3 o1 c1 c3 o2 o3 c3 c2 c3 o0 o3 c3 c0 o3 o3 c3 c3 o2 c2 o0 c0 o0 c0 o3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041222572326660156, '_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
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x57 x49 x46 x28 x55 x62 x55 x13 x20 x42 x50 x40 x34 x28 x60 x34 x37 x48 x21 x59 x29 x6 x5 x46 x51 x8 x11 x50 x34 x46 x32 x32 (TARGET) x42
x57 x49 x46 x28 x55 x62 x55 x13 x20 x50 x40 x34 x28 x60 x34 x37 x48 x21 x59 x29 x6 x5 x46 x51 x8 x11 x50 x34 x46 x32 x32
{'task': 'delete', 'seq': [['x57', 'x49', 'x46', 'x28', 'x55', 'x62', 'x55', 'x13', 'x20', 'x42', 'x50', 'x40', 'x34', 'x28', 'x60', 'x34', 'x37', 'x48', 'x21', 'x59', 'x29', 'x6', 'x5', 'x46', 'x51', 'x8', 'x11', 'x50', 'x34', 'x46', 'x32', 'x32'], 'x42'], 'k': 4, 'n': 32, '_time': 0.00047087669372558594, '_task': 'ba...
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) x18 x42 x9 x1 x23 x27 x7 x22 x25 x37 x50 x57 x17 x64 x36 x11 (B) x60 x64 x50 x56 x15 x7 x14 x27 x14 x58 x9 x13 x18 x6 x49 x23
x18 x42 x9 x1 x23 x27 x7 x22 x25 x37 x50 x57 x17 x64 x36 x11 x60 x56 x15 x14 x58 x13 x6 x49
{'task': 'union', 'seq': [['x18', 'x42', 'x9', 'x1', 'x23', 'x27', 'x7', 'x22', 'x25', 'x37', 'x50', 'x57', 'x17', 'x64', 'x36', 'x11'], ['x60', 'x64', 'x50', 'x56', 'x15', 'x7', 'x14', 'x27', 'x14', 'x58', 'x9', 'x13', 'x18', 'x6', 'x49', 'x23']], 'k': 4, 'n': 32, '_time': 0.00048422813415527344, '_task': 'basic_proce...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x29 x13 x26 x52 x41 x53 x54 x31 x24 x56 x40 x14 x49 x33 x28 x25 x55 x11 x61 x21 x15 x27 x19 x42 x13 x59 x25 x39 x53 x46 x14 x31
x11 x13 x13 x14 x14 x15 x19 x21 x24 x25 x25 x26 x27 x28 x29 x31 x31 x33 x39 x40 x41 x42 x46 x49 x52 x53 x53 x54 x55 x56 x59 x61
{'task': 'sort', 'seq': ['x29', 'x13', 'x26', 'x52', 'x41', 'x53', 'x54', 'x31', 'x24', 'x56', 'x40', 'x14', 'x49', 'x33', 'x28', 'x25', 'x55', 'x11', 'x61', 'x21', 'x15', 'x27', 'x19', 'x42', 'x13', 'x59', 'x25', 'x39', 'x53', 'x46', 'x14', 'x31'], 'k': 4, 'n': 32, '_time': 0.0004646778106689453, '_task': 'basic_proce...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x41 x1 x63 x31 x37 x36 x19 x42 x38 x33 x39 x21 x36 x37 x8 x53 x50 x34 x4 x33 x47 x15 x18 x42 x38 x56 x11 x40 x51 x6 x30 x39 (TARGET) x53
x41 x1 x63 x31 x37 x36 x19 x42 x38 x33 x39 x21 x36 x37 x8 x50 x34 x4 x33 x47 x15 x18 x42 x38 x56 x11 x40 x51 x6 x30 x39
{'task': 'delete', 'seq': [['x41', 'x1', 'x63', 'x31', 'x37', 'x36', 'x19', 'x42', 'x38', 'x33', 'x39', 'x21', 'x36', 'x37', 'x8', 'x53', 'x50', 'x34', 'x4', 'x33', 'x47', 'x15', 'x18', 'x42', 'x38', 'x56', 'x11', 'x40', 'x51', 'x6', 'x30', 'x39'], 'x53'], 'k': 4, 'n': 32, '_time': 0.0004837512969970703, '_task': 'basi...
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 o3 c3 o3 o2 o3 c2 o2 c2 c3 o3 c3 o0 o2 c3 o1 c0 o1 c1 o0 o3 c2 c0 c1 o2 c0 c2 o2 c2 o2 c3 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004904270172119141, '_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.
o2 c2 o3 o1 c1 o3 o2 c2 o1 o3 o1 o1 c1 c1 o3 o2 c2 o3 c3 o0 o3 c3 c0 o1 c1 o1 c1 c3 c3 c1 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004189014434814453, '_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) x27 x43 x64 x47 x37 x5 x40 x44 x27 x64 x31 x12 x16 x34 x54 x58 x10 x34 x3 x31 x63 x51 x15 x34 x25 x57 x16 x6 x26 x48 x1 x53
x27 x43 x64 x47 x37 x5 x40 x44 x27 x64 x31 x12 x16 x34 x54 x58 x10 x34 x3 x31 x63 x51 x15 x34 x25 x57 x16 x6 x26 x48 x1 x53
{'task': 'identity', 'seq': ['x27', 'x43', 'x64', 'x47', 'x37', 'x5', 'x40', 'x44', 'x27', 'x64', 'x31', 'x12', 'x16', 'x34', 'x54', 'x58', 'x10', 'x34', 'x3', 'x31', 'x63', 'x51', 'x15', 'x34', 'x25', 'x57', 'x16', 'x6', 'x26', 'x48', 'x1', 'x53'], 'k': 4, 'n': 32, '_time': 0.0004425048828125, '_task': 'basic_procedur...
identity
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x49 x51 x27 x1 x9 x6 x47 x61 x8 x24 x7 x45 x29 x58 x57 x64 x53 x42 x21 x51 x33 x36 x6 x54 x52 x3 x39 x63 x27 x20 x64 x60 (TARGET) x53
x49 x51 x27 x1 x9 x6 x47 x61 x8 x24 x7 x45 x29 x58 x57 x64 x42 x21 x51 x33 x36 x6 x54 x52 x3 x39 x63 x27 x20 x64 x60
{'task': 'delete', 'seq': [['x49', 'x51', 'x27', 'x1', 'x9', 'x6', 'x47', 'x61', 'x8', 'x24', 'x7', 'x45', 'x29', 'x58', 'x57', 'x64', 'x53', 'x42', 'x21', 'x51', 'x33', 'x36', 'x6', 'x54', 'x52', 'x3', 'x39', 'x63', 'x27', 'x20', 'x64', 'x60'], 'x53'], 'k': 4, 'n': 32, '_time': 0.0004684925079345703, '_task': 'basic_p...
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 x34; PUSH x35; PUSH x52; PUSH x8; PUSH x28; PUSH x56; PUSH x64; PUSH x29; PUSH x56; PUSH x62; PUSH x22; PUSH x6; PUSH x4; PUSH x38; PUSH x36; PUSH x17; PU...
x40 x49 x17 x36 x38 x4 x6 x22 x62 x56 x29 x64 x56 x28 x8 x52 x35 x34
{'task': 'stack', 'seq': ['PUSH x34', 'PUSH x35', 'PUSH x52', 'PUSH x8', 'PUSH x28', 'PUSH x56', 'PUSH x64', 'PUSH x29', 'PUSH x56', 'PUSH x62', 'PUSH x22', 'PUSH x6', 'PUSH x4', 'PUSH x38', 'PUSH x36', 'PUSH x17', 'PUSH x49', 'PUSH x40', 'PUSH x50', 'PUSH x11', 'PUSH x44', 'POP', 'PUSH x19', 'PUSH x41', 'POP', 'PUSH x...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x52 x35 x54 x38 x23 x35 x30 x23 x35 x27 x42 x49 x23 x63 x62 x2 x28 x1 x16 x39 x24 x64 x23 x8 x29 x10 x50 x19 x49 x17 x61 x51
x52 x35 x54 x38 x23 x30 x27 x42 x49 x63 x62 x2 x28 x1 x16 x39 x24 x64 x8 x29 x10 x50 x19 x17 x61 x51
{'task': 'set', 'seq': ['x52', 'x35', 'x54', 'x38', 'x23', 'x35', 'x30', 'x23', 'x35', 'x27', 'x42', 'x49', 'x23', 'x63', 'x62', 'x2', 'x28', 'x1', 'x16', 'x39', 'x24', 'x64', 'x23', 'x8', 'x29', 'x10', 'x50', 'x19', 'x49', 'x17', 'x61', 'x51'], 'k': 4, 'n': 32, '_time': 0.00045871734619140625, '_task': 'basic_procedur...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x33 x53 x32 x50 x57 x38 x52 x24 x20 x25 x9 x47 x51 x40 x51 x32 x36 x62 x49 x28 x48 x15 x16 x18 x39 x23 x38 x25 x10 x54 x39 x1 (TARGET) x46
x33 x53 x32 x50 x57 x38 x52 x24 x20 x25 x9 x47 x51 x40 x51 x32 x36 x62 x49 x28 x48 x15 x16 x18 x39 x23 x38 x25 x10 x54 x39 x1
{'task': 'delete', 'seq': [['x33', 'x53', 'x32', 'x50', 'x57', 'x38', 'x52', 'x24', 'x20', 'x25', 'x9', 'x47', 'x51', 'x40', 'x51', 'x32', 'x36', 'x62', 'x49', 'x28', 'x48', 'x15', 'x16', 'x18', 'x39', 'x23', 'x38', 'x25', 'x10', 'x54', 'x39', 'x1'], 'x46'], 'k': 4, 'n': 32, '_time': 0.0004963874816894531, '_task': 'ba...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x45 x40 x25 x42 x48 x28 x60 x28 x61 x17 x37 x30 x9 x40 x64 x33 x19 x3 x64 x62 x7 x52 x59 x30 x51 x55 x27 x2 x15 x13 x62 x1
x45 x40 x25 x42 x48 x28 x60 x61 x17 x37 x30 x9 x64 x33 x19 x3 x62 x7 x52 x59 x51 x55 x27 x2 x15 x13 x1
{'task': 'set', 'seq': ['x45', 'x40', 'x25', 'x42', 'x48', 'x28', 'x60', 'x28', 'x61', 'x17', 'x37', 'x30', 'x9', 'x40', 'x64', 'x33', 'x19', 'x3', 'x64', 'x62', 'x7', 'x52', 'x59', 'x30', 'x51', 'x55', 'x27', 'x2', 'x15', 'x13', 'x62', 'x1'], 'k': 4, 'n': 32, '_time': 0.00046563148498535156, '_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 c3 o2 c2 o3 c3 o1 c1 o1 o0 o2 c1 o1 c0 c1 o2 o0 o2 c0 o0 c0 o0 o0 c2 o3 o2 c3 c0 c0 c2 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004944801330566406, '_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) x3 x24 x35 x57 x50 x60 x63 x62 x63 x44 x40 x43 x22 x50 x59 x38 (B) x15 x63 x15 x18 x44 x5 x43 x58 x37 x44 x1 x11 x48 x8 x40 x12
x3 x24 x35 x57 x50 x60 x63 x62 x44 x40 x43 x22 x59 x38 x15 x18 x5 x58 x37 x1 x11 x48 x8 x12
{'task': 'union', 'seq': [['x3', 'x24', 'x35', 'x57', 'x50', 'x60', 'x63', 'x62', 'x63', 'x44', 'x40', 'x43', 'x22', 'x50', 'x59', 'x38'], ['x15', 'x63', 'x15', 'x18', 'x44', 'x5', 'x43', 'x58', 'x37', 'x44', 'x1', 'x11', 'x48', 'x8', 'x40', 'x12']], 'k': 4, 'n': 32, '_time': 0.000476837158203125, '_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) x21 x29 x8 x1 x42 x7 x3 x21 x36 x49 x21 x21 x19 x27 x28 x49 (B) x46 x39 x48 x64 x5 x10 x28 x64 x41 x5 x51 x23 x49 x54 x28 x38
x21 x29 x8 x1 x42 x7 x3 x36 x49 x19 x27 x28 x46 x39 x48 x64 x5 x10 x41 x51 x23 x54 x38
{'task': 'union', 'seq': [['x21', 'x29', 'x8', 'x1', 'x42', 'x7', 'x3', 'x21', 'x36', 'x49', 'x21', 'x21', 'x19', 'x27', 'x28', 'x49'], ['x46', 'x39', 'x48', 'x64', 'x5', 'x10', 'x28', 'x64', 'x41', 'x5', 'x51', 'x23', 'x49', 'x54', 'x28', 'x38']], 'k': 4, 'n': 32, '_time': 0.0004773139953613281, '_task': 'basic_proced...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x18 x54 x39 x22 x37 x9 x57 x22 x59 x58 x59 x43 x12 x28 x35 x8 x23 x42 x14 x47 x30 x31 x51 x47 x29 x32 x49 x16 x18 x31 x45 x36
x18 x54 x39 x22 x37 x9 x57 x22 x59 x58 x59 x43 x12 x28 x35 x8 x23 x42 x14 x47 x30 x31 x51 x47 x29 x32 x49 x16 x18 x31 x45 x36
{'task': 'identity', 'seq': ['x18', 'x54', 'x39', 'x22', 'x37', 'x9', 'x57', 'x22', 'x59', 'x58', 'x59', 'x43', 'x12', 'x28', 'x35', 'x8', 'x23', 'x42', 'x14', 'x47', 'x30', 'x31', 'x51', 'x47', 'x29', 'x32', 'x49', 'x16', 'x18', 'x31', 'x45', 'x36'], 'k': 4, 'n': 32, '_time': 0.00044465065002441406, '_task': 'basic_pr...
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) x20 x44 x23 x50 x29 x12 x29 x39 x30 x42 x37 x16 x31 x45 x43 x2 (B) x53 x32 x8 x63 x9 x18 x58 x8 x63 x9 x4 x41 x16 x5 x61 x11
x20 x44 x23 x50 x29 x12 x39 x30 x42 x37 x16 x31 x45 x43 x2 x53 x32 x8 x63 x9 x18 x58 x4 x41 x5 x61 x11
{'task': 'union', 'seq': [['x20', 'x44', 'x23', 'x50', 'x29', 'x12', 'x29', 'x39', 'x30', 'x42', 'x37', 'x16', 'x31', 'x45', 'x43', 'x2'], ['x53', 'x32', 'x8', 'x63', 'x9', 'x18', 'x58', 'x8', 'x63', 'x9', 'x4', 'x41', 'x16', 'x5', 'x61', 'x11']], 'k': 4, 'n': 32, '_time': 0.0004875659942626953, '_task': 'basic_procedu...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x51 x41 x28 x26 x59 x51 x36 x23 x8 x55 x16 x44 x48 x54 x47 x4 x36 x14 x19 x26 x16 x52 x3 x13 x38 x59 x9 x24 x53 x49 x64 x6
x51 x41 x28 x26 x59 x51 x36 x23 x8 x55 x16 x44 x48 x54 x47 x4 x36 x14 x19 x26 x16 x52 x3 x13 x38 x59 x9 x24 x53 x49 x64 x6
{'task': 'identity', 'seq': ['x51', 'x41', 'x28', 'x26', 'x59', 'x51', 'x36', 'x23', 'x8', 'x55', 'x16', 'x44', 'x48', 'x54', 'x47', 'x4', 'x36', 'x14', 'x19', 'x26', 'x16', 'x52', 'x3', 'x13', 'x38', 'x59', 'x9', 'x24', 'x53', 'x49', 'x64', 'x6'], 'k': 4, 'n': 32, '_time': 0.0004394054412841797, '_task': 'basic_proced...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x35 x52 x64 x44 x38 x23 x39 x28 x24 x16 x29 x36 x7 x35 x42 x34 x41 x33 x61 x51 x18 x40 x4 x9 x18 x58 x14 x12 x22 x11 x62 x58
x58 x62 x11 x22 x12 x14 x58 x18 x9 x4 x40 x18 x51 x61 x33 x41 x34 x42 x35 x7 x36 x29 x16 x24 x28 x39 x23 x38 x44 x64 x52 x35
{'task': 'reverse', 'seq': ['x35', 'x52', 'x64', 'x44', 'x38', 'x23', 'x39', 'x28', 'x24', 'x16', 'x29', 'x36', 'x7', 'x35', 'x42', 'x34', 'x41', 'x33', 'x61', 'x51', 'x18', 'x40', 'x4', 'x9', 'x18', 'x58', 'x14', 'x12', 'x22', 'x11', 'x62', 'x58'], 'k': 4, 'n': 32, '_time': 0.00045371055603027344, '_task': 'basic_proc...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x26 x45 x47 x19 x27 x42 x43 x34 x47 x3 x11 x13 x59 x47 x3 x7 x10 x17 x8 x43 x54 x62 x39 x32 x2 x10 x35 x54 x37 x6 x32 x40 (TARGET) x61
x26 x45 x47 x19 x27 x42 x43 x34 x47 x3 x11 x13 x59 x47 x3 x7 x10 x17 x8 x43 x54 x62 x39 x32 x2 x10 x35 x54 x37 x6 x32 x40
{'task': 'delete', 'seq': [['x26', 'x45', 'x47', 'x19', 'x27', 'x42', 'x43', 'x34', 'x47', 'x3', 'x11', 'x13', 'x59', 'x47', 'x3', 'x7', 'x10', 'x17', 'x8', 'x43', 'x54', 'x62', 'x39', 'x32', 'x2', 'x10', 'x35', 'x54', 'x37', 'x6', 'x32', 'x40'], 'x61'], 'k': 4, 'n': 32, '_time': 0.0005087852478027344, '_task': 'basic_...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x33 x59 x28 x18 x54 x17 x29 x2 x61 x16 x8 x53 x22 x59 x32 x2 x3 x20 x21 x24 x19 x28 x59 x16 x27 x40 x60 x42 x62 x40 x21 x33
x33 x59 x28 x18 x54 x17 x29 x2 x61 x16 x8 x53 x22 x59 x32 x2 x3 x20 x21 x24 x19 x28 x59 x16 x27 x40 x60 x42 x62 x40 x21 x33
{'task': 'identity', 'seq': ['x33', 'x59', 'x28', 'x18', 'x54', 'x17', 'x29', 'x2', 'x61', 'x16', 'x8', 'x53', 'x22', 'x59', 'x32', 'x2', 'x3', 'x20', 'x21', 'x24', 'x19', 'x28', 'x59', 'x16', 'x27', 'x40', 'x60', 'x42', 'x62', 'x40', 'x21', 'x33'], 'k': 4, 'n': 32, '_time': 0.0004374980926513672, '_task': 'basic_proce...
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.
o3 o0 c0 o2 o0 o1 o0 o3 c3 o2 o0 c0 o0 c0 o0 c0 c2 o2 o0 c0 c2 c0 c1 o1 o1 o0 c0 c1 c1 c0 c2 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004258155822753906, '_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) x42 x4 x29 x60 x62 x45 x64 x9 x28 x53 x12 x2 x10 x39 x3 x31 x48 x4 x46 x59 x25 x20 x8 x42 x21 x2 x63 x30 x24 x52 x33 x9
x2 x2 x3 x4 x4 x8 x9 x9 x10 x12 x20 x21 x24 x25 x28 x29 x30 x31 x33 x39 x42 x42 x45 x46 x48 x52 x53 x59 x60 x62 x63 x64
{'task': 'sort', 'seq': ['x42', 'x4', 'x29', 'x60', 'x62', 'x45', 'x64', 'x9', 'x28', 'x53', 'x12', 'x2', 'x10', 'x39', 'x3', 'x31', 'x48', 'x4', 'x46', 'x59', 'x25', 'x20', 'x8', 'x42', 'x21', 'x2', 'x63', 'x30', 'x24', 'x52', 'x33', 'x9'], 'k': 4, 'n': 32, '_time': 0.0004630088806152344, '_task': 'basic_procedural', ...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x19 x54 x33 x33 x32 x19 x60 x21 x4 x10 x32 x62 x27 x41 x45 x58 x64 x56 x42 x25 x20 x41 x32 x41 x26 x16 x40 x9 x8 x59 x26 x49
x19 x54 x33 x32 x60 x21 x4 x10 x62 x27 x41 x45 x58 x64 x56 x42 x25 x20 x26 x16 x40 x9 x8 x59 x49
{'task': 'set', 'seq': ['x19', 'x54', 'x33', 'x33', 'x32', 'x19', 'x60', 'x21', 'x4', 'x10', 'x32', 'x62', 'x27', 'x41', 'x45', 'x58', 'x64', 'x56', 'x42', 'x25', 'x20', 'x41', 'x32', 'x41', 'x26', 'x16', 'x40', 'x9', 'x8', 'x59', 'x26', 'x49'], 'k': 4, 'n': 32, '_time': 0.00045299530029296875, '_task': 'basic_procedur...
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 x60; PUSH x20; PUSH x33; PUSH x6; POP; PUSH x21; PUSH x11; POP; PUSH x8; PUSH x6; POP; PUSH x43; PUSH x63; PUSH x35; PUSH x48; PUSH x32; PUSH x35; PUSH x4...
x21 x33 x20 x60
{'task': 'stack', 'seq': ['PUSH x60', 'PUSH x20', 'PUSH x33', 'PUSH x6', 'POP', 'PUSH x21', 'PUSH x11', 'POP', 'PUSH x8', 'PUSH x6', 'POP', 'PUSH x43', 'PUSH x63', 'PUSH x35', 'PUSH x48', 'PUSH x32', 'PUSH x35', 'PUSH x47', 'PUSH x43', 'POP', 'POP', 'POP', 'POP', 'PUSH x45', 'POP', 'POP', 'POP', 'PUSH x49', 'POP', 'POP...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x42 x42 x5 x11 x28 x50 x24 x64 x32 x11 x11 x16 x5 x60 x39 x13 x17 x62 x56 x9 x20 x4 x12 x56 x2 x46 x23 x5 x47 x52 x29 x26
x42 x5 x11 x28 x50 x24 x64 x32 x16 x60 x39 x13 x17 x62 x56 x9 x20 x4 x12 x2 x46 x23 x47 x52 x29 x26
{'task': 'set', 'seq': ['x42', 'x42', 'x5', 'x11', 'x28', 'x50', 'x24', 'x64', 'x32', 'x11', 'x11', 'x16', 'x5', 'x60', 'x39', 'x13', 'x17', 'x62', 'x56', 'x9', 'x20', 'x4', 'x12', 'x56', 'x2', 'x46', 'x23', 'x5', 'x47', 'x52', 'x29', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004534721374511719, '_task': 'basic_procedural',...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x1 x40 x14 x17 x44 x59 x55 x4 x56 x29 x30 x16 x23 x15 x14 x11 x62 x34 x13 x35 x39 x12 x64 x50 x31 x11 x36 x30 x3 x43 x51 x18
x1 x40 x14 x17 x44 x59 x55 x4 x56 x29 x30 x16 x23 x15 x11 x62 x34 x13 x35 x39 x12 x64 x50 x31 x36 x3 x43 x51 x18
{'task': 'set', 'seq': ['x1', 'x40', 'x14', 'x17', 'x44', 'x59', 'x55', 'x4', 'x56', 'x29', 'x30', 'x16', 'x23', 'x15', 'x14', 'x11', 'x62', 'x34', 'x13', 'x35', 'x39', 'x12', 'x64', 'x50', 'x31', 'x11', 'x36', 'x30', 'x3', 'x43', 'x51', 'x18'], 'k': 4, 'n': 32, '_time': 0.00045561790466308594, '_task': 'basic_procedur...
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 x2; PUSH x63; POP; POP; PUSH x37; PUSH x21; POP; PUSH x32; POP; PUSH x21; PUSH x26; PUSH x26; PUSH x27; PUSH x9; PUSH x11; PUSH x57; PUSH x61; PUSH x25; P...
x9 x27 x26 x26 x21 x37
{'task': 'stack', 'seq': ['PUSH x2', 'PUSH x63', 'POP', 'POP', 'PUSH x37', 'PUSH x21', 'POP', 'PUSH x32', 'POP', 'PUSH x21', 'PUSH x26', 'PUSH x26', 'PUSH x27', 'PUSH x9', 'PUSH x11', 'PUSH x57', 'PUSH x61', 'PUSH x25', 'PUSH x52', 'PUSH x42', 'PUSH x47', 'PUSH x56', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x9',...
stack
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 o1 c1 c2 o1 o2 o3 o3 o3 o3 c3 o3 o3 c3 o3 c3 o1 o2 c2 c1 c3 o2 o3 o1 c1 c3 c2 c3 c3 c3 c2 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004153251647949219, '_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 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 o2 c2 o2 o1 c1 o2 o2 c2 c2 o3 o2 c2 o1 o2 o1 o1 o0 c0 c1 o3 c3 o3 c3 o0 c0 c1 c2 c1 c3 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041174888610839844, '_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
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 x38; PUSH x1; PUSH x63; PUSH x47; POP; PUSH x64; PUSH x3; PUSH x21; POP; PUSH x32; PUSH x22; POP; PUSH x1; POP; POP; PUSH x16; POP; PUSH x2; PUSH x5; PUSH...
x64 x63 x1 x38
{'task': 'stack', 'seq': ['PUSH x38', 'PUSH x1', 'PUSH x63', 'PUSH x47', 'POP', 'PUSH x64', 'PUSH x3', 'PUSH x21', 'POP', 'PUSH x32', 'PUSH x22', 'POP', 'PUSH x1', 'POP', 'POP', 'PUSH x16', 'POP', 'PUSH x2', 'PUSH x5', 'PUSH x54', 'POP', 'PUSH x14', 'POP', 'POP', 'POP', 'PUSH x50', 'PUSH x28', 'POP', 'POP', 'POP', 'PUS...
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 o1 c3 c1 o0 c1 c0 o3 o3 o3 c3 c3 c3 o2 c2 o3 o1 c1 o2 o2 o1 c3 c2 o0 o1 c1 c0 c1 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048422813415527344, '_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.
o3 o0 o3 o1 o3 o1 o1 c1 c1 o2 c2 o0 c0 o2 o1 c1 c2 o3 c3 o1 c1 o0 o3 c3 o3 c3 c0 c3 c1 c3 c0 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00040984153747558594, '_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) x18 x19 x52 x31 x47 x16 x29 x29 x50 x3 x12 x42 x24 x16 x3 x6 x53 x46 x53 x34 x11 x45 x39 x17 x52 x54 x1 x10 x63 x48 x63 x16
x16 x63 x48 x63 x10 x1 x54 x52 x17 x39 x45 x11 x34 x53 x46 x53 x6 x3 x16 x24 x42 x12 x3 x50 x29 x29 x16 x47 x31 x52 x19 x18
{'task': 'reverse', 'seq': ['x18', 'x19', 'x52', 'x31', 'x47', 'x16', 'x29', 'x29', 'x50', 'x3', 'x12', 'x42', 'x24', 'x16', 'x3', 'x6', 'x53', 'x46', 'x53', 'x34', 'x11', 'x45', 'x39', 'x17', 'x52', 'x54', 'x1', 'x10', 'x63', 'x48', 'x63', 'x16'], 'k': 4, 'n': 32, '_time': 0.00044083595275878906, '_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 x19; PUSH x59; PUSH x37; PUSH x22; PUSH x59; POP; PUSH x24; PUSH x54; PUSH x27; PUSH x2; PUSH x53; PUSH x17; PUSH x61; PUSH x37; PUSH x62; PUSH x13; PUSH ...
x37 x61 x17 x53 x2 x27 x54 x24 x22 x37 x59 x19
{'task': 'stack', 'seq': ['PUSH x19', 'PUSH x59', 'PUSH x37', 'PUSH x22', 'PUSH x59', 'POP', 'PUSH x24', 'PUSH x54', 'PUSH x27', 'PUSH x2', 'PUSH x53', 'PUSH x17', 'PUSH x61', 'PUSH x37', 'PUSH x62', 'PUSH x13', 'PUSH x49', 'PUSH x46', 'POP', 'POP', 'PUSH x17', 'POP', 'PUSH x27', 'POP', 'POP', 'PUSH x39', 'POP', 'PUSH ...
stack
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 o1 c1 o0 o1 o2 o1 c1 c2 o3 o0 o0 o0 c0 o1 c1 o3 c3 c0 o0 c0 c0 o1 c1 o3 c3 c3 c1 c0 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004215240478515625, '_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
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 x26; POP; PUSH x58; POP; PUSH x25; PUSH x2; PUSH x39; PUSH x13; PUSH x10; PUSH x36; PUSH x51; PUSH x35; PUSH x39; POP; POP; PUSH x9; PUSH x35; POP; POP; P...
x45 x33 x17 x25
{'task': 'stack', 'seq': ['PUSH x26', 'POP', 'PUSH x58', 'POP', 'PUSH x25', 'PUSH x2', 'PUSH x39', 'PUSH x13', 'PUSH x10', 'PUSH x36', 'PUSH x51', 'PUSH x35', 'PUSH x39', 'POP', 'POP', 'PUSH x9', 'PUSH x35', 'POP', 'POP', 'PUSH x18', 'POP', 'PUSH x40', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x17', 'PUSH ...
stack
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 o1 c1 o2 c2 o0 c0 o0 c0 o2 o2 o1 c1 c2 o2 c2 c2 o1 c1 o3 o3 o2 o0 c0 c2 c3 o2 c2 o2 c2 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004258155822753906, '_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
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 x12; PUSH x42; PUSH x15; POP; POP; POP; PUSH x8; POP; PUSH x41; POP; PUSH x11; POP; POP; PUSH x17; PUSH x11; PUSH x46; PUSH x64; POP; PUSH x21; ...
x13 x46 x11 x17
{'task': 'stack', 'seq': ['PUSH x37', 'PUSH x12', 'PUSH x42', 'PUSH x15', 'POP', 'POP', 'POP', 'PUSH x8', 'POP', 'PUSH x41', 'POP', 'PUSH x11', 'POP', 'POP', 'PUSH x17', 'PUSH x11', 'PUSH x46', 'PUSH x64', 'POP', 'PUSH x21', 'PUSH x56', 'POP', 'PUSH x38', 'POP', 'POP', 'PUSH x13', 'PUSH x50', 'PUSH x21', 'POP', 'PUSH x...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x2 x35 x59 x14 x60 x25 x37 x29 x32 x21 x63 x38 x42 x49 x54 x50 x30 x60 x51 x11 x21 x13 x49 x16 x44 x41 x15 x38 x58 x16 x56 x22
x22 x56 x16 x58 x38 x15 x41 x44 x16 x49 x13 x21 x11 x51 x60 x30 x50 x54 x49 x42 x38 x63 x21 x32 x29 x37 x25 x60 x14 x59 x35 x2
{'task': 'reverse', 'seq': ['x2', 'x35', 'x59', 'x14', 'x60', 'x25', 'x37', 'x29', 'x32', 'x21', 'x63', 'x38', 'x42', 'x49', 'x54', 'x50', 'x30', 'x60', 'x51', 'x11', 'x21', 'x13', 'x49', 'x16', 'x44', 'x41', 'x15', 'x38', 'x58', 'x16', 'x56', 'x22'], 'k': 4, 'n': 32, '_time': 0.0004451274871826172, '_task': 'basic_pro...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x23 x45 x9 x25 x28 x19 x54 x44 x16 x61 x31 x64 x18 x34 x60 x56 x45 x14 x53 x57 x46 x9 x32 x2 x61 x49 x22 x44 x61 x12 x29 x29 (TARGET) x45
x23 x9 x25 x28 x19 x54 x44 x16 x61 x31 x64 x18 x34 x60 x56 x45 x14 x53 x57 x46 x9 x32 x2 x61 x49 x22 x44 x61 x12 x29 x29
{'task': 'delete', 'seq': [['x23', 'x45', 'x9', 'x25', 'x28', 'x19', 'x54', 'x44', 'x16', 'x61', 'x31', 'x64', 'x18', 'x34', 'x60', 'x56', 'x45', 'x14', 'x53', 'x57', 'x46', 'x9', 'x32', 'x2', 'x61', 'x49', 'x22', 'x44', 'x61', 'x12', 'x29', 'x29'], 'x45'], 'k': 4, 'n': 32, '_time': 0.0004684925079345703, '_task': 'bas...
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) x19 x19 x46 x60 x24 x27 x11 x7 x32 x5 x63 x28 x8 x4 x5 x27 (B) x27 x35 x64 x24 x58 x56 x50 x24 x26 x31 x31 x38 x63 x18 x57 x31
x19 x46 x60 x24 x27 x11 x7 x32 x5 x63 x28 x8 x4 x35 x64 x58 x56 x50 x26 x31 x38 x18 x57
{'task': 'union', 'seq': [['x19', 'x19', 'x46', 'x60', 'x24', 'x27', 'x11', 'x7', 'x32', 'x5', 'x63', 'x28', 'x8', 'x4', 'x5', 'x27'], ['x27', 'x35', 'x64', 'x24', 'x58', 'x56', 'x50', 'x24', 'x26', 'x31', 'x31', 'x38', 'x63', 'x18', 'x57', 'x31']], 'k': 4, 'n': 32, '_time': 0.00047898292541503906, '_task': 'basic_proc...
union
instruct
0
Reverse the sequence. (SEQUENCE) x57 x56 x17 x39 x43 x32 x34 x47 x47 x53 x47 x11 x44 x34 x63 x12 x32 x19 x58 x10 x17 x6 x29 x31 x21 x41 x30 x44 x29 x42 x34 x44
x44 x34 x42 x29 x44 x30 x41 x21 x31 x29 x6 x17 x10 x58 x19 x32 x12 x63 x34 x44 x11 x47 x53 x47 x47 x34 x32 x43 x39 x17 x56 x57
{'task': 'reverse', 'seq': ['x57', 'x56', 'x17', 'x39', 'x43', 'x32', 'x34', 'x47', 'x47', 'x53', 'x47', 'x11', 'x44', 'x34', 'x63', 'x12', 'x32', 'x19', 'x58', 'x10', 'x17', 'x6', 'x29', 'x31', 'x21', 'x41', 'x30', 'x44', 'x29', 'x42', 'x34', 'x44'], 'k': 4, 'n': 32, '_time': 0.0004401206970214844, '_task': 'basic_pro...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x38 x34 x52 x33 x1 x44 x8 x56 x41 x37 x35 x35 x19 x49 x12 x57 x57 x31 x41 x58 x13 x25 x37 x63 x16 x40 x24 x23 x10 x11 x39 x9
x9 x39 x11 x10 x23 x24 x40 x16 x63 x37 x25 x13 x58 x41 x31 x57 x57 x12 x49 x19 x35 x35 x37 x41 x56 x8 x44 x1 x33 x52 x34 x38
{'task': 'reverse', 'seq': ['x38', 'x34', 'x52', 'x33', 'x1', 'x44', 'x8', 'x56', 'x41', 'x37', 'x35', 'x35', 'x19', 'x49', 'x12', 'x57', 'x57', 'x31', 'x41', 'x58', 'x13', 'x25', 'x37', 'x63', 'x16', 'x40', 'x24', 'x23', 'x10', 'x11', 'x39', 'x9'], 'k': 4, 'n': 32, '_time': 0.00039315223693847656, '_task': 'basic_proc...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x41 x7 x26 x34 x24 x53 x42 x31 x64 x37 x46 x51 x7 x41 x26 x32 x35 x3 x23 x13 x30 x49 x8 x46 x49 x50 x35 x38 x24 x13 x39 x7
x7 x39 x13 x24 x38 x35 x50 x49 x46 x8 x49 x30 x13 x23 x3 x35 x32 x26 x41 x7 x51 x46 x37 x64 x31 x42 x53 x24 x34 x26 x7 x41
{'task': 'reverse', 'seq': ['x41', 'x7', 'x26', 'x34', 'x24', 'x53', 'x42', 'x31', 'x64', 'x37', 'x46', 'x51', 'x7', 'x41', 'x26', 'x32', 'x35', 'x3', 'x23', 'x13', 'x30', 'x49', 'x8', 'x46', 'x49', 'x50', 'x35', 'x38', 'x24', 'x13', 'x39', 'x7'], 'k': 4, 'n': 32, '_time': 0.00045943260192871094, '_task': 'basic_proced...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x32 x63 x35 x7 x45 x55 x39 x60 x64 x44 x32 x13 x59 x16 x40 x61 x23 x10 x15 x31 x27 x61 x29 x2 x6 x23 x4 x36 x53 x50 x12 x11
x32 x63 x35 x7 x45 x55 x39 x60 x64 x44 x13 x59 x16 x40 x61 x23 x10 x15 x31 x27 x29 x2 x6 x4 x36 x53 x50 x12 x11
{'task': 'set', 'seq': ['x32', 'x63', 'x35', 'x7', 'x45', 'x55', 'x39', 'x60', 'x64', 'x44', 'x32', 'x13', 'x59', 'x16', 'x40', 'x61', 'x23', 'x10', 'x15', 'x31', 'x27', 'x61', 'x29', 'x2', 'x6', 'x23', 'x4', 'x36', 'x53', 'x50', 'x12', 'x11'], 'k': 4, 'n': 32, '_time': 0.000469207763671875, '_task': 'basic_procedural'...
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 x63; PUSH x11; PUSH x61; PUSH x49; PUSH x56; PUSH x10; PUSH x23; PUSH x11; PUSH x5; PUSH x61; PUSH x55; PUSH x11; PUSH x60; PUSH x21; PUSH x13; PUSH x48; ...
x48 x13 x21 x60 x11 x55 x61 x5 x11 x23 x10 x56 x49 x61 x11 x63
{'task': 'stack', 'seq': ['PUSH x63', 'PUSH x11', 'PUSH x61', 'PUSH x49', 'PUSH x56', 'PUSH x10', 'PUSH x23', 'PUSH x11', 'PUSH x5', 'PUSH x61', 'PUSH x55', 'PUSH x11', 'PUSH x60', 'PUSH x21', 'PUSH x13', 'PUSH x48', 'PUSH x19', 'PUSH x35', 'POP', 'PUSH x4', 'PUSH x62', 'PUSH x22', 'PUSH x12', 'POP', 'PUSH x5', 'POP', ...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x4 x46 x46 x16 x18 x63 x56 x17 x61 x32 x10 x38 x64 x5 x4 x13 x59 x3 x39 x6 x51 x38 x46 x2 x48 x38 x55 x8 x10 x30 x11 x34 (TARGET) x38
x4 x46 x46 x16 x18 x63 x56 x17 x61 x32 x10 x64 x5 x4 x13 x59 x3 x39 x6 x51 x38 x46 x2 x48 x38 x55 x8 x10 x30 x11 x34
{'task': 'delete', 'seq': [['x4', 'x46', 'x46', 'x16', 'x18', 'x63', 'x56', 'x17', 'x61', 'x32', 'x10', 'x38', 'x64', 'x5', 'x4', 'x13', 'x59', 'x3', 'x39', 'x6', 'x51', 'x38', 'x46', 'x2', 'x48', 'x38', 'x55', 'x8', 'x10', 'x30', 'x11', 'x34'], 'x38'], 'k': 4, 'n': 32, '_time': 0.00046563148498535156, '_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) x62 x3 x49 x17 x42 x59 x51 x12 x47 x37 x57 x49 x49 x35 x23 x40 (B) x11 x25 x4 x9 x57 x44 x45 x5 x14 x37 x24 x15 x34 x35 x43 x14
x62 x3 x49 x17 x42 x59 x51 x12 x47 x37 x57 x35 x23 x40 x11 x25 x4 x9 x44 x45 x5 x14 x24 x15 x34 x43
{'task': 'union', 'seq': [['x62', 'x3', 'x49', 'x17', 'x42', 'x59', 'x51', 'x12', 'x47', 'x37', 'x57', 'x49', 'x49', 'x35', 'x23', 'x40'], ['x11', 'x25', 'x4', 'x9', 'x57', 'x44', 'x45', 'x5', 'x14', 'x37', 'x24', 'x15', 'x34', 'x35', 'x43', 'x14']], 'k': 4, 'n': 32, '_time': 0.00048732757568359375, '_task': 'basic_pro...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x62 x3 x59 x1 x11 x8 x61 x15 x60 x41 x44 x19 x56 x12 x28 x32 x17 x51 x44 x8 x35 x5 x34 x19 x46 x64 x34 x1 x45 x27 x17 x5
x62 x3 x59 x1 x11 x8 x61 x15 x60 x41 x44 x19 x56 x12 x28 x32 x17 x51 x44 x8 x35 x5 x34 x19 x46 x64 x34 x1 x45 x27 x17 x5
{'task': 'identity', 'seq': ['x62', 'x3', 'x59', 'x1', 'x11', 'x8', 'x61', 'x15', 'x60', 'x41', 'x44', 'x19', 'x56', 'x12', 'x28', 'x32', 'x17', 'x51', 'x44', 'x8', 'x35', 'x5', 'x34', 'x19', 'x46', 'x64', 'x34', 'x1', 'x45', 'x27', 'x17', 'x5'], 'k': 4, 'n': 32, '_time': 0.00043845176696777344, '_task': 'basic_procedu...
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) x33 x1 x60 x31 x39 x5 x24 x15 x31 x47 x8 x38 x46 x53 x26 x63 (B) x10 x49 x41 x15 x14 x20 x5 x30 x48 x42 x36 x15 x20 x15 x44 x58
x33 x1 x60 x31 x39 x5 x24 x15 x47 x8 x38 x46 x53 x26 x63 x10 x49 x41 x14 x20 x30 x48 x42 x36 x44 x58
{'task': 'union', 'seq': [['x33', 'x1', 'x60', 'x31', 'x39', 'x5', 'x24', 'x15', 'x31', 'x47', 'x8', 'x38', 'x46', 'x53', 'x26', 'x63'], ['x10', 'x49', 'x41', 'x15', 'x14', 'x20', 'x5', 'x30', 'x48', 'x42', 'x36', 'x15', 'x20', 'x15', 'x44', 'x58']], 'k': 4, 'n': 32, '_time': 0.0004837512969970703, '_task': 'basic_proc...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x1 x3 x9 x62 x45 x56 x33 x46 x54 x62 x1 x35 x20 x57 x44 x4 x20 x40 x1 x41 x7 x41 x29 x15 x45 x19 x55 x4 x20 x56 x50 x9
x1 x1 x1 x3 x4 x4 x7 x9 x9 x15 x19 x20 x20 x20 x29 x33 x35 x40 x41 x41 x44 x45 x45 x46 x50 x54 x55 x56 x56 x57 x62 x62
{'task': 'sort', 'seq': ['x1', 'x3', 'x9', 'x62', 'x45', 'x56', 'x33', 'x46', 'x54', 'x62', 'x1', 'x35', 'x20', 'x57', 'x44', 'x4', 'x20', 'x40', 'x1', 'x41', 'x7', 'x41', 'x29', 'x15', 'x45', 'x19', 'x55', 'x4', 'x20', 'x56', 'x50', 'x9'], 'k': 4, 'n': 32, '_time': 0.0004620552062988281, '_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.
o1 o2 o2 c1 c2 o1 o0 c1 c2 o0 c0 o1 c1 o0 c0 c0 o0 o3 c3 o0 c0 c0 o0 c0 o1 c1 o0 o1 c1 c0 o2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004794597625732422, '_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.
o0 c0 o0 o2 o0 o2 o0 o1 o1 o0 c2 o0 c2 c0 c0 c1 o2 c1 o3 c0 o2 o2 c3 o2 o2 c0 c2 c0 c2 c2 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004985332489013672, '_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 x49; PUSH x1; PUSH x3; PUSH x29; POP; PUSH x30; PUSH x24; PUSH x43; PUSH x2; PUSH x14; PUSH x50; POP; PUSH x38; PUSH x11; POP; POP; PUSH x4; PUSH x14; POP...
x30 x2 x43 x24 x30 x3 x1 x49
{'task': 'stack', 'seq': ['PUSH x49', 'PUSH x1', 'PUSH x3', 'PUSH x29', 'POP', 'PUSH x30', 'PUSH x24', 'PUSH x43', 'PUSH x2', 'PUSH x14', 'PUSH x50', 'POP', 'PUSH x38', 'PUSH x11', 'POP', 'POP', 'PUSH x4', 'PUSH x14', 'POP', 'PUSH x20', 'POP', 'PUSH x24', 'POP', 'POP', 'PUSH x19', 'POP', 'PUSH x6', 'POP', 'PUSH x56', '...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x34 x46 x58 x64 x53 x33 x28 x6 x17 x11 x60 x6 x19 x48 x6 x57 x53 x6 x1 x48 x28 x53 x58 x56 x41 x40 x38 x47 x5 x12 x2 x56
x34 x46 x58 x64 x53 x33 x28 x6 x17 x11 x60 x19 x48 x57 x1 x56 x41 x40 x38 x47 x5 x12 x2
{'task': 'set', 'seq': ['x34', 'x46', 'x58', 'x64', 'x53', 'x33', 'x28', 'x6', 'x17', 'x11', 'x60', 'x6', 'x19', 'x48', 'x6', 'x57', 'x53', 'x6', 'x1', 'x48', 'x28', 'x53', 'x58', 'x56', 'x41', 'x40', 'x38', 'x47', 'x5', 'x12', 'x2', 'x56'], 'k': 4, 'n': 32, '_time': 0.00044465065002441406, '_task': 'basic_procedural',...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x56 x51 x45 x60 x36 x50 x13 x40 x17 x34 x36 x4 x27 x51 x52 x60 x64 x39 x31 x45 x25 x64 x63 x3 x44 x16 x9 x60 x44 x29 x5 x18
x56 x51 x45 x60 x36 x50 x13 x40 x17 x34 x4 x27 x52 x64 x39 x31 x25 x63 x3 x44 x16 x9 x29 x5 x18
{'task': 'set', 'seq': ['x56', 'x51', 'x45', 'x60', 'x36', 'x50', 'x13', 'x40', 'x17', 'x34', 'x36', 'x4', 'x27', 'x51', 'x52', 'x60', 'x64', 'x39', 'x31', 'x45', 'x25', 'x64', 'x63', 'x3', 'x44', 'x16', 'x9', 'x60', 'x44', 'x29', 'x5', 'x18'], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_task': 'basic_procedura...
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 o3 o3 o1 c1 o3 o3 o1 c1 o1 o0 o1 o1 c1 c1 c0 o2 o3 o2 o2 c2 c2 c3 c2 c1 c3 c3 c3 c3 o2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041294097900390625, '_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
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 x51; PUSH x2; PUSH x57; PUSH x35; PUSH x59; PUSH x23; PUSH x29; PUSH x48; PUSH x1; PUSH x62; PUSH x42; PUSH x27; PUSH x57; PUSH x59; PUSH x30; PUSH x18; P...
x1 x31 x55 x53 x43 x62 x26 x2 x18 x30 x59 x57 x27 x42 x62 x1 x48 x29 x23 x59 x35 x57 x2 x51
{'task': 'stack', 'seq': ['PUSH x51', 'PUSH x2', 'PUSH x57', 'PUSH x35', 'PUSH x59', 'PUSH x23', 'PUSH x29', 'PUSH x48', 'PUSH x1', 'PUSH x62', 'PUSH x42', 'PUSH x27', 'PUSH x57', 'PUSH x59', 'PUSH x30', 'PUSH x18', 'PUSH x2', 'PUSH x26', 'PUSH x62', 'PUSH x43', 'PUSH x53', 'PUSH x55', 'PUSH x31', 'PUSH x14', 'PUSH x6'...
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 x29; PUSH x8; POP; PUSH x55; PUSH x12; PUSH x23; PUSH x62; PUSH x16; PUSH x49; POP; POP; PUSH x17; PUSH x42; POP; POP; PUSH x15; PUSH x14; PUSH x33; PUSH ...
x33 x14 x15 x62 x23 x12 x55 x29
{'task': 'stack', 'seq': ['PUSH x29', 'PUSH x8', 'POP', 'PUSH x55', 'PUSH x12', 'PUSH x23', 'PUSH x62', 'PUSH x16', 'PUSH x49', 'POP', 'POP', 'PUSH x17', 'PUSH x42', 'POP', 'POP', 'PUSH x15', 'PUSH x14', 'PUSH x33', 'PUSH x56', 'PUSH x38', 'PUSH x64', 'PUSH x3', 'POP', 'POP', 'PUSH x16', 'PUSH x63', 'POP', 'POP', 'PUSH...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x20 x23 x8 x54 x17 x43 x30 x64 x22 x29 x42 x9 x41 x4 x25 x43 x16 x16 x23 x37 x57 x64 x19 x1 x64 x32 x58 x18 x62 x38 x20 x64
x64 x20 x38 x62 x18 x58 x32 x64 x1 x19 x64 x57 x37 x23 x16 x16 x43 x25 x4 x41 x9 x42 x29 x22 x64 x30 x43 x17 x54 x8 x23 x20
{'task': 'reverse', 'seq': ['x20', 'x23', 'x8', 'x54', 'x17', 'x43', 'x30', 'x64', 'x22', 'x29', 'x42', 'x9', 'x41', 'x4', 'x25', 'x43', 'x16', 'x16', 'x23', 'x37', 'x57', 'x64', 'x19', 'x1', 'x64', 'x32', 'x58', 'x18', 'x62', 'x38', 'x20', 'x64'], 'k': 4, 'n': 32, '_time': 0.00045037269592285156, '_task': 'basic_proce...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x62 x1 x28 x4 x31 x1 x28 x36 x15 x2 x48 x2 x31 x28 x61 x59 x44 x28 x57 x51 x59 x56 x26 x32 x24 x29 x58 x27 x22 x48 x45 x38 (TARGET) x13
x62 x1 x28 x4 x31 x1 x28 x36 x15 x2 x48 x2 x31 x28 x61 x59 x44 x28 x57 x51 x59 x56 x26 x32 x24 x29 x58 x27 x22 x48 x45 x38
{'task': 'delete', 'seq': [['x62', 'x1', 'x28', 'x4', 'x31', 'x1', 'x28', 'x36', 'x15', 'x2', 'x48', 'x2', 'x31', 'x28', 'x61', 'x59', 'x44', 'x28', 'x57', 'x51', 'x59', 'x56', 'x26', 'x32', 'x24', 'x29', 'x58', 'x27', 'x22', 'x48', 'x45', 'x38'], 'x13'], 'k': 4, 'n': 32, '_time': 0.0004942417144775391, '_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 o3 o2 o1 o2 c2 c1 c2 o2 c2 c3 o2 o0 c0 o2 o1 c1 o1 c1 c2 c2 o2 o1 c1 o1 o3 o0 c0 c3 c1 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004119873046875, '_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) x9 x61 x6 x26 x56 x49 x15 x36 x35 x18 x42 x39 x13 x33 x61 x41 x31 x2 x46 x13 x23 x5 x1 x54 x61 x44 x19 x19 x19 x29 x54 x52
x1 x2 x5 x6 x9 x13 x13 x15 x18 x19 x19 x19 x23 x26 x29 x31 x33 x35 x36 x39 x41 x42 x44 x46 x49 x52 x54 x54 x56 x61 x61 x61
{'task': 'sort', 'seq': ['x9', 'x61', 'x6', 'x26', 'x56', 'x49', 'x15', 'x36', 'x35', 'x18', 'x42', 'x39', 'x13', 'x33', 'x61', 'x41', 'x31', 'x2', 'x46', 'x13', 'x23', 'x5', 'x1', 'x54', 'x61', 'x44', 'x19', 'x19', 'x19', 'x29', 'x54', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004646778106689453, '_task': 'basic_procedural...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x14 x64 x12 x21 x11 x53 x36 x56 x58 x10 x33 x29 x39 x9 x15 x43 x13 x59 x55 x17 x32 x33 x37 x11 x23 x52 x56 x38 x25 x27 x39 x3
x14 x64 x12 x21 x11 x53 x36 x56 x58 x10 x33 x29 x39 x9 x15 x43 x13 x59 x55 x17 x32 x37 x23 x52 x38 x25 x27 x3
{'task': 'set', 'seq': ['x14', 'x64', 'x12', 'x21', 'x11', 'x53', 'x36', 'x56', 'x58', 'x10', 'x33', 'x29', 'x39', 'x9', 'x15', 'x43', 'x13', 'x59', 'x55', 'x17', 'x32', 'x33', 'x37', 'x11', 'x23', 'x52', 'x56', 'x38', 'x25', 'x27', 'x39', 'x3'], 'k': 4, 'n': 32, '_time': 0.000457763671875, '_task': 'basic_procedural',...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x57 x19 x22 x9 x18 x9 x49 x33 x30 x28 x46 x37 x17 x47 x38 x61 x13 x48 x10 x6 x34 x49 x26 x22 x7 x55 x49 x56 x45 x34 x23 x56
x6 x7 x9 x9 x10 x13 x17 x18 x19 x22 x22 x23 x26 x28 x30 x33 x34 x34 x37 x38 x45 x46 x47 x48 x49 x49 x49 x55 x56 x56 x57 x61
{'task': 'sort', 'seq': ['x57', 'x19', 'x22', 'x9', 'x18', 'x9', 'x49', 'x33', 'x30', 'x28', 'x46', 'x37', 'x17', 'x47', 'x38', 'x61', 'x13', 'x48', 'x10', 'x6', 'x34', 'x49', 'x26', 'x22', 'x7', 'x55', 'x49', 'x56', 'x45', 'x34', 'x23', 'x56'], 'k': 4, 'n': 32, '_time': 0.00046896934509277344, '_task': 'basic_procedur...
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 x52; PUSH x43; PUSH x36; POP; POP; PUSH x20; POP; PUSH x23; POP; POP; PUSH x46; PUSH x16; PUSH x36; POP; PUSH x64; PUSH x57; POP; POP; PUSH x62; PUSH x18;...
x16 x35
{'task': 'stack', 'seq': ['PUSH x52', 'PUSH x43', 'PUSH x36', 'POP', 'POP', 'PUSH x20', 'POP', 'PUSH x23', 'POP', 'POP', 'PUSH x46', 'PUSH x16', 'PUSH x36', 'POP', 'PUSH x64', 'PUSH x57', 'POP', 'POP', 'PUSH x62', 'PUSH x18', 'PUSH x3', 'PUSH x64', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x64', 'POP', 'PUSH x35'...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x14 x5 x39 x9 x58 x38 x2 x12 x22 x52 x16 x37 x47 x39 x36 x14 x21 x42 x3 x21 x49 x6 x40 x54 x2 x11 x14 x44 x35 x42 x10 x39
x14 x5 x39 x9 x58 x38 x2 x12 x22 x52 x16 x37 x47 x39 x36 x14 x21 x42 x3 x21 x49 x6 x40 x54 x2 x11 x14 x44 x35 x42 x10 x39
{'task': 'identity', 'seq': ['x14', 'x5', 'x39', 'x9', 'x58', 'x38', 'x2', 'x12', 'x22', 'x52', 'x16', 'x37', 'x47', 'x39', 'x36', 'x14', 'x21', 'x42', 'x3', 'x21', 'x49', 'x6', 'x40', 'x54', 'x2', 'x11', 'x14', 'x44', 'x35', 'x42', 'x10', 'x39'], 'k': 4, 'n': 32, '_time': 0.0004398822784423828, '_task': 'basic_procedu...
identity
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x31 x52 x25 x25 x7 x17 x35 x18 x48 x61 x17 x24 x17 x30 x11 x8 x52 x58 x17 x40 x17 x6 x52 x41 x25 x60 x54 x3 x28 x32 x39 x1 (TARGET) x28
x31 x52 x25 x25 x7 x17 x35 x18 x48 x61 x17 x24 x17 x30 x11 x8 x52 x58 x17 x40 x17 x6 x52 x41 x25 x60 x54 x3 x32 x39 x1
{'task': 'delete', 'seq': [['x31', 'x52', 'x25', 'x25', 'x7', 'x17', 'x35', 'x18', 'x48', 'x61', 'x17', 'x24', 'x17', 'x30', 'x11', 'x8', 'x52', 'x58', 'x17', 'x40', 'x17', 'x6', 'x52', 'x41', 'x25', 'x60', 'x54', 'x3', 'x28', 'x32', 'x39', 'x1'], 'x28'], 'k': 4, 'n': 32, '_time': 0.0004787445068359375, '_task': 'basic...
delete
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x39 x39 x24 x42 x38 x6 x61 x57 x36 x12 x19 x24 x1 x28 x50 x56 x47 x60 x46 x29 x19 x64 x1 x19 x53 x41 x32 x13 x6 x30 x15 x16 (TARGET) x24
x39 x39 x42 x38 x6 x61 x57 x36 x12 x19 x24 x1 x28 x50 x56 x47 x60 x46 x29 x19 x64 x1 x19 x53 x41 x32 x13 x6 x30 x15 x16
{'task': 'delete', 'seq': [['x39', 'x39', 'x24', 'x42', 'x38', 'x6', 'x61', 'x57', 'x36', 'x12', 'x19', 'x24', 'x1', 'x28', 'x50', 'x56', 'x47', 'x60', 'x46', 'x29', 'x19', 'x64', 'x1', 'x19', 'x53', 'x41', 'x32', 'x13', 'x6', 'x30', 'x15', 'x16'], 'x24'], 'k': 4, 'n': 32, '_time': 0.0004723072052001953, '_task': 'basi...
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 o3 o2 o0 c3 c0 o2 c2 c2 o2 c2 o3 o3 c3 o0 c0 c3 o2 o2 o0 c0 o0 c0 o0 o0 c0 c2 c2 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048089027404785156, '_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 c1 o2 o3 c3 o1 c1 o2 o3 c3 o3 o2 o0 c0 c2 o3 o2 o0 c0 o3 c3 o1 c1 c2 o1 o1 c1 c1 c3 c3 c2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004169940948486328, '_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