prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x54 x51 x25 x2 x62 x14 x55 x55 x37 x58 x62 x55 x29 x36 x29 x22 x12 x10 x59 x37 x47 x34 x19 x13 x41 x3 x15 x56 x5 x34 x3 x47
x2 x3 x3 x5 x10 x12 x13 x14 x15 x19 x22 x25 x29 x29 x34 x34 x36 x37 x37 x41 x47 x47 x51 x54 x55 x55 x55 x56 x58 x59 x62 x62
{'task': 'sort', 'seq': ['x54', 'x51', 'x25', 'x2', 'x62', 'x14', 'x55', 'x55', 'x37', 'x58', 'x62', 'x55', 'x29', 'x36', 'x29', 'x22', 'x12', 'x10', 'x59', 'x37', 'x47', 'x34', 'x19', 'x13', 'x41', 'x3', 'x15', 'x56', 'x5', 'x34', 'x3', 'x47'], 'k': 4, 'n': 32, '_time': 0.00042629241943359375, '_task': 'basic_procedur...
sort
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 o2 o2 o0 o2 c2 o3 c3 o3 o2 c2 c3 c0 c2 o2 o3 c3 c2 c2 c0 o3 o3 o1 c1 o2 o3 o3 c3 c3 c2 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003864765167236328, '_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 x55; PUSH x28; POP; PUSH x48; POP; PUSH x16; POP; PUSH x51; POP; POP; PUSH x32; PUSH x12; POP; PUSH x63; POP; PUSH x9; POP; PUSH x50; POP; PUSH x38; PUSH ...
EMPTY
{'task': 'stack', 'seq': ['PUSH x55', 'PUSH x28', 'POP', 'PUSH x48', 'POP', 'PUSH x16', 'POP', 'PUSH x51', 'POP', 'POP', 'PUSH x32', 'PUSH x12', 'POP', 'PUSH x63', 'POP', 'PUSH x9', 'POP', 'PUSH x50', 'POP', 'PUSH x38', 'PUSH x4', 'PUSH x56', 'POP', 'PUSH x19', 'POP', 'POP', 'POP', 'PUSH x34', 'POP', 'POP', 'PUSH x60',...
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 x4; PUSH x19; PUSH x60; PUSH x10; PUSH x9; PUSH x40; POP; PUSH x48; PUSH x57; PUSH x14; POP; POP; POP; PUSH x52; PUSH x15; PUSH x19; POP; POP; PUSH x63; P...
x19 x4
{'task': 'stack', 'seq': ['PUSH x4', 'PUSH x19', 'PUSH x60', 'PUSH x10', 'PUSH x9', 'PUSH x40', 'POP', 'PUSH x48', 'PUSH x57', 'PUSH x14', 'POP', 'POP', 'POP', 'PUSH x52', 'PUSH x15', 'PUSH x19', 'POP', 'POP', 'PUSH x63', 'PUSH x39', 'POP', 'POP', 'PUSH x26', 'PUSH x57', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH ...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x10 x2 x49 x58 x26 x16 x9 x29 x23 x13 x36 x16 x9 x44 x5 x28 x10 x15 x16 x42 x13 x5 x12 x34 x63 x38 x62 x63 x39 x42 x26 x62
x10 x2 x49 x58 x26 x16 x9 x29 x23 x13 x36 x44 x5 x28 x15 x42 x12 x34 x63 x38 x62 x39
{'task': 'set', 'seq': ['x10', 'x2', 'x49', 'x58', 'x26', 'x16', 'x9', 'x29', 'x23', 'x13', 'x36', 'x16', 'x9', 'x44', 'x5', 'x28', 'x10', 'x15', 'x16', 'x42', 'x13', 'x5', 'x12', 'x34', 'x63', 'x38', 'x62', 'x63', 'x39', 'x42', 'x26', 'x62'], 'k': 4, 'n': 32, '_time': 0.0003991127014160156, '_task': 'basic_procedural'...
set
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x34 x56 x13 x30 x17 x38 x12 x51 x28 x28 x22 x43 x40 x30 x51 x28 (B) x23 x43 x32 x5 x51 x56 x34 x43 x38 x13 x1 x3 x57 x47 x11 x7
x34 x56 x13 x30 x17 x38 x12 x51 x28 x22 x43 x40 x23 x32 x5 x1 x3 x57 x47 x11 x7
{'task': 'union', 'seq': [['x34', 'x56', 'x13', 'x30', 'x17', 'x38', 'x12', 'x51', 'x28', 'x28', 'x22', 'x43', 'x40', 'x30', 'x51', 'x28'], ['x23', 'x43', 'x32', 'x5', 'x51', 'x56', 'x34', 'x43', 'x38', 'x13', 'x1', 'x3', 'x57', 'x47', 'x11', 'x7']], 'k': 4, 'n': 32, '_time': 0.00036835670471191406, '_task': 'basic_pro...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x64 x33 x6 x23 x64 x8 x18 x2 x42 x46 x46 x38 x14 x14 x26 x19 x34 x31 x12 x63 x63 x19 x10 x18 x19 x36 x28 x23 x18 x14 x24 x49
x64 x33 x6 x23 x64 x8 x18 x2 x42 x46 x46 x38 x14 x14 x26 x19 x34 x31 x12 x63 x63 x19 x10 x18 x19 x36 x28 x23 x18 x14 x24 x49
{'task': 'identity', 'seq': ['x64', 'x33', 'x6', 'x23', 'x64', 'x8', 'x18', 'x2', 'x42', 'x46', 'x46', 'x38', 'x14', 'x14', 'x26', 'x19', 'x34', 'x31', 'x12', 'x63', 'x63', 'x19', 'x10', 'x18', 'x19', 'x36', 'x28', 'x23', 'x18', 'x14', 'x24', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004115104675292969, '_task': 'basic_proc...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x61 x2 x16 x51 x41 x12 x38 x9 x1 x27 x44 x14 x61 x25 x21 x25 x21 x57 x1 x14 x15 x46 x19 x50 x55 x51 x5 x20 x44 x62 x55 x16
x61 x2 x16 x51 x41 x12 x38 x9 x1 x27 x44 x14 x25 x21 x57 x15 x46 x19 x50 x55 x5 x20 x62
{'task': 'set', 'seq': ['x61', 'x2', 'x16', 'x51', 'x41', 'x12', 'x38', 'x9', 'x1', 'x27', 'x44', 'x14', 'x61', 'x25', 'x21', 'x25', 'x21', 'x57', 'x1', 'x14', 'x15', 'x46', 'x19', 'x50', 'x55', 'x51', 'x5', 'x20', 'x44', 'x62', 'x55', 'x16'], 'k': 4, 'n': 32, '_time': 0.00027632713317871094, '_task': 'basic_procedural...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x42 x3 x43 x6 x3 x6 x64 x60 x6 x48 x15 x59 x16 x18 x31 x53 x29 x40 x7 x56 x29 x5 x6 x7 x21 x6 x6 x17 x62 x2 x39 x26 (TARGET) x6
x42 x3 x43 x3 x6 x64 x60 x6 x48 x15 x59 x16 x18 x31 x53 x29 x40 x7 x56 x29 x5 x6 x7 x21 x6 x6 x17 x62 x2 x39 x26
{'task': 'delete', 'seq': [['x42', 'x3', 'x43', 'x6', 'x3', 'x6', 'x64', 'x60', 'x6', 'x48', 'x15', 'x59', 'x16', 'x18', 'x31', 'x53', 'x29', 'x40', 'x7', 'x56', 'x29', 'x5', 'x6', 'x7', 'x21', 'x6', 'x6', 'x17', 'x62', 'x2', 'x39', 'x26'], 'x6'], 'k': 4, 'n': 32, '_time': 0.00031256675720214844, '_task': 'basic_proced...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x58 x48 x24 x44 x10 x16 x47 x41 x42 x27 x64 x19 x47 x13 x20 x51 x37 x2 x27 x27 x52 x8 x22 x14 x46 x5 x19 x30 x61 x16 x40 x38
x58 x48 x24 x44 x10 x16 x47 x41 x42 x27 x64 x19 x47 x13 x20 x51 x37 x2 x27 x27 x52 x8 x22 x14 x46 x5 x19 x30 x61 x16 x40 x38
{'task': 'identity', 'seq': ['x58', 'x48', 'x24', 'x44', 'x10', 'x16', 'x47', 'x41', 'x42', 'x27', 'x64', 'x19', 'x47', 'x13', 'x20', 'x51', 'x37', 'x2', 'x27', 'x27', 'x52', 'x8', 'x22', 'x14', 'x46', 'x5', 'x19', 'x30', 'x61', 'x16', 'x40', 'x38'], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_task': 'basic_proc...
identity
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x63 x22 x8 x11 x49 x60 x32 x39 x54 x1 x55 x25 x15 x13 x52 x9 x56 x60 x43 x3 x22 x64 x10 x8 x48 x37 x49 x45 x7 x8 x43 x43 (TARGET) x56
x63 x22 x8 x11 x49 x60 x32 x39 x54 x1 x55 x25 x15 x13 x52 x9 x60 x43 x3 x22 x64 x10 x8 x48 x37 x49 x45 x7 x8 x43 x43
{'task': 'delete', 'seq': [['x63', 'x22', 'x8', 'x11', 'x49', 'x60', 'x32', 'x39', 'x54', 'x1', 'x55', 'x25', 'x15', 'x13', 'x52', 'x9', 'x56', 'x60', 'x43', 'x3', 'x22', 'x64', 'x10', 'x8', 'x48', 'x37', 'x49', 'x45', 'x7', 'x8', 'x43', 'x43'], 'x56'], 'k': 4, 'n': 32, '_time': 0.0003139972686767578, '_task': 'basic_p...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x50 x43 x24 x1 x22 x60 x16 x48 x23 x33 x22 x10 x31 x64 x33 x7 x40 x19 x38 x26 x21 x4 x50 x29 x24 x59 x27 x44 x60 x25 x28 x11
x50 x43 x24 x1 x22 x60 x16 x48 x23 x33 x22 x10 x31 x64 x33 x7 x40 x19 x38 x26 x21 x4 x50 x29 x24 x59 x27 x44 x60 x25 x28 x11
{'task': 'identity', 'seq': ['x50', 'x43', 'x24', 'x1', 'x22', 'x60', 'x16', 'x48', 'x23', 'x33', 'x22', 'x10', 'x31', 'x64', 'x33', 'x7', 'x40', 'x19', 'x38', 'x26', 'x21', 'x4', 'x50', 'x29', 'x24', 'x59', 'x27', 'x44', 'x60', 'x25', 'x28', 'x11'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedur...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x17 x48 x4 x6 x11 x40 x23 x48 x64 x33 x20 x61 x48 x29 x22 x61 x37 x22 x5 x12 x14 x44 x38 x34 x20 x9 x1 x1 x5 x21 x29 x3
x3 x29 x21 x5 x1 x1 x9 x20 x34 x38 x44 x14 x12 x5 x22 x37 x61 x22 x29 x48 x61 x20 x33 x64 x48 x23 x40 x11 x6 x4 x48 x17
{'task': 'reverse', 'seq': ['x17', 'x48', 'x4', 'x6', 'x11', 'x40', 'x23', 'x48', 'x64', 'x33', 'x20', 'x61', 'x48', 'x29', 'x22', 'x61', 'x37', 'x22', 'x5', 'x12', 'x14', 'x44', 'x38', 'x34', 'x20', 'x9', 'x1', 'x1', 'x5', 'x21', 'x29', 'x3'], 'k': 4, 'n': 32, '_time': 0.0002799034118652344, '_task': 'basic_procedural...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x25 x5 x49 x56 x39 x56 x32 x51 x19 x15 x57 x63 x31 x49 x22 x29 x46 x7 x6 x25 x7 x63 x38 x36 x6 x51 x51 x59 x23 x61 x53 x15
x25 x5 x49 x56 x39 x56 x32 x51 x19 x15 x57 x63 x31 x49 x22 x29 x46 x7 x6 x25 x7 x63 x38 x36 x6 x51 x51 x59 x23 x61 x53 x15
{'task': 'identity', 'seq': ['x25', 'x5', 'x49', 'x56', 'x39', 'x56', 'x32', 'x51', 'x19', 'x15', 'x57', 'x63', 'x31', 'x49', 'x22', 'x29', 'x46', 'x7', 'x6', 'x25', 'x7', 'x63', 'x38', 'x36', 'x6', 'x51', 'x51', 'x59', 'x23', 'x61', 'x53', 'x15'], 'k': 4, 'n': 32, '_time': 0.0002734661102294922, '_task': 'basic_proced...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x7 x62 x11 x29 x47 x10 x11 x47 x18 x53 x40 x48 x38 x60 x7 x60 x39 x51 x14 x32 x53 x55 x55 x24 x12 x6 x5 x23 x30 x27 x43 x12
x7 x62 x11 x29 x47 x10 x18 x53 x40 x48 x38 x60 x39 x51 x14 x32 x55 x24 x12 x6 x5 x23 x30 x27 x43
{'task': 'set', 'seq': ['x7', 'x62', 'x11', 'x29', 'x47', 'x10', 'x11', 'x47', 'x18', 'x53', 'x40', 'x48', 'x38', 'x60', 'x7', 'x60', 'x39', 'x51', 'x14', 'x32', 'x53', 'x55', 'x55', 'x24', 'x12', 'x6', 'x5', 'x23', 'x30', 'x27', 'x43', 'x12'], 'k': 4, 'n': 32, '_time': 0.0004208087921142578, '_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 x32; PUSH x27; POP; POP; PUSH x54; PUSH x49; PUSH x26; PUSH x17; POP; PUSH x49; PUSH x33; PUSH x15; PUSH x59; PUSH x21; PUSH x8; PUSH x34; POP; PUSH x41; ...
x15 x33 x49 x26 x49 x54
{'task': 'stack', 'seq': ['PUSH x32', 'PUSH x27', 'POP', 'POP', 'PUSH x54', 'PUSH x49', 'PUSH x26', 'PUSH x17', 'POP', 'PUSH x49', 'PUSH x33', 'PUSH x15', 'PUSH x59', 'PUSH x21', 'PUSH x8', 'PUSH x34', 'POP', 'PUSH x41', 'PUSH x19', 'POP', 'PUSH x44', 'PUSH x12', 'POP', 'PUSH x39', 'POP', 'POP', 'POP', 'PUSH x23', 'POP...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x3 x1 x3 x13 x48 x20 x51 x3 x14 x36 x32 x8 x28 x14 x8 x40 x30 x30 x29 x2 x62 x30 x39 x32 x38 x18 x55 x60 x16 x50 x5 x37
x3 x1 x3 x13 x48 x20 x51 x3 x14 x36 x32 x8 x28 x14 x8 x40 x30 x30 x29 x2 x62 x30 x39 x32 x38 x18 x55 x60 x16 x50 x5 x37
{'task': 'identity', 'seq': ['x3', 'x1', 'x3', 'x13', 'x48', 'x20', 'x51', 'x3', 'x14', 'x36', 'x32', 'x8', 'x28', 'x14', 'x8', 'x40', 'x30', 'x30', 'x29', 'x2', 'x62', 'x30', 'x39', 'x32', 'x38', 'x18', 'x55', 'x60', 'x16', 'x50', 'x5', 'x37'], 'k': 4, 'n': 32, '_time': 0.00026988983154296875, '_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 x27; PUSH x44; PUSH x23; PUSH x3; PUSH x51; POP; POP; PUSH x33; PUSH x45; PUSH x19; POP; PUSH x46; POP; PUSH x54; PUSH x28; PUSH x5; PUSH x21; PUSH x41; P...
x41 x21 x5 x28 x54 x45 x33 x23 x44 x27
{'task': 'stack', 'seq': ['PUSH x27', 'PUSH x44', 'PUSH x23', 'PUSH x3', 'PUSH x51', 'POP', 'POP', 'PUSH x33', 'PUSH x45', 'PUSH x19', 'POP', 'PUSH x46', 'POP', 'PUSH x54', 'PUSH x28', 'PUSH x5', 'PUSH x21', 'PUSH x41', 'PUSH x60', 'PUSH x44', 'PUSH x11', 'PUSH x55', 'POP', 'PUSH x37', 'POP', 'PUSH x23', 'POP', 'POP', ...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x42 x5 x35 x35 x61 x34 x9 x43 x64 x62 x13 x19 x49 x47 x47 x48 x41 x30 x38 x8 x56 x45 x26 x28 x37 x13 x24 x1 x20 x10 x50 x52
x42 x5 x35 x35 x61 x34 x9 x43 x64 x62 x13 x19 x49 x47 x47 x48 x41 x30 x38 x8 x56 x45 x26 x28 x37 x13 x24 x1 x20 x10 x50 x52
{'task': 'identity', 'seq': ['x42', 'x5', 'x35', 'x35', 'x61', 'x34', 'x9', 'x43', 'x64', 'x62', 'x13', 'x19', 'x49', 'x47', 'x47', 'x48', 'x41', 'x30', 'x38', 'x8', 'x56', 'x45', 'x26', 'x28', 'x37', 'x13', 'x24', 'x1', 'x20', 'x10', 'x50', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_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.
o0 c0 o0 c0 o2 o1 o1 c1 o1 o3 o0 c0 c3 o0 o2 o1 o3 o3 o2 c2 c3 o1 c1 c3 o1 c1 c1 c2 c0 c1 c1 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00027823448181152344, '_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) x42 x12 x37 x45 x18 x19 x37 x3 x52 x30 x24 x47 x18 x50 x44 x19 x25 x26 x3 x45 x20 x14 x37 x35 x37 x27 x62 x44 x2 x43 x46 x58 (TARGET) x43
x42 x12 x37 x45 x18 x19 x37 x3 x52 x30 x24 x47 x18 x50 x44 x19 x25 x26 x3 x45 x20 x14 x37 x35 x37 x27 x62 x44 x2 x46 x58
{'task': 'delete', 'seq': [['x42', 'x12', 'x37', 'x45', 'x18', 'x19', 'x37', 'x3', 'x52', 'x30', 'x24', 'x47', 'x18', 'x50', 'x44', 'x19', 'x25', 'x26', 'x3', 'x45', 'x20', 'x14', 'x37', 'x35', 'x37', 'x27', 'x62', 'x44', 'x2', 'x43', 'x46', 'x58'], 'x43'], 'k': 4, 'n': 32, '_time': 0.0002853870391845703, '_task': 'bas...
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 c0 o1 o3 c3 o3 c3 o3 o1 o2 c2 c1 o3 o1 c1 c3 c1 c3 o1 o3 c1 c3 o1 o2 c2 o0 o2 o2 c1 c0 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002980232238769531, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
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 o1 o0 o1 o2 c2 o0 o0 o0 c0 c0 o0 o3 o2 c2 o2 o2 o2 o2 c2 o3 c3 c2 c2 c2 c3 c0 c0 c1 c0 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025534629821777344, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 o0 o0 o1 o1 c1 c1 c3 o1 c0 o2 o2 o0 c0 c1 c0 o1 o2 c1 o3 o0 c3 o1 o1 c2 o3 c3 c0 c1 c1 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045228004455566406, '_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.
o3 c3 o3 o0 o2 c0 o2 c3 o0 o0 o2 o3 c0 o3 o0 o2 o0 o0 c0 o3 o2 c0 c2 c2 c0 c3 c2 c0 c2 c3 c2 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000293731689453125, '_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 o2 c2 o3 o1 o2 o0 o0 c0 c0 o0 o3 o1 o2 c2 c1 c3 c0 c2 o1 c1 o2 c2 c1 o2 c2 o0 o3 c3 c0 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002551078796386719, '_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 unique elements of the sequence in order of first appearance. (SEQUENCE) x34 x64 x14 x59 x49 x58 x33 x29 x50 x19 x44 x20 x44 x3 x63 x58 x56 x52 x16 x49 x41 x12 x13 x14 x21 x6 x39 x18 x4 x1 x54 x56
x34 x64 x14 x59 x49 x58 x33 x29 x50 x19 x44 x20 x3 x63 x56 x52 x16 x41 x12 x13 x21 x6 x39 x18 x4 x1 x54
{'task': 'set', 'seq': ['x34', 'x64', 'x14', 'x59', 'x49', 'x58', 'x33', 'x29', 'x50', 'x19', 'x44', 'x20', 'x44', 'x3', 'x63', 'x58', 'x56', 'x52', 'x16', 'x49', 'x41', 'x12', 'x13', 'x14', 'x21', 'x6', 'x39', 'x18', 'x4', 'x1', 'x54', 'x56'], 'k': 4, 'n': 32, '_time': 0.00028061866760253906, '_task': 'basic_procedura...
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 o2 c3 o1 c1 o2 c2 c2 o2 o3 c3 o2 c2 c2 o3 o1 c3 o1 c1 o0 c0 c1 o1 o0 c1 o1 c1 c0 o3 c3 o2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045108795166015625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x26 x23 x2 x15 x39 x47 x47 x30 x24 x61 x46 x29 x16 x45 x48 x38 x46 x33 x46 x62 x37 x17 x21 x42 x13 x52 x52 x56 x35 x20 x27 x38
x2 x13 x15 x16 x17 x20 x21 x23 x24 x26 x27 x29 x30 x33 x35 x37 x38 x38 x39 x42 x45 x46 x46 x46 x47 x47 x48 x52 x52 x56 x61 x62
{'task': 'sort', 'seq': ['x26', 'x23', 'x2', 'x15', 'x39', 'x47', 'x47', 'x30', 'x24', 'x61', 'x46', 'x29', 'x16', 'x45', 'x48', 'x38', 'x46', 'x33', 'x46', 'x62', 'x37', 'x17', 'x21', 'x42', 'x13', 'x52', 'x52', 'x56', 'x35', 'x20', 'x27', 'x38'], 'k': 4, 'n': 32, '_time': 0.00028514862060546875, '_task': 'basic_proce...
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 x31; PUSH x31; PUSH x43; PUSH x9; PUSH x42; PUSH x64; PUSH x56; POP; POP; PUSH x31; PUSH x30; PUSH x26; PUSH x40; PUSH x16; PUSH x32; PUSH x17; PUSH x27; ...
x17 x32 x16 x40 x26 x30 x31 x42 x9 x43 x31 x31
{'task': 'stack', 'seq': ['PUSH x31', 'PUSH x31', 'PUSH x43', 'PUSH x9', 'PUSH x42', 'PUSH x64', 'PUSH x56', 'POP', 'POP', 'PUSH x31', 'PUSH x30', 'PUSH x26', 'PUSH x40', 'PUSH x16', 'PUSH x32', 'PUSH x17', 'PUSH x27', 'PUSH x51', 'PUSH x27', 'POP', 'PUSH x24', 'PUSH x50', 'POP', 'PUSH x32', 'POP', 'POP', 'POP', 'PUSH ...
stack
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x18 x57 x14 x10 x1 x20 x58 x12 x27 x63 x18 x42 x59 x10 x55 x10 x8 x56 x11 x9 x50 x50 x35 x8 x17 x62 x24 x17 x29 x33 x19 x9
x1 x8 x8 x9 x9 x10 x10 x10 x11 x12 x14 x17 x17 x18 x18 x19 x20 x24 x27 x29 x33 x35 x42 x50 x50 x55 x56 x57 x58 x59 x62 x63
{'task': 'sort', 'seq': ['x18', 'x57', 'x14', 'x10', 'x1', 'x20', 'x58', 'x12', 'x27', 'x63', 'x18', 'x42', 'x59', 'x10', 'x55', 'x10', 'x8', 'x56', 'x11', 'x9', 'x50', 'x50', 'x35', 'x8', 'x17', 'x62', 'x24', 'x17', 'x29', 'x33', 'x19', 'x9'], 'k': 4, 'n': 32, '_time': 0.00028967857360839844, '_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.
o2 o0 o0 o2 o0 o2 o2 c0 c2 o0 c2 o0 c0 c0 o0 c2 c0 c0 o1 c0 c1 o3 c2 c3 o2 c2 o0 c0 o3 o3 c3 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002770423889160156, '_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.
o0 o0 o0 c0 c0 c0 o1 c1 o1 o0 o1 o1 o2 c2 c1 o2 o3 o2 o3 c3 c2 o0 o0 o1 c1 c0 c0 c3 c2 c1 c0 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003857612609863281, '_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 x33 x45 x61 x2 x60 x55 x41 x33 x15 x16 x40 x11 x24 x14 x22 x28 x10 x39 x61 x18 x22 x23 x26 x26 x59 x18 x41 x46 x23 x11 x17 (TARGET) x41
x57 x33 x45 x61 x2 x60 x55 x33 x15 x16 x40 x11 x24 x14 x22 x28 x10 x39 x61 x18 x22 x23 x26 x26 x59 x18 x41 x46 x23 x11 x17
{'task': 'delete', 'seq': [['x57', 'x33', 'x45', 'x61', 'x2', 'x60', 'x55', 'x41', 'x33', 'x15', 'x16', 'x40', 'x11', 'x24', 'x14', 'x22', 'x28', 'x10', 'x39', 'x61', 'x18', 'x22', 'x23', 'x26', 'x26', 'x59', 'x18', 'x41', 'x46', 'x23', 'x11', 'x17'], 'x41'], 'k': 4, 'n': 32, '_time': 0.0002884864807128906, '_task': 'b...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x12 x54 x21 x19 x23 x36 x43 x40 x49 x47 x15 x27 x62 x54 x15 x43 x46 x25 x42 x38 x57 x43 x18 x53 x6 x32 x32 x27 x48 x7 x38 x9
x12 x54 x21 x19 x23 x36 x43 x40 x49 x47 x15 x27 x62 x46 x25 x42 x38 x57 x18 x53 x6 x32 x48 x7 x9
{'task': 'set', 'seq': ['x12', 'x54', 'x21', 'x19', 'x23', 'x36', 'x43', 'x40', 'x49', 'x47', 'x15', 'x27', 'x62', 'x54', 'x15', 'x43', 'x46', 'x25', 'x42', 'x38', 'x57', 'x43', 'x18', 'x53', 'x6', 'x32', 'x32', 'x27', 'x48', 'x7', 'x38', 'x9'], 'k': 4, 'n': 32, '_time': 0.0002486705780029297, '_task': 'basic_procedura...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x10 x5 x60 x30 x9 x7 x54 x63 x44 x42 x31 x1 x49 x19 x21 x11 x38 x56 x40 x63 x48 x2 x45 x60 x45 x37 x43 x43 x58 x24 x47 x32 (TARGET) x45
x10 x5 x60 x30 x9 x7 x54 x63 x44 x42 x31 x1 x49 x19 x21 x11 x38 x56 x40 x63 x48 x2 x60 x45 x37 x43 x43 x58 x24 x47 x32
{'task': 'delete', 'seq': [['x10', 'x5', 'x60', 'x30', 'x9', 'x7', 'x54', 'x63', 'x44', 'x42', 'x31', 'x1', 'x49', 'x19', 'x21', 'x11', 'x38', 'x56', 'x40', 'x63', 'x48', 'x2', 'x45', 'x60', 'x45', 'x37', 'x43', 'x43', 'x58', 'x24', 'x47', 'x32'], 'x45'], 'k': 4, 'n': 32, '_time': 0.00028586387634277344, '_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.
o3 c3 o1 c1 o3 o0 o2 c2 c0 c3 o3 o3 c3 o3 c3 c3 o0 c0 o2 c2 o1 c1 o3 c3 o1 c1 o1 o3 o0 c0 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002541542053222656, '_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.
o3 o0 c0 o3 c3 c3 o0 c0 o2 c2 o3 o2 o1 c1 o1 c1 c2 c3 o2 c2 o1 c1 o3 c3 o2 c2 o2 c2 o3 c3 o2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003845691680908203, '_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) x51 x33 x17 x2 x64 x55 x44 x53 x48 x42 x13 x43 x43 x29 x59 x44 x54 x60 x22 x37 x48 x23 x29 x8 x49 x6 x23 x56 x11 x21 x59 x33 (TARGET) x3
x51 x33 x17 x2 x64 x55 x44 x53 x48 x42 x13 x43 x43 x29 x59 x44 x54 x60 x22 x37 x48 x23 x29 x8 x49 x6 x23 x56 x11 x21 x59 x33
{'task': 'delete', 'seq': [['x51', 'x33', 'x17', 'x2', 'x64', 'x55', 'x44', 'x53', 'x48', 'x42', 'x13', 'x43', 'x43', 'x29', 'x59', 'x44', 'x54', 'x60', 'x22', 'x37', 'x48', 'x23', 'x29', 'x8', 'x49', 'x6', 'x23', 'x56', 'x11', 'x21', 'x59', 'x33'], 'x3'], 'k': 4, 'n': 32, '_time': 0.00035190582275390625, '_task': 'bas...
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 x58; PUSH x19; PUSH x45; PUSH x20; POP; PUSH x1; POP; PUSH x25; PUSH x16; PUSH x2; PUSH x39; POP; PUSH x16; PUSH x35; POP; PUSH x51; POP; POP; POP; PUSH x...
x23 x15 x15 x16 x25 x45 x19 x58
{'task': 'stack', 'seq': ['PUSH x58', 'PUSH x19', 'PUSH x45', 'PUSH x20', 'POP', 'PUSH x1', 'POP', 'PUSH x25', 'PUSH x16', 'PUSH x2', 'PUSH x39', 'POP', 'PUSH x16', 'PUSH x35', 'POP', 'PUSH x51', 'POP', 'POP', 'POP', 'PUSH x15', 'PUSH x15', 'PUSH x38', 'PUSH x50', 'PUSH x49', 'POP', 'POP', 'POP', 'PUSH x23', 'PUSH x44'...
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 x1; POP; PUSH x31; POP; PUSH x62; POP; PUSH x59; PUSH x4; POP; PUSH x47; PUSH x11; PUSH x55; PUSH x15; PUSH x14; PUSH x43; POP; PUSH x33; PUSH x46; POP; P...
x47 x59
{'task': 'stack', 'seq': ['PUSH x1', 'POP', 'PUSH x31', 'POP', 'PUSH x62', 'POP', 'PUSH x59', 'PUSH x4', 'POP', 'PUSH x47', 'PUSH x11', 'PUSH x55', 'PUSH x15', 'PUSH x14', 'PUSH x43', 'POP', 'PUSH x33', 'PUSH x46', 'POP', 'PUSH x25', 'PUSH x53', 'PUSH x58', 'POP', 'POP', 'POP', 'PUSH x43', 'POP', 'POP', 'POP', 'POP', '...
stack
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x61 x37 x37 x37 x31 x62 x2 x11 x53 x40 x8 x30 x62 x44 x56 x23 (B) x47 x33 x29 x40 x30 x16 x42 x26 x34 x35 x22 x38 x21 x25 x62 x61
x61 x37 x31 x62 x2 x11 x53 x40 x8 x30 x44 x56 x23 x47 x33 x29 x16 x42 x26 x34 x35 x22 x38 x21 x25
{'task': 'union', 'seq': [['x61', 'x37', 'x37', 'x37', 'x31', 'x62', 'x2', 'x11', 'x53', 'x40', 'x8', 'x30', 'x62', 'x44', 'x56', 'x23'], ['x47', 'x33', 'x29', 'x40', 'x30', 'x16', 'x42', 'x26', 'x34', 'x35', 'x22', 'x38', 'x21', 'x25', 'x62', 'x61']], 'k': 4, 'n': 32, '_time': 0.00027060508728027344, '_task': 'basic_p...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x45 x41 x25 x45 x46 x25 x53 x49 x12 x17 x38 x11 x42 x26 x24 x37 x3 x6 x55 x16 x45 x23 x40 x62 x53 x3 x45 x6 x37 x1 x55 x20
x1 x3 x3 x6 x6 x11 x12 x16 x17 x20 x23 x24 x25 x25 x26 x37 x37 x38 x40 x41 x42 x45 x45 x45 x45 x46 x49 x53 x53 x55 x55 x62
{'task': 'sort', 'seq': ['x45', 'x41', 'x25', 'x45', 'x46', 'x25', 'x53', 'x49', 'x12', 'x17', 'x38', 'x11', 'x42', 'x26', 'x24', 'x37', 'x3', 'x6', 'x55', 'x16', 'x45', 'x23', 'x40', 'x62', 'x53', 'x3', 'x45', 'x6', 'x37', 'x1', 'x55', 'x20'], 'k': 4, 'n': 32, '_time': 0.0004374980926513672, '_task': 'basic_procedural...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x39 x12 x23 x5 x33 x25 x56 x47 x19 x64 x30 x38 x32 x9 x4 x33 x54 x30 x29 x36 x30 x20 x1 x49 x43 x11 x22 x25 x4 x5 x6 x59 (TARGET) x12
x39 x23 x5 x33 x25 x56 x47 x19 x64 x30 x38 x32 x9 x4 x33 x54 x30 x29 x36 x30 x20 x1 x49 x43 x11 x22 x25 x4 x5 x6 x59
{'task': 'delete', 'seq': [['x39', 'x12', 'x23', 'x5', 'x33', 'x25', 'x56', 'x47', 'x19', 'x64', 'x30', 'x38', 'x32', 'x9', 'x4', 'x33', 'x54', 'x30', 'x29', 'x36', 'x30', 'x20', 'x1', 'x49', 'x43', 'x11', 'x22', 'x25', 'x4', 'x5', 'x6', 'x59'], 'x12'], 'k': 4, 'n': 32, '_time': 0.00033354759216308594, '_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) x36 x24 x51 x25 x61 x40 x11 x7 x28 x38 x14 x30 x10 x15 x28 x38 (B) x44 x64 x54 x10 x35 x32 x18 x49 x2 x50 x33 x43 x8 x36 x17 x26
x36 x24 x51 x25 x61 x40 x11 x7 x28 x38 x14 x30 x10 x15 x44 x64 x54 x35 x32 x18 x49 x2 x50 x33 x43 x8 x17 x26
{'task': 'union', 'seq': [['x36', 'x24', 'x51', 'x25', 'x61', 'x40', 'x11', 'x7', 'x28', 'x38', 'x14', 'x30', 'x10', 'x15', 'x28', 'x38'], ['x44', 'x64', 'x54', 'x10', 'x35', 'x32', 'x18', 'x49', 'x2', 'x50', 'x33', 'x43', 'x8', 'x36', 'x17', 'x26']], 'k': 4, 'n': 32, '_time': 0.0003483295440673828, '_task': 'basic_pro...
union
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 c3 o2 c2 o0 c0 o3 o2 o0 o0 o3 c3 o3 o1 o0 o1 c1 c0 c1 c3 o0 o1 c1 c0 c0 c0 c2 o3 o1 c1 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003857612609863281, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o1 o3 o3 o3 o2 c3 c3 o2 o3 c3 c1 o2 o2 c3 c2 c2 c2 o1 c1 o3 c2 o1 c1 c3 o3 o2 c3 o0 c2 c0 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002949237823486328, '_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) x2 x50 x23 x7 x33 x23 x8 x49 x3 x5 x54 x9 x50 x15 x1 x54 (B) x13 x8 x20 x61 x44 x25 x2 x16 x25 x11 x46 x29 x7 x33 x58 x46
x2 x50 x23 x7 x33 x8 x49 x3 x5 x54 x9 x15 x1 x13 x20 x61 x44 x25 x16 x11 x46 x29 x58
{'task': 'union', 'seq': [['x2', 'x50', 'x23', 'x7', 'x33', 'x23', 'x8', 'x49', 'x3', 'x5', 'x54', 'x9', 'x50', 'x15', 'x1', 'x54'], ['x13', 'x8', 'x20', 'x61', 'x44', 'x25', 'x2', 'x16', 'x25', 'x11', 'x46', 'x29', 'x7', 'x33', 'x58', 'x46']], 'k': 4, 'n': 32, '_time': 0.00029587745666503906, '_task': 'basic_procedura...
union
instruct
0
Reverse the sequence. (SEQUENCE) x22 x57 x24 x51 x48 x23 x30 x30 x20 x50 x62 x41 x8 x31 x1 x4 x43 x17 x51 x56 x47 x59 x45 x19 x52 x21 x55 x48 x45 x3 x5 x50
x50 x5 x3 x45 x48 x55 x21 x52 x19 x45 x59 x47 x56 x51 x17 x43 x4 x1 x31 x8 x41 x62 x50 x20 x30 x30 x23 x48 x51 x24 x57 x22
{'task': 'reverse', 'seq': ['x22', 'x57', 'x24', 'x51', 'x48', 'x23', 'x30', 'x30', 'x20', 'x50', 'x62', 'x41', 'x8', 'x31', 'x1', 'x4', 'x43', 'x17', 'x51', 'x56', 'x47', 'x59', 'x45', 'x19', 'x52', 'x21', 'x55', 'x48', 'x45', 'x3', 'x5', 'x50'], 'k': 4, 'n': 32, '_time': 0.000270843505859375, '_task': 'basic_procedur...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x16 x30 x12 x7 x38 x49 x28 x22 x4 x20 x56 x36 x11 x27 x37 x37 x23 x38 x55 x2 x9 x24 x63 x10 x52 x57 x55 x35 x2 x8 x6 x54 (TARGET) x8
x16 x30 x12 x7 x38 x49 x28 x22 x4 x20 x56 x36 x11 x27 x37 x37 x23 x38 x55 x2 x9 x24 x63 x10 x52 x57 x55 x35 x2 x6 x54
{'task': 'delete', 'seq': [['x16', 'x30', 'x12', 'x7', 'x38', 'x49', 'x28', 'x22', 'x4', 'x20', 'x56', 'x36', 'x11', 'x27', 'x37', 'x37', 'x23', 'x38', 'x55', 'x2', 'x9', 'x24', 'x63', 'x10', 'x52', 'x57', 'x55', 'x35', 'x2', 'x8', 'x6', 'x54'], 'x8'], 'k': 4, 'n': 32, '_time': 0.0003516674041748047, '_task': 'basic_pr...
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 o2 o0 o0 o2 o3 o1 o2 c2 c1 c3 o0 c0 c2 o3 c3 c0 c0 c2 o3 c3 o1 c1 o3 c3 o1 o3 o2 c2 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038623809814453125, '_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 x20; POP; PUSH x51; POP; PUSH x61; PUSH x6; PUSH x24; PUSH x36; POP; PUSH x26; PUSH x46; POP; PUSH x9; POP; PUSH x54; PUSH x58; PUSH x23; PUSH x8; PUSH x1...
x26 x24 x6 x61
{'task': 'stack', 'seq': ['PUSH x20', 'POP', 'PUSH x51', 'POP', 'PUSH x61', 'PUSH x6', 'PUSH x24', 'PUSH x36', 'POP', 'PUSH x26', 'PUSH x46', 'POP', 'PUSH x9', 'POP', 'PUSH x54', 'PUSH x58', 'PUSH x23', 'PUSH x8', 'PUSH x15', 'PUSH x13', 'PUSH x42', 'POP', 'POP', 'POP', 'PUSH x58', 'POP', 'PUSH x23', 'POP', 'POP', 'POP...
stack
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x9 x10 x48 x49 x9 x50 x57 x30 x45 x19 x49 x56 x52 x32 x45 x42 x26 x6 x59 x12 x16 x22 x22 x3 x24 x28 x7 x7 x38 x17 x33 x36
x3 x6 x7 x7 x9 x9 x10 x12 x16 x17 x19 x22 x22 x24 x26 x28 x30 x32 x33 x36 x38 x42 x45 x45 x48 x49 x49 x50 x52 x56 x57 x59
{'task': 'sort', 'seq': ['x9', 'x10', 'x48', 'x49', 'x9', 'x50', 'x57', 'x30', 'x45', 'x19', 'x49', 'x56', 'x52', 'x32', 'x45', 'x42', 'x26', 'x6', 'x59', 'x12', 'x16', 'x22', 'x22', 'x3', 'x24', 'x28', 'x7', 'x7', 'x38', 'x17', 'x33', 'x36'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_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 x52; POP; PUSH x27; PUSH x44; PUSH x16; PUSH x54; POP; PUSH x2; PUSH x8; PUSH x7; PUSH x17; PUSH x36; PUSH x12; PUSH x29; PUSH x40; PUSH x28; POP; PUSH x1...
x36 x17 x7 x8 x2 x16 x44 x27
{'task': 'stack', 'seq': ['PUSH x52', 'POP', 'PUSH x27', 'PUSH x44', 'PUSH x16', 'PUSH x54', 'POP', 'PUSH x2', 'PUSH x8', 'PUSH x7', 'PUSH x17', 'PUSH x36', 'PUSH x12', 'PUSH x29', 'PUSH x40', 'PUSH x28', 'POP', 'PUSH x16', 'PUSH x54', 'PUSH x30', 'POP', 'POP', 'POP', 'POP', 'PUSH x30', 'PUSH x4', 'POP', 'POP', 'PUSH x...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x32 x31 x20 x22 x13 x20 x32 x8 x57 x4 x36 x24 x59 x62 x24 x35 x20 x44 x28 x4 x4 x30 x28 x34 x17 x38 x46 x14 x22 x27 x42 x39
x32 x31 x20 x22 x13 x8 x57 x4 x36 x24 x59 x62 x35 x44 x28 x30 x34 x17 x38 x46 x14 x27 x42 x39
{'task': 'set', 'seq': ['x32', 'x31', 'x20', 'x22', 'x13', 'x20', 'x32', 'x8', 'x57', 'x4', 'x36', 'x24', 'x59', 'x62', 'x24', 'x35', 'x20', 'x44', 'x28', 'x4', 'x4', 'x30', 'x28', 'x34', 'x17', 'x38', 'x46', 'x14', 'x22', 'x27', 'x42', 'x39'], 'k': 4, 'n': 32, '_time': 0.00041985511779785156, '_task': 'basic_procedura...
set
instruct
0
Reverse the sequence. (SEQUENCE) x21 x28 x29 x50 x51 x63 x19 x31 x21 x29 x34 x4 x62 x25 x43 x61 x1 x19 x27 x59 x19 x22 x31 x10 x15 x4 x8 x63 x4 x54 x8 x14
x14 x8 x54 x4 x63 x8 x4 x15 x10 x31 x22 x19 x59 x27 x19 x1 x61 x43 x25 x62 x4 x34 x29 x21 x31 x19 x63 x51 x50 x29 x28 x21
{'task': 'reverse', 'seq': ['x21', 'x28', 'x29', 'x50', 'x51', 'x63', 'x19', 'x31', 'x21', 'x29', 'x34', 'x4', 'x62', 'x25', 'x43', 'x61', 'x1', 'x19', 'x27', 'x59', 'x19', 'x22', 'x31', 'x10', 'x15', 'x4', 'x8', 'x63', 'x4', 'x54', 'x8', 'x14'], 'k': 4, 'n': 32, '_time': 0.00027370452880859375, '_task': 'basic_procedu...
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 o3 o0 c0 c3 c2 o3 o0 c0 c3 o0 o0 o2 c2 c0 c0 o1 c1 o0 c0 o3 o0 c0 o1 o0 o0 o3 c3 c0 c0 c1 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000255584716796875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x62 x3 x14 x64 x36 x24 x18 x46 x5 x8 x5 x46 x59 x10 x51 x7 x61 x20 x22 x11 x61 x44 x57 x22 x19 x7 x48 x32 x48 x9 x8 x42 (TARGET) x62
x3 x14 x64 x36 x24 x18 x46 x5 x8 x5 x46 x59 x10 x51 x7 x61 x20 x22 x11 x61 x44 x57 x22 x19 x7 x48 x32 x48 x9 x8 x42
{'task': 'delete', 'seq': [['x62', 'x3', 'x14', 'x64', 'x36', 'x24', 'x18', 'x46', 'x5', 'x8', 'x5', 'x46', 'x59', 'x10', 'x51', 'x7', 'x61', 'x20', 'x22', 'x11', 'x61', 'x44', 'x57', 'x22', 'x19', 'x7', 'x48', 'x32', 'x48', 'x9', 'x8', 'x42'], 'x62'], 'k': 4, 'n': 32, '_time': 0.00028514862060546875, '_task': 'basic_p...
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 o1 o3 c3 o0 c0 o3 c1 o3 c3 c3 o2 o1 o2 c2 c2 o0 c0 c1 o3 c3 o3 c3 o3 o3 o0 o2 c3 c3 c2 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002982616424560547, '_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) x45 x55 x30 x30 x55 x58 x53 x54 x22 x39 x11 x32 x10 x49 x13 x59 x52 x62 x42 x37 x57 x15 x25 x14 x38 x34 x11 x48 x15 x47 x37 x35
x45 x55 x30 x58 x53 x54 x22 x39 x11 x32 x10 x49 x13 x59 x52 x62 x42 x37 x57 x15 x25 x14 x38 x34 x48 x47 x35
{'task': 'set', 'seq': ['x45', 'x55', 'x30', 'x30', 'x55', 'x58', 'x53', 'x54', 'x22', 'x39', 'x11', 'x32', 'x10', 'x49', 'x13', 'x59', 'x52', 'x62', 'x42', 'x37', 'x57', 'x15', 'x25', 'x14', 'x38', 'x34', 'x11', 'x48', 'x15', 'x47', 'x37', 'x35'], 'k': 4, 'n': 32, '_time': 0.00042438507080078125, '_task': 'basic_proce...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x50 x6 x43 x16 x29 x28 x4 x14 x13 x37 x44 x33 x8 x18 x28 x19 x27 x57 x22 x36 x42 x18 x46 x30 x61 x3 x16 x42 x48 x50 x14 x8 (TARGET) x33
x50 x6 x43 x16 x29 x28 x4 x14 x13 x37 x44 x8 x18 x28 x19 x27 x57 x22 x36 x42 x18 x46 x30 x61 x3 x16 x42 x48 x50 x14 x8
{'task': 'delete', 'seq': [['x50', 'x6', 'x43', 'x16', 'x29', 'x28', 'x4', 'x14', 'x13', 'x37', 'x44', 'x33', 'x8', 'x18', 'x28', 'x19', 'x27', 'x57', 'x22', 'x36', 'x42', 'x18', 'x46', 'x30', 'x61', 'x3', 'x16', 'x42', 'x48', 'x50', 'x14', 'x8'], 'x33'], 'k': 4, 'n': 32, '_time': 0.00026154518127441406, '_task': 'basi...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x63 x7 x16 x58 x49 x22 x25 x2 x31 x33 x11 x15 x4 x39 x26 x55 x55 x46 x17 x11 x30 x9 x41 x56 x42 x60 x11 x43 x45 x55 x41 x9
x9 x41 x55 x45 x43 x11 x60 x42 x56 x41 x9 x30 x11 x17 x46 x55 x55 x26 x39 x4 x15 x11 x33 x31 x2 x25 x22 x49 x58 x16 x7 x63
{'task': 'reverse', 'seq': ['x63', 'x7', 'x16', 'x58', 'x49', 'x22', 'x25', 'x2', 'x31', 'x33', 'x11', 'x15', 'x4', 'x39', 'x26', 'x55', 'x55', 'x46', 'x17', 'x11', 'x30', 'x9', 'x41', 'x56', 'x42', 'x60', 'x11', 'x43', 'x45', 'x55', 'x41', 'x9'], 'k': 4, 'n': 32, '_time': 0.00027060508728027344, '_task': 'basic_proced...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x17 x36 x30 x28 x44 x47 x12 x55 x45 x5 x38 x57 x25 x16 x54 x22 x35 x20 x15 x62 x54 x7 x13 x39 x39 x9 x15 x8 x54 x18 x31 x47
x47 x31 x18 x54 x8 x15 x9 x39 x39 x13 x7 x54 x62 x15 x20 x35 x22 x54 x16 x25 x57 x38 x5 x45 x55 x12 x47 x44 x28 x30 x36 x17
{'task': 'reverse', 'seq': ['x17', 'x36', 'x30', 'x28', 'x44', 'x47', 'x12', 'x55', 'x45', 'x5', 'x38', 'x57', 'x25', 'x16', 'x54', 'x22', 'x35', 'x20', 'x15', 'x62', 'x54', 'x7', 'x13', 'x39', 'x39', 'x9', 'x15', 'x8', 'x54', 'x18', 'x31', 'x47'], 'k': 4, 'n': 32, '_time': 0.00024199485778808594, '_task': 'basic_proce...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x29 x13 x63 x14 x51 x8 x38 x10 x44 x19 x50 x45 x24 x44 x1 x13 x38 x32 x30 x29 x4 x47 x16 x20 x3 x21 x6 x35 x47 x14 x61 x61 (TARGET) x30
x29 x13 x63 x14 x51 x8 x38 x10 x44 x19 x50 x45 x24 x44 x1 x13 x38 x32 x29 x4 x47 x16 x20 x3 x21 x6 x35 x47 x14 x61 x61
{'task': 'delete', 'seq': [['x29', 'x13', 'x63', 'x14', 'x51', 'x8', 'x38', 'x10', 'x44', 'x19', 'x50', 'x45', 'x24', 'x44', 'x1', 'x13', 'x38', 'x32', 'x30', 'x29', 'x4', 'x47', 'x16', 'x20', 'x3', 'x21', 'x6', 'x35', 'x47', 'x14', 'x61', 'x61'], 'x30'], 'k': 4, 'n': 32, '_time': 0.00031185150146484375, '_task': 'basi...
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) x41 x17 x51 x55 x44 x17 x3 x46 x58 x6 x3 x8 x45 x39 x30 x35 (B) x10 x61 x35 x58 x43 x13 x55 x6 x36 x48 x49 x35 x18 x56 x36 x43
x41 x17 x51 x55 x44 x3 x46 x58 x6 x8 x45 x39 x30 x35 x10 x61 x43 x13 x36 x48 x49 x18 x56
{'task': 'union', 'seq': [['x41', 'x17', 'x51', 'x55', 'x44', 'x17', 'x3', 'x46', 'x58', 'x6', 'x3', 'x8', 'x45', 'x39', 'x30', 'x35'], ['x10', 'x61', 'x35', 'x58', 'x43', 'x13', 'x55', 'x6', 'x36', 'x48', 'x49', 'x35', 'x18', 'x56', 'x36', 'x43']], 'k': 4, 'n': 32, '_time': 0.00026035308837890625, '_task': 'basic_proc...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x64 x34 x33 x59 x31 x56 x34 x21 x24 x57 x24 x27 x29 x16 x16 x49 x37 x24 x59 x39 x4 x14 x64 x58 x27 x48 x3 x26 x60 x32 x29 x31
x3 x4 x14 x16 x16 x21 x24 x24 x24 x26 x27 x27 x29 x29 x31 x31 x32 x33 x34 x34 x37 x39 x48 x49 x56 x57 x58 x59 x59 x60 x64 x64
{'task': 'sort', 'seq': ['x64', 'x34', 'x33', 'x59', 'x31', 'x56', 'x34', 'x21', 'x24', 'x57', 'x24', 'x27', 'x29', 'x16', 'x16', 'x49', 'x37', 'x24', 'x59', 'x39', 'x4', 'x14', 'x64', 'x58', 'x27', 'x48', 'x3', 'x26', 'x60', 'x32', 'x29', 'x31'], 'k': 4, 'n': 32, '_time': 0.0002853870391845703, '_task': 'basic_procedu...
sort
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o3 o2 o2 o0 c0 o2 c2 o0 o3 o0 c0 o1 o1 o2 c2 c1 o3 c3 o1 o3 o2 c2 c3 c1 c1 c3 c0 c2 c2 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002567768096923828, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 o1 c1 c1 o0 o1 o1 o3 c1 o0 o0 o1 c0 c3 c0 c1 o3 c3 c1 c0 o2 c2 o1 c1 o3 c3 o1 o1 o2 c2 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045013427734375, '_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': 6...
dyck_shuffle
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 o2 o1 o2 c2 o3 o1 o3 o2 o3 o2 c2 c2 c2 o1 c1 c1 o2 o3 c1 o2 o0 o3 c0 c2 c3 c2 c3 c3 c1 c3 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002944469451904297, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o0 o2 c2 o1 c1 o1 c0 c1 o2 o0 o0 o3 c0 o1 o3 c0 o3 c3 o2 o1 o2 o0 c2 c0 c1 c3 c1 c3 c2 c2 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
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o3 o1 c3 c1 o2 c2 o1 c1 o2 o2 c2 c2 o0 o0 o0 c0 o1 c1 c0 c0 o0 c0 o3 o0 c0 o3 c3 o1 c3 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029754638671875, '_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': 6...
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) x18 x45 x42 x31 x63 x9 x38 x27 x42 x46 x15 x15 x64 x62 x23 x53 (B) x5 x52 x12 x45 x44 x64 x39 x44 x50 x41 x21 x35 x57 x22 x46 x10
x18 x45 x42 x31 x63 x9 x38 x27 x46 x15 x64 x62 x23 x53 x5 x52 x12 x44 x39 x50 x41 x21 x35 x57 x22 x10
{'task': 'union', 'seq': [['x18', 'x45', 'x42', 'x31', 'x63', 'x9', 'x38', 'x27', 'x42', 'x46', 'x15', 'x15', 'x64', 'x62', 'x23', 'x53'], ['x5', 'x52', 'x12', 'x45', 'x44', 'x64', 'x39', 'x44', 'x50', 'x41', 'x21', 'x35', 'x57', 'x22', 'x46', 'x10']], 'k': 4, 'n': 32, '_time': 0.0002970695495605469, '_task': 'basic_pr...
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) x47 x57 x5 x63 x51 x34 x3 x41 x5 x11 x53 x49 x64 x43 x40 x9 (B) x15 x57 x43 x40 x44 x41 x15 x34 x47 x59 x57 x30 x33 x14 x18 x20
x47 x57 x5 x63 x51 x34 x3 x41 x11 x53 x49 x64 x43 x40 x9 x15 x44 x59 x30 x33 x14 x18 x20
{'task': 'union', 'seq': [['x47', 'x57', 'x5', 'x63', 'x51', 'x34', 'x3', 'x41', 'x5', 'x11', 'x53', 'x49', 'x64', 'x43', 'x40', 'x9'], ['x15', 'x57', 'x43', 'x40', 'x44', 'x41', 'x15', 'x34', 'x47', 'x59', 'x57', 'x30', 'x33', 'x14', 'x18', 'x20']], 'k': 4, 'n': 32, '_time': 0.00044727325439453125, '_task': 'basic_pro...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x43 x13 x5 x18 x33 x39 x49 x11 x17 x30 x43 x8 x21 x8 x19 x17 x32 x32 x29 x28 x27 x5 x14 x29 x7 x60 x39 x38 x3 x5 x47 x15
x3 x5 x5 x5 x7 x8 x8 x11 x13 x14 x15 x17 x17 x18 x19 x21 x27 x28 x29 x29 x30 x32 x32 x33 x38 x39 x39 x43 x43 x47 x49 x60
{'task': 'sort', 'seq': ['x43', 'x13', 'x5', 'x18', 'x33', 'x39', 'x49', 'x11', 'x17', 'x30', 'x43', 'x8', 'x21', 'x8', 'x19', 'x17', 'x32', 'x32', 'x29', 'x28', 'x27', 'x5', 'x14', 'x29', 'x7', 'x60', 'x39', 'x38', 'x3', 'x5', 'x47', 'x15'], 'k': 4, 'n': 32, '_time': 0.0002608299255371094, '_task': 'basic_procedural',...
sort
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x30 x61 x63 x53 x44 x29 x7 x2 x26 x13 x11 x18 x39 x1 x32 x8 x53 x32 x50 x36 x57 x55 x22 x5 x57 x47 x47 x6 x6 x42 x54 x16
x1 x2 x5 x6 x6 x7 x8 x11 x13 x16 x18 x22 x26 x29 x30 x32 x32 x36 x39 x42 x44 x47 x47 x50 x53 x53 x54 x55 x57 x57 x61 x63
{'task': 'sort', 'seq': ['x30', 'x61', 'x63', 'x53', 'x44', 'x29', 'x7', 'x2', 'x26', 'x13', 'x11', 'x18', 'x39', 'x1', 'x32', 'x8', 'x53', 'x32', 'x50', 'x36', 'x57', 'x55', 'x22', 'x5', 'x57', 'x47', 'x47', 'x6', 'x6', 'x42', 'x54', 'x16'], 'k': 4, 'n': 32, '_time': 0.0002846717834472656, '_task': 'basic_procedural',...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x20 x23 x57 x8 x4 x32 x51 x64 x11 x25 x58 x7 x12 x56 x48 x22 x58 x14 x16 x42 x35 x46 x48 x25 x18 x36 x56 x32 x18 x58 x5 x42
x42 x5 x58 x18 x32 x56 x36 x18 x25 x48 x46 x35 x42 x16 x14 x58 x22 x48 x56 x12 x7 x58 x25 x11 x64 x51 x32 x4 x8 x57 x23 x20
{'task': 'reverse', 'seq': ['x20', 'x23', 'x57', 'x8', 'x4', 'x32', 'x51', 'x64', 'x11', 'x25', 'x58', 'x7', 'x12', 'x56', 'x48', 'x22', 'x58', 'x14', 'x16', 'x42', 'x35', 'x46', 'x48', 'x25', 'x18', 'x36', 'x56', 'x32', 'x18', 'x58', 'x5', 'x42'], 'k': 4, 'n': 32, '_time': 0.0002474784851074219, '_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.
o3 o3 c3 o0 o3 c3 c0 o2 c2 o2 o0 o0 c0 o0 o1 c1 o2 c2 c0 o1 c1 o0 c0 o2 c2 o1 o3 c3 c1 c0 c2 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00022673606872558594, '_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 x10; PUSH x50; PUSH x37; PUSH x7; PUSH x26; PUSH x17; PUSH x34; PUSH x58; PUSH x52; POP; POP; POP; PUSH x54; PUSH x22; POP; PUSH x59; PUSH x60; PUSH x33; ...
x7 x37 x50 x10
{'task': 'stack', 'seq': ['PUSH x10', 'PUSH x50', 'PUSH x37', 'PUSH x7', 'PUSH x26', 'PUSH x17', 'PUSH x34', 'PUSH x58', 'PUSH x52', 'POP', 'POP', 'POP', 'PUSH x54', 'PUSH x22', 'POP', 'PUSH x59', 'PUSH x60', 'PUSH x33', 'PUSH x51', 'POP', 'POP', 'PUSH x35', 'POP', 'PUSH x46', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x20 x27 x48 x36 x12 x39 x56 x41 x54 x27 x61 x49 x48 x50 x49 x16 x64 x33 x36 x9 x1 x62 x60 x18 x5 x21 x38 x38 x35 x33 x53 x23
x20 x27 x48 x36 x12 x39 x56 x41 x54 x61 x49 x50 x16 x64 x33 x9 x1 x62 x60 x18 x5 x21 x38 x35 x53 x23
{'task': 'set', 'seq': ['x20', 'x27', 'x48', 'x36', 'x12', 'x39', 'x56', 'x41', 'x54', 'x27', 'x61', 'x49', 'x48', 'x50', 'x49', 'x16', 'x64', 'x33', 'x36', 'x9', 'x1', 'x62', 'x60', 'x18', 'x5', 'x21', 'x38', 'x38', 'x35', 'x33', 'x53', 'x23'], 'k': 4, 'n': 32, '_time': 0.0004227161407470703, '_task': 'basic_procedura...
set
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x1; PUSH x5; PUSH x46; PUSH x55; PUSH x42; PUSH x33; PUSH x59; POP; PUSH x34; PUSH x10; PUSH x64; PUSH x50; PUSH x36; POP; PUSH x24; PUSH x49; POP; PUSH x...
x50 x64 x10 x34 x33 x42 x55 x46 x5 x1
{'task': 'stack', 'seq': ['PUSH x1', 'PUSH x5', 'PUSH x46', 'PUSH x55', 'PUSH x42', 'PUSH x33', 'PUSH x59', 'POP', 'PUSH x34', 'PUSH x10', 'PUSH x64', 'PUSH x50', 'PUSH x36', 'POP', 'PUSH x24', 'PUSH x49', 'POP', 'PUSH x29', 'PUSH x14', 'PUSH x51', 'PUSH x6', 'POP', 'PUSH x1', 'POP', 'POP', 'POP', 'POP', 'PUSH x1', '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 x49; POP; PUSH x28; PUSH x9; PUSH x58; POP; PUSH x20; PUSH x29; POP; PUSH x23; PUSH x30; PUSH x41; POP; PUSH x25; PUSH x47; PUSH x35; PUSH x32; PUSH x55; ...
x55 x32 x35 x47 x25 x30 x23 x20 x9 x28
{'task': 'stack', 'seq': ['PUSH x49', 'POP', 'PUSH x28', 'PUSH x9', 'PUSH x58', 'POP', 'PUSH x20', 'PUSH x29', 'POP', 'PUSH x23', 'PUSH x30', 'PUSH x41', 'POP', 'PUSH x25', 'PUSH x47', 'PUSH x35', 'PUSH x32', 'PUSH x55', 'PUSH x3', 'POP', 'PUSH x51', 'PUSH x17', 'PUSH x20', 'POP', 'PUSH x24', 'PUSH x15', 'PUSH x18', 'P...
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 c1 o2 c2 c3 o3 c3 o3 o2 o0 c0 o3 o3 c3 o3 o3 c3 c3 c3 o1 c1 o3 o3 c3 o0 c0 o3 c3 c3 c2 c3
{'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
Copy the sequence exactly. (SEQUENCE) x22 x12 x36 x8 x19 x36 x9 x39 x25 x27 x9 x26 x40 x56 x43 x1 x35 x34 x28 x5 x26 x3 x2 x33 x47 x4 x48 x41 x31 x23 x61 x44
x22 x12 x36 x8 x19 x36 x9 x39 x25 x27 x9 x26 x40 x56 x43 x1 x35 x34 x28 x5 x26 x3 x2 x33 x47 x4 x48 x41 x31 x23 x61 x44
{'task': 'identity', 'seq': ['x22', 'x12', 'x36', 'x8', 'x19', 'x36', 'x9', 'x39', 'x25', 'x27', 'x9', 'x26', 'x40', 'x56', 'x43', 'x1', 'x35', 'x34', 'x28', 'x5', 'x26', 'x3', 'x2', 'x33', 'x47', 'x4', 'x48', 'x41', 'x31', 'x23', 'x61', 'x44'], 'k': 4, 'n': 32, '_time': 0.0002694129943847656, '_task': 'basic_procedura...
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 c3 o0 o1 o1 o1 c1 c1 c1 o0 o3 o0 o0 c0 c0 o3 o3 o0 c0 c3 c3 o1 o0 c0 c1 o0 o1 c1 c0 c3 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003857612609863281, '_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) x22 x2 x61 x41 x16 x47 x51 x45 x62 x29 x61 x61 x33 x16 x18 x10 x33 x56 x57 x51 x48 x48 x18 x54 x50 x7 x48 x11 x15 x16 x38 x54
x2 x7 x10 x11 x15 x16 x16 x16 x18 x18 x22 x29 x33 x33 x38 x41 x45 x47 x48 x48 x48 x50 x51 x51 x54 x54 x56 x57 x61 x61 x61 x62
{'task': 'sort', 'seq': ['x22', 'x2', 'x61', 'x41', 'x16', 'x47', 'x51', 'x45', 'x62', 'x29', 'x61', 'x61', 'x33', 'x16', 'x18', 'x10', 'x33', 'x56', 'x57', 'x51', 'x48', 'x48', 'x18', 'x54', 'x50', 'x7', 'x48', 'x11', 'x15', 'x16', 'x38', 'x54'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_task': 'basic_procedu...
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 x47; PUSH x50; PUSH x27; PUSH x30; POP; PUSH x57; PUSH x13; POP; PUSH x34; POP; POP; PUSH x52; POP; PUSH x10; POP; PUSH x15; PUSH x34; POP; PUSH x23; PUSH...
EMPTY
{'task': 'stack', 'seq': ['PUSH x47', 'PUSH x50', 'PUSH x27', 'PUSH x30', 'POP', 'PUSH x57', 'PUSH x13', 'POP', 'PUSH x34', 'POP', 'POP', 'PUSH x52', 'POP', 'PUSH x10', 'POP', 'PUSH x15', 'PUSH x34', 'POP', 'PUSH x23', 'PUSH x41', 'POP', 'PUSH x32', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x3', 'POP', 'POP', 'PUSH x54'...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x25 x54 x7 x44 x61 x55 x51 x39 x7 x23 x12 x37 x55 x60 x16 x24 x59 x61 x41 x27 x50 x5 x23 x48 x14 x57 x62 x27 x16 x35 x58 x10 (TARGET) x55
x25 x54 x7 x44 x61 x51 x39 x7 x23 x12 x37 x55 x60 x16 x24 x59 x61 x41 x27 x50 x5 x23 x48 x14 x57 x62 x27 x16 x35 x58 x10
{'task': 'delete', 'seq': [['x25', 'x54', 'x7', 'x44', 'x61', 'x55', 'x51', 'x39', 'x7', 'x23', 'x12', 'x37', 'x55', 'x60', 'x16', 'x24', 'x59', 'x61', 'x41', 'x27', 'x50', 'x5', 'x23', 'x48', 'x14', 'x57', 'x62', 'x27', 'x16', 'x35', 'x58', 'x10'], 'x55'], 'k': 4, 'n': 32, '_time': 0.00026702880859375, '_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 x15; PUSH x35; PUSH x31; PUSH x33; PUSH x56; PUSH x36; PUSH x64; POP; PUSH x43; PUSH x25; PUSH x17; POP; PUSH x38; PUSH x14; PUSH x21; POP; PUSH x49; PUSH...
x20 x25 x8 x49 x14 x38 x25 x43 x36 x56 x33 x31 x35 x15
{'task': 'stack', 'seq': ['PUSH x15', 'PUSH x35', 'PUSH x31', 'PUSH x33', 'PUSH x56', 'PUSH x36', 'PUSH x64', 'POP', 'PUSH x43', 'PUSH x25', 'PUSH x17', 'POP', 'PUSH x38', 'PUSH x14', 'PUSH x21', 'POP', 'PUSH x49', 'PUSH x8', 'PUSH x25', 'PUSH x41', 'PUSH x39', 'PUSH x35', 'POP', 'POP', 'PUSH x44', 'POP', 'PUSH x43', '...
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 x6; PUSH x19; PUSH x60; PUSH x11; POP; PUSH x43; PUSH x62; POP; PUSH x50; PUSH x29; PUSH x53; PUSH x13; PUSH x4; POP; PUSH x21; PUSH x20; PUSH x34; PUSH x...
x13 x53 x29 x50 x43 x60 x19 x6
{'task': 'stack', 'seq': ['PUSH x6', 'PUSH x19', 'PUSH x60', 'PUSH x11', 'POP', 'PUSH x43', 'PUSH x62', 'POP', 'PUSH x50', 'PUSH x29', 'PUSH x53', 'PUSH x13', 'PUSH x4', 'POP', 'PUSH x21', 'PUSH x20', 'PUSH x34', 'PUSH x22', 'POP', 'PUSH x21', 'POP', 'PUSH x18', 'POP', 'POP', 'PUSH x39', 'POP', 'POP', 'POP', 'PUSH x9',...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x16 x47 x37 x6 x50 x54 x49 x62 x36 x41 x55 x42 x29 x39 x39 x17 x19 x58 x57 x5 x42 x7 x36 x43 x50 x36 x11 x41 x3 x45 x39 x61
x61 x39 x45 x3 x41 x11 x36 x50 x43 x36 x7 x42 x5 x57 x58 x19 x17 x39 x39 x29 x42 x55 x41 x36 x62 x49 x54 x50 x6 x37 x47 x16
{'task': 'reverse', 'seq': ['x16', 'x47', 'x37', 'x6', 'x50', 'x54', 'x49', 'x62', 'x36', 'x41', 'x55', 'x42', 'x29', 'x39', 'x39', 'x17', 'x19', 'x58', 'x57', 'x5', 'x42', 'x7', 'x36', 'x43', 'x50', 'x36', 'x11', 'x41', 'x3', 'x45', 'x39', 'x61'], 'k': 4, 'n': 32, '_time': 0.00024080276489257812, '_task': 'basic_proce...
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) x16 x37 x52 x42 x25 x14 x39 x15 x48 x4 x39 x9 x56 x5 x2 x13 (B) x53 x29 x32 x1 x49 x29 x30 x13 x38 x22 x41 x45 x57 x26 x48 x12
x16 x37 x52 x42 x25 x14 x39 x15 x48 x4 x9 x56 x5 x2 x13 x53 x29 x32 x1 x49 x30 x38 x22 x41 x45 x57 x26 x12
{'task': 'union', 'seq': [['x16', 'x37', 'x52', 'x42', 'x25', 'x14', 'x39', 'x15', 'x48', 'x4', 'x39', 'x9', 'x56', 'x5', 'x2', 'x13'], ['x53', 'x29', 'x32', 'x1', 'x49', 'x29', 'x30', 'x13', 'x38', 'x22', 'x41', 'x45', 'x57', 'x26', 'x48', 'x12']], 'k': 4, 'n': 32, '_time': 0.0003001689910888672, '_task': 'basic_proce...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x22 x8 x53 x1 x8 x61 x27 x40 x21 x12 x30 x60 x54 x34 x57 x42 x26 x25 x7 x4 x39 x56 x7 x1 x45 x40 x48 x26 x57 x60 x12 x38
x22 x8 x53 x1 x8 x61 x27 x40 x21 x12 x30 x60 x54 x34 x57 x42 x26 x25 x7 x4 x39 x56 x7 x1 x45 x40 x48 x26 x57 x60 x12 x38
{'task': 'identity', 'seq': ['x22', 'x8', 'x53', 'x1', 'x8', 'x61', 'x27', 'x40', 'x21', 'x12', 'x30', 'x60', 'x54', 'x34', 'x57', 'x42', 'x26', 'x25', 'x7', 'x4', 'x39', 'x56', 'x7', 'x1', 'x45', 'x40', 'x48', 'x26', 'x57', 'x60', 'x12', 'x38'], 'k': 4, 'n': 32, '_time': 0.00027370452880859375, '_task': 'basic_procedu...
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.
o1 o0 c0 c1 o0 o2 o1 o1 c1 c1 c2 c0 o0 o3 o2 o0 o1 o2 c2 o2 c2 o1 o2 c2 o3 c3 c1 c1 c0 c2 c3 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003867149353027344, '_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) x3 x36 x28 x47 x50 x38 x50 x57 x58 x15 x25 x41 x59 x23 x8 x27 x25 x60 x39 x36 x45 x18 x8 x62 x10 x38 x1 x50 x52 x41 x13 x61
x61 x13 x41 x52 x50 x1 x38 x10 x62 x8 x18 x45 x36 x39 x60 x25 x27 x8 x23 x59 x41 x25 x15 x58 x57 x50 x38 x50 x47 x28 x36 x3
{'task': 'reverse', 'seq': ['x3', 'x36', 'x28', 'x47', 'x50', 'x38', 'x50', 'x57', 'x58', 'x15', 'x25', 'x41', 'x59', 'x23', 'x8', 'x27', 'x25', 'x60', 'x39', 'x36', 'x45', 'x18', 'x8', 'x62', 'x10', 'x38', 'x1', 'x50', 'x52', 'x41', 'x13', 'x61'], 'k': 4, 'n': 32, '_time': 0.0002694129943847656, '_task': 'basic_proced...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x49 x31 x40 x52 x32 x13 x39 x13 x28 x56 x9 x57 x35 x11 x41 x47 x52 x18 x43 x19 x35 x34 x28 x54 x16 x50 x50 x40 x23 x20 x16 x46 (TARGET) x35
x49 x31 x40 x52 x32 x13 x39 x13 x28 x56 x9 x57 x11 x41 x47 x52 x18 x43 x19 x35 x34 x28 x54 x16 x50 x50 x40 x23 x20 x16 x46
{'task': 'delete', 'seq': [['x49', 'x31', 'x40', 'x52', 'x32', 'x13', 'x39', 'x13', 'x28', 'x56', 'x9', 'x57', 'x35', 'x11', 'x41', 'x47', 'x52', 'x18', 'x43', 'x19', 'x35', 'x34', 'x28', 'x54', 'x16', 'x50', 'x50', 'x40', 'x23', 'x20', 'x16', 'x46'], 'x35'], 'k': 4, 'n': 32, '_time': 0.00025200843811035156, '_task': '...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x9 x7 x49 x21 x58 x27 x62 x37 x29 x50 x48 x43 x15 x7 x3 x44 x7 x9 x31 x39 x31 x8 x13 x10 x11 x7 x13 x60 x27 x2 x9 x17
x2 x3 x7 x7 x7 x7 x8 x9 x9 x9 x10 x11 x13 x13 x15 x17 x21 x27 x27 x29 x31 x31 x37 x39 x43 x44 x48 x49 x50 x58 x60 x62
{'task': 'sort', 'seq': ['x9', 'x7', 'x49', 'x21', 'x58', 'x27', 'x62', 'x37', 'x29', 'x50', 'x48', 'x43', 'x15', 'x7', 'x3', 'x44', 'x7', 'x9', 'x31', 'x39', 'x31', 'x8', 'x13', 'x10', 'x11', 'x7', 'x13', 'x60', 'x27', 'x2', 'x9', 'x17'], 'k': 4, 'n': 32, '_time': 0.00029277801513671875, '_task': 'basic_procedural', '...
sort
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 c3 o1 c1 o2 o0 c0 o0 c0 o1 c1 c2 o1 o1 o1 o3 o1 o1 o2 c2 o1 o0 o3 c3 c0 c1 c1 c1 c3 c1 c1 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003936290740966797, '_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 x28; POP; PUSH x55; PUSH x23; PUSH x45; PUSH x50; PUSH x28; PUSH x61; POP; POP; POP; PUSH x26; PUSH x25; PUSH x1; PUSH x41; PUSH x13; POP; POP; POP; PUSH ...
x26 x45 x23 x55
{'task': 'stack', 'seq': ['PUSH x28', 'POP', 'PUSH x55', 'PUSH x23', 'PUSH x45', 'PUSH x50', 'PUSH x28', 'PUSH x61', 'POP', 'POP', 'POP', 'PUSH x26', 'PUSH x25', 'PUSH x1', 'PUSH x41', 'PUSH x13', 'POP', 'POP', 'POP', 'PUSH x22', 'PUSH x26', 'PUSH x37', 'PUSH x51', 'POP', 'POP', 'POP', 'PUSH x58', 'POP', '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 o3 c3 o3 c3 c0 o3 o0 o0 o2 c2 c0 o0 c0 c0 o3 o1 o0 c0 c1 o1 o2 o2 c2 o2 o0 c0 c2 c2 c1 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002529621124267578, '_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 unique elements of the sequence in order of first appearance. (SEQUENCE) x34 x45 x51 x22 x59 x46 x4 x46 x37 x9 x52 x51 x8 x33 x6 x22 x5 x31 x44 x26 x22 x4 x8 x29 x55 x15 x14 x46 x20 x52 x30 x35
x34 x45 x51 x22 x59 x46 x4 x37 x9 x52 x8 x33 x6 x5 x31 x44 x26 x29 x55 x15 x14 x20 x30 x35
{'task': 'set', 'seq': ['x34', 'x45', 'x51', 'x22', 'x59', 'x46', 'x4', 'x46', 'x37', 'x9', 'x52', 'x51', 'x8', 'x33', 'x6', 'x22', 'x5', 'x31', 'x44', 'x26', 'x22', 'x4', 'x8', 'x29', 'x55', 'x15', 'x14', 'x46', 'x20', 'x52', 'x30', 'x35'], 'k': 4, 'n': 32, '_time': 0.00027751922607421875, '_task': 'basic_procedural',...
set
instruct
0