prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
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 o2 c2 c2 o2 o3 o0 o1 c1 o1 o2 c2 o0 o2 o3 c3 o0 c0 c2 o0 o1 o2 o3 c3 c2 c1 c0 c0 c1 c0 c3 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003871917724609375, '_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 o1 c1 o0 o2 o0 c0 c2 o2 o1 o2 o3 c3 o2 c2 c2 c1 c2 o0 c0 c0 c3 o2 o3 c3 o3 c3 o1 c1 o1 c1 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002560615539550781, '_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) x31 x12 x9 x27 x43 x31 x26 x46 x35 x24 x15 x41 x16 x18 x49 x2 x29 x3 x35 x38 x18 x14 x55 x15 x53 x11 x20 x34 x21 x59 x61 x2
x2 x61 x59 x21 x34 x20 x11 x53 x15 x55 x14 x18 x38 x35 x3 x29 x2 x49 x18 x16 x41 x15 x24 x35 x46 x26 x31 x43 x27 x9 x12 x31
{'task': 'reverse', 'seq': ['x31', 'x12', 'x9', 'x27', 'x43', 'x31', 'x26', 'x46', 'x35', 'x24', 'x15', 'x41', 'x16', 'x18', 'x49', 'x2', 'x29', 'x3', 'x35', 'x38', 'x18', 'x14', 'x55', 'x15', 'x53', 'x11', 'x20', 'x34', 'x21', 'x59', 'x61', 'x2'], 'k': 4, 'n': 32, '_time': 0.0004162788391113281, '_task': 'basic_proced...
reverse
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o1 c1 o2 c2 c2 o0 c0 o1 c1 o2 o1 o0 c0 c1 c2 o2 o1 o3 c2 o0 c0 o0 c3 c0 o0 c0 c1 o3 o1 c1 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030493736267089844, '_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) x32 x62 x49 x22 x10 x37 x57 x35 x29 x25 x48 x60 x4 x24 x58 x49 x21 x2 x60 x9 x41 x64 x22 x21 x15 x47 x47 x43 x4 x38 x21 x27
x32 x62 x49 x22 x10 x37 x57 x35 x29 x25 x48 x60 x4 x24 x58 x49 x21 x2 x60 x9 x41 x64 x22 x21 x15 x47 x47 x43 x4 x38 x21 x27
{'task': 'identity', 'seq': ['x32', 'x62', 'x49', 'x22', 'x10', 'x37', 'x57', 'x35', 'x29', 'x25', 'x48', 'x60', 'x4', 'x24', 'x58', 'x49', 'x21', 'x2', 'x60', 'x9', 'x41', 'x64', 'x22', 'x21', 'x15', 'x47', 'x47', 'x43', 'x4', 'x38', 'x21', 'x27'], 'k': 4, 'n': 32, '_time': 0.0004143714904785156, '_task': 'basic_proce...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x40 x28 x44 x24 x45 x47 x63 x13 x59 x13 x19 x55 x31 x55 x56 x47 x8 x44 x41 x52 x56 x26 x58 x45 x34 x7 x46 x59 x19 x26 x57 x11
x11 x57 x26 x19 x59 x46 x7 x34 x45 x58 x26 x56 x52 x41 x44 x8 x47 x56 x55 x31 x55 x19 x13 x59 x13 x63 x47 x45 x24 x44 x28 x40
{'task': 'reverse', 'seq': ['x40', 'x28', 'x44', 'x24', 'x45', 'x47', 'x63', 'x13', 'x59', 'x13', 'x19', 'x55', 'x31', 'x55', 'x56', 'x47', 'x8', 'x44', 'x41', 'x52', 'x56', 'x26', 'x58', 'x45', 'x34', 'x7', 'x46', 'x59', 'x19', 'x26', 'x57', 'x11'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedur...
reverse
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o1 c1 o3 c3 o2 c2 o1 o1 c1 c1 o3 c3 o0 c0 o0 c0 o1 c1 o1 c1 o3 c3 o0 c0 o0 c0 o1 o1 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003046989440917969, '_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 o1 o3 o0 o2 o0 o1 o3 o2 c2 o1 c0 c1 c1 c1 c2 c0 c3 o3 c3 o3 o2 c2 o2 c3 c3 c2 o2 c2 o0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045680999755859375, '_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 o3 o0 o0 c0 o0 c0 o2 c2 o2 o1 c1 c2 c0 c3 o1 o0 o1 o2 o3 o0 c0 o2 c2 o0 c0 c3 c2 c1 c0 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00023221969604492188, '_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) x2 x16 x33 x15 x31 x31 x30 x14 x32 x64 x36 x34 x61 x17 x18 x46 x30 x47 x17 x22 x14 x1 x37 x11 x7 x33 x42 x50 x35 x31 x49 x34
x2 x16 x33 x15 x31 x30 x14 x32 x64 x36 x34 x61 x17 x18 x46 x47 x22 x1 x37 x11 x7 x42 x50 x35 x49
{'task': 'set', 'seq': ['x2', 'x16', 'x33', 'x15', 'x31', 'x31', 'x30', 'x14', 'x32', 'x64', 'x36', 'x34', 'x61', 'x17', 'x18', 'x46', 'x30', 'x47', 'x17', 'x22', 'x14', 'x1', 'x37', 'x11', 'x7', 'x33', 'x42', 'x50', 'x35', 'x31', 'x49', 'x34'], 'k': 4, 'n': 32, '_time': 0.00028324127197265625, '_task': 'basic_procedur...
set
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o3 c3 o1 c1 o0 o2 o3 c3 o2 c2 c2 o0 c0 c0 o1 o2 o1 c1 c2 c1 o0 c0 o0 o2 c2 c0 o2 c2 o3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003838539123535156, '_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 x49; PUSH x46; PUSH x12; PUSH x33; POP; PUSH x28; PUSH x30; POP; PUSH x14; PUSH x13; PUSH x14; PUSH x13; PUSH x14; POP; PUSH x37; POP; PUSH x61; PUSH x58;...
x37 x61 x58 x61 x13 x14 x13 x14 x28 x12 x46 x49
{'task': 'stack', 'seq': ['PUSH x49', 'PUSH x46', 'PUSH x12', 'PUSH x33', 'POP', 'PUSH x28', 'PUSH x30', 'POP', 'PUSH x14', 'PUSH x13', 'PUSH x14', 'PUSH x13', 'PUSH x14', 'POP', 'PUSH x37', 'POP', 'PUSH x61', 'PUSH x58', 'PUSH x61', 'PUSH x37', 'PUSH x12', 'PUSH x24', 'POP', 'POP', 'PUSH x21', 'PUSH x24', 'POP', 'PUSH...
stack
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 o1 c0 c1 o1 o2 o3 o1 c1 o0 o1 o3 c2 c3 o2 c2 c1 o1 c3 c1 c0 c1 o3 c3 o1 c1 o2 o0 o3 c0 c3 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
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x33 x35 x5 x62 x27 x31 x53 x21 x39 x7 x6 x28 x35 x54 x24 x59 x33 x60 x13 x30 x20 x22 x35 x10 x6 x7 x22 x63 x7 x8 x21 x24
x33 x35 x5 x62 x27 x31 x53 x21 x39 x7 x6 x28 x54 x24 x59 x60 x13 x30 x20 x22 x10 x63 x8
{'task': 'set', 'seq': ['x33', 'x35', 'x5', 'x62', 'x27', 'x31', 'x53', 'x21', 'x39', 'x7', 'x6', 'x28', 'x35', 'x54', 'x24', 'x59', 'x33', 'x60', 'x13', 'x30', 'x20', 'x22', 'x35', 'x10', 'x6', 'x7', 'x22', 'x63', 'x7', 'x8', 'x21', 'x24'], 'k': 4, 'n': 32, '_time': 0.00028252601623535156, '_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 x7; PUSH x49; PUSH x29; POP; PUSH x59; PUSH x30; POP; POP; PUSH x63; PUSH x9; PUSH x3; PUSH x16; POP; PUSH x57; PUSH x12; POP; PUSH x28; PUSH x6; PUSH x43...
x52 x3 x9 x63 x49 x7
{'task': 'stack', 'seq': ['PUSH x7', 'PUSH x49', 'PUSH x29', 'POP', 'PUSH x59', 'PUSH x30', 'POP', 'POP', 'PUSH x63', 'PUSH x9', 'PUSH x3', 'PUSH x16', 'POP', 'PUSH x57', 'PUSH x12', 'POP', 'PUSH x28', 'PUSH x6', 'PUSH x43', 'POP', 'POP', 'PUSH x47', 'POP', 'PUSH x54', 'POP', 'POP', 'PUSH x22', 'PUSH x6', 'POP', 'POP',...
stack
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x15; POP; PUSH x41; PUSH x24; PUSH x9; PUSH x40; PUSH x58; POP; PUSH x32; PUSH x60; POP; PUSH x44; PUSH x37; PUSH x10; POP; POP; PUSH x23; PUSH x41; PUSH ...
EMPTY
{'task': 'stack', 'seq': ['PUSH x15', 'POP', 'PUSH x41', 'PUSH x24', 'PUSH x9', 'PUSH x40', 'PUSH x58', 'POP', 'PUSH x32', 'PUSH x60', 'POP', 'PUSH x44', 'PUSH x37', 'PUSH x10', 'POP', 'POP', 'PUSH x23', 'PUSH x41', 'PUSH x38', 'PUSH x33', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x29', 'POP', 'POP'...
stack
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x8 x15 x2 x36 x50 x55 x37 x20 x17 x30 x25 x24 x36 x22 x4 x39 x29 x21 x60 x11 x26 x17 x7 x24 x3 x21 x27 x58 x18 x12 x58 x8
x2 x3 x4 x7 x8 x8 x11 x12 x15 x17 x17 x18 x20 x21 x21 x22 x24 x24 x25 x26 x27 x29 x30 x36 x36 x37 x39 x50 x55 x58 x58 x60
{'task': 'sort', 'seq': ['x8', 'x15', 'x2', 'x36', 'x50', 'x55', 'x37', 'x20', 'x17', 'x30', 'x25', 'x24', 'x36', 'x22', 'x4', 'x39', 'x29', 'x21', 'x60', 'x11', 'x26', 'x17', 'x7', 'x24', 'x3', 'x21', 'x27', 'x58', 'x18', 'x12', 'x58', 'x8'], 'k': 4, 'n': 32, '_time': 0.0004420280456542969, '_task': 'basic_procedural'...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x45 x50 x45 x60 x33 x60 x20 x24 x36 x38 x62 x46 x16 x45 x18 x4 x17 x13 x14 x47 x16 x9 x53 x40 x17 x18 x44 x32 x58 x26 x58 x63 (TARGET) x24
x45 x50 x45 x60 x33 x60 x20 x36 x38 x62 x46 x16 x45 x18 x4 x17 x13 x14 x47 x16 x9 x53 x40 x17 x18 x44 x32 x58 x26 x58 x63
{'task': 'delete', 'seq': [['x45', 'x50', 'x45', 'x60', 'x33', 'x60', 'x20', 'x24', 'x36', 'x38', 'x62', 'x46', 'x16', 'x45', 'x18', 'x4', 'x17', 'x13', 'x14', 'x47', 'x16', 'x9', 'x53', 'x40', 'x17', 'x18', 'x44', 'x32', 'x58', 'x26', 'x58', 'x63'], 'x24'], 'k': 4, 'n': 32, '_time': 0.000293731689453125, '_task': 'bas...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x26 x43 x58 x44 x47 x6 x11 x60 x7 x19 x45 x32 x52 x56 x20 x42 x3 x20 x51 x55 x41 x35 x22 x12 x47 x16 x12 x24 x41 x25 x40 x21
x26 x43 x58 x44 x47 x6 x11 x60 x7 x19 x45 x32 x52 x56 x20 x42 x3 x51 x55 x41 x35 x22 x12 x16 x24 x25 x40 x21
{'task': 'set', 'seq': ['x26', 'x43', 'x58', 'x44', 'x47', 'x6', 'x11', 'x60', 'x7', 'x19', 'x45', 'x32', 'x52', 'x56', 'x20', 'x42', 'x3', 'x20', 'x51', 'x55', 'x41', 'x35', 'x22', 'x12', 'x47', 'x16', 'x12', 'x24', 'x41', 'x25', 'x40', 'x21'], 'k': 4, 'n': 32, '_time': 0.00028061866760253906, '_task': 'basic_procedur...
set
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x54 x62 x34 x33 x49 x64 x49 x11 x20 x7 x42 x3 x55 x54 x43 x36 (B) x1 x63 x14 x1 x61 x12 x37 x29 x25 x59 x14 x24 x2 x22 x29 x22
x54 x62 x34 x33 x49 x64 x11 x20 x7 x42 x3 x55 x43 x36 x1 x63 x14 x61 x12 x37 x29 x25 x59 x24 x2 x22
{'task': 'union', 'seq': [['x54', 'x62', 'x34', 'x33', 'x49', 'x64', 'x49', 'x11', 'x20', 'x7', 'x42', 'x3', 'x55', 'x54', 'x43', 'x36'], ['x1', 'x63', 'x14', 'x1', 'x61', 'x12', 'x37', 'x29', 'x25', 'x59', 'x14', 'x24', 'x2', 'x22', 'x29', 'x22']], 'k': 4, 'n': 32, '_time': 0.000453948974609375, '_task': 'basic_proced...
union
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x21 x5 x26 x36 x13 x10 x47 x40 x25 x52 x33 x39 x22 x44 x18 x24 (B) x5 x10 x44 x13 x8 x62 x50 x3 x13 x39 x26 x21 x54 x33 x54 x8
x21 x5 x26 x36 x13 x10 x47 x40 x25 x52 x33 x39 x22 x44 x18 x24 x8 x62 x50 x3 x54
{'task': 'union', 'seq': [['x21', 'x5', 'x26', 'x36', 'x13', 'x10', 'x47', 'x40', 'x25', 'x52', 'x33', 'x39', 'x22', 'x44', 'x18', 'x24'], ['x5', 'x10', 'x44', 'x13', 'x8', 'x62', 'x50', 'x3', 'x13', 'x39', 'x26', 'x21', 'x54', 'x33', 'x54', 'x8']], 'k': 4, 'n': 32, '_time': 0.00044417381286621094, '_task': 'basic_proc...
union
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x14 x6 x31 x29 x52 x27 x30 x52 x57 x41 x12 x23 x28 x32 x58 x24 (B) x9 x49 x41 x62 x10 x17 x32 x12 x37 x38 x38 x16 x13 x46 x63 x44
x14 x6 x31 x29 x52 x27 x30 x57 x41 x12 x23 x28 x32 x58 x24 x9 x49 x62 x10 x17 x37 x38 x16 x13 x46 x63 x44
{'task': 'union', 'seq': [['x14', 'x6', 'x31', 'x29', 'x52', 'x27', 'x30', 'x52', 'x57', 'x41', 'x12', 'x23', 'x28', 'x32', 'x58', 'x24'], ['x9', 'x49', 'x41', 'x62', 'x10', 'x17', 'x32', 'x12', 'x37', 'x38', 'x38', 'x16', 'x13', 'x46', 'x63', 'x44']], 'k': 4, 'n': 32, '_time': 0.0004143714904785156, '_task': 'basic_pr...
union
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o2 o3 o2 o0 c0 o1 o2 o0 c0 c2 o1 o1 c1 c1 o0 o2 c2 o0 o3 o1 o0 c0 c1 c3 c0 c0 c1 c2 c3 c2 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
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 o1 o1 o3 c3 o3 o2 o1 c1 c2 o3 c3 o2 c2 o2 c2 c3 c1 c1 o1 c1 o1 c1 o3 c3 o3 c3 o0 c0 o2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00033354759216308594, '_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) x63 x16 x26 x14 x17 x35 x18 x55 x60 x62 x46 x17 x46 x32 x7 x43 x11 x38 x61 x60 x46 x43 x27 x9 x11 x6 x25 x58 x38 x19 x44 x17 (TARGET) x16
x63 x26 x14 x17 x35 x18 x55 x60 x62 x46 x17 x46 x32 x7 x43 x11 x38 x61 x60 x46 x43 x27 x9 x11 x6 x25 x58 x38 x19 x44 x17
{'task': 'delete', 'seq': [['x63', 'x16', 'x26', 'x14', 'x17', 'x35', 'x18', 'x55', 'x60', 'x62', 'x46', 'x17', 'x46', 'x32', 'x7', 'x43', 'x11', 'x38', 'x61', 'x60', 'x46', 'x43', 'x27', 'x9', 'x11', 'x6', 'x25', 'x58', 'x38', 'x19', 'x44', 'x17'], 'x16'], 'k': 4, 'n': 32, '_time': 0.0004379749298095703, '_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 x53; PUSH x52; PUSH x12; PUSH x24; PUSH x43; PUSH x39; PUSH x1; PUSH x51; POP; PUSH x35; PUSH x9; PUSH x56; PUSH x28; POP; PUSH x6; PUSH x56; PUSH x45; PU...
x56 x9 x35 x1 x39 x43 x24 x12 x52 x53
{'task': 'stack', 'seq': ['PUSH x53', 'PUSH x52', 'PUSH x12', 'PUSH x24', 'PUSH x43', 'PUSH x39', 'PUSH x1', 'PUSH x51', 'POP', 'PUSH x35', 'PUSH x9', 'PUSH x56', 'PUSH x28', 'POP', 'PUSH x6', 'PUSH x56', 'PUSH x45', 'PUSH x7', 'PUSH x40', 'PUSH x40', 'PUSH x33', 'PUSH x24', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'P...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x55 x57 x43 x27 x61 x37 x54 x55 x59 x63 x36 x17 x17 x34 x25 x4 x44 x54 x38 x6 x48 x31 x40 x44 x21 x43 x63 x44 x39 x59 x49 x54
x55 x57 x43 x27 x61 x37 x54 x55 x59 x63 x36 x17 x17 x34 x25 x4 x44 x54 x38 x6 x48 x31 x40 x44 x21 x43 x63 x44 x39 x59 x49 x54
{'task': 'identity', 'seq': ['x55', 'x57', 'x43', 'x27', 'x61', 'x37', 'x54', 'x55', 'x59', 'x63', 'x36', 'x17', 'x17', 'x34', 'x25', 'x4', 'x44', 'x54', 'x38', 'x6', 'x48', 'x31', 'x40', 'x44', 'x21', 'x43', 'x63', 'x44', 'x39', 'x59', 'x49', 'x54'], 'k': 4, 'n': 32, '_time': 0.00041103363037109375, '_task': 'basic_pr...
identity
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x19 x3 x8 x52 x27 x32 x52 x15 x8 x20 x49 x3 x20 x34 x39 x2 (B) x9 x32 x36 x37 x58 x12 x55 x12 x38 x58 x37 x60 x47 x37 x59 x44
x19 x3 x8 x52 x27 x32 x15 x20 x49 x34 x39 x2 x9 x36 x37 x58 x12 x55 x38 x60 x47 x59 x44
{'task': 'union', 'seq': [['x19', 'x3', 'x8', 'x52', 'x27', 'x32', 'x52', 'x15', 'x8', 'x20', 'x49', 'x3', 'x20', 'x34', 'x39', 'x2'], ['x9', 'x32', 'x36', 'x37', 'x58', 'x12', 'x55', 'x12', 'x38', 'x58', 'x37', 'x60', 'x47', 'x37', 'x59', 'x44']], 'k': 4, 'n': 32, '_time': 0.0003781318664550781, '_task': 'basic_proced...
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.
o0 o2 o0 c0 c2 c0 o3 o0 c0 c3 o3 o1 o0 o3 o3 c3 c3 c0 c1 o0 c0 o1 c1 o0 o1 c1 o2 o3 c3 c2 c0 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
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x47 x62 x12 x49 x43 x54 x13 x40 x43 x55 x25 x11 x41 x46 x48 x33 (B) x23 x63 x11 x20 x45 x8 x33 x15 x3 x46 x31 x56 x41 x17 x62 x22
x47 x62 x12 x49 x43 x54 x13 x40 x55 x25 x11 x41 x46 x48 x33 x23 x63 x20 x45 x8 x15 x3 x31 x56 x17 x22
{'task': 'union', 'seq': [['x47', 'x62', 'x12', 'x49', 'x43', 'x54', 'x13', 'x40', 'x43', 'x55', 'x25', 'x11', 'x41', 'x46', 'x48', 'x33'], ['x23', 'x63', 'x11', 'x20', 'x45', 'x8', 'x33', 'x15', 'x3', 'x46', 'x31', 'x56', 'x41', 'x17', 'x62', 'x22']], 'k': 4, 'n': 32, '_time': 0.00044989585876464844, '_task': 'basic_p...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x33 x13 x42 x17 x27 x56 x43 x11 x1 x45 x62 x56 x45 x22 x25 x53 x20 x1 x32 x1 x13 x16 x40 x5 x17 x30 x59 x46 x29 x20 x30 x57
x33 x13 x42 x17 x27 x56 x43 x11 x1 x45 x62 x22 x25 x53 x20 x32 x16 x40 x5 x30 x59 x46 x29 x57
{'task': 'set', 'seq': ['x33', 'x13', 'x42', 'x17', 'x27', 'x56', 'x43', 'x11', 'x1', 'x45', 'x62', 'x56', 'x45', 'x22', 'x25', 'x53', 'x20', 'x1', 'x32', 'x1', 'x13', 'x16', 'x40', 'x5', 'x17', 'x30', 'x59', 'x46', 'x29', 'x20', 'x30', 'x57'], 'k': 4, 'n': 32, '_time': 0.00041794776916503906, '_task': 'basic_procedura...
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) x42 x9 x8 x36 x18 x14 x20 x3 x5 x26 x34 x54 x48 x8 x27 x4 (B) x58 x2 x20 x34 x24 x16 x1 x61 x52 x35 x20 x15 x61 x17 x30 x31
x42 x9 x8 x36 x18 x14 x20 x3 x5 x26 x34 x54 x48 x27 x4 x58 x2 x24 x16 x1 x61 x52 x35 x15 x17 x30 x31
{'task': 'union', 'seq': [['x42', 'x9', 'x8', 'x36', 'x18', 'x14', 'x20', 'x3', 'x5', 'x26', 'x34', 'x54', 'x48', 'x8', 'x27', 'x4'], ['x58', 'x2', 'x20', 'x34', 'x24', 'x16', 'x1', 'x61', 'x52', 'x35', 'x20', 'x15', 'x61', 'x17', 'x30', 'x31']], 'k': 4, 'n': 32, '_time': 0.0002989768981933594, '_task': 'basic_procedur...
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.
o0 o0 o1 c1 c0 c0 o3 o3 o3 c3 c3 o2 o2 c2 c2 o1 c1 c3 o0 c0 o1 c1 o1 o2 c2 o0 c0 c1 o2 c2 o0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00032711029052734375, '_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) x35 x48 x14 x15 x38 x24 x11 x41 x58 x18 x53 x54 x31 x63 x41 x52 x38 x21 x25 x25 x28 x42 x18 x8 x55 x16 x10 x7 x8 x7 x8 x55
x35 x48 x14 x15 x38 x24 x11 x41 x58 x18 x53 x54 x31 x63 x52 x21 x25 x28 x42 x8 x55 x16 x10 x7
{'task': 'set', 'seq': ['x35', 'x48', 'x14', 'x15', 'x38', 'x24', 'x11', 'x41', 'x58', 'x18', 'x53', 'x54', 'x31', 'x63', 'x41', 'x52', 'x38', 'x21', 'x25', 'x25', 'x28', 'x42', 'x18', 'x8', 'x55', 'x16', 'x10', 'x7', 'x8', 'x7', 'x8', 'x55'], 'k': 4, 'n': 32, '_time': 0.0004208087921142578, '_task': 'basic_procedural'...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x38 x10 x31 x56 x61 x51 x8 x9 x32 x64 x4 x56 x48 x60 x31 x34 x39 x33 x42 x51 x31 x10 x4 x36 x49 x35 x57 x43 x28 x49 x5 x58
x38 x10 x31 x56 x61 x51 x8 x9 x32 x64 x4 x56 x48 x60 x31 x34 x39 x33 x42 x51 x31 x10 x4 x36 x49 x35 x57 x43 x28 x49 x5 x58
{'task': 'identity', 'seq': ['x38', 'x10', 'x31', 'x56', 'x61', 'x51', 'x8', 'x9', 'x32', 'x64', 'x4', 'x56', 'x48', 'x60', 'x31', 'x34', 'x39', 'x33', 'x42', 'x51', 'x31', 'x10', 'x4', 'x36', 'x49', 'x35', 'x57', 'x43', 'x28', 'x49', 'x5', 'x58'], 'k': 4, 'n': 32, '_time': 0.0002722740173339844, '_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 x22; POP; PUSH x57; POP; PUSH x39; POP; PUSH x41; PUSH x17; PUSH x28; PUSH x7; PUSH x5; PUSH x40; POP; POP; PUSH x11; POP; PUSH x12; POP; POP; PUSH x20; P...
EMPTY
{'task': 'stack', 'seq': ['PUSH x22', 'POP', 'PUSH x57', 'POP', 'PUSH x39', 'POP', 'PUSH x41', 'PUSH x17', 'PUSH x28', 'PUSH x7', 'PUSH x5', 'PUSH x40', 'POP', 'POP', 'PUSH x11', 'POP', 'PUSH x12', 'POP', 'POP', 'PUSH x20', 'POP', 'PUSH x45', 'POP', 'POP', 'POP', 'PUSH x13', 'POP', 'POP', 'PUSH x21', 'POP', 'PUSH x29',...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x19 x53 x22 x26 x36 x15 x3 x24 x8 x12 x20 x56 x40 x13 x30 x10 x59 x11 x27 x33 x13 x57 x51 x19 x2 x48 x56 x19 x13 x23 x2 x7
x7 x2 x23 x13 x19 x56 x48 x2 x19 x51 x57 x13 x33 x27 x11 x59 x10 x30 x13 x40 x56 x20 x12 x8 x24 x3 x15 x36 x26 x22 x53 x19
{'task': 'reverse', 'seq': ['x19', 'x53', 'x22', 'x26', 'x36', 'x15', 'x3', 'x24', 'x8', 'x12', 'x20', 'x56', 'x40', 'x13', 'x30', 'x10', 'x59', 'x11', 'x27', 'x33', 'x13', 'x57', 'x51', 'x19', 'x2', 'x48', 'x56', 'x19', 'x13', 'x23', 'x2', 'x7'], 'k': 4, 'n': 32, '_time': 0.0003669261932373047, '_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.
o1 o1 o1 o2 c2 o2 c2 c1 c1 c1 o3 c3 o3 c3 o0 o1 o1 c1 o2 c2 o0 o3 c3 o3 c3 o0 o2 c2 c0 c0 c1 c0
{'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
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x17 x17 x9 x47 x14 x52 x6 x20 x13 x48 x29 x3 x42 x44 x11 x3 x11 x3 x11 x52 x62 x58 x7 x33 x52 x45 x64 x26 x51 x63 x43 x13
x3 x3 x3 x6 x7 x9 x11 x11 x11 x13 x13 x14 x17 x17 x20 x26 x29 x33 x42 x43 x44 x45 x47 x48 x51 x52 x52 x52 x58 x62 x63 x64
{'task': 'sort', 'seq': ['x17', 'x17', 'x9', 'x47', 'x14', 'x52', 'x6', 'x20', 'x13', 'x48', 'x29', 'x3', 'x42', 'x44', 'x11', 'x3', 'x11', 'x3', 'x11', 'x52', 'x62', 'x58', 'x7', 'x33', 'x52', 'x45', 'x64', 'x26', 'x51', 'x63', 'x43', 'x13'], 'k': 4, 'n': 32, '_time': 0.0002875328063964844, '_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 o3 c3 o0 c0 o0 c0 o0 o2 o1 c2 c1 c0 o1 c1 o2 c2 o2 o2 c2 o2 o1 c2 o0 c2 o2 c1 o1 c2 c0 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
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x40 x55 x28 x22 x62 x61 x20 x47 x7 x61 x32 x8 x27 x54 x63 x16 (B) x35 x56 x7 x41 x41 x47 x44 x49 x2 x63 x49 x9 x26 x61 x13 x38
x40 x55 x28 x22 x62 x61 x20 x47 x7 x32 x8 x27 x54 x63 x16 x35 x56 x41 x44 x49 x2 x9 x26 x13 x38
{'task': 'union', 'seq': [['x40', 'x55', 'x28', 'x22', 'x62', 'x61', 'x20', 'x47', 'x7', 'x61', 'x32', 'x8', 'x27', 'x54', 'x63', 'x16'], ['x35', 'x56', 'x7', 'x41', 'x41', 'x47', 'x44', 'x49', 'x2', 'x63', 'x49', 'x9', 'x26', 'x61', 'x13', 'x38']], 'k': 4, 'n': 32, '_time': 0.0003974437713623047, '_task': 'basic_proce...
union
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 o2 c2 c2 o2 c2 o2 o0 c0 c2 o2 o0 o0 c0 c0 o2 c2 c2 o2 c2 o2 c2 o2 c2 o1 o2 c2 o2 o1 c1 c2 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003821849822998047, '_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) x2 x4 x36 x37 x34 x1 x63 x53 x17 x45 x11 x9 x50 x42 x43 x26 x57 x31 x25 x17 x49 x63 x62 x29 x18 x11 x11 x22 x3 x34 x23 x60
x2 x4 x36 x37 x34 x1 x63 x53 x17 x45 x11 x9 x50 x42 x43 x26 x57 x31 x25 x17 x49 x63 x62 x29 x18 x11 x11 x22 x3 x34 x23 x60
{'task': 'identity', 'seq': ['x2', 'x4', 'x36', 'x37', 'x34', 'x1', 'x63', 'x53', 'x17', 'x45', 'x11', 'x9', 'x50', 'x42', 'x43', 'x26', 'x57', 'x31', 'x25', 'x17', 'x49', 'x63', 'x62', 'x29', 'x18', 'x11', 'x11', 'x22', 'x3', 'x34', 'x23', 'x60'], 'k': 4, 'n': 32, '_time': 0.00027179718017578125, '_task': 'basic_proce...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x41 x46 x30 x32 x37 x38 x51 x49 x59 x1 x53 x42 x30 x2 x58 x35 x48 x19 x57 x25 x46 x28 x20 x26 x46 x24 x25 x33 x51 x42 x38 x21
x1 x2 x19 x20 x21 x24 x25 x25 x26 x28 x30 x30 x32 x33 x35 x37 x38 x38 x41 x42 x42 x46 x46 x46 x48 x49 x51 x51 x53 x57 x58 x59
{'task': 'sort', 'seq': ['x41', 'x46', 'x30', 'x32', 'x37', 'x38', 'x51', 'x49', 'x59', 'x1', 'x53', 'x42', 'x30', 'x2', 'x58', 'x35', 'x48', 'x19', 'x57', 'x25', 'x46', 'x28', 'x20', 'x26', 'x46', 'x24', 'x25', 'x33', 'x51', 'x42', 'x38', 'x21'], 'k': 4, 'n': 32, '_time': 0.0004029273986816406, '_task': 'basic_procedu...
sort
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x21 x61 x30 x18 x1 x35 x18 x19 x42 x22 x31 x6 x15 x23 x26 x32 (B) x38 x19 x15 x5 x20 x31 x44 x39 x52 x41 x32 x48 x37 x26 x41 x34
x21 x61 x30 x18 x1 x35 x19 x42 x22 x31 x6 x15 x23 x26 x32 x38 x5 x20 x44 x39 x52 x41 x48 x37 x34
{'task': 'union', 'seq': [['x21', 'x61', 'x30', 'x18', 'x1', 'x35', 'x18', 'x19', 'x42', 'x22', 'x31', 'x6', 'x15', 'x23', 'x26', 'x32'], ['x38', 'x19', 'x15', 'x5', 'x20', 'x31', 'x44', 'x39', 'x52', 'x41', 'x32', 'x48', 'x37', 'x26', 'x41', 'x34']], 'k': 4, 'n': 32, '_time': 0.0004489421844482422, '_task': 'basic_pro...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x60 x46 x55 x31 x20 x2 x11 x23 x29 x46 x52 x18 x59 x10 x61 x35 x56 x30 x11 x1 x24 x24 x45 x35 x33 x5 x25 x33 x58 x59 x36 x50
x60 x46 x55 x31 x20 x2 x11 x23 x29 x52 x18 x59 x10 x61 x35 x56 x30 x1 x24 x45 x33 x5 x25 x58 x36 x50
{'task': 'set', 'seq': ['x60', 'x46', 'x55', 'x31', 'x20', 'x2', 'x11', 'x23', 'x29', 'x46', 'x52', 'x18', 'x59', 'x10', 'x61', 'x35', 'x56', 'x30', 'x11', 'x1', 'x24', 'x24', 'x45', 'x35', 'x33', 'x5', 'x25', 'x33', 'x58', 'x59', 'x36', 'x50'], 'k': 4, 'n': 32, '_time': 0.00030303001403808594, '_task': 'basic_procedur...
set
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x40; PUSH x17; PUSH x27; POP; PUSH x53; PUSH x49; PUSH x49; PUSH x6; POP; PUSH x17; PUSH x37; PUSH x35; PUSH x2; PUSH x3; POP; PUSH x6; PUSH x2; POP; POP;...
x35 x37 x17 x49 x49 x53 x17 x40
{'task': 'stack', 'seq': ['PUSH x40', 'PUSH x17', 'PUSH x27', 'POP', 'PUSH x53', 'PUSH x49', 'PUSH x49', 'PUSH x6', 'POP', 'PUSH x17', 'PUSH x37', 'PUSH x35', 'PUSH x2', 'PUSH x3', 'POP', 'PUSH x6', 'PUSH x2', 'POP', 'POP', 'PUSH x34', 'PUSH x13', 'POP', 'POP', 'PUSH x11', 'PUSH x37', 'PUSH x42', 'POP', 'POP', 'PUSH x5...
stack
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 c1 o1 c1 o1 c1 o0 o1 c1 c0 o2 c2 o2 o3 o3 c2 o2 o3 c2 c3 c3 c3 o1 c1 o1 c1 o0 c0 o1 c1 o0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004489421844482422, '_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 x43 x16 x64 x51 x50 x38 x1 x16 x8 x26 x50 x62 x32 x25 x8 x62 x43 x16 x34 x14 x34 x29 x17 x28 x50 x11 x28 x11 x21 x30 x41
x45 x43 x16 x64 x51 x50 x38 x1 x8 x26 x62 x32 x25 x34 x14 x29 x17 x28 x11 x21 x30 x41
{'task': 'set', 'seq': ['x45', 'x43', 'x16', 'x64', 'x51', 'x50', 'x38', 'x1', 'x16', 'x8', 'x26', 'x50', 'x62', 'x32', 'x25', 'x8', 'x62', 'x43', 'x16', 'x34', 'x14', 'x34', 'x29', 'x17', 'x28', 'x50', 'x11', 'x28', 'x11', 'x21', 'x30', 'x41'], 'k': 4, 'n': 32, '_time': 0.0002989768981933594, '_task': 'basic_procedura...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x1 x31 x37 x24 x33 x34 x50 x62 x14 x5 x2 x17 x57 x26 x47 x14 x55 x44 x6 x40 x52 x34 x25 x16 x51 x37 x60 x39 x45 x36 x6 x44
x1 x31 x37 x24 x33 x34 x50 x62 x14 x5 x2 x17 x57 x26 x47 x55 x44 x6 x40 x52 x25 x16 x51 x60 x39 x45 x36
{'task': 'set', 'seq': ['x1', 'x31', 'x37', 'x24', 'x33', 'x34', 'x50', 'x62', 'x14', 'x5', 'x2', 'x17', 'x57', 'x26', 'x47', 'x14', 'x55', 'x44', 'x6', 'x40', 'x52', 'x34', 'x25', 'x16', 'x51', 'x37', 'x60', 'x39', 'x45', 'x36', 'x6', 'x44'], 'k': 4, 'n': 32, '_time': 0.0004649162292480469, '_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 c1 o2 c2 o2 o2 c2 c2 o0 c0 o2 c2 o1 o0 c0 o1 c1 c1 o2 c2 o2 o2 c2 o0 o0 o1 o3 c3 c1 c0 c0 c2
{'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
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 o1 o2 c2 o3 c3 c1 c3 c2 o0 c0 o0 o0 o1 o2 o0 o1 o2 o0 o3 o1 c1 c3 c0 c2 c1 c0 c2 c1 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
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 o1 o2 o3 c3 c2 o3 o2 o3 o1 c1 c3 o2 o2 o1 c1 o2 o0 o0 o1 c1 c0 c0 c2 c2 c2 c2 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00027680397033691406, '_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) x63 x27 x7 x46 x32 x47 x28 x42 x39 x12 x27 x53 x8 x21 x24 x12 x49 x19 x36 x9 x37 x33 x58 x57 x1 x10 x17 x28 x23 x47 x40 x4 (TARGET) x21
x63 x27 x7 x46 x32 x47 x28 x42 x39 x12 x27 x53 x8 x24 x12 x49 x19 x36 x9 x37 x33 x58 x57 x1 x10 x17 x28 x23 x47 x40 x4
{'task': 'delete', 'seq': [['x63', 'x27', 'x7', 'x46', 'x32', 'x47', 'x28', 'x42', 'x39', 'x12', 'x27', 'x53', 'x8', 'x21', 'x24', 'x12', 'x49', 'x19', 'x36', 'x9', 'x37', 'x33', 'x58', 'x57', 'x1', 'x10', 'x17', 'x28', 'x23', 'x47', 'x40', 'x4'], 'x21'], 'k': 4, 'n': 32, '_time': 0.00047850608825683594, '_task': 'basi...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 o1 o2 o0 c1 c2 o2 c0 o1 o2 o2 o1 o2 c2 c2 o3 o1 c0 o2 o3 c1 c3 o1 o3 c3 c1 c2 c3 c2 c1 c1 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004506111145019531, '_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) x15 x5 x14 x43 x40 x24 x36 x15 x15 x15 x33 x9 x3 x56 x36 x5 x32 x28 x13 x37 x32 x12 x12 x59 x61 x25 x2 x63 x54 x50 x12 x36
x36 x12 x50 x54 x63 x2 x25 x61 x59 x12 x12 x32 x37 x13 x28 x32 x5 x36 x56 x3 x9 x33 x15 x15 x15 x36 x24 x40 x43 x14 x5 x15
{'task': 'reverse', 'seq': ['x15', 'x5', 'x14', 'x43', 'x40', 'x24', 'x36', 'x15', 'x15', 'x15', 'x33', 'x9', 'x3', 'x56', 'x36', 'x5', 'x32', 'x28', 'x13', 'x37', 'x32', 'x12', 'x12', 'x59', 'x61', 'x25', 'x2', 'x63', 'x54', 'x50', 'x12', 'x36'], 'k': 4, 'n': 32, '_time': 0.0004124641418457031, '_task': 'basic_procedu...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x10 x42 x46 x3 x7 x61 x9 x24 x48 x10 x56 x14 x33 x33 x31 x27 x22 x20 x45 x21 x63 x27 x25 x38 x26 x43 x59 x28 x11 x22 x29 x8
x10 x42 x46 x3 x7 x61 x9 x24 x48 x56 x14 x33 x31 x27 x22 x20 x45 x21 x63 x25 x38 x26 x43 x59 x28 x11 x29 x8
{'task': 'set', 'seq': ['x10', 'x42', 'x46', 'x3', 'x7', 'x61', 'x9', 'x24', 'x48', 'x10', 'x56', 'x14', 'x33', 'x33', 'x31', 'x27', 'x22', 'x20', 'x45', 'x21', 'x63', 'x27', 'x25', 'x38', 'x26', 'x43', 'x59', 'x28', 'x11', 'x22', 'x29', 'x8'], 'k': 4, 'n': 32, '_time': 0.00030350685119628906, '_task': 'basic_procedura...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x50 x40 x35 x59 x51 x4 x45 x61 x8 x48 x50 x53 x4 x4 x52 x60 x3 x20 x48 x24 x13 x24 x24 x5 x61 x63 x49 x8 x22 x35 x40 x55 (TARGET) x27
x50 x40 x35 x59 x51 x4 x45 x61 x8 x48 x50 x53 x4 x4 x52 x60 x3 x20 x48 x24 x13 x24 x24 x5 x61 x63 x49 x8 x22 x35 x40 x55
{'task': 'delete', 'seq': [['x50', 'x40', 'x35', 'x59', 'x51', 'x4', 'x45', 'x61', 'x8', 'x48', 'x50', 'x53', 'x4', 'x4', 'x52', 'x60', 'x3', 'x20', 'x48', 'x24', 'x13', 'x24', 'x24', 'x5', 'x61', 'x63', 'x49', 'x8', 'x22', 'x35', 'x40', 'x55'], 'x27'], 'k': 4, 'n': 32, '_time': 0.0005033016204833984, '_task': 'basic_p...
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) x34 x52 x15 x19 x13 x43 x37 x29 x29 x63 x27 x57 x5 x35 x27 x29 (B) x53 x30 x2 x51 x3 x38 x22 x43 x9 x18 x43 x26 x52 x27 x39 x13
x34 x52 x15 x19 x13 x43 x37 x29 x63 x27 x57 x5 x35 x53 x30 x2 x51 x3 x38 x22 x9 x18 x26 x39
{'task': 'union', 'seq': [['x34', 'x52', 'x15', 'x19', 'x13', 'x43', 'x37', 'x29', 'x29', 'x63', 'x27', 'x57', 'x5', 'x35', 'x27', 'x29'], ['x53', 'x30', 'x2', 'x51', 'x3', 'x38', 'x22', 'x43', 'x9', 'x18', 'x43', 'x26', 'x52', 'x27', 'x39', 'x13']], 'k': 4, 'n': 32, '_time': 0.0004565715789794922, '_task': 'basic_proc...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x41 x8 x26 x2 x28 x16 x28 x5 x14 x64 x59 x9 x59 x56 x14 x19 x50 x35 x15 x19 x16 x53 x48 x44 x49 x37 x13 x16 x58 x50 x22 x17 (TARGET) x28
x41 x8 x26 x2 x16 x28 x5 x14 x64 x59 x9 x59 x56 x14 x19 x50 x35 x15 x19 x16 x53 x48 x44 x49 x37 x13 x16 x58 x50 x22 x17
{'task': 'delete', 'seq': [['x41', 'x8', 'x26', 'x2', 'x28', 'x16', 'x28', 'x5', 'x14', 'x64', 'x59', 'x9', 'x59', 'x56', 'x14', 'x19', 'x50', 'x35', 'x15', 'x19', 'x16', 'x53', 'x48', 'x44', 'x49', 'x37', 'x13', 'x16', 'x58', 'x50', 'x22', 'x17'], 'x28'], 'k': 4, 'n': 32, '_time': 0.0002880096435546875, '_task': 'basi...
delete
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x64 x27 x32 x17 x61 x58 x7 x54 x62 x60 x23 x6 x54 x18 x13 x59 x52 x46 x14 x14 x28 x60 x52 x40 x60 x25 x6 x9 x11 x28 x24 x33 (TARGET) x9
x64 x27 x32 x17 x61 x58 x7 x54 x62 x60 x23 x6 x54 x18 x13 x59 x52 x46 x14 x14 x28 x60 x52 x40 x60 x25 x6 x11 x28 x24 x33
{'task': 'delete', 'seq': [['x64', 'x27', 'x32', 'x17', 'x61', 'x58', 'x7', 'x54', 'x62', 'x60', 'x23', 'x6', 'x54', 'x18', 'x13', 'x59', 'x52', 'x46', 'x14', 'x14', 'x28', 'x60', 'x52', 'x40', 'x60', 'x25', 'x6', 'x9', 'x11', 'x28', 'x24', 'x33'], 'x9'], 'k': 4, 'n': 32, '_time': 0.0002880096435546875, '_task': 'basic...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x52 x32 x39 x36 x57 x34 x47 x14 x38 x54 x13 x43 x44 x59 x45 x56 x58 x18 x62 x47 x18 x39 x64 x32 x2 x37 x40 x10 x6 x50 x11 x37
x52 x32 x39 x36 x57 x34 x47 x14 x38 x54 x13 x43 x44 x59 x45 x56 x58 x18 x62 x47 x18 x39 x64 x32 x2 x37 x40 x10 x6 x50 x11 x37
{'task': 'identity', 'seq': ['x52', 'x32', 'x39', 'x36', 'x57', 'x34', 'x47', 'x14', 'x38', 'x54', 'x13', 'x43', 'x44', 'x59', 'x45', 'x56', 'x58', 'x18', 'x62', 'x47', 'x18', 'x39', 'x64', 'x32', 'x2', 'x37', 'x40', 'x10', 'x6', 'x50', 'x11', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_task': 'basic_pro...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x38 x24 x48 x46 x46 x43 x52 x54 x63 x38 x64 x13 x28 x55 x33 x14 x62 x58 x10 x52 x42 x11 x2 x50 x14 x10 x23 x10 x29 x6 x14 x54
x38 x24 x48 x46 x46 x43 x52 x54 x63 x38 x64 x13 x28 x55 x33 x14 x62 x58 x10 x52 x42 x11 x2 x50 x14 x10 x23 x10 x29 x6 x14 x54
{'task': 'identity', 'seq': ['x38', 'x24', 'x48', 'x46', 'x46', 'x43', 'x52', 'x54', 'x63', 'x38', 'x64', 'x13', 'x28', 'x55', 'x33', 'x14', 'x62', 'x58', 'x10', 'x52', 'x42', 'x11', 'x2', 'x50', 'x14', 'x10', 'x23', 'x10', 'x29', 'x6', 'x14', 'x54'], 'k': 4, 'n': 32, '_time': 0.0004124641418457031, '_task': 'basic_pro...
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) x10 x50 x17 x37 x34 x52 x10 x58 x29 x36 x10 x62 x26 x61 x28 x8 (B) x42 x58 x29 x63 x60 x31 x47 x43 x34 x29 x13 x20 x32 x51 x1 x43
x10 x50 x17 x37 x34 x52 x58 x29 x36 x62 x26 x61 x28 x8 x42 x63 x60 x31 x47 x43 x13 x20 x32 x51 x1
{'task': 'union', 'seq': [['x10', 'x50', 'x17', 'x37', 'x34', 'x52', 'x10', 'x58', 'x29', 'x36', 'x10', 'x62', 'x26', 'x61', 'x28', 'x8'], ['x42', 'x58', 'x29', 'x63', 'x60', 'x31', 'x47', 'x43', 'x34', 'x29', 'x13', 'x20', 'x32', 'x51', 'x1', 'x43']], 'k': 4, 'n': 32, '_time': 0.0002942085266113281, '_task': 'basic_pr...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x63 x12 x25 x22 x43 x8 x22 x10 x55 x18 x53 x19 x27 x15 x46 x38 x12 x30 x38 x2 x7 x36 x26 x61 x39 x10 x15 x60 x8 x63 x8 x6
x63 x12 x25 x22 x43 x8 x22 x10 x55 x18 x53 x19 x27 x15 x46 x38 x12 x30 x38 x2 x7 x36 x26 x61 x39 x10 x15 x60 x8 x63 x8 x6
{'task': 'identity', 'seq': ['x63', 'x12', 'x25', 'x22', 'x43', 'x8', 'x22', 'x10', 'x55', 'x18', 'x53', 'x19', 'x27', 'x15', 'x46', 'x38', 'x12', 'x30', 'x38', 'x2', 'x7', 'x36', 'x26', 'x61', 'x39', 'x10', 'x15', 'x60', 'x8', 'x63', 'x8', 'x6'], 'k': 4, 'n': 32, '_time': 0.0004119873046875, '_task': 'basic_procedural...
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 x3; PUSH x47; PUSH x55; PUSH x19; PUSH x30; PUSH x57; PUSH x14; POP; PUSH x6; PUSH x39; PUSH x39; PUSH x14; PUSH x30; PUSH x36; PUSH x19; PUSH x59; PUSH x...
x36 x30 x14 x39 x39 x6 x57 x30 x19 x55 x47 x3
{'task': 'stack', 'seq': ['PUSH x3', 'PUSH x47', 'PUSH x55', 'PUSH x19', 'PUSH x30', 'PUSH x57', 'PUSH x14', 'POP', 'PUSH x6', 'PUSH x39', 'PUSH x39', 'PUSH x14', 'PUSH x30', 'PUSH x36', 'PUSH x19', 'PUSH x59', 'PUSH x6', 'PUSH x11', 'PUSH x46', 'PUSH x48', 'PUSH x56', 'PUSH x8', 'POP', 'PUSH x6', '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) x36 x51 x53 x5 x51 x21 x8 x18 x55 x34 x1 x10 x64 x4 x59 x49 (B) x44 x16 x37 x64 x59 x12 x21 x48 x30 x55 x57 x52 x11 x46 x36 x51
x36 x51 x53 x5 x21 x8 x18 x55 x34 x1 x10 x64 x4 x59 x49 x44 x16 x37 x12 x48 x30 x57 x52 x11 x46
{'task': 'union', 'seq': [['x36', 'x51', 'x53', 'x5', 'x51', 'x21', 'x8', 'x18', 'x55', 'x34', 'x1', 'x10', 'x64', 'x4', 'x59', 'x49'], ['x44', 'x16', 'x37', 'x64', 'x59', 'x12', 'x21', 'x48', 'x30', 'x55', 'x57', 'x52', 'x11', 'x46', 'x36', 'x51']], 'k': 4, 'n': 32, '_time': 0.0002956390380859375, '_task': 'basic_proc...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x24 x39 x17 x56 x55 x1 x63 x6 x31 x7 x3 x21 x16 x20 x48 x24 x28 x10 x54 x25 x53 x61 x35 x49 x10 x45 x51 x16 x55 x8 x63 x1
x24 x39 x17 x56 x55 x1 x63 x6 x31 x7 x3 x21 x16 x20 x48 x28 x10 x54 x25 x53 x61 x35 x49 x45 x51 x8
{'task': 'set', 'seq': ['x24', 'x39', 'x17', 'x56', 'x55', 'x1', 'x63', 'x6', 'x31', 'x7', 'x3', 'x21', 'x16', 'x20', 'x48', 'x24', 'x28', 'x10', 'x54', 'x25', 'x53', 'x61', 'x35', 'x49', 'x10', 'x45', 'x51', 'x16', 'x55', 'x8', 'x63', 'x1'], 'k': 4, 'n': 32, '_time': 0.0004322528839111328, '_task': 'basic_procedural',...
set
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o2 o0 c0 c2 o0 c0 o2 c2 o0 o0 c0 o3 c3 c0 o3 c3 o0 o2 o0 c0 o1 o1 c0 o2 o2 c1 c1 c2 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044989585876464844, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o0 c0 o3 c3 o1 c1 o1 o3 o3 c3 o2 c2 c3 c1 o3 c3 o1 c1 o0 o2 c2 o3 o0 c0 o3 c3 o1 c1 c3 c0
{'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.
o2 c2 o2 o3 o1 o2 c3 o3 c2 o0 c2 o2 o3 c1 o0 o3 o1 c1 c2 c3 o1 c3 o2 o1 o3 c3 c0 c2 c1 c0 c3 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004076957702636719, '_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 o2 c2 o2 c2 c3 o2 c2 o3 c3 o1 c1 o3 o1 c1 o1 c3 c1 o0 o1 o3 c1 o3 c3 o2 c2 o1 c3 c0 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004534721374511719, '_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) x60 x10 x35 x30 x61 x2 x45 x17 x45 x16 x21 x53 x20 x53 x59 x33 x1 x19 x32 x41 x11 x63 x40 x23 x12 x22 x52 x61 x41 x50 x15 x50 (TARGET) x38
x60 x10 x35 x30 x61 x2 x45 x17 x45 x16 x21 x53 x20 x53 x59 x33 x1 x19 x32 x41 x11 x63 x40 x23 x12 x22 x52 x61 x41 x50 x15 x50
{'task': 'delete', 'seq': [['x60', 'x10', 'x35', 'x30', 'x61', 'x2', 'x45', 'x17', 'x45', 'x16', 'x21', 'x53', 'x20', 'x53', 'x59', 'x33', 'x1', 'x19', 'x32', 'x41', 'x11', 'x63', 'x40', 'x23', 'x12', 'x22', 'x52', 'x61', 'x41', 'x50', 'x15', 'x50'], 'x38'], 'k': 4, 'n': 32, '_time': 0.0003173351287841797, '_task': 'ba...
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 o1 o1 c1 c1 o3 c3 o2 o0 c2 o1 c1 o1 c1 o2 o2 c0 c2 o2 c2 o3 o0 o3 c2 o2 c3 c0 o1 c1 c3 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00039768218994140625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o0 o0 c0 o2 o1 c1 c2 c0 o2 c2 o3 c3 o3 c3 o1 c1 o1 o3 o2 o0 c0 c2 o2 c2 c3 o1 c1 c1 o2 c2
{'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
Copy the sequence exactly. (SEQUENCE) x36 x13 x10 x21 x39 x22 x51 x6 x36 x37 x35 x6 x17 x28 x26 x37 x38 x1 x48 x33 x48 x49 x48 x22 x64 x64 x42 x47 x51 x21 x58 x51
x36 x13 x10 x21 x39 x22 x51 x6 x36 x37 x35 x6 x17 x28 x26 x37 x38 x1 x48 x33 x48 x49 x48 x22 x64 x64 x42 x47 x51 x21 x58 x51
{'task': 'identity', 'seq': ['x36', 'x13', 'x10', 'x21', 'x39', 'x22', 'x51', 'x6', 'x36', 'x37', 'x35', 'x6', 'x17', 'x28', 'x26', 'x37', 'x38', 'x1', 'x48', 'x33', 'x48', 'x49', 'x48', 'x22', 'x64', 'x64', 'x42', 'x47', 'x51', 'x21', 'x58', 'x51'], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_task': 'basic_proc...
identity
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x2 x52 x55 x45 x52 x64 x9 x45 x4 x12 x62 x49 x34 x42 x43 x25 (B) x58 x24 x27 x41 x28 x7 x59 x59 x44 x7 x16 x52 x23 x57 x12 x1
x2 x52 x55 x45 x64 x9 x4 x12 x62 x49 x34 x42 x43 x25 x58 x24 x27 x41 x28 x7 x59 x44 x16 x23 x57 x1
{'task': 'union', 'seq': [['x2', 'x52', 'x55', 'x45', 'x52', 'x64', 'x9', 'x45', 'x4', 'x12', 'x62', 'x49', 'x34', 'x42', 'x43', 'x25'], ['x58', 'x24', 'x27', 'x41', 'x28', 'x7', 'x59', 'x59', 'x44', 'x7', 'x16', 'x52', 'x23', 'x57', 'x12', 'x1']], 'k': 4, 'n': 32, '_time': 0.0004584789276123047, '_task': 'basic_proced...
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 x23; POP; PUSH x39; PUSH x52; POP; PUSH x50; PUSH x32; PUSH x58; PUSH x7; PUSH x45; PUSH x62; PUSH x42; PUSH x64; PUSH x57; PUSH x48; POP; PUSH x26; PUSH ...
x45 x7 x58 x32 x50 x39
{'task': 'stack', 'seq': ['PUSH x23', 'POP', 'PUSH x39', 'PUSH x52', 'POP', 'PUSH x50', 'PUSH x32', 'PUSH x58', 'PUSH x7', 'PUSH x45', 'PUSH x62', 'PUSH x42', 'PUSH x64', 'PUSH x57', 'PUSH x48', 'POP', 'PUSH x26', 'PUSH x35', 'PUSH x43', 'PUSH x8', 'PUSH x6', 'POP', 'POP', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'POP',...
stack
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x20; POP; PUSH x44; PUSH x47; PUSH x17; PUSH x49; PUSH x39; PUSH x52; PUSH x32; PUSH x19; PUSH x56; PUSH x48; POP; POP; PUSH x39; POP; PUSH x28; PUSH x19;...
x35 x39 x49 x17 x47 x44
{'task': 'stack', 'seq': ['PUSH x20', 'POP', 'PUSH x44', 'PUSH x47', 'PUSH x17', 'PUSH x49', 'PUSH x39', 'PUSH x52', 'PUSH x32', 'PUSH x19', 'PUSH x56', 'PUSH x48', 'POP', 'POP', 'PUSH x39', 'POP', 'PUSH x28', 'PUSH x19', 'PUSH x23', 'PUSH x6', 'POP', 'PUSH x19', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x44 x49 x40 x44 x27 x11 x22 x40 x20 x16 x62 x63 x11 x24 x61 x52 x3 x46 x57 x32 x44 x56 x15 x8 x50 x27 x16 x28 x43 x35 x6 x22
x44 x49 x40 x27 x11 x22 x20 x16 x62 x63 x24 x61 x52 x3 x46 x57 x32 x56 x15 x8 x50 x28 x43 x35 x6
{'task': 'set', 'seq': ['x44', 'x49', 'x40', 'x44', 'x27', 'x11', 'x22', 'x40', 'x20', 'x16', 'x62', 'x63', 'x11', 'x24', 'x61', 'x52', 'x3', 'x46', 'x57', 'x32', 'x44', 'x56', 'x15', 'x8', 'x50', 'x27', 'x16', 'x28', 'x43', 'x35', 'x6', 'x22'], 'k': 4, 'n': 32, '_time': 0.0003216266632080078, '_task': 'basic_procedura...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x27 x64 x15 x10 x28 x25 x26 x34 x56 x29 x9 x16 x37 x33 x43 x22 x20 x16 x56 x60 x29 x23 x49 x41 x3 x53 x54 x27 x32 x56 x41 x52
x3 x9 x10 x15 x16 x16 x20 x22 x23 x25 x26 x27 x27 x28 x29 x29 x32 x33 x34 x37 x41 x41 x43 x49 x52 x53 x54 x56 x56 x56 x60 x64
{'task': 'sort', 'seq': ['x27', 'x64', 'x15', 'x10', 'x28', 'x25', 'x26', 'x34', 'x56', 'x29', 'x9', 'x16', 'x37', 'x33', 'x43', 'x22', 'x20', 'x16', 'x56', 'x60', 'x29', 'x23', 'x49', 'x41', 'x3', 'x53', 'x54', 'x27', 'x32', 'x56', 'x41', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004367828369140625, '_task': 'basic_procedu...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x18 x62 x1 x21 x62 x24 x61 x46 x43 x49 x62 x57 x4 x59 x40 x5 x22 x1 x41 x32 x51 x42 x17 x34 x8 x11 x59 x2 x49 x36 x37 x17
x17 x37 x36 x49 x2 x59 x11 x8 x34 x17 x42 x51 x32 x41 x1 x22 x5 x40 x59 x4 x57 x62 x49 x43 x46 x61 x24 x62 x21 x1 x62 x18
{'task': 'reverse', 'seq': ['x18', 'x62', 'x1', 'x21', 'x62', 'x24', 'x61', 'x46', 'x43', 'x49', 'x62', 'x57', 'x4', 'x59', 'x40', 'x5', 'x22', 'x1', 'x41', 'x32', 'x51', 'x42', 'x17', 'x34', 'x8', 'x11', 'x59', 'x2', 'x49', 'x36', 'x37', 'x17'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_task': 'basic_procedur...
reverse
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o3 c3 o3 o3 o2 o2 o1 c2 c3 o1 o2 o3 c2 o3 o2 o0 o2 c0 c3 c1 o3 o1 c3 c3 c1 c3 c1 c2 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
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x20 x3 x25 x32 x15 x35 x32 x63 x48 x5 x38 x45 x52 x1 x13 x23 x15 x27 x62 x16 x56 x5 x18 x24 x47 x60 x17 x9 x15 x41 x46 x45
x20 x3 x25 x32 x15 x35 x63 x48 x5 x38 x45 x52 x1 x13 x23 x27 x62 x16 x56 x18 x24 x47 x60 x17 x9 x41 x46
{'task': 'set', 'seq': ['x20', 'x3', 'x25', 'x32', 'x15', 'x35', 'x32', 'x63', 'x48', 'x5', 'x38', 'x45', 'x52', 'x1', 'x13', 'x23', 'x15', 'x27', 'x62', 'x16', 'x56', 'x5', 'x18', 'x24', 'x47', 'x60', 'x17', 'x9', 'x15', 'x41', 'x46', 'x45'], 'k': 4, 'n': 32, '_time': 0.0003044605255126953, '_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) x46 x64 x10 x33 x5 x33 x43 x17 x14 x19 x31 x46 x22 x41 x53 x15 (B) x15 x50 x51 x17 x49 x45 x30 x59 x48 x38 x11 x45 x41 x42 x48 x14
x46 x64 x10 x33 x5 x43 x17 x14 x19 x31 x22 x41 x53 x15 x50 x51 x49 x45 x30 x59 x48 x38 x11 x42
{'task': 'union', 'seq': [['x46', 'x64', 'x10', 'x33', 'x5', 'x33', 'x43', 'x17', 'x14', 'x19', 'x31', 'x46', 'x22', 'x41', 'x53', 'x15'], ['x15', 'x50', 'x51', 'x17', 'x49', 'x45', 'x30', 'x59', 'x48', 'x38', 'x11', 'x45', 'x41', 'x42', 'x48', 'x14']], 'k': 4, 'n': 32, '_time': 0.00044727325439453125, '_task': 'basic_...
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 x29; POP; PUSH x22; PUSH x19; PUSH x53; PUSH x4; PUSH x20; POP; PUSH x54; POP; PUSH x8; PUSH x42; PUSH x51; POP; PUSH x9; PUSH x42; PUSH x1; PUSH x53; PUS...
x47 x7 x53 x1 x42 x9 x42 x8 x4 x53 x19 x22
{'task': 'stack', 'seq': ['PUSH x29', 'POP', 'PUSH x22', 'PUSH x19', 'PUSH x53', 'PUSH x4', 'PUSH x20', 'POP', 'PUSH x54', 'POP', 'PUSH x8', 'PUSH x42', 'PUSH x51', 'POP', 'PUSH x9', 'PUSH x42', 'PUSH x1', 'PUSH x53', 'PUSH x7', 'PUSH x52', 'PUSH x4', 'PUSH x34', 'POP', 'POP', 'POP', 'PUSH x47', 'POP', 'PUSH x17', 'PUS...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x46 x9 x30 x18 x9 x47 x58 x51 x3 x41 x58 x5 x40 x45 x18 x32 x21 x2 x19 x22 x54 x60 x50 x18 x55 x21 x29 x24 x39 x18 x15 x44 (TARGET) x32
x46 x9 x30 x18 x9 x47 x58 x51 x3 x41 x58 x5 x40 x45 x18 x21 x2 x19 x22 x54 x60 x50 x18 x55 x21 x29 x24 x39 x18 x15 x44
{'task': 'delete', 'seq': [['x46', 'x9', 'x30', 'x18', 'x9', 'x47', 'x58', 'x51', 'x3', 'x41', 'x58', 'x5', 'x40', 'x45', 'x18', 'x32', 'x21', 'x2', 'x19', 'x22', 'x54', 'x60', 'x50', 'x18', 'x55', 'x21', 'x29', 'x24', 'x39', 'x18', 'x15', 'x44'], 'x32'], 'k': 4, 'n': 32, '_time': 0.0004372596740722656, '_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) x5 x2 x62 x39 x55 x42 x36 x42 x41 x42 x27 x21 x23 x11 x36 x19 (B) x9 x64 x39 x60 x61 x24 x39 x38 x35 x61 x63 x7 x63 x47 x5 x48
x5 x2 x62 x39 x55 x42 x36 x41 x27 x21 x23 x11 x19 x9 x64 x60 x61 x24 x38 x35 x63 x7 x47 x48
{'task': 'union', 'seq': [['x5', 'x2', 'x62', 'x39', 'x55', 'x42', 'x36', 'x42', 'x41', 'x42', 'x27', 'x21', 'x23', 'x11', 'x36', 'x19'], ['x9', 'x64', 'x39', 'x60', 'x61', 'x24', 'x39', 'x38', 'x35', 'x61', 'x63', 'x7', 'x63', 'x47', 'x5', 'x48']], 'k': 4, 'n': 32, '_time': 0.0002949237823486328, '_task': 'basic_proce...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x43 x59 x15 x40 x21 x17 x16 x42 x11 x25 x30 x50 x47 x17 x54 x46 x27 x26 x47 x6 x39 x7 x5 x57 x8 x27 x11 x54 x44 x35 x20 x56
x43 x59 x15 x40 x21 x17 x16 x42 x11 x25 x30 x50 x47 x17 x54 x46 x27 x26 x47 x6 x39 x7 x5 x57 x8 x27 x11 x54 x44 x35 x20 x56
{'task': 'identity', 'seq': ['x43', 'x59', 'x15', 'x40', 'x21', 'x17', 'x16', 'x42', 'x11', 'x25', 'x30', 'x50', 'x47', 'x17', 'x54', 'x46', 'x27', 'x26', 'x47', 'x6', 'x39', 'x7', 'x5', 'x57', 'x8', 'x27', 'x11', 'x54', 'x44', 'x35', 'x20', 'x56'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_proce...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x6 x11 x21 x9 x38 x47 x25 x37 x14 x36 x33 x27 x31 x51 x24 x44 x32 x26 x59 x24 x64 x16 x2 x35 x26 x10 x5 x14 x31 x58 x4 x1
x1 x4 x58 x31 x14 x5 x10 x26 x35 x2 x16 x64 x24 x59 x26 x32 x44 x24 x51 x31 x27 x33 x36 x14 x37 x25 x47 x38 x9 x21 x11 x6
{'task': 'reverse', 'seq': ['x6', 'x11', 'x21', 'x9', 'x38', 'x47', 'x25', 'x37', 'x14', 'x36', 'x33', 'x27', 'x31', 'x51', 'x24', 'x44', 'x32', 'x26', 'x59', 'x24', 'x64', 'x16', 'x2', 'x35', 'x26', 'x10', 'x5', 'x14', 'x31', 'x58', 'x4', 'x1'], 'k': 4, 'n': 32, '_time': 0.000415802001953125, '_task': 'basic_procedura...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x38 x64 x34 x56 x21 x19 x42 x60 x21 x7 x48 x44 x63 x9 x54 x49 x18 x60 x10 x24 x7 x23 x26 x45 x54 x36 x2 x24 x26 x13 x13 x59
x38 x64 x34 x56 x21 x19 x42 x60 x21 x7 x48 x44 x63 x9 x54 x49 x18 x60 x10 x24 x7 x23 x26 x45 x54 x36 x2 x24 x26 x13 x13 x59
{'task': 'identity', 'seq': ['x38', 'x64', 'x34', 'x56', 'x21', 'x19', 'x42', 'x60', 'x21', 'x7', 'x48', 'x44', 'x63', 'x9', 'x54', 'x49', 'x18', 'x60', 'x10', 'x24', 'x7', 'x23', 'x26', 'x45', 'x54', 'x36', 'x2', 'x24', 'x26', 'x13', 'x13', 'x59'], 'k': 4, 'n': 32, '_time': 0.00024318695068359375, '_task': 'basic_proc...
identity
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 o0 c0 c3 o1 o0 c0 o1 c1 c1 o3 c3 o0 o0 o0 c0 c0 o3 o2 c2 c3 o2 c2 o3 c3 o2 o1 o2 c2 c1 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003833770751953125, '_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) x3 x14 x33 x46 x60 x43 x42 x18 x43 x32 x39 x25 x48 x2 x37 x23 x27 x15 x60 x45 x41 x4 x63 x42 x29 x42 x4 x61 x13 x32 x24 x60
x2 x3 x4 x4 x13 x14 x15 x18 x23 x24 x25 x27 x29 x32 x32 x33 x37 x39 x41 x42 x42 x42 x43 x43 x45 x46 x48 x60 x60 x60 x61 x63
{'task': 'sort', 'seq': ['x3', 'x14', 'x33', 'x46', 'x60', 'x43', 'x42', 'x18', 'x43', 'x32', 'x39', 'x25', 'x48', 'x2', 'x37', 'x23', 'x27', 'x15', 'x60', 'x45', 'x41', 'x4', 'x63', 'x42', 'x29', 'x42', 'x4', 'x61', 'x13', 'x32', 'x24', 'x60'], 'k': 4, 'n': 32, '_time': 0.00029277801513671875, '_task': 'basic_procedur...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x29 x50 x35 x14 x16 x26 x34 x28 x28 x46 x6 x35 x55 x14 x7 x3 x19 x21 x60 x31 x25 x44 x33 x61 x10 x30 x24 x54 x63 x24 x17 x49
x29 x50 x35 x14 x16 x26 x34 x28 x46 x6 x55 x7 x3 x19 x21 x60 x31 x25 x44 x33 x61 x10 x30 x24 x54 x63 x17 x49
{'task': 'set', 'seq': ['x29', 'x50', 'x35', 'x14', 'x16', 'x26', 'x34', 'x28', 'x28', 'x46', 'x6', 'x35', 'x55', 'x14', 'x7', 'x3', 'x19', 'x21', 'x60', 'x31', 'x25', 'x44', 'x33', 'x61', 'x10', 'x30', 'x24', 'x54', 'x63', 'x24', 'x17', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004265308380126953, '_task': 'basic_procedura...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x20 x7 x62 x30 x7 x38 x23 x18 x50 x40 x2 x12 x44 x15 x28 x20 x14 x44 x34 x6 x3 x24 x62 x25 x51 x10 x12 x2 x53 x14 x18 x58
x20 x7 x62 x30 x38 x23 x18 x50 x40 x2 x12 x44 x15 x28 x14 x34 x6 x3 x24 x25 x51 x10 x53 x58
{'task': 'set', 'seq': ['x20', 'x7', 'x62', 'x30', 'x7', 'x38', 'x23', 'x18', 'x50', 'x40', 'x2', 'x12', 'x44', 'x15', 'x28', 'x20', 'x14', 'x44', 'x34', 'x6', 'x3', 'x24', 'x62', 'x25', 'x51', 'x10', 'x12', 'x2', 'x53', 'x14', 'x18', 'x58'], 'k': 4, 'n': 32, '_time': 0.0002770423889160156, '_task': 'basic_procedural',...
set
instruct
0
Reverse the sequence. (SEQUENCE) x37 x10 x31 x56 x33 x18 x50 x19 x32 x12 x42 x27 x29 x14 x56 x10 x58 x34 x40 x54 x49 x3 x13 x18 x54 x34 x3 x32 x52 x48 x17 x52
x52 x17 x48 x52 x32 x3 x34 x54 x18 x13 x3 x49 x54 x40 x34 x58 x10 x56 x14 x29 x27 x42 x12 x32 x19 x50 x18 x33 x56 x31 x10 x37
{'task': 'reverse', 'seq': ['x37', 'x10', 'x31', 'x56', 'x33', 'x18', 'x50', 'x19', 'x32', 'x12', 'x42', 'x27', 'x29', 'x14', 'x56', 'x10', 'x58', 'x34', 'x40', 'x54', 'x49', 'x3', 'x13', 'x18', 'x54', 'x34', 'x3', 'x32', 'x52', 'x48', 'x17', 'x52'], 'k': 4, 'n': 32, '_time': 0.00041413307189941406, '_task': 'basic_pro...
reverse
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x8; PUSH x62; PUSH x23; PUSH x56; PUSH x4; PUSH x44; PUSH x50; PUSH x15; POP; PUSH x49; PUSH x60; PUSH x38; PUSH x9; PUSH x35; PUSH x3; PUSH x28; PUSH x59...
x22 x51 x28 x12 x59 x59 x28 x3 x35 x9 x38 x60 x49 x50 x44 x4 x56 x23 x62 x8
{'task': 'stack', 'seq': ['PUSH x8', 'PUSH x62', 'PUSH x23', 'PUSH x56', 'PUSH x4', 'PUSH x44', 'PUSH x50', 'PUSH x15', 'POP', 'PUSH x49', 'PUSH x60', 'PUSH x38', 'PUSH x9', 'PUSH x35', 'PUSH x3', 'PUSH x28', 'PUSH x59', 'PUSH x59', 'PUSH x12', 'PUSH x28', 'PUSH x63', 'PUSH x42', 'PUSH x45', 'POP', 'POP', 'PUSH x12', '...
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) x21 x7 x34 x4 x6 x31 x35 x38 x46 x36 x21 x1 x27 x5 x2 x45 (B) x48 x36 x32 x55 x37 x30 x23 x51 x59 x35 x58 x29 x21 x55 x31 x12
x21 x7 x34 x4 x6 x31 x35 x38 x46 x36 x1 x27 x5 x2 x45 x48 x32 x55 x37 x30 x23 x51 x59 x58 x29 x12
{'task': 'union', 'seq': [['x21', 'x7', 'x34', 'x4', 'x6', 'x31', 'x35', 'x38', 'x46', 'x36', 'x21', 'x1', 'x27', 'x5', 'x2', 'x45'], ['x48', 'x36', 'x32', 'x55', 'x37', 'x30', 'x23', 'x51', 'x59', 'x35', 'x58', 'x29', 'x21', 'x55', 'x31', 'x12']], 'k': 4, 'n': 32, '_time': 0.00029778480529785156, '_task': 'basic_proce...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x12 x59 x30 x28 x47 x56 x39 x21 x16 x25 x21 x61 x31 x40 x55 x49 x20 x31 x27 x40 x57 x45 x62 x44 x9 x37 x52 x63 x25 x27 x16 x60
x12 x59 x30 x28 x47 x56 x39 x21 x16 x25 x21 x61 x31 x40 x55 x49 x20 x31 x27 x40 x57 x45 x62 x44 x9 x37 x52 x63 x25 x27 x16 x60
{'task': 'identity', 'seq': ['x12', 'x59', 'x30', 'x28', 'x47', 'x56', 'x39', 'x21', 'x16', 'x25', 'x21', 'x61', 'x31', 'x40', 'x55', 'x49', 'x20', 'x31', 'x27', 'x40', 'x57', 'x45', 'x62', 'x44', 'x9', 'x37', 'x52', 'x63', 'x25', 'x27', 'x16', 'x60'], 'k': 4, 'n': 32, '_time': 0.00041484832763671875, '_task': 'basic_p...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x61 x41 x56 x8 x16 x36 x15 x4 x13 x23 x28 x44 x17 x10 x41 x57 x4 x16 x25 x4 x1 x12 x23 x11 x6 x25 x50 x44 x48 x29 x58 x44
x61 x41 x56 x8 x16 x36 x15 x4 x13 x23 x28 x44 x17 x10 x41 x57 x4 x16 x25 x4 x1 x12 x23 x11 x6 x25 x50 x44 x48 x29 x58 x44
{'task': 'identity', 'seq': ['x61', 'x41', 'x56', 'x8', 'x16', 'x36', 'x15', 'x4', 'x13', 'x23', 'x28', 'x44', 'x17', 'x10', 'x41', 'x57', 'x4', 'x16', 'x25', 'x4', 'x1', 'x12', 'x23', 'x11', 'x6', 'x25', 'x50', 'x44', 'x48', 'x29', 'x58', 'x44'], 'k': 4, 'n': 32, '_time': 0.0004112720489501953, '_task': 'basic_procedu...
identity
instruct
0