prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x45 x62 x40 x53 x60 x33 x32 x35 x22 x56 x11 x3 x44 x49 x53 x50 (B) x14 x8 x31 x14 x37 x26 x24 x61 x42 x64 x45 x57 x32 x16 x5 x7
x45 x62 x40 x53 x60 x33 x32 x35 x22 x56 x11 x3 x44 x49 x50 x14 x8 x31 x37 x26 x24 x61 x42 x64 x57 x16 x5 x7
{'task': 'union', 'seq': [['x45', 'x62', 'x40', 'x53', 'x60', 'x33', 'x32', 'x35', 'x22', 'x56', 'x11', 'x3', 'x44', 'x49', 'x53', 'x50'], ['x14', 'x8', 'x31', 'x14', 'x37', 'x26', 'x24', 'x61', 'x42', 'x64', 'x45', 'x57', 'x32', 'x16', 'x5', 'x7']], 'k': 4, 'n': 32, '_time': 0.00030112266540527344, '_task': 'basic_pro...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x48 x23 x28 x21 x7 x36 x10 x52 x61 x25 x44 x47 x34 x19 x38 x10 x41 x45 x9 x39 x43 x56 x58 x61 x14 x12 x15 x20 x27 x43 x44 x6 (TARGET) x14
x48 x23 x28 x21 x7 x36 x10 x52 x61 x25 x44 x47 x34 x19 x38 x10 x41 x45 x9 x39 x43 x56 x58 x61 x12 x15 x20 x27 x43 x44 x6
{'task': 'delete', 'seq': [['x48', 'x23', 'x28', 'x21', 'x7', 'x36', 'x10', 'x52', 'x61', 'x25', 'x44', 'x47', 'x34', 'x19', 'x38', 'x10', 'x41', 'x45', 'x9', 'x39', 'x43', 'x56', 'x58', 'x61', 'x14', 'x12', 'x15', 'x20', 'x27', 'x43', 'x44', 'x6'], 'x14'], 'k': 4, 'n': 32, '_time': 0.00044035911560058594, '_task': 'ba...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x35 x12 x9 x20 x35 x38 x31 x31 x3 x62 x44 x24 x9 x45 x39 x64 x31 x24 x38 x54 x59 x34 x53 x20 x57 x7 x1 x63 x16 x17 x62 x35
x35 x12 x9 x20 x38 x31 x3 x62 x44 x24 x45 x39 x64 x54 x59 x34 x53 x57 x7 x1 x63 x16 x17
{'task': 'set', 'seq': ['x35', 'x12', 'x9', 'x20', 'x35', 'x38', 'x31', 'x31', 'x3', 'x62', 'x44', 'x24', 'x9', 'x45', 'x39', 'x64', 'x31', 'x24', 'x38', 'x54', 'x59', 'x34', 'x53', 'x20', 'x57', 'x7', 'x1', 'x63', 'x16', 'x17', 'x62', 'x35'], 'k': 4, 'n': 32, '_time': 0.0002777576446533203, '_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.
o0 c0 o2 o2 c2 o2 c2 c2 o1 c1 o0 c0 o3 c3 o3 c3 o3 c3 o0 o3 o0 c3 c0 c0 o2 c2 o3 c3 o2 c2 o2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002987384796142578, '_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) x2 x30 x45 x13 x18 x13 x24 x36 x36 x9 x27 x53 x33 x20 x22 x43 x47 x36 x50 x6 x47 x15 x6 x59 x44 x10 x33 x2 x4 x23 x53 x62 (TARGET) x13
x2 x30 x45 x18 x13 x24 x36 x36 x9 x27 x53 x33 x20 x22 x43 x47 x36 x50 x6 x47 x15 x6 x59 x44 x10 x33 x2 x4 x23 x53 x62
{'task': 'delete', 'seq': [['x2', 'x30', 'x45', 'x13', 'x18', 'x13', 'x24', 'x36', 'x36', 'x9', 'x27', 'x53', 'x33', 'x20', 'x22', 'x43', 'x47', 'x36', 'x50', 'x6', 'x47', 'x15', 'x6', 'x59', 'x44', 'x10', 'x33', 'x2', 'x4', 'x23', 'x53', 'x62'], 'x13'], 'k': 4, 'n': 32, '_time': 0.0002906322479248047, '_task': 'basic_...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x63 x51 x51 x34 x23 x19 x18 x20 x62 x17 x24 x20 x6 x25 x51 x31 x30 x14 x64 x55 x22 x43 x10 x47 x56 x55 x42 x37 x43 x37 x63 x50
x6 x10 x14 x17 x18 x19 x20 x20 x22 x23 x24 x25 x30 x31 x34 x37 x37 x42 x43 x43 x47 x50 x51 x51 x51 x55 x55 x56 x62 x63 x63 x64
{'task': 'sort', 'seq': ['x63', 'x51', 'x51', 'x34', 'x23', 'x19', 'x18', 'x20', 'x62', 'x17', 'x24', 'x20', 'x6', 'x25', 'x51', 'x31', 'x30', 'x14', 'x64', 'x55', 'x22', 'x43', 'x10', 'x47', 'x56', 'x55', 'x42', 'x37', 'x43', 'x37', 'x63', 'x50'], 'k': 4, 'n': 32, '_time': 0.0002894401550292969, '_task': 'basic_proced...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x50 x24 x61 x45 x42 x6 x61 x44 x53 x2 x51 x24 x52 x48 x21 x14 x41 x59 x62 x9 x42 x33 x38 x16 x34 x11 x24 x6 x60 x28 x55 x60
x50 x24 x61 x45 x42 x6 x61 x44 x53 x2 x51 x24 x52 x48 x21 x14 x41 x59 x62 x9 x42 x33 x38 x16 x34 x11 x24 x6 x60 x28 x55 x60
{'task': 'identity', 'seq': ['x50', 'x24', 'x61', 'x45', 'x42', 'x6', 'x61', 'x44', 'x53', 'x2', 'x51', 'x24', 'x52', 'x48', 'x21', 'x14', 'x41', 'x59', 'x62', 'x9', 'x42', 'x33', 'x38', 'x16', 'x34', 'x11', 'x24', 'x6', 'x60', 'x28', 'x55', 'x60'], 'k': 4, 'n': 32, '_time': 0.0002741813659667969, '_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 o3 o1 c1 o0 c0 c0 c3 o2 o0 o1 o3 c1 c3 c2 c0 o1 c1 o0 c0 o2 c2 o2 c2 o1 c1 o3 o2 c2 c3 o2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002963542938232422, '_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 x18; PUSH x55; PUSH x57; PUSH x53; POP; PUSH x24; PUSH x44; PUSH x58; POP; PUSH x34; PUSH x9; POP; PUSH x46; PUSH x28; PUSH x41; PUSH x40; PUSH x29; POP; ...
x24 x57 x55 x18
{'task': 'stack', 'seq': ['PUSH x18', 'PUSH x55', 'PUSH x57', 'PUSH x53', 'POP', 'PUSH x24', 'PUSH x44', 'PUSH x58', 'POP', 'PUSH x34', 'PUSH x9', 'POP', 'PUSH x46', 'PUSH x28', 'PUSH x41', 'PUSH x40', 'PUSH x29', 'POP', 'POP', 'PUSH x3', 'PUSH x46', 'PUSH x32', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x64', 'PO...
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) x49 x40 x41 x56 x52 x14 x46 x16 x34 x13 x3 x40 x5 x25 x47 x49 (B) x25 x45 x10 x33 x40 x31 x3 x14 x9 x36 x38 x10 x41 x56 x62 x37
x49 x40 x41 x56 x52 x14 x46 x16 x34 x13 x3 x5 x25 x47 x45 x10 x33 x31 x9 x36 x38 x62 x37
{'task': 'union', 'seq': [['x49', 'x40', 'x41', 'x56', 'x52', 'x14', 'x46', 'x16', 'x34', 'x13', 'x3', 'x40', 'x5', 'x25', 'x47', 'x49'], ['x25', 'x45', 'x10', 'x33', 'x40', 'x31', 'x3', 'x14', 'x9', 'x36', 'x38', 'x10', 'x41', 'x56', 'x62', 'x37']], 'k': 4, 'n': 32, '_time': 0.0002980232238769531, '_task': 'basic_proc...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x9 x5 x58 x53 x54 x2 x38 x43 x22 x56 x56 x58 x55 x20 x33 x53 x38 x35 x49 x38 x5 x10 x37 x25 x43 x49 x31 x18 x15 x53 x40 x2 (TARGET) x58
x9 x5 x53 x54 x2 x38 x43 x22 x56 x56 x58 x55 x20 x33 x53 x38 x35 x49 x38 x5 x10 x37 x25 x43 x49 x31 x18 x15 x53 x40 x2
{'task': 'delete', 'seq': [['x9', 'x5', 'x58', 'x53', 'x54', 'x2', 'x38', 'x43', 'x22', 'x56', 'x56', 'x58', 'x55', 'x20', 'x33', 'x53', 'x38', 'x35', 'x49', 'x38', 'x5', 'x10', 'x37', 'x25', 'x43', 'x49', 'x31', 'x18', 'x15', 'x53', 'x40', 'x2'], 'x58'], 'k': 4, 'n': 32, '_time': 0.0002894401550292969, '_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 x8; PUSH x63; PUSH x18; POP; POP; PUSH x4; PUSH x36; POP; PUSH x7; PUSH x16; PUSH x1; PUSH x12; POP; PUSH x15; PUSH x21; PUSH x3; PUSH x29; PUSH x14; PUSH...
x15 x8 x14 x29 x3 x21 x15 x1 x16 x7 x4 x8
{'task': 'stack', 'seq': ['PUSH x8', 'PUSH x63', 'PUSH x18', 'POP', 'POP', 'PUSH x4', 'PUSH x36', 'POP', 'PUSH x7', 'PUSH x16', 'PUSH x1', 'PUSH x12', 'POP', 'PUSH x15', 'PUSH x21', 'PUSH x3', 'PUSH x29', 'PUSH x14', 'PUSH x17', 'POP', 'PUSH x11', 'PUSH x51', 'POP', 'POP', 'PUSH x15', 'POP', 'PUSH x17', 'POP', 'PUSH x8...
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 x50; PUSH x43; POP; PUSH x4; PUSH x31; PUSH x24; PUSH x57; POP; POP; PUSH x24; PUSH x15; PUSH x54; PUSH x29; PUSH x57; PUSH x12; PUSH x14; PUSH x27; PUSH ...
x11 x15 x24 x31 x4 x50
{'task': 'stack', 'seq': ['PUSH x50', 'PUSH x43', 'POP', 'PUSH x4', 'PUSH x31', 'PUSH x24', 'PUSH x57', 'POP', 'POP', 'PUSH x24', 'PUSH x15', 'PUSH x54', 'PUSH x29', 'PUSH x57', 'PUSH x12', 'PUSH x14', 'PUSH x27', 'PUSH x55', 'POP', 'PUSH x4', 'POP', 'POP', 'POP', 'POP', 'PUSH x39', 'POP', 'POP', 'POP', 'PUSH x44', 'PO...
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 x35; POP; PUSH x63; PUSH x52; PUSH x56; POP; PUSH x23; PUSH x25; PUSH x51; PUSH x48; PUSH x2; PUSH x42; POP; PUSH x14; PUSH x11; PUSH x64; PUSH x7; PUSH x...
x48 x51 x25 x23 x52 x63
{'task': 'stack', 'seq': ['PUSH x35', 'POP', 'PUSH x63', 'PUSH x52', 'PUSH x56', 'POP', 'PUSH x23', 'PUSH x25', 'PUSH x51', 'PUSH x48', 'PUSH x2', 'PUSH x42', 'POP', 'PUSH x14', 'PUSH x11', 'PUSH x64', 'PUSH x7', 'PUSH x15', 'PUSH x12', 'PUSH x35', 'PUSH x46', 'POP', 'POP', 'POP', 'POP', 'PUSH x60', '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) x44 x14 x24 x38 x46 x7 x10 x23 x4 x23 x29 x2 x27 x8 x64 x15 (B) x13 x48 x39 x5 x27 x56 x5 x59 x24 x19 x41 x4 x58 x32 x59 x62
x44 x14 x24 x38 x46 x7 x10 x23 x4 x29 x2 x27 x8 x64 x15 x13 x48 x39 x5 x56 x59 x19 x41 x58 x32 x62
{'task': 'union', 'seq': [['x44', 'x14', 'x24', 'x38', 'x46', 'x7', 'x10', 'x23', 'x4', 'x23', 'x29', 'x2', 'x27', 'x8', 'x64', 'x15'], ['x13', 'x48', 'x39', 'x5', 'x27', 'x56', 'x5', 'x59', 'x24', 'x19', 'x41', 'x4', 'x58', 'x32', 'x59', 'x62']], 'k': 4, 'n': 32, '_time': 0.0003008842468261719, '_task': 'basic_procedu...
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 x50; PUSH x39; PUSH x47; POP; PUSH x21; PUSH x10; PUSH x3; PUSH x41; PUSH x44; PUSH x22; POP; PUSH x46; PUSH x17; PUSH x6; PUSH x45; PUSH x37; PUSH x6; PU...
x12 x45 x6 x17 x46 x44 x41 x3 x10 x21 x39 x50
{'task': 'stack', 'seq': ['PUSH x50', 'PUSH x39', 'PUSH x47', 'POP', 'PUSH x21', 'PUSH x10', 'PUSH x3', 'PUSH x41', 'PUSH x44', 'PUSH x22', 'POP', 'PUSH x46', 'PUSH x17', 'PUSH x6', 'PUSH x45', 'PUSH x37', 'PUSH x6', 'PUSH x62', 'PUSH x57', 'PUSH x24', 'POP', 'PUSH x4', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x20', 'P...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x60 x59 x61 x55 x14 x54 x30 x22 x28 x51 x52 x55 x16 x28 x48 x42 x28 x11 x56 x17 x17 x10 x6 x38 x13 x31 x50 x5 x16 x43 x19 x43
x60 x59 x61 x55 x14 x54 x30 x22 x28 x51 x52 x55 x16 x28 x48 x42 x28 x11 x56 x17 x17 x10 x6 x38 x13 x31 x50 x5 x16 x43 x19 x43
{'task': 'identity', 'seq': ['x60', 'x59', 'x61', 'x55', 'x14', 'x54', 'x30', 'x22', 'x28', 'x51', 'x52', 'x55', 'x16', 'x28', 'x48', 'x42', 'x28', 'x11', 'x56', 'x17', 'x17', 'x10', 'x6', 'x38', 'x13', 'x31', 'x50', 'x5', 'x16', 'x43', 'x19', 'x43'], 'k': 4, 'n': 32, '_time': 0.00027298927307128906, '_task': 'basic_pr...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x42 x9 x57 x22 x44 x21 x37 x14 x9 x19 x36 x60 x58 x35 x16 x38 x19 x57 x43 x8 x40 x22 x48 x51 x48 x63 x29 x19 x57 x55 x15 x19
x42 x9 x57 x22 x44 x21 x37 x14 x19 x36 x60 x58 x35 x16 x38 x43 x8 x40 x48 x51 x63 x29 x55 x15
{'task': 'set', 'seq': ['x42', 'x9', 'x57', 'x22', 'x44', 'x21', 'x37', 'x14', 'x9', 'x19', 'x36', 'x60', 'x58', 'x35', 'x16', 'x38', 'x19', 'x57', 'x43', 'x8', 'x40', 'x22', 'x48', 'x51', 'x48', 'x63', 'x29', 'x19', 'x57', 'x55', 'x15', 'x19'], 'k': 4, 'n': 32, '_time': 0.00041556358337402344, '_task': 'basic_procedur...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x3 x26 x19 x6 x48 x63 x30 x2 x48 x11 x1 x59 x62 x10 x47 x46 x14 x19 x30 x43 x59 x64 x33 x63 x47 x44 x11 x51 x7 x41 x24 x40
x3 x26 x19 x6 x48 x63 x30 x2 x48 x11 x1 x59 x62 x10 x47 x46 x14 x19 x30 x43 x59 x64 x33 x63 x47 x44 x11 x51 x7 x41 x24 x40
{'task': 'identity', 'seq': ['x3', 'x26', 'x19', 'x6', 'x48', 'x63', 'x30', 'x2', 'x48', 'x11', 'x1', 'x59', 'x62', 'x10', 'x47', 'x46', 'x14', 'x19', 'x30', 'x43', 'x59', 'x64', 'x33', 'x63', 'x47', 'x44', 'x11', 'x51', 'x7', 'x41', 'x24', 'x40'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_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) x62 x51 x5 x64 x21 x21 x45 x53 x50 x63 x22 x4 x17 x18 x10 x10 (B) x24 x13 x16 x18 x32 x46 x24 x42 x23 x46 x59 x2 x61 x34 x56 x33
x62 x51 x5 x64 x21 x45 x53 x50 x63 x22 x4 x17 x18 x10 x24 x13 x16 x32 x46 x42 x23 x59 x2 x61 x34 x56 x33
{'task': 'union', 'seq': [['x62', 'x51', 'x5', 'x64', 'x21', 'x21', 'x45', 'x53', 'x50', 'x63', 'x22', 'x4', 'x17', 'x18', 'x10', 'x10'], ['x24', 'x13', 'x16', 'x18', 'x32', 'x46', 'x24', 'x42', 'x23', 'x46', 'x59', 'x2', 'x61', 'x34', 'x56', 'x33']], 'k': 4, 'n': 32, '_time': 0.0003006458282470703, '_task': 'basic_pro...
union
instruct
0
Reverse the sequence. (SEQUENCE) x21 x32 x48 x54 x53 x59 x40 x36 x39 x45 x35 x30 x23 x40 x60 x4 x9 x42 x2 x62 x57 x64 x53 x4 x28 x43 x35 x63 x9 x34 x51 x44
x44 x51 x34 x9 x63 x35 x43 x28 x4 x53 x64 x57 x62 x2 x42 x9 x4 x60 x40 x23 x30 x35 x45 x39 x36 x40 x59 x53 x54 x48 x32 x21
{'task': 'reverse', 'seq': ['x21', 'x32', 'x48', 'x54', 'x53', 'x59', 'x40', 'x36', 'x39', 'x45', 'x35', 'x30', 'x23', 'x40', 'x60', 'x4', 'x9', 'x42', 'x2', 'x62', 'x57', 'x64', 'x53', 'x4', 'x28', 'x43', 'x35', 'x63', 'x9', 'x34', 'x51', 'x44'], 'k': 4, 'n': 32, '_time': 0.00027489662170410156, '_task': 'basic_proced...
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) x17 x21 x54 x11 x34 x56 x57 x52 x30 x58 x25 x2 x5 x5 x35 x22 (B) x30 x10 x39 x26 x22 x42 x41 x60 x34 x52 x1 x58 x19 x15 x27 x59
x17 x21 x54 x11 x34 x56 x57 x52 x30 x58 x25 x2 x5 x35 x22 x10 x39 x26 x42 x41 x60 x1 x19 x15 x27 x59
{'task': 'union', 'seq': [['x17', 'x21', 'x54', 'x11', 'x34', 'x56', 'x57', 'x52', 'x30', 'x58', 'x25', 'x2', 'x5', 'x5', 'x35', 'x22'], ['x30', 'x10', 'x39', 'x26', 'x22', 'x42', 'x41', 'x60', 'x34', 'x52', 'x1', 'x58', 'x19', 'x15', 'x27', 'x59']], 'k': 4, 'n': 32, '_time': 0.00045037269592285156, '_task': 'basic_pro...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x20 x30 x21 x64 x48 x21 x47 x28 x27 x53 x34 x2 x58 x60 x39 x52 x14 x26 x40 x37 x63 x40 x64 x3 x48 x5 x3 x56 x45 x54 x59 x41 (TARGET) x47
x20 x30 x21 x64 x48 x21 x28 x27 x53 x34 x2 x58 x60 x39 x52 x14 x26 x40 x37 x63 x40 x64 x3 x48 x5 x3 x56 x45 x54 x59 x41
{'task': 'delete', 'seq': [['x20', 'x30', 'x21', 'x64', 'x48', 'x21', 'x47', 'x28', 'x27', 'x53', 'x34', 'x2', 'x58', 'x60', 'x39', 'x52', 'x14', 'x26', 'x40', 'x37', 'x63', 'x40', 'x64', 'x3', 'x48', 'x5', 'x3', 'x56', 'x45', 'x54', 'x59', 'x41'], 'x47'], 'k': 4, 'n': 32, '_time': 0.0003044605255126953, '_task': 'basi...
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 x37; PUSH x22; PUSH x56; POP; PUSH x40; PUSH x42; PUSH x17; PUSH x37; PUSH x64; POP; PUSH x30; POP; PUSH x1; PUSH x28; POP; PUSH x46; PUSH x44; PUSH x17; ...
x22 x37
{'task': 'stack', 'seq': ['PUSH x37', 'PUSH x22', 'PUSH x56', 'POP', 'PUSH x40', 'PUSH x42', 'PUSH x17', 'PUSH x37', 'PUSH x64', 'POP', 'PUSH x30', 'POP', 'PUSH x1', 'PUSH x28', 'POP', 'PUSH x46', 'PUSH x44', 'PUSH x17', 'POP', 'PUSH x35', 'POP', 'PUSH x2', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x18', 'POP', 'POP', '...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x50 x5 x5 x4 x55 x38 x31 x7 x48 x57 x64 x32 x2 x59 x16 x28 x12 x25 x43 x47 x3 x57 x23 x16 x21 x40 x34 x58 x20 x50 x23 x11 (TARGET) x56
x50 x5 x5 x4 x55 x38 x31 x7 x48 x57 x64 x32 x2 x59 x16 x28 x12 x25 x43 x47 x3 x57 x23 x16 x21 x40 x34 x58 x20 x50 x23 x11
{'task': 'delete', 'seq': [['x50', 'x5', 'x5', 'x4', 'x55', 'x38', 'x31', 'x7', 'x48', 'x57', 'x64', 'x32', 'x2', 'x59', 'x16', 'x28', 'x12', 'x25', 'x43', 'x47', 'x3', 'x57', 'x23', 'x16', 'x21', 'x40', 'x34', 'x58', 'x20', 'x50', 'x23', 'x11'], 'x56'], 'k': 4, 'n': 32, '_time': 0.0004582405090332031, '_task': 'basic_...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x43 x2 x27 x51 x19 x48 x9 x64 x17 x40 x8 x46 x44 x60 x63 x45 x8 x43 x24 x26 x4 x31 x54 x41 x24 x31 x51 x63 x42 x52 x53 x43
x43 x53 x52 x42 x63 x51 x31 x24 x41 x54 x31 x4 x26 x24 x43 x8 x45 x63 x60 x44 x46 x8 x40 x17 x64 x9 x48 x19 x51 x27 x2 x43
{'task': 'reverse', 'seq': ['x43', 'x2', 'x27', 'x51', 'x19', 'x48', 'x9', 'x64', 'x17', 'x40', 'x8', 'x46', 'x44', 'x60', 'x63', 'x45', 'x8', 'x43', 'x24', 'x26', 'x4', 'x31', 'x54', 'x41', 'x24', 'x31', 'x51', 'x63', 'x42', 'x52', 'x53', 'x43'], 'k': 4, 'n': 32, '_time': 0.00027489662170410156, '_task': 'basic_proced...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x3 x37 x29 x17 x45 x13 x31 x61 x16 x21 x53 x20 x63 x50 x52 x54 x46 x17 x17 x39 x17 x26 x64 x55 x60 x44 x21 x12 x13 x18 x13 x20
x20 x13 x18 x13 x12 x21 x44 x60 x55 x64 x26 x17 x39 x17 x17 x46 x54 x52 x50 x63 x20 x53 x21 x16 x61 x31 x13 x45 x17 x29 x37 x3
{'task': 'reverse', 'seq': ['x3', 'x37', 'x29', 'x17', 'x45', 'x13', 'x31', 'x61', 'x16', 'x21', 'x53', 'x20', 'x63', 'x50', 'x52', 'x54', 'x46', 'x17', 'x17', 'x39', 'x17', 'x26', 'x64', 'x55', 'x60', 'x44', 'x21', 'x12', 'x13', 'x18', 'x13', 'x20'], 'k': 4, 'n': 32, '_time': 0.00027489662170410156, '_task': 'basic_pr...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x3 x54 x49 x35 x33 x49 x26 x5 x6 x1 x12 x14 x48 x44 x17 x38 x43 x32 x50 x9 x29 x39 x4 x51 x32 x4 x33 x36 x60 x16 x17 x29
x3 x54 x49 x35 x33 x49 x26 x5 x6 x1 x12 x14 x48 x44 x17 x38 x43 x32 x50 x9 x29 x39 x4 x51 x32 x4 x33 x36 x60 x16 x17 x29
{'task': 'identity', 'seq': ['x3', 'x54', 'x49', 'x35', 'x33', 'x49', 'x26', 'x5', 'x6', 'x1', 'x12', 'x14', 'x48', 'x44', 'x17', 'x38', 'x43', 'x32', 'x50', 'x9', 'x29', 'x39', 'x4', 'x51', 'x32', 'x4', 'x33', 'x36', 'x60', 'x16', 'x17', 'x29'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_procedur...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x24 x13 x44 x23 x22 x48 x31 x12 x3 x4 x12 x16 x53 x44 x58 x52 x54 x9 x32 x18 x61 x33 x57 x18 x53 x37 x16 x1 x42 x13 x39 x36
x1 x3 x4 x9 x12 x12 x13 x13 x16 x16 x18 x18 x22 x23 x24 x31 x32 x33 x36 x37 x39 x42 x44 x44 x48 x52 x53 x53 x54 x57 x58 x61
{'task': 'sort', 'seq': ['x24', 'x13', 'x44', 'x23', 'x22', 'x48', 'x31', 'x12', 'x3', 'x4', 'x12', 'x16', 'x53', 'x44', 'x58', 'x52', 'x54', 'x9', 'x32', 'x18', 'x61', 'x33', 'x57', 'x18', 'x53', 'x37', 'x16', 'x1', 'x42', 'x13', 'x39', 'x36'], 'k': 4, 'n': 32, '_time': 0.00028824806213378906, '_task': 'basic_procedur...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x49 x64 x4 x63 x7 x4 x62 x15 x35 x38 x42 x59 x36 x13 x9 x42 x36 x11 x13 x41 x35 x63 x2 x8 x52 x2 x45 x15 x60 x64 x3 x13
x13 x3 x64 x60 x15 x45 x2 x52 x8 x2 x63 x35 x41 x13 x11 x36 x42 x9 x13 x36 x59 x42 x38 x35 x15 x62 x4 x7 x63 x4 x64 x49
{'task': 'reverse', 'seq': ['x49', 'x64', 'x4', 'x63', 'x7', 'x4', 'x62', 'x15', 'x35', 'x38', 'x42', 'x59', 'x36', 'x13', 'x9', 'x42', 'x36', 'x11', 'x13', 'x41', 'x35', 'x63', 'x2', 'x8', 'x52', 'x2', 'x45', 'x15', 'x60', 'x64', 'x3', 'x13'], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_procedural...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x18 x8 x35 x15 x26 x37 x9 x19 x34 x58 x43 x26 x22 x36 x9 x41 x31 x37 x59 x26 x64 x37 x21 x14 x7 x24 x4 x7 x52 x37 x55 x1
x18 x8 x35 x15 x26 x37 x9 x19 x34 x58 x43 x22 x36 x41 x31 x59 x64 x21 x14 x7 x24 x4 x52 x55 x1
{'task': 'set', 'seq': ['x18', 'x8', 'x35', 'x15', 'x26', 'x37', 'x9', 'x19', 'x34', 'x58', 'x43', 'x26', 'x22', 'x36', 'x9', 'x41', 'x31', 'x37', 'x59', 'x26', 'x64', 'x37', 'x21', 'x14', 'x7', 'x24', 'x4', 'x7', 'x52', 'x37', 'x55', 'x1'], 'k': 4, 'n': 32, '_time': 0.0002810955047607422, '_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.
o1 o3 c3 c1 o2 c2 o1 c1 o2 c2 o1 c1 o3 o3 o0 c0 o3 o1 c1 c3 c3 o3 c3 c3 o3 c3 o3 c3 o2 c2 o1 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025963783264160156, '_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) x43 x3 x59 x45 x26 x59 x7 x9 x13 x36 x60 x21 x42 x38 x14 x30 x22 x13 x31 x44 x30 x36 x33 x59 x32 x41 x38 x15 x46 x18 x46 x44
x43 x3 x59 x45 x26 x59 x7 x9 x13 x36 x60 x21 x42 x38 x14 x30 x22 x13 x31 x44 x30 x36 x33 x59 x32 x41 x38 x15 x46 x18 x46 x44
{'task': 'identity', 'seq': ['x43', 'x3', 'x59', 'x45', 'x26', 'x59', 'x7', 'x9', 'x13', 'x36', 'x60', 'x21', 'x42', 'x38', 'x14', 'x30', 'x22', 'x13', 'x31', 'x44', 'x30', 'x36', 'x33', 'x59', 'x32', 'x41', 'x38', 'x15', 'x46', 'x18', 'x46', 'x44'], 'k': 4, 'n': 32, '_time': 0.0002734661102294922, '_task': 'basic_proc...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x22 x40 x61 x19 x7 x2 x16 x32 x20 x51 x35 x57 x41 x9 x47 x18 x15 x60 x38 x23 x62 x4 x18 x26 x57 x9 x10 x61 x7 x36 x40 x34
x22 x40 x61 x19 x7 x2 x16 x32 x20 x51 x35 x57 x41 x9 x47 x18 x15 x60 x38 x23 x62 x4 x26 x10 x36 x34
{'task': 'set', 'seq': ['x22', 'x40', 'x61', 'x19', 'x7', 'x2', 'x16', 'x32', 'x20', 'x51', 'x35', 'x57', 'x41', 'x9', 'x47', 'x18', 'x15', 'x60', 'x38', 'x23', 'x62', 'x4', 'x18', 'x26', 'x57', 'x9', 'x10', 'x61', 'x7', 'x36', 'x40', 'x34'], 'k': 4, 'n': 32, '_time': 0.00028252601623535156, '_task': 'basic_procedural'...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x63 x40 x28 x24 x39 x52 x37 x19 x59 x27 x1 x55 x50 x56 x43 x2 x58 x12 x61 x14 x3 x15 x30 x46 x43 x58 x8 x18 x53 x25 x1 x50
x63 x40 x28 x24 x39 x52 x37 x19 x59 x27 x1 x55 x50 x56 x43 x2 x58 x12 x61 x14 x3 x15 x30 x46 x43 x58 x8 x18 x53 x25 x1 x50
{'task': 'identity', 'seq': ['x63', 'x40', 'x28', 'x24', 'x39', 'x52', 'x37', 'x19', 'x59', 'x27', 'x1', 'x55', 'x50', 'x56', 'x43', 'x2', 'x58', 'x12', 'x61', 'x14', 'x3', 'x15', 'x30', 'x46', 'x43', 'x58', 'x8', 'x18', 'x53', 'x25', 'x1', 'x50'], 'k': 4, 'n': 32, '_time': 0.0002753734588623047, '_task': 'basic_proced...
identity
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 x13; PUSH x47; PUSH x55; PUSH x56; PUSH x2; PUSH x50; PUSH x50; PUSH x48; PUSH x19; PUSH x17; PUSH x32; PUSH x12; PUSH x58; POP; PUSH x14; PUSH x37; PUSH ...
x47 x8 x37 x14 x12 x32 x17 x19 x48 x50 x50 x2 x56 x55 x47 x13
{'task': 'stack', 'seq': ['PUSH x13', 'PUSH x47', 'PUSH x55', 'PUSH x56', 'PUSH x2', 'PUSH x50', 'PUSH x50', 'PUSH x48', 'PUSH x19', 'PUSH x17', 'PUSH x32', 'PUSH x12', 'PUSH x58', 'POP', 'PUSH x14', 'PUSH x37', 'PUSH x28', 'PUSH x37', 'PUSH x44', 'PUSH x59', 'PUSH x1', 'PUSH x3', 'POP', 'POP', 'POP', 'POP', 'POP', 'PO...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x56 x45 x34 x19 x43 x15 x5 x43 x50 x31 x27 x4 x2 x8 x51 x8 x2 x2 x13 x38 x29 x12 x39 x8 x42 x39 x47 x45 x25 x56 x21 x46 (TARGET) x23
x56 x45 x34 x19 x43 x15 x5 x43 x50 x31 x27 x4 x2 x8 x51 x8 x2 x2 x13 x38 x29 x12 x39 x8 x42 x39 x47 x45 x25 x56 x21 x46
{'task': 'delete', 'seq': [['x56', 'x45', 'x34', 'x19', 'x43', 'x15', 'x5', 'x43', 'x50', 'x31', 'x27', 'x4', 'x2', 'x8', 'x51', 'x8', 'x2', 'x2', 'x13', 'x38', 'x29', 'x12', 'x39', 'x8', 'x42', 'x39', 'x47', 'x45', 'x25', 'x56', 'x21', 'x46'], 'x23'], 'k': 4, 'n': 32, '_time': 0.0003063678741455078, '_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.
o2 c2 o1 c1 o0 c0 o2 c2 o2 c2 o2 c2 o3 o0 c0 o3 c3 o2 o2 c3 o0 c2 c2 o2 o0 o1 c2 c1 c0 o2 c2 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030040740966796875, '_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) x55 x27 x44 x31 x2 x58 x49 x20 x5 x33 x41 x41 x23 x63 x18 x38 x47 x14 x60 x46 x24 x32 x6 x38 x57 x50 x50 x59 x57 x38 x9 x14
x14 x9 x38 x57 x59 x50 x50 x57 x38 x6 x32 x24 x46 x60 x14 x47 x38 x18 x63 x23 x41 x41 x33 x5 x20 x49 x58 x2 x31 x44 x27 x55
{'task': 'reverse', 'seq': ['x55', 'x27', 'x44', 'x31', 'x2', 'x58', 'x49', 'x20', 'x5', 'x33', 'x41', 'x41', 'x23', 'x63', 'x18', 'x38', 'x47', 'x14', 'x60', 'x46', 'x24', 'x32', 'x6', 'x38', 'x57', 'x50', 'x50', 'x59', 'x57', 'x38', 'x9', 'x14'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_proced...
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.
o2 c2 o2 c2 o2 o1 c1 c2 o1 o0 o2 c2 o2 o0 o0 o2 c2 o1 o0 o1 c1 c0 c1 c0 c0 c2 o3 o1 c1 c3 c0 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003933906555175781, '_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) x15 x11 x6 x4 x56 x23 x48 x59 x19 x49 x60 x31 x48 x62 x32 x41 x63 x22 x24 x8 x18 x9 x44 x14 x32 x27 x30 x5 x21 x13 x17 x17
x17 x17 x13 x21 x5 x30 x27 x32 x14 x44 x9 x18 x8 x24 x22 x63 x41 x32 x62 x48 x31 x60 x49 x19 x59 x48 x23 x56 x4 x6 x11 x15
{'task': 'reverse', 'seq': ['x15', 'x11', 'x6', 'x4', 'x56', 'x23', 'x48', 'x59', 'x19', 'x49', 'x60', 'x31', 'x48', 'x62', 'x32', 'x41', 'x63', 'x22', 'x24', 'x8', 'x18', 'x9', 'x44', 'x14', 'x32', 'x27', 'x30', 'x5', 'x21', 'x13', 'x17', 'x17'], 'k': 4, 'n': 32, '_time': 0.0002751350402832031, '_task': 'basic_procedu...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x52 x52 x8 x10 x52 x52 x17 x59 x17 x42 x39 x23 x41 x5 x8 x43 x58 x27 x19 x33 x5 x42 x1 x45 x39 x52 x38 x25 x34 x49 x6 x56 (TARGET) x51
x52 x52 x8 x10 x52 x52 x17 x59 x17 x42 x39 x23 x41 x5 x8 x43 x58 x27 x19 x33 x5 x42 x1 x45 x39 x52 x38 x25 x34 x49 x6 x56
{'task': 'delete', 'seq': [['x52', 'x52', 'x8', 'x10', 'x52', 'x52', 'x17', 'x59', 'x17', 'x42', 'x39', 'x23', 'x41', 'x5', 'x8', 'x43', 'x58', 'x27', 'x19', 'x33', 'x5', 'x42', 'x1', 'x45', 'x39', 'x52', 'x38', 'x25', 'x34', 'x49', 'x6', 'x56'], 'x51'], 'k': 4, 'n': 32, '_time': 0.0003056526184082031, '_task': 'basic_...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x51 x3 x5 x49 x11 x47 x39 x38 x59 x57 x53 x17 x3 x23 x60 x38 x19 x12 x28 x56 x29 x64 x25 x23 x2 x33 x26 x27 x6 x14 x7 x40
x2 x3 x3 x5 x6 x7 x11 x12 x14 x17 x19 x23 x23 x25 x26 x27 x28 x29 x33 x38 x38 x39 x40 x47 x49 x51 x53 x56 x57 x59 x60 x64
{'task': 'sort', 'seq': ['x51', 'x3', 'x5', 'x49', 'x11', 'x47', 'x39', 'x38', 'x59', 'x57', 'x53', 'x17', 'x3', 'x23', 'x60', 'x38', 'x19', 'x12', 'x28', 'x56', 'x29', 'x64', 'x25', 'x23', 'x2', 'x33', 'x26', 'x27', 'x6', 'x14', 'x7', 'x40'], 'k': 4, 'n': 32, '_time': 0.0004012584686279297, '_task': 'basic_procedural'...
sort
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x61 x36 x26 x37 x5 x41 x11 x4 x30 x25 x8 x28 x45 x11 x22 x35 x38 x32 x30 x11 x62 x7 x48 x36 x42 x5 x14 x7 x23 x42 x3 x58
x3 x4 x5 x5 x7 x7 x8 x11 x11 x11 x14 x22 x23 x25 x26 x28 x30 x30 x32 x35 x36 x36 x37 x38 x41 x42 x42 x45 x48 x58 x61 x62
{'task': 'sort', 'seq': ['x61', 'x36', 'x26', 'x37', 'x5', 'x41', 'x11', 'x4', 'x30', 'x25', 'x8', 'x28', 'x45', 'x11', 'x22', 'x35', 'x38', 'x32', 'x30', 'x11', 'x62', 'x7', 'x48', 'x36', 'x42', 'x5', 'x14', 'x7', 'x23', 'x42', 'x3', 'x58'], 'k': 4, 'n': 32, '_time': 0.0002913475036621094, '_task': 'basic_procedural',...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x10 x24 x46 x57 x24 x40 x64 x3 x56 x47 x42 x41 x49 x64 x43 x31 x36 x57 x18 x20 x26 x40 x10 x24 x35 x53 x14 x63 x20 x37 x48 x13
x10 x24 x46 x57 x40 x64 x3 x56 x47 x42 x41 x49 x43 x31 x36 x18 x20 x26 x35 x53 x14 x63 x37 x48 x13
{'task': 'set', 'seq': ['x10', 'x24', 'x46', 'x57', 'x24', 'x40', 'x64', 'x3', 'x56', 'x47', 'x42', 'x41', 'x49', 'x64', 'x43', 'x31', 'x36', 'x57', 'x18', 'x20', 'x26', 'x40', 'x10', 'x24', 'x35', 'x53', 'x14', 'x63', 'x20', 'x37', 'x48', 'x13'], 'k': 4, 'n': 32, '_time': 0.00027871131896972656, '_task': 'basic_proced...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x13 x22 x64 x3 x30 x4 x42 x46 x26 x43 x7 x55 x43 x57 x2 x28 x57 x8 x20 x4 x24 x21 x58 x44 x41 x63 x41 x48 x58 x1 x2 x53
x13 x22 x64 x3 x30 x4 x42 x46 x26 x43 x7 x55 x43 x57 x2 x28 x57 x8 x20 x4 x24 x21 x58 x44 x41 x63 x41 x48 x58 x1 x2 x53
{'task': 'identity', 'seq': ['x13', 'x22', 'x64', 'x3', 'x30', 'x4', 'x42', 'x46', 'x26', 'x43', 'x7', 'x55', 'x43', 'x57', 'x2', 'x28', 'x57', 'x8', 'x20', 'x4', 'x24', 'x21', 'x58', 'x44', 'x41', 'x63', 'x41', 'x48', 'x58', 'x1', 'x2', 'x53'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_procedura...
identity
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x52 x56 x60 x44 x22 x64 x31 x23 x23 x24 x46 x43 x26 x11 x55 x39 x36 x4 x34 x24 x55 x46 x35 x21 x27 x3 x37 x27 x51 x21 x23 x54 (TARGET) x21
x52 x56 x60 x44 x22 x64 x31 x23 x23 x24 x46 x43 x26 x11 x55 x39 x36 x4 x34 x24 x55 x46 x35 x27 x3 x37 x27 x51 x21 x23 x54
{'task': 'delete', 'seq': [['x52', 'x56', 'x60', 'x44', 'x22', 'x64', 'x31', 'x23', 'x23', 'x24', 'x46', 'x43', 'x26', 'x11', 'x55', 'x39', 'x36', 'x4', 'x34', 'x24', 'x55', 'x46', 'x35', 'x21', 'x27', 'x3', 'x37', 'x27', 'x51', 'x21', 'x23', 'x54'], 'x21'], 'k': 4, 'n': 32, '_time': 0.00043320655822753906, '_task': 'b...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x50 x6 x51 x7 x18 x19 x44 x38 x58 x39 x63 x14 x33 x15 x19 x25 x33 x36 x22 x20 x51 x9 x47 x24 x15 x41 x34 x7 x53 x22 x19 x13
x50 x6 x51 x7 x18 x19 x44 x38 x58 x39 x63 x14 x33 x15 x19 x25 x33 x36 x22 x20 x51 x9 x47 x24 x15 x41 x34 x7 x53 x22 x19 x13
{'task': 'identity', 'seq': ['x50', 'x6', 'x51', 'x7', 'x18', 'x19', 'x44', 'x38', 'x58', 'x39', 'x63', 'x14', 'x33', 'x15', 'x19', 'x25', 'x33', 'x36', 'x22', 'x20', 'x51', 'x9', 'x47', 'x24', 'x15', 'x41', 'x34', 'x7', 'x53', 'x22', 'x19', 'x13'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_proce...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x1 x25 x55 x12 x60 x64 x55 x34 x7 x55 x57 x4 x50 x19 x53 x25 x3 x11 x17 x44 x6 x20 x3 x57 x34 x64 x54 x43 x25 x48 x23 x45
x1 x3 x3 x4 x6 x7 x11 x12 x17 x19 x20 x23 x25 x25 x25 x34 x34 x43 x44 x45 x48 x50 x53 x54 x55 x55 x55 x57 x57 x60 x64 x64
{'task': 'sort', 'seq': ['x1', 'x25', 'x55', 'x12', 'x60', 'x64', 'x55', 'x34', 'x7', 'x55', 'x57', 'x4', 'x50', 'x19', 'x53', 'x25', 'x3', 'x11', 'x17', 'x44', 'x6', 'x20', 'x3', 'x57', 'x34', 'x64', 'x54', 'x43', 'x25', 'x48', 'x23', 'x45'], 'k': 4, 'n': 32, '_time': 0.0002894401550292969, '_task': 'basic_procedural'...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x40 x13 x31 x3 x33 x4 x3 x16 x50 x1 x45 x33 x51 x31 x16 x22 x19 x2 x12 x11 x16 x51 x25 x37 x9 x33 x46 x19 x25 x36 x44 x57
x57 x44 x36 x25 x19 x46 x33 x9 x37 x25 x51 x16 x11 x12 x2 x19 x22 x16 x31 x51 x33 x45 x1 x50 x16 x3 x4 x33 x3 x31 x13 x40
{'task': 'reverse', 'seq': ['x40', 'x13', 'x31', 'x3', 'x33', 'x4', 'x3', 'x16', 'x50', 'x1', 'x45', 'x33', 'x51', 'x31', 'x16', 'x22', 'x19', 'x2', 'x12', 'x11', 'x16', 'x51', 'x25', 'x37', 'x9', 'x33', 'x46', 'x19', 'x25', 'x36', 'x44', 'x57'], 'k': 4, 'n': 32, '_time': 0.0002760887145996094, '_task': 'basic_procedur...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x58 x55 x14 x32 x62 x50 x4 x5 x2 x8 x30 x19 x48 x53 x14 x30 x3 x30 x30 x25 x11 x34 x1 x17 x29 x48 x12 x10 x18 x25 x18 x61 (TARGET) x19
x58 x55 x14 x32 x62 x50 x4 x5 x2 x8 x30 x48 x53 x14 x30 x3 x30 x30 x25 x11 x34 x1 x17 x29 x48 x12 x10 x18 x25 x18 x61
{'task': 'delete', 'seq': [['x58', 'x55', 'x14', 'x32', 'x62', 'x50', 'x4', 'x5', 'x2', 'x8', 'x30', 'x19', 'x48', 'x53', 'x14', 'x30', 'x3', 'x30', 'x30', 'x25', 'x11', 'x34', 'x1', 'x17', 'x29', 'x48', 'x12', 'x10', 'x18', 'x25', 'x18', 'x61'], 'x19'], 'k': 4, 'n': 32, '_time': 0.0002942085266113281, '_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 o2 c2 o1 c1 c0 o0 c0 o0 o1 c1 o2 o2 o0 c0 c2 c2 c0 o2 o0 o0 o2 c2 c0 o1 c1 o3 c3 c0 o1 c1 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002562999725341797, '_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) x43 x51 x32 x25 x7 x56 x4 x49 x59 x54 x43 x26 x17 x55 x28 x63 (B) x37 x11 x47 x17 x46 x60 x10 x49 x53 x56 x60 x22 x23 x60 x51 x46
x43 x51 x32 x25 x7 x56 x4 x49 x59 x54 x26 x17 x55 x28 x63 x37 x11 x47 x46 x60 x10 x53 x22 x23
{'task': 'union', 'seq': [['x43', 'x51', 'x32', 'x25', 'x7', 'x56', 'x4', 'x49', 'x59', 'x54', 'x43', 'x26', 'x17', 'x55', 'x28', 'x63'], ['x37', 'x11', 'x47', 'x17', 'x46', 'x60', 'x10', 'x49', 'x53', 'x56', 'x60', 'x22', 'x23', 'x60', 'x51', 'x46']], 'k': 4, 'n': 32, '_time': 0.00044536590576171875, '_task': 'basic_p...
union
instruct
0
Reverse the sequence. (SEQUENCE) x2 x16 x37 x1 x22 x48 x24 x52 x8 x50 x13 x47 x28 x45 x4 x1 x3 x53 x48 x11 x23 x50 x39 x13 x36 x62 x5 x13 x2 x51 x23 x17
x17 x23 x51 x2 x13 x5 x62 x36 x13 x39 x50 x23 x11 x48 x53 x3 x1 x4 x45 x28 x47 x13 x50 x8 x52 x24 x48 x22 x1 x37 x16 x2
{'task': 'reverse', 'seq': ['x2', 'x16', 'x37', 'x1', 'x22', 'x48', 'x24', 'x52', 'x8', 'x50', 'x13', 'x47', 'x28', 'x45', 'x4', 'x1', 'x3', 'x53', 'x48', 'x11', 'x23', 'x50', 'x39', 'x13', 'x36', 'x62', 'x5', 'x13', 'x2', 'x51', 'x23', 'x17'], 'k': 4, 'n': 32, '_time': 0.00027441978454589844, '_task': 'basic_procedura...
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.
o2 o1 o0 o2 o3 o2 c2 c3 o3 o3 o3 c3 c3 o0 o3 o1 o3 o1 c1 c3 c1 c3 c0 c3 c2 o1 o2 c2 c1 c0 c1 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038433074951171875, '_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 x29; PUSH x24; PUSH x44; POP; POP; POP; PUSH x58; PUSH x5; PUSH x46; PUSH x26; PUSH x18; PUSH x8; POP; PUSH x13; PUSH x30; PUSH x15; PUSH x21; PUSH x34; P...
x34 x21 x15 x30 x13 x18 x26 x46 x5 x58
{'task': 'stack', 'seq': ['PUSH x29', 'PUSH x24', 'PUSH x44', 'POP', 'POP', 'POP', 'PUSH x58', 'PUSH x5', 'PUSH x46', 'PUSH x26', 'PUSH x18', 'PUSH x8', 'POP', 'PUSH x13', 'PUSH x30', 'PUSH x15', 'PUSH x21', 'PUSH x34', 'PUSH x63', 'PUSH x48', 'PUSH x20', 'PUSH x42', 'POP', 'POP', 'PUSH x3', 'PUSH x29', 'POP', 'POP', '...
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 o2 c2 o3 o1 c1 c3 o1 o3 c3 c1 o3 o3 o0 c0 o3 c3 o3 c3 c3 c3 o1 c1 o0 o3 c3 c0 o0 o3 c3 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002887248992919922, '_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) x16 x20 x24 x14 x31 x24 x33 x64 x32 x31 x62 x21 x3 x43 x12 x29 x53 x6 x28 x2 x50 x41 x30 x34 x15 x26 x27 x23 x23 x5 x18 x55
x55 x18 x5 x23 x23 x27 x26 x15 x34 x30 x41 x50 x2 x28 x6 x53 x29 x12 x43 x3 x21 x62 x31 x32 x64 x33 x24 x31 x14 x24 x20 x16
{'task': 'reverse', 'seq': ['x16', 'x20', 'x24', 'x14', 'x31', 'x24', 'x33', 'x64', 'x32', 'x31', 'x62', 'x21', 'x3', 'x43', 'x12', 'x29', 'x53', 'x6', 'x28', 'x2', 'x50', 'x41', 'x30', 'x34', 'x15', 'x26', 'x27', 'x23', 'x23', 'x5', 'x18', 'x55'], 'k': 4, 'n': 32, '_time': 0.00027441978454589844, '_task': 'basic_proce...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x5 x61 x4 x16 x53 x63 x33 x1 x15 x19 x17 x29 x52 x11 x48 x17 x30 x10 x9 x25 x9 x29 x40 x40 x12 x59 x53 x41 x26 x7 x17 x37 (TARGET) x41
x5 x61 x4 x16 x53 x63 x33 x1 x15 x19 x17 x29 x52 x11 x48 x17 x30 x10 x9 x25 x9 x29 x40 x40 x12 x59 x53 x26 x7 x17 x37
{'task': 'delete', 'seq': [['x5', 'x61', 'x4', 'x16', 'x53', 'x63', 'x33', 'x1', 'x15', 'x19', 'x17', 'x29', 'x52', 'x11', 'x48', 'x17', 'x30', 'x10', 'x9', 'x25', 'x9', 'x29', 'x40', 'x40', 'x12', 'x59', 'x53', 'x41', 'x26', 'x7', 'x17', 'x37'], 'x41'], 'k': 4, 'n': 32, '_time': 0.00028896331787109375, '_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) x46 x15 x4 x56 x52 x1 x51 x7 x61 x51 x46 x12 x25 x11 x63 x2 (B) x3 x40 x56 x45 x46 x1 x34 x20 x53 x55 x16 x8 x61 x25 x30 x21
x46 x15 x4 x56 x52 x1 x51 x7 x61 x12 x25 x11 x63 x2 x3 x40 x45 x34 x20 x53 x55 x16 x8 x30 x21
{'task': 'union', 'seq': [['x46', 'x15', 'x4', 'x56', 'x52', 'x1', 'x51', 'x7', 'x61', 'x51', 'x46', 'x12', 'x25', 'x11', 'x63', 'x2'], ['x3', 'x40', 'x56', 'x45', 'x46', 'x1', 'x34', 'x20', 'x53', 'x55', 'x16', 'x8', 'x61', 'x25', 'x30', 'x21']], 'k': 4, 'n': 32, '_time': 0.000446319580078125, '_task': 'basic_procedur...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x44 x21 x20 x54 x2 x20 x1 x14 x19 x64 x36 x26 x17 x37 x18 x1 x21 x32 x52 x33 x53 x14 x4 x25 x4 x37 x15 x4 x40 x32 x17 x30
x44 x21 x20 x54 x2 x1 x14 x19 x64 x36 x26 x17 x37 x18 x32 x52 x33 x53 x4 x25 x15 x40 x30
{'task': 'set', 'seq': ['x44', 'x21', 'x20', 'x54', 'x2', 'x20', 'x1', 'x14', 'x19', 'x64', 'x36', 'x26', 'x17', 'x37', 'x18', 'x1', 'x21', 'x32', 'x52', 'x33', 'x53', 'x14', 'x4', 'x25', 'x4', 'x37', 'x15', 'x4', 'x40', 'x32', 'x17', 'x30'], 'k': 4, 'n': 32, '_time': 0.0003192424774169922, '_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.
o2 o0 o0 c2 c0 c0 o3 c3 o3 c3 o3 o1 c3 o0 o1 o3 c1 c1 c0 o0 o2 o0 o3 o0 o2 c2 c0 c0 c0 c3 c3 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029969215393066406, '_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) x51 x56 x26 x17 x7 x44 x17 x47 x46 x41 x37 x13 x63 x9 x24 x37 x25 x58 x6 x56 x45 x15 x50 x57 x44 x8 x20 x59 x44 x3 x20 x37
x37 x20 x3 x44 x59 x20 x8 x44 x57 x50 x15 x45 x56 x6 x58 x25 x37 x24 x9 x63 x13 x37 x41 x46 x47 x17 x44 x7 x17 x26 x56 x51
{'task': 'reverse', 'seq': ['x51', 'x56', 'x26', 'x17', 'x7', 'x44', 'x17', 'x47', 'x46', 'x41', 'x37', 'x13', 'x63', 'x9', 'x24', 'x37', 'x25', 'x58', 'x6', 'x56', 'x45', 'x15', 'x50', 'x57', 'x44', 'x8', 'x20', 'x59', 'x44', 'x3', 'x20', 'x37'], 'k': 4, 'n': 32, '_time': 0.00027561187744140625, '_task': 'basic_proced...
reverse
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x49 x64 x2 x31 x44 x47 x51 x18 x29 x8 x58 x39 x14 x60 x41 x42 x55 x26 x27 x4 x58 x17 x37 x44 x26 x58 x60 x43 x36 x33 x55 x10
x2 x4 x8 x10 x14 x17 x18 x26 x26 x27 x29 x31 x33 x36 x37 x39 x41 x42 x43 x44 x44 x47 x49 x51 x55 x55 x58 x58 x58 x60 x60 x64
{'task': 'sort', 'seq': ['x49', 'x64', 'x2', 'x31', 'x44', 'x47', 'x51', 'x18', 'x29', 'x8', 'x58', 'x39', 'x14', 'x60', 'x41', 'x42', 'x55', 'x26', 'x27', 'x4', 'x58', 'x17', 'x37', 'x44', 'x26', 'x58', 'x60', 'x43', 'x36', 'x33', 'x55', 'x10'], 'k': 4, 'n': 32, '_time': 0.0004334449768066406, '_task': 'basic_procedur...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x17 x31 x14 x44 x42 x60 x3 x6 x3 x56 x9 x38 x48 x9 x6 x31 x56 x59 x8 x46 x29 x49 x44 x19 x62 x2 x21 x61 x15 x37 x57 x30
x17 x31 x14 x44 x42 x60 x3 x6 x3 x56 x9 x38 x48 x9 x6 x31 x56 x59 x8 x46 x29 x49 x44 x19 x62 x2 x21 x61 x15 x37 x57 x30
{'task': 'identity', 'seq': ['x17', 'x31', 'x14', 'x44', 'x42', 'x60', 'x3', 'x6', 'x3', 'x56', 'x9', 'x38', 'x48', 'x9', 'x6', 'x31', 'x56', 'x59', 'x8', 'x46', 'x29', 'x49', 'x44', 'x19', 'x62', 'x2', 'x21', 'x61', 'x15', 'x37', 'x57', 'x30'], 'k': 4, 'n': 32, '_time': 0.00037360191345214844, '_task': 'basic_procedur...
identity
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 x47; PUSH x57; PUSH x64; POP; POP; PUSH x6; PUSH x27; PUSH x18; POP; POP; PUSH x50; PUSH x49; PUSH x11; PUSH x52; POP; POP; PUSH x39; PUSH x37; ...
x49 x49 x50 x6 x47 x51
{'task': 'stack', 'seq': ['PUSH x51', 'PUSH x47', 'PUSH x57', 'PUSH x64', 'POP', 'POP', 'PUSH x6', 'PUSH x27', 'PUSH x18', 'POP', 'POP', 'PUSH x50', 'PUSH x49', 'PUSH x11', 'PUSH x52', 'POP', 'POP', 'PUSH x39', 'PUSH x37', 'POP', 'PUSH x19', 'PUSH x28', 'POP', 'POP', 'PUSH x38', 'POP', 'POP', 'PUSH x11', 'PUSH x28', 'P...
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) x37 x13 x6 x6 x47 x22 x22 x36 x51 x46 x20 x40 x31 x1 x56 x44 (B) x5 x5 x14 x28 x35 x8 x11 x21 x27 x46 x62 x41 x57 x64 x57 x1
x37 x13 x6 x47 x22 x36 x51 x46 x20 x40 x31 x1 x56 x44 x5 x14 x28 x35 x8 x11 x21 x27 x62 x41 x57 x64
{'task': 'union', 'seq': [['x37', 'x13', 'x6', 'x6', 'x47', 'x22', 'x22', 'x36', 'x51', 'x46', 'x20', 'x40', 'x31', 'x1', 'x56', 'x44'], ['x5', 'x5', 'x14', 'x28', 'x35', 'x8', 'x11', 'x21', 'x27', 'x46', 'x62', 'x41', 'x57', 'x64', 'x57', 'x1']], 'k': 4, 'n': 32, '_time': 0.00029850006103515625, '_task': 'basic_proced...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x23 x48 x44 x10 x53 x56 x28 x58 x26 x63 x48 x26 x12 x48 x56 x10 x2 x59 x9 x28 x30 x21 x30 x42 x49 x36 x64 x41 x50 x6 x56 x45
x2 x6 x9 x10 x10 x12 x21 x23 x26 x26 x28 x28 x30 x30 x36 x41 x42 x44 x45 x48 x48 x48 x49 x50 x53 x56 x56 x56 x58 x59 x63 x64
{'task': 'sort', 'seq': ['x23', 'x48', 'x44', 'x10', 'x53', 'x56', 'x28', 'x58', 'x26', 'x63', 'x48', 'x26', 'x12', 'x48', 'x56', 'x10', 'x2', 'x59', 'x9', 'x28', 'x30', 'x21', 'x30', 'x42', 'x49', 'x36', 'x64', 'x41', 'x50', 'x6', 'x56', 'x45'], 'k': 4, 'n': 32, '_time': 0.0002892017364501953, '_task': 'basic_procedur...
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.
o2 o1 o0 o1 o0 c0 o2 o1 c0 o2 c1 c2 o0 o0 c0 o0 o1 c2 o1 o3 c1 c1 c3 o0 c0 c1 c0 c2 c0 c1 o2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045561790466308594, '_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) x43 x47 x48 x46 x27 x36 x46 x64 x33 x31 x19 x42 x2 x38 x2 x46 x40 x48 x15 x56 x55 x52 x29 x6 x21 x62 x51 x21 x5 x9 x41 x10
x43 x47 x48 x46 x27 x36 x46 x64 x33 x31 x19 x42 x2 x38 x2 x46 x40 x48 x15 x56 x55 x52 x29 x6 x21 x62 x51 x21 x5 x9 x41 x10
{'task': 'identity', 'seq': ['x43', 'x47', 'x48', 'x46', 'x27', 'x36', 'x46', 'x64', 'x33', 'x31', 'x19', 'x42', 'x2', 'x38', 'x2', 'x46', 'x40', 'x48', 'x15', 'x56', 'x55', 'x52', 'x29', 'x6', 'x21', 'x62', 'x51', 'x21', 'x5', 'x9', 'x41', 'x10'], 'k': 4, 'n': 32, '_time': 0.00027108192443847656, '_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.
o3 c3 o1 o3 o3 o1 c1 c1 c3 c3 o3 o2 c2 o1 o0 c0 o3 o2 c2 c3 o0 c3 c0 c1 o3 o1 c3 c1 o1 c1 o0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003371238708496094, '_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) x21 x26 x55 x33 x30 x6 x9 x57 x8 x1 x23 x44 x17 x39 x57 x49 x17 x59 x45 x32 x8 x61 x44 x55 x64 x15 x37 x50 x49 x27 x9 x7
x21 x26 x55 x33 x30 x6 x9 x57 x8 x1 x23 x44 x17 x39 x49 x59 x45 x32 x61 x64 x15 x37 x50 x27 x7
{'task': 'set', 'seq': ['x21', 'x26', 'x55', 'x33', 'x30', 'x6', 'x9', 'x57', 'x8', 'x1', 'x23', 'x44', 'x17', 'x39', 'x57', 'x49', 'x17', 'x59', 'x45', 'x32', 'x8', 'x61', 'x44', 'x55', 'x64', 'x15', 'x37', 'x50', 'x49', 'x27', 'x9', 'x7'], 'k': 4, 'n': 32, '_time': 0.00028014183044433594, '_task': 'basic_procedural',...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x31 x3 x55 x49 x5 x17 x17 x45 x63 x5 x6 x58 x63 x45 x33 x17 x41 x14 x48 x27 x59 x24 x51 x24 x2 x57 x31 x14 x58 x17 x62 x11 (TARGET) x5
x31 x3 x55 x49 x17 x17 x45 x63 x5 x6 x58 x63 x45 x33 x17 x41 x14 x48 x27 x59 x24 x51 x24 x2 x57 x31 x14 x58 x17 x62 x11
{'task': 'delete', 'seq': [['x31', 'x3', 'x55', 'x49', 'x5', 'x17', 'x17', 'x45', 'x63', 'x5', 'x6', 'x58', 'x63', 'x45', 'x33', 'x17', 'x41', 'x14', 'x48', 'x27', 'x59', 'x24', 'x51', 'x24', 'x2', 'x57', 'x31', 'x14', 'x58', 'x17', 'x62', 'x11'], 'x5'], 'k': 4, 'n': 32, '_time': 0.00032639503479003906, '_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) x19 x34 x22 x14 x35 x34 x21 x14 x54 x59 x13 x26 x16 x51 x3 x3 (B) x8 x57 x57 x56 x48 x11 x34 x42 x59 x57 x45 x33 x34 x16 x64 x14
x19 x34 x22 x14 x35 x21 x54 x59 x13 x26 x16 x51 x3 x8 x57 x56 x48 x11 x42 x45 x33 x64
{'task': 'union', 'seq': [['x19', 'x34', 'x22', 'x14', 'x35', 'x34', 'x21', 'x14', 'x54', 'x59', 'x13', 'x26', 'x16', 'x51', 'x3', 'x3'], ['x8', 'x57', 'x57', 'x56', 'x48', 'x11', 'x34', 'x42', 'x59', 'x57', 'x45', 'x33', 'x34', 'x16', 'x64', 'x14']], 'k': 4, 'n': 32, '_time': 0.0004436969757080078, '_task': 'basic_pro...
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 x14; PUSH x32; POP; PUSH x64; POP; PUSH x54; PUSH x5; PUSH x40; PUSH x32; POP; PUSH x19; PUSH x50; PUSH x26; POP; PUSH x55; PUSH x62; PUSH x58; PUSH x17; ...
x17 x58 x62 x55 x50 x19 x40 x5 x54 x14
{'task': 'stack', 'seq': ['PUSH x14', 'PUSH x32', 'POP', 'PUSH x64', 'POP', 'PUSH x54', 'PUSH x5', 'PUSH x40', 'PUSH x32', 'POP', 'PUSH x19', 'PUSH x50', 'PUSH x26', 'POP', 'PUSH x55', 'PUSH x62', 'PUSH x58', 'PUSH x17', 'PUSH x40', 'PUSH x37', 'PUSH x29', 'PUSH x64', 'POP', 'PUSH x32', 'POP', 'PUSH x57', 'POP', 'POP',...
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 o1 o0 c0 c1 o2 c2 o3 c3 o2 c2 c3 o0 c0 o0 c0 o0 c0 o3 o1 o1 c1 c1 o3 o0 c0 c3 c3 o1 c1 o0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025582313537597656, '_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) x20 x22 x28 x32 x44 x59 x21 x55 x49 x55 x43 x22 x9 x63 x39 x64 x54 x43 x25 x42 x31 x5 x27 x42 x61 x4 x19 x14 x42 x42 x11 x62
x62 x11 x42 x42 x14 x19 x4 x61 x42 x27 x5 x31 x42 x25 x43 x54 x64 x39 x63 x9 x22 x43 x55 x49 x55 x21 x59 x44 x32 x28 x22 x20
{'task': 'reverse', 'seq': ['x20', 'x22', 'x28', 'x32', 'x44', 'x59', 'x21', 'x55', 'x49', 'x55', 'x43', 'x22', 'x9', 'x63', 'x39', 'x64', 'x54', 'x43', 'x25', 'x42', 'x31', 'x5', 'x27', 'x42', 'x61', 'x4', 'x19', 'x14', 'x42', 'x42', 'x11', 'x62'], 'k': 4, 'n': 32, '_time': 0.000308990478515625, '_task': 'basic_proced...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x49 x37 x59 x56 x47 x64 x47 x45 x50 x5 x60 x19 x62 x61 x28 x9 x60 x13 x45 x39 x44 x55 x52 x20 x24 x47 x26 x27 x28 x19 x22 x12
x49 x37 x59 x56 x47 x64 x45 x50 x5 x60 x19 x62 x61 x28 x9 x13 x39 x44 x55 x52 x20 x24 x26 x27 x22 x12
{'task': 'set', 'seq': ['x49', 'x37', 'x59', 'x56', 'x47', 'x64', 'x47', 'x45', 'x50', 'x5', 'x60', 'x19', 'x62', 'x61', 'x28', 'x9', 'x60', 'x13', 'x45', 'x39', 'x44', 'x55', 'x52', 'x20', 'x24', 'x47', 'x26', 'x27', 'x28', 'x19', 'x22', 'x12'], 'k': 4, 'n': 32, '_time': 0.0004189014434814453, '_task': 'basic_procedur...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x44 x14 x10 x52 x13 x33 x41 x49 x61 x20 x9 x21 x51 x54 x39 x46 x51 x42 x39 x48 x4 x37 x48 x10 x52 x6 x9 x42 x59 x10 x29 x7 (TARGET) x7
x44 x14 x10 x52 x13 x33 x41 x49 x61 x20 x9 x21 x51 x54 x39 x46 x51 x42 x39 x48 x4 x37 x48 x10 x52 x6 x9 x42 x59 x10 x29
{'task': 'delete', 'seq': [['x44', 'x14', 'x10', 'x52', 'x13', 'x33', 'x41', 'x49', 'x61', 'x20', 'x9', 'x21', 'x51', 'x54', 'x39', 'x46', 'x51', 'x42', 'x39', 'x48', 'x4', 'x37', 'x48', 'x10', 'x52', 'x6', 'x9', 'x42', 'x59', 'x10', 'x29', 'x7'], 'x7'], 'k': 4, 'n': 32, '_time': 0.00028896331787109375, '_task': 'basic...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x48 x52 x19 x35 x56 x18 x10 x17 x9 x24 x29 x31 x61 x11 x44 x5 x12 x16 x41 x27 x56 x5 x40 x54 x6 x15 x54 x48 x5 x41 x52 x12
x12 x52 x41 x5 x48 x54 x15 x6 x54 x40 x5 x56 x27 x41 x16 x12 x5 x44 x11 x61 x31 x29 x24 x9 x17 x10 x18 x56 x35 x19 x52 x48
{'task': 'reverse', 'seq': ['x48', 'x52', 'x19', 'x35', 'x56', 'x18', 'x10', 'x17', 'x9', 'x24', 'x29', 'x31', 'x61', 'x11', 'x44', 'x5', 'x12', 'x16', 'x41', 'x27', 'x56', 'x5', 'x40', 'x54', 'x6', 'x15', 'x54', 'x48', 'x5', 'x41', 'x52', 'x12'], 'k': 4, 'n': 32, '_time': 0.0002799034118652344, '_task': 'basic_procedu...
reverse
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x41 x36 x2 x10 x64 x56 x27 x50 x36 x38 x7 x48 x3 x47 x17 x26 x60 x47 x28 x8 x42 x60 x26 x54 x9 x41 x48 x24 x17 x41 x20 x4
x2 x3 x4 x7 x8 x9 x10 x17 x17 x20 x24 x26 x26 x27 x28 x36 x36 x38 x41 x41 x41 x42 x47 x47 x48 x48 x50 x54 x56 x60 x60 x64
{'task': 'sort', 'seq': ['x41', 'x36', 'x2', 'x10', 'x64', 'x56', 'x27', 'x50', 'x36', 'x38', 'x7', 'x48', 'x3', 'x47', 'x17', 'x26', 'x60', 'x47', 'x28', 'x8', 'x42', 'x60', 'x26', 'x54', 'x9', 'x41', 'x48', 'x24', 'x17', 'x41', 'x20', 'x4'], 'k': 4, 'n': 32, '_time': 0.0002796649932861328, '_task': 'basic_procedural'...
sort
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x31 x34 x3 x15 x52 x31 x43 x57 x39 x1 x6 x6 x45 x43 x33 x19 x42 x25 x9 x7 x22 x17 x49 x10 x20 x38 x29 x31 x19 x37 x28 x63
x1 x3 x6 x6 x7 x9 x10 x15 x17 x19 x19 x20 x22 x25 x28 x29 x31 x31 x31 x33 x34 x37 x38 x39 x42 x43 x43 x45 x49 x52 x57 x63
{'task': 'sort', 'seq': ['x31', 'x34', 'x3', 'x15', 'x52', 'x31', 'x43', 'x57', 'x39', 'x1', 'x6', 'x6', 'x45', 'x43', 'x33', 'x19', 'x42', 'x25', 'x9', 'x7', 'x22', 'x17', 'x49', 'x10', 'x20', 'x38', 'x29', 'x31', 'x19', 'x37', 'x28', 'x63'], 'k': 4, 'n': 32, '_time': 0.0002884864807128906, '_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 c1 o0 o2 o2 o2 o0 c2 c0 o0 o3 c3 o1 c0 o1 c1 o1 c1 o1 c1 o0 o2 c1 o2 c2 c2 o2 c0 c2 c0 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004477500915527344, '_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) x44 x23 x47 x11 x48 x8 x16 x64 x19 x14 x39 x7 x32 x52 x34 x25 x13 x11 x9 x39 x19 x30 x29 x11 x56 x16 x7 x48 x44 x2 x55 x40
x40 x55 x2 x44 x48 x7 x16 x56 x11 x29 x30 x19 x39 x9 x11 x13 x25 x34 x52 x32 x7 x39 x14 x19 x64 x16 x8 x48 x11 x47 x23 x44
{'task': 'reverse', 'seq': ['x44', 'x23', 'x47', 'x11', 'x48', 'x8', 'x16', 'x64', 'x19', 'x14', 'x39', 'x7', 'x32', 'x52', 'x34', 'x25', 'x13', 'x11', 'x9', 'x39', 'x19', 'x30', 'x29', 'x11', 'x56', 'x16', 'x7', 'x48', 'x44', 'x2', 'x55', 'x40'], 'k': 4, 'n': 32, '_time': 0.0002753734588623047, '_task': 'basic_procedu...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x53 x59 x18 x49 x18 x33 x1 x61 x61 x61 x2 x51 x63 x31 x19 x59 x8 x15 x21 x40 x1 x39 x9 x28 x47 x44 x34 x8 x24 x16 x26 x47 (TARGET) x8
x53 x59 x18 x49 x18 x33 x1 x61 x61 x61 x2 x51 x63 x31 x19 x59 x15 x21 x40 x1 x39 x9 x28 x47 x44 x34 x8 x24 x16 x26 x47
{'task': 'delete', 'seq': [['x53', 'x59', 'x18', 'x49', 'x18', 'x33', 'x1', 'x61', 'x61', 'x61', 'x2', 'x51', 'x63', 'x31', 'x19', 'x59', 'x8', 'x15', 'x21', 'x40', 'x1', 'x39', 'x9', 'x28', 'x47', 'x44', 'x34', 'x8', 'x24', 'x16', 'x26', 'x47'], 'x8'], 'k': 4, 'n': 32, '_time': 0.00028896331787109375, '_task': 'basic_...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x55 x48 x7 x3 x18 x12 x4 x12 x5 x18 x20 x42 x13 x60 x64 x28 x29 x50 x24 x47 x59 x19 x14 x31 x13 x13 x4 x19 x52 x23 x45 x50
x55 x48 x7 x3 x18 x12 x4 x5 x20 x42 x13 x60 x64 x28 x29 x50 x24 x47 x59 x19 x14 x31 x52 x23 x45
{'task': 'set', 'seq': ['x55', 'x48', 'x7', 'x3', 'x18', 'x12', 'x4', 'x12', 'x5', 'x18', 'x20', 'x42', 'x13', 'x60', 'x64', 'x28', 'x29', 'x50', 'x24', 'x47', 'x59', 'x19', 'x14', 'x31', 'x13', 'x13', 'x4', 'x19', 'x52', 'x23', 'x45', 'x50'], 'k': 4, 'n': 32, '_time': 0.0002779960632324219, '_task': 'basic_procedural'...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x48 x16 x7 x25 x39 x16 x53 x28 x61 x59 x12 x48 x31 x18 x17 x24 x2 x59 x64 x59 x51 x51 x41 x33 x16 x2 x27 x49 x41 x11 x50 x28 (TARGET) x50
x48 x16 x7 x25 x39 x16 x53 x28 x61 x59 x12 x48 x31 x18 x17 x24 x2 x59 x64 x59 x51 x51 x41 x33 x16 x2 x27 x49 x41 x11 x28
{'task': 'delete', 'seq': [['x48', 'x16', 'x7', 'x25', 'x39', 'x16', 'x53', 'x28', 'x61', 'x59', 'x12', 'x48', 'x31', 'x18', 'x17', 'x24', 'x2', 'x59', 'x64', 'x59', 'x51', 'x51', 'x41', 'x33', 'x16', 'x2', 'x27', 'x49', 'x41', 'x11', 'x50', 'x28'], 'x50'], 'k': 4, 'n': 32, '_time': 0.0002593994140625, '_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 x60; PUSH x45; POP; PUSH x39; POP; POP; PUSH x9; PUSH x46; POP; PUSH x19; POP; PUSH x62; PUSH x13; PUSH x64; PUSH x45; PUSH x52; PUSH x39; PUSH x58; POP; ...
x64 x13 x62 x9
{'task': 'stack', 'seq': ['PUSH x60', 'PUSH x45', 'POP', 'PUSH x39', 'POP', 'POP', 'PUSH x9', 'PUSH x46', 'POP', 'PUSH x19', 'POP', 'PUSH x62', 'PUSH x13', 'PUSH x64', 'PUSH x45', 'PUSH x52', 'PUSH x39', 'PUSH x58', 'POP', 'PUSH x32', 'POP', 'PUSH x41', 'POP', 'POP', 'POP', 'PUSH x33', 'POP', 'PUSH x60', 'POP', 'POP', ...
stack
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x44 x7 x30 x32 x3 x62 x39 x43 x17 x7 x63 x26 x60 x4 x6 x37 x47 x54 x53 x2 x25 x45 x36 x7 x27 x39 x58 x15 x23 x32 x47 x56
x2 x3 x4 x6 x7 x7 x7 x15 x17 x23 x25 x26 x27 x30 x32 x32 x36 x37 x39 x39 x43 x44 x45 x47 x47 x53 x54 x56 x58 x60 x62 x63
{'task': 'sort', 'seq': ['x44', 'x7', 'x30', 'x32', 'x3', 'x62', 'x39', 'x43', 'x17', 'x7', 'x63', 'x26', 'x60', 'x4', 'x6', 'x37', 'x47', 'x54', 'x53', 'x2', 'x25', 'x45', 'x36', 'x7', 'x27', 'x39', 'x58', 'x15', 'x23', 'x32', 'x47', 'x56'], 'k': 4, 'n': 32, '_time': 0.0002923011779785156, '_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 x15; PUSH x28; PUSH x45; PUSH x48; PUSH x56; POP; PUSH x64; PUSH x39; PUSH x27; POP; PUSH x51; PUSH x20; PUSH x43; POP; PUSH x18; PUSH x31; POP; PUSH x52;...
x39 x64 x48 x45 x28 x15
{'task': 'stack', 'seq': ['PUSH x15', 'PUSH x28', 'PUSH x45', 'PUSH x48', 'PUSH x56', 'POP', 'PUSH x64', 'PUSH x39', 'PUSH x27', 'POP', 'PUSH x51', 'PUSH x20', 'PUSH x43', 'POP', 'PUSH x18', 'PUSH x31', 'POP', 'PUSH x52', 'POP', 'POP', 'PUSH x28', 'PUSH x11', 'POP', 'POP', 'PUSH x28', 'POP', 'POP', 'POP', 'PUSH x56', '...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x16 x41 x8 x51 x10 x33 x16 x18 x60 x51 x50 x36 x13 x34 x48 x49 x55 x15 x39 x50 x56 x26 x49 x3 x55 x5 x1 x21 x13 x43 x24 x32
x32 x24 x43 x13 x21 x1 x5 x55 x3 x49 x26 x56 x50 x39 x15 x55 x49 x48 x34 x13 x36 x50 x51 x60 x18 x16 x33 x10 x51 x8 x41 x16
{'task': 'reverse', 'seq': ['x16', 'x41', 'x8', 'x51', 'x10', 'x33', 'x16', 'x18', 'x60', 'x51', 'x50', 'x36', 'x13', 'x34', 'x48', 'x49', 'x55', 'x15', 'x39', 'x50', 'x56', 'x26', 'x49', 'x3', 'x55', 'x5', 'x1', 'x21', 'x13', 'x43', 'x24', 'x32'], '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.
o1 c1 o0 c0 o1 o2 o3 c3 o3 o0 o0 c0 c0 c3 o0 c0 o3 o3 o2 o3 o3 o1 o1 c1 c1 c3 c3 c2 c3 c3 c2 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025463104248046875, '_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) x23 x60 x11 x61 x48 x52 x15 x46 x23 x48 x35 x40 x24 x13 x43 x59 x12 x21 x52 x47 x22 x25 x49 x37 x16 x3 x63 x41 x12 x58 x35 x27 (TARGET) x40
x23 x60 x11 x61 x48 x52 x15 x46 x23 x48 x35 x24 x13 x43 x59 x12 x21 x52 x47 x22 x25 x49 x37 x16 x3 x63 x41 x12 x58 x35 x27
{'task': 'delete', 'seq': [['x23', 'x60', 'x11', 'x61', 'x48', 'x52', 'x15', 'x46', 'x23', 'x48', 'x35', 'x40', 'x24', 'x13', 'x43', 'x59', 'x12', 'x21', 'x52', 'x47', 'x22', 'x25', 'x49', 'x37', 'x16', 'x3', 'x63', 'x41', 'x12', 'x58', 'x35', 'x27'], 'x40'], 'k': 4, 'n': 32, '_time': 0.0002913475036621094, '_task': 'b...
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.
o1 o0 o2 o3 c0 o0 o0 c2 o1 o0 o3 c1 c0 o2 c1 c0 c2 o2 c2 c0 c3 o0 c0 c3 o0 o2 o0 o3 c0 c0 c2 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002989768981933594, '_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 x60 x40 x11 x31 x1 x38 x38 x12 x37 x60 x4 x8 x2 x61 x26 x45 x62 x38 x21 x64 x1 x52 x12 x54 x17 x12 x35 x27 x24 x7 x44
x24 x60 x40 x11 x31 x1 x38 x12 x37 x4 x8 x2 x61 x26 x45 x62 x21 x64 x52 x54 x17 x35 x27 x7 x44
{'task': 'set', 'seq': ['x24', 'x60', 'x40', 'x11', 'x31', 'x1', 'x38', 'x38', 'x12', 'x37', 'x60', 'x4', 'x8', 'x2', 'x61', 'x26', 'x45', 'x62', 'x38', 'x21', 'x64', 'x1', 'x52', 'x12', 'x54', 'x17', 'x12', 'x35', 'x27', 'x24', 'x7', 'x44'], 'k': 4, 'n': 32, '_time': 0.00029087066650390625, '_task': 'basic_procedural'...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x14 x57 x58 x13 x46 x31 x21 x15 x58 x31 x44 x17 x47 x12 x64 x5 x16 x9 x21 x58 x53 x42 x45 x26 x23 x20 x50 x22 x38 x35 x4 x9 (TARGET) x9
x14 x57 x58 x13 x46 x31 x21 x15 x58 x31 x44 x17 x47 x12 x64 x5 x16 x21 x58 x53 x42 x45 x26 x23 x20 x50 x22 x38 x35 x4 x9
{'task': 'delete', 'seq': [['x14', 'x57', 'x58', 'x13', 'x46', 'x31', 'x21', 'x15', 'x58', 'x31', 'x44', 'x17', 'x47', 'x12', 'x64', 'x5', 'x16', 'x9', 'x21', 'x58', 'x53', 'x42', 'x45', 'x26', 'x23', 'x20', 'x50', 'x22', 'x38', 'x35', 'x4', 'x9'], 'x9'], 'k': 4, 'n': 32, '_time': 0.00025773048400878906, '_task': 'basi...
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 o0 c0 o3 c3 o1 o0 c0 c1 o2 o0 c0 c2 c1 o1 o0 o2 c2 o1 c1 c0 o2 c2 c1 o1 o3 c3 c1 o0 o0 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038433074951171875, '_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 x50 x39 x10 x23 x19 x62 x60 x9 x31 x49 x8 x6 x30 x19 x52 x43 x3 x8 x28 x3 x16 x3 x21 x29 x37 x51 x42 x36 x18 x8 x56
x3 x3 x3 x6 x8 x8 x8 x9 x10 x16 x18 x19 x19 x21 x23 x28 x29 x30 x31 x36 x37 x39 x42 x42 x43 x49 x50 x51 x52 x56 x60 x62
{'task': 'sort', 'seq': ['x42', 'x50', 'x39', 'x10', 'x23', 'x19', 'x62', 'x60', 'x9', 'x31', 'x49', 'x8', 'x6', 'x30', 'x19', 'x52', 'x43', 'x3', 'x8', 'x28', 'x3', 'x16', 'x3', 'x21', 'x29', 'x37', 'x51', 'x42', 'x36', 'x18', 'x8', 'x56'], 'k': 4, 'n': 32, '_time': 0.0002906322479248047, '_task': 'basic_procedural', ...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x4 x27 x27 x34 x2 x43 x55 x34 x47 x47 x61 x6 x11 x50 x32 x12 x63 x59 x14 x19 x10 x63 x50 x43 x23 x15 x5 x6 x10 x50 x45 x59 (TARGET) x4
x27 x27 x34 x2 x43 x55 x34 x47 x47 x61 x6 x11 x50 x32 x12 x63 x59 x14 x19 x10 x63 x50 x43 x23 x15 x5 x6 x10 x50 x45 x59
{'task': 'delete', 'seq': [['x4', 'x27', 'x27', 'x34', 'x2', 'x43', 'x55', 'x34', 'x47', 'x47', 'x61', 'x6', 'x11', 'x50', 'x32', 'x12', 'x63', 'x59', 'x14', 'x19', 'x10', 'x63', 'x50', 'x43', 'x23', 'x15', 'x5', 'x6', 'x10', 'x50', 'x45', 'x59'], 'x4'], 'k': 4, 'n': 32, '_time': 0.00029087066650390625, '_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.
o0 o3 c0 c3 o2 c2 o0 o3 c3 c0 o2 c2 o3 c3 o3 c3 o1 o1 o2 c2 o2 c2 o2 o1 c1 c2 o1 c1 o3 c1 c1 c3
{'task': 'dyck_shuffle', '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': 46, '_answer_tokens': 64...
dyck_shuffle
instruct
0