prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x39; POP; PUSH x63; POP; PUSH x60; POP; PUSH x41; POP; PUSH x18; POP; PUSH x36; PUSH x5; PUSH x24; PUSH x4; PUSH x55; PUSH x29; PUSH x17; PUSH x62; PUSH x...
x5 x36
{'task': 'stack', 'seq': ['PUSH x39', 'POP', 'PUSH x63', 'POP', 'PUSH x60', 'POP', 'PUSH x41', 'POP', 'PUSH x18', 'POP', 'PUSH x36', 'PUSH x5', 'PUSH x24', 'PUSH x4', 'PUSH x55', 'PUSH x29', 'PUSH x17', 'PUSH x62', 'PUSH x11', 'POP', 'POP', 'PUSH x57', 'POP', 'POP', 'PUSH x48', 'POP', 'POP', 'POP', 'PUSH x37', 'POP', '...
stack
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 c3 o2 c2 o2 c2 o0 c0 o2 c2 o1 c1 o3 c3 o2 o2 c2 c2 o2 o3 c3 c2 o1 c1 o2 o1 c1 c2 o3 c3 o2 c2
{'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
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x13 x60 x14 x27 x57 x30 x36 x3 x15 x53 x55 x21 x9 x39 x42 x49 x1 x9 x19 x50 x8 x49 x29 x6 x1 x20 x49 x44 x27 x58 x32 x40 (TARGET) x14
x13 x60 x27 x57 x30 x36 x3 x15 x53 x55 x21 x9 x39 x42 x49 x1 x9 x19 x50 x8 x49 x29 x6 x1 x20 x49 x44 x27 x58 x32 x40
{'task': 'delete', 'seq': [['x13', 'x60', 'x14', 'x27', 'x57', 'x30', 'x36', 'x3', 'x15', 'x53', 'x55', 'x21', 'x9', 'x39', 'x42', 'x49', 'x1', 'x9', 'x19', 'x50', 'x8', 'x49', 'x29', 'x6', 'x1', 'x20', 'x49', 'x44', 'x27', 'x58', 'x32', 'x40'], 'x14'], 'k': 4, 'n': 32, '_time': 0.00032258033752441406, '_task': 'basic_...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x9 x25 x11 x54 x13 x46 x58 x9 x52 x28 x38 x18 x23 x64 x59 x14 x55 x64 x29 x54 x31 x4 x1 x63 x27 x5 x2 x36 x44 x20 x16 x25
x9 x25 x11 x54 x13 x46 x58 x9 x52 x28 x38 x18 x23 x64 x59 x14 x55 x64 x29 x54 x31 x4 x1 x63 x27 x5 x2 x36 x44 x20 x16 x25
{'task': 'identity', 'seq': ['x9', 'x25', 'x11', 'x54', 'x13', 'x46', 'x58', 'x9', 'x52', 'x28', 'x38', 'x18', 'x23', 'x64', 'x59', 'x14', 'x55', 'x64', 'x29', 'x54', 'x31', 'x4', 'x1', 'x63', 'x27', 'x5', 'x2', 'x36', 'x44', 'x20', 'x16', 'x25'], 'k': 4, 'n': 32, '_time': 0.00027370452880859375, '_task': 'basic_proced...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x34 x5 x27 x26 x37 x13 x43 x43 x24 x21 x25 x35 x4 x2 x41 x32 x32 x4 x15 x8 x35 x37 x6 x48 x28 x27 x30 x51 x47 x23 x11 x7
x2 x4 x4 x5 x6 x7 x8 x11 x13 x15 x21 x23 x24 x25 x26 x27 x27 x28 x30 x32 x32 x34 x35 x35 x37 x37 x41 x43 x43 x47 x48 x51
{'task': 'sort', 'seq': ['x34', 'x5', 'x27', 'x26', 'x37', 'x13', 'x43', 'x43', 'x24', 'x21', 'x25', 'x35', 'x4', 'x2', 'x41', 'x32', 'x32', 'x4', 'x15', 'x8', 'x35', 'x37', 'x6', 'x48', 'x28', 'x27', 'x30', 'x51', 'x47', 'x23', 'x11', 'x7'], 'k': 4, 'n': 32, '_time': 0.0002589225769042969, '_task': 'basic_procedural',...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x27 x51 x6 x49 x46 x13 x9 x27 x55 x43 x38 x32 x32 x43 x54 x22 x15 x5 x35 x55 x16 x51 x51 x45 x32 x57 x11 x48 x43 x30 x48 x34
x27 x51 x6 x49 x46 x13 x9 x27 x55 x43 x38 x32 x32 x43 x54 x22 x15 x5 x35 x55 x16 x51 x51 x45 x32 x57 x11 x48 x43 x30 x48 x34
{'task': 'identity', 'seq': ['x27', 'x51', 'x6', 'x49', 'x46', 'x13', 'x9', 'x27', 'x55', 'x43', 'x38', 'x32', 'x32', 'x43', 'x54', 'x22', 'x15', 'x5', 'x35', 'x55', 'x16', 'x51', 'x51', 'x45', 'x32', 'x57', 'x11', 'x48', 'x43', 'x30', 'x48', 'x34'], 'k': 4, 'n': 32, '_time': 0.00041604042053222656, '_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) x31 x7 x42 x52 x42 x10 x17 x38 x19 x58 x47 x52 x34 x3 x5 x1 (B) x10 x34 x16 x59 x30 x21 x18 x41 x42 x55 x36 x9 x12 x51 x52 x16
x31 x7 x42 x52 x10 x17 x38 x19 x58 x47 x34 x3 x5 x1 x16 x59 x30 x21 x18 x41 x55 x36 x9 x12 x51
{'task': 'union', 'seq': [['x31', 'x7', 'x42', 'x52', 'x42', 'x10', 'x17', 'x38', 'x19', 'x58', 'x47', 'x52', 'x34', 'x3', 'x5', 'x1'], ['x10', 'x34', 'x16', 'x59', 'x30', 'x21', 'x18', 'x41', 'x42', 'x55', 'x36', 'x9', 'x12', 'x51', 'x52', 'x16']], 'k': 4, 'n': 32, '_time': 0.00030422210693359375, '_task': 'basic_proc...
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 o0 c0 o0 c0 c1 o0 o3 c3 c0 o1 c1 o1 c1 o0 c0 o2 o3 c3 c2 o0 c0 o2 c2 o0 o3 c3 c0 o2 o3 c3 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025177001953125, '_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 x19; POP; PUSH x32; PUSH x47; PUSH x22; POP; PUSH x64; PUSH x12; POP; POP; PUSH x54; PUSH x15; PUSH x8; PUSH x64; PUSH x64; PUSH x63; PUSH x21; POP; PUSH ...
x8 x46 x38 x12 x63 x64 x64 x8 x15 x54 x47 x32
{'task': 'stack', 'seq': ['PUSH x19', 'POP', 'PUSH x32', 'PUSH x47', 'PUSH x22', 'POP', 'PUSH x64', 'PUSH x12', 'POP', 'POP', 'PUSH x54', 'PUSH x15', 'PUSH x8', 'PUSH x64', 'PUSH x64', 'PUSH x63', 'PUSH x21', 'POP', 'PUSH x12', 'PUSH x52', 'PUSH x35', 'PUSH x38', 'POP', 'PUSH x21', 'POP', 'POP', 'POP', 'PUSH x55', 'POP...
stack
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x52 x2 x18 x59 x32 x64 x37 x49 x4 x63 x32 x44 x6 x43 x26 x27 x20 x51 x2 x8 x42 x35 x13 x16 x48 x57 x30 x6 x5 x28 x46 x36
x2 x2 x4 x5 x6 x6 x8 x13 x16 x18 x20 x26 x27 x28 x30 x32 x32 x35 x36 x37 x42 x43 x44 x46 x48 x49 x51 x52 x57 x59 x63 x64
{'task': 'sort', 'seq': ['x52', 'x2', 'x18', 'x59', 'x32', 'x64', 'x37', 'x49', 'x4', 'x63', 'x32', 'x44', 'x6', 'x43', 'x26', 'x27', 'x20', 'x51', 'x2', 'x8', 'x42', 'x35', 'x13', 'x16', 'x48', 'x57', 'x30', 'x6', 'x5', 'x28', 'x46', 'x36'], 'k': 4, 'n': 32, '_time': 0.00026106834411621094, '_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 x29; PUSH x44; PUSH x22; POP; PUSH x49; PUSH x26; PUSH x9; POP; POP; PUSH x52; PUSH x13; PUSH x21; POP; PUSH x57; PUSH x32; PUSH x32; POP; PUSH x38; PUSH ...
x57 x13 x52 x49 x44 x29
{'task': 'stack', 'seq': ['PUSH x29', 'PUSH x44', 'PUSH x22', 'POP', 'PUSH x49', 'PUSH x26', 'PUSH x9', 'POP', 'POP', 'PUSH x52', 'PUSH x13', 'PUSH x21', 'POP', 'PUSH x57', 'PUSH x32', 'PUSH x32', 'POP', 'PUSH x38', 'PUSH x35', 'PUSH x47', 'POP', 'PUSH x42', 'PUSH x26', 'POP', 'PUSH x51', 'POP', 'PUSH x10', 'POP', 'POP...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x13 x59 x47 x49 x28 x16 x5 x47 x42 x23 x35 x30 x47 x1 x10 x11 x19 x15 x5 x55 x61 x9 x13 x59 x10 x23 x34 x47 x25 x8 x13 x33
x33 x13 x8 x25 x47 x34 x23 x10 x59 x13 x9 x61 x55 x5 x15 x19 x11 x10 x1 x47 x30 x35 x23 x42 x47 x5 x16 x28 x49 x47 x59 x13
{'task': 'reverse', 'seq': ['x13', 'x59', 'x47', 'x49', 'x28', 'x16', 'x5', 'x47', 'x42', 'x23', 'x35', 'x30', 'x47', 'x1', 'x10', 'x11', 'x19', 'x15', 'x5', 'x55', 'x61', 'x9', 'x13', 'x59', 'x10', 'x23', 'x34', 'x47', 'x25', 'x8', 'x13', 'x33'], 'k': 4, 'n': 32, '_time': 0.0002734661102294922, '_task': 'basic_procedu...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x63 x52 x12 x49 x10 x16 x23 x19 x48 x15 x60 x56 x53 x8 x2 x6 x1 x14 x36 x27 x6 x33 x63 x62 x56 x1 x12 x31 x58 x12 x56 x46 (TARGET) x1
x63 x52 x12 x49 x10 x16 x23 x19 x48 x15 x60 x56 x53 x8 x2 x6 x14 x36 x27 x6 x33 x63 x62 x56 x1 x12 x31 x58 x12 x56 x46
{'task': 'delete', 'seq': [['x63', 'x52', 'x12', 'x49', 'x10', 'x16', 'x23', 'x19', 'x48', 'x15', 'x60', 'x56', 'x53', 'x8', 'x2', 'x6', 'x1', 'x14', 'x36', 'x27', 'x6', 'x33', 'x63', 'x62', 'x56', 'x1', 'x12', 'x31', 'x58', 'x12', 'x56', 'x46'], 'x1'], 'k': 4, 'n': 32, '_time': 0.00028777122497558594, '_task': 'basic_...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x40 x35 x49 x5 x41 x6 x4 x9 x20 x23 x30 x17 x18 x61 x1 x15 x52 x14 x35 x45 x12 x53 x32 x36 x3 x2 x10 x40 x60 x32 x3 x11
x40 x35 x49 x5 x41 x6 x4 x9 x20 x23 x30 x17 x18 x61 x1 x15 x52 x14 x45 x12 x53 x32 x36 x3 x2 x10 x60 x11
{'task': 'set', 'seq': ['x40', 'x35', 'x49', 'x5', 'x41', 'x6', 'x4', 'x9', 'x20', 'x23', 'x30', 'x17', 'x18', 'x61', 'x1', 'x15', 'x52', 'x14', 'x35', 'x45', 'x12', 'x53', 'x32', 'x36', 'x3', 'x2', 'x10', 'x40', 'x60', 'x32', 'x3', 'x11'], 'k': 4, 'n': 32, '_time': 0.0002796649932861328, '_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 o0 o1 o0 o1 o2 c2 o0 o1 c1 o1 c1 c0 o1 o3 c3 c1 o0 c0 c1 o2 o3 c3 o0 o1 c1 c0 c2 c0 c1 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00039124488830566406, '_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 x22; PUSH x28; PUSH x5; PUSH x6; PUSH x6; PUSH x37; PUSH x7; PUSH x48; PUSH x19; PUSH x35; PUSH x32; PUSH x47; PUSH x25; PUSH x14; PUSH x25; PUSH x64; PUS...
x10 x36 x64 x25 x14 x25 x47 x32 x35 x19 x48 x7 x37 x6 x6 x5 x28 x22
{'task': 'stack', 'seq': ['PUSH x22', 'PUSH x28', 'PUSH x5', 'PUSH x6', 'PUSH x6', 'PUSH x37', 'PUSH x7', 'PUSH x48', 'PUSH x19', 'PUSH x35', 'PUSH x32', 'PUSH x47', 'PUSH x25', 'PUSH x14', 'PUSH x25', 'PUSH x64', 'PUSH x36', 'PUSH x10', 'PUSH x47', 'PUSH x5', 'PUSH x29', 'PUSH x45', 'PUSH x19', 'POP', 'POP', 'POP', 'P...
stack
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x61 x13 x22 x50 x39 x32 x36 x3 x53 x51 x8 x26 x6 x19 x22 x15 (B) x9 x35 x37 x24 x62 x27 x19 x6 x1 x36 x57 x34 x1 x7 x64 x11
x61 x13 x22 x50 x39 x32 x36 x3 x53 x51 x8 x26 x6 x19 x15 x9 x35 x37 x24 x62 x27 x1 x57 x34 x7 x64 x11
{'task': 'union', 'seq': [['x61', 'x13', 'x22', 'x50', 'x39', 'x32', 'x36', 'x3', 'x53', 'x51', 'x8', 'x26', 'x6', 'x19', 'x22', 'x15'], ['x9', 'x35', 'x37', 'x24', 'x62', 'x27', 'x19', 'x6', 'x1', 'x36', 'x57', 'x34', 'x1', 'x7', 'x64', 'x11']], 'k': 4, 'n': 32, '_time': 0.00029921531677246094, '_task': 'basic_procedu...
union
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 o1 o2 o2 o2 c1 o2 c3 o3 o3 c2 c3 c3 c2 o1 c2 c2 o1 o1 o1 o3 o2 o2 c2 o2 c1 c1 c1 c2 c3 c1 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
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x44 x53 x22 x30 x2 x32 x7 x19 x2 x19 x61 x11 x46 x59 x58 x60 x34 x3 x18 x40 x56 x38 x2 x32 x39 x32 x58 x8 x19 x9 x38 x57
x2 x2 x2 x3 x7 x8 x9 x11 x18 x19 x19 x19 x22 x30 x32 x32 x32 x34 x38 x38 x39 x40 x44 x46 x53 x56 x57 x58 x58 x59 x60 x61
{'task': 'sort', 'seq': ['x44', 'x53', 'x22', 'x30', 'x2', 'x32', 'x7', 'x19', 'x2', 'x19', 'x61', 'x11', 'x46', 'x59', 'x58', 'x60', 'x34', 'x3', 'x18', 'x40', 'x56', 'x38', 'x2', 'x32', 'x39', 'x32', 'x58', 'x8', 'x19', 'x9', 'x38', 'x57'], 'k': 4, 'n': 32, '_time': 0.0004374980926513672, '_task': 'basic_procedural',...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x64 x17 x50 x17 x33 x26 x3 x21 x21 x17 x18 x54 x1 x49 x12 x57 x17 x25 x10 x46 x43 x3 x12 x61 x64 x35 x57 x11 x45 x4 x22 x38
x64 x17 x50 x17 x33 x26 x3 x21 x21 x17 x18 x54 x1 x49 x12 x57 x17 x25 x10 x46 x43 x3 x12 x61 x64 x35 x57 x11 x45 x4 x22 x38
{'task': 'identity', 'seq': ['x64', 'x17', 'x50', 'x17', 'x33', 'x26', 'x3', 'x21', 'x21', 'x17', 'x18', 'x54', 'x1', 'x49', 'x12', 'x57', 'x17', 'x25', 'x10', 'x46', 'x43', 'x3', 'x12', 'x61', 'x64', 'x35', 'x57', 'x11', 'x45', 'x4', 'x22', 'x38'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_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 o1 o0 c0 c1 o1 c1 o3 c3 c0 o0 o1 o2 c2 c1 c0 o0 c0 o0 o0 o0 o3 o2 c2 o1 c1 c3 o3 c3 c0 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003528594970703125, '_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) x7 x11 x10 x49 x33 x27 x46 x29 x57 x13 x18 x53 x29 x9 x38 x47 x28 x8 x9 x24 x28 x31 x44 x2 x9 x9 x44 x53 x63 x49 x8 x34
x34 x8 x49 x63 x53 x44 x9 x9 x2 x44 x31 x28 x24 x9 x8 x28 x47 x38 x9 x29 x53 x18 x13 x57 x29 x46 x27 x33 x49 x10 x11 x7
{'task': 'reverse', 'seq': ['x7', 'x11', 'x10', 'x49', 'x33', 'x27', 'x46', 'x29', 'x57', 'x13', 'x18', 'x53', 'x29', 'x9', 'x38', 'x47', 'x28', 'x8', 'x9', 'x24', 'x28', 'x31', 'x44', 'x2', 'x9', 'x9', 'x44', 'x53', 'x63', 'x49', 'x8', 'x34'], 'k': 4, 'n': 32, '_time': 0.00027108192443847656, '_task': 'basic_procedura...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x17 x51 x29 x20 x61 x22 x31 x10 x9 x22 x21 x36 x44 x46 x42 x39 x41 x1 x39 x22 x3 x48 x9 x33 x31 x55 x14 x47 x35 x41 x46 x57
x17 x51 x29 x20 x61 x22 x31 x10 x9 x22 x21 x36 x44 x46 x42 x39 x41 x1 x39 x22 x3 x48 x9 x33 x31 x55 x14 x47 x35 x41 x46 x57
{'task': 'identity', 'seq': ['x17', 'x51', 'x29', 'x20', 'x61', 'x22', 'x31', 'x10', 'x9', 'x22', 'x21', 'x36', 'x44', 'x46', 'x42', 'x39', 'x41', 'x1', 'x39', 'x22', 'x3', 'x48', 'x9', 'x33', 'x31', 'x55', 'x14', 'x47', 'x35', 'x41', 'x46', 'x57'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_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) x6 x62 x50 x24 x22 x13 x15 x12 x6 x56 x2 x54 x52 x1 x45 x14 (B) x31 x12 x63 x50 x18 x22 x30 x23 x60 x5 x44 x51 x31 x49 x39 x58
x6 x62 x50 x24 x22 x13 x15 x12 x56 x2 x54 x52 x1 x45 x14 x31 x63 x18 x30 x23 x60 x5 x44 x51 x49 x39 x58
{'task': 'union', 'seq': [['x6', 'x62', 'x50', 'x24', 'x22', 'x13', 'x15', 'x12', 'x6', 'x56', 'x2', 'x54', 'x52', 'x1', 'x45', 'x14'], ['x31', 'x12', 'x63', 'x50', 'x18', 'x22', 'x30', 'x23', 'x60', 'x5', 'x44', 'x51', 'x31', 'x49', 'x39', 'x58']], 'k': 4, 'n': 32, '_time': 0.00029659271240234375, '_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) x3 x58 x21 x1 x7 x49 x30 x49 x33 x25 x49 x16 x34 x36 x2 x48 (B) x46 x1 x35 x35 x36 x31 x16 x37 x62 x31 x20 x59 x35 x41 x13 x58
x3 x58 x21 x1 x7 x49 x30 x33 x25 x16 x34 x36 x2 x48 x46 x35 x31 x37 x62 x20 x59 x41 x13
{'task': 'union', 'seq': [['x3', 'x58', 'x21', 'x1', 'x7', 'x49', 'x30', 'x49', 'x33', 'x25', 'x49', 'x16', 'x34', 'x36', 'x2', 'x48'], ['x46', 'x1', 'x35', 'x35', 'x36', 'x31', 'x16', 'x37', 'x62', 'x31', 'x20', 'x59', 'x35', 'x41', 'x13', 'x58']], 'k': 4, 'n': 32, '_time': 0.0003573894500732422, '_task': 'basic_proce...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x40 x49 x52 x11 x31 x2 x61 x31 x4 x10 x25 x61 x23 x63 x52 x4 x58 x42 x59 x39 x21 x24 x46 x2 x55 x25 x24 x45 x41 x31 x46 x28
x40 x49 x52 x11 x31 x2 x61 x4 x10 x25 x23 x63 x58 x42 x59 x39 x21 x24 x46 x55 x45 x41 x28
{'task': 'set', 'seq': ['x40', 'x49', 'x52', 'x11', 'x31', 'x2', 'x61', 'x31', 'x4', 'x10', 'x25', 'x61', 'x23', 'x63', 'x52', 'x4', 'x58', 'x42', 'x59', 'x39', 'x21', 'x24', 'x46', 'x2', 'x55', 'x25', 'x24', 'x45', 'x41', 'x31', 'x46', 'x28'], 'k': 4, 'n': 32, '_time': 0.0004260540008544922, '_task': 'basic_procedural...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x45 x18 x32 x61 x46 x43 x19 x62 x44 x23 x63 x45 x37 x40 x49 x15 x32 x5 x27 x19 x45 x59 x50 x39 x59 x33 x57 x53 x61 x49 x56 x37
x5 x15 x18 x19 x19 x23 x27 x32 x32 x33 x37 x37 x39 x40 x43 x44 x45 x45 x45 x46 x49 x49 x50 x53 x56 x57 x59 x59 x61 x61 x62 x63
{'task': 'sort', 'seq': ['x45', 'x18', 'x32', 'x61', 'x46', 'x43', 'x19', 'x62', 'x44', 'x23', 'x63', 'x45', 'x37', 'x40', 'x49', 'x15', 'x32', 'x5', 'x27', 'x19', 'x45', 'x59', 'x50', 'x39', 'x59', 'x33', 'x57', 'x53', 'x61', 'x49', 'x56', 'x37'], 'k': 4, 'n': 32, '_time': 0.0002880096435546875, '_task': 'basic_proced...
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 x56; PUSH x56; PUSH x25; PUSH x26; POP; PUSH x57; PUSH x55; PUSH x28; PUSH x38; PUSH x2; PUSH x8; PUSH x11; PUSH x3; PUSH x16; PUSH x31; PUSH x6; PUSH x18...
x16 x3 x11 x8 x2 x38 x28 x55 x57 x25 x56 x56
{'task': 'stack', 'seq': ['PUSH x56', 'PUSH x56', 'PUSH x25', 'PUSH x26', 'POP', 'PUSH x57', 'PUSH x55', 'PUSH x28', 'PUSH x38', 'PUSH x2', 'PUSH x8', 'PUSH x11', 'PUSH x3', 'PUSH x16', 'PUSH x31', 'PUSH x6', 'PUSH x18', 'PUSH x14', 'PUSH x15', 'PUSH x46', 'PUSH x51', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x43', 'POP...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x16 x51 x38 x32 x53 x64 x22 x34 x2 x54 x15 x17 x51 x42 x14 x40 x41 x30 x35 x27 x27 x55 x41 x41 x59 x38 x50 x47 x37 x29 x12 x45
x16 x51 x38 x32 x53 x64 x22 x34 x2 x54 x15 x17 x51 x42 x14 x40 x41 x30 x35 x27 x27 x55 x41 x41 x59 x38 x50 x47 x37 x29 x12 x45
{'task': 'identity', 'seq': ['x16', 'x51', 'x38', 'x32', 'x53', 'x64', 'x22', 'x34', 'x2', 'x54', 'x15', 'x17', 'x51', 'x42', 'x14', 'x40', 'x41', 'x30', 'x35', 'x27', 'x27', 'x55', 'x41', 'x41', 'x59', 'x38', 'x50', 'x47', 'x37', 'x29', 'x12', 'x45'], 'k': 4, 'n': 32, '_time': 0.00041222572326660156, '_task': 'basic_p...
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 o2 c2 c3 o3 o3 c3 c3 o3 c3 o2 o0 o0 c0 c0 o0 c0 c2 o3 c3 o2 c2 o0 o0 o2 c2 o0 o2 c2 c0 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003027915954589844, '_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) x52 x64 x62 x23 x56 x36 x36 x48 x43 x10 x11 x54 x51 x57 x60 x3 x28 x4 x2 x33 x48 x47 x8 x53 x55 x57 x17 x43 x61 x33 x62 x24
x52 x64 x62 x23 x56 x36 x36 x48 x43 x10 x11 x54 x51 x57 x60 x3 x28 x4 x2 x33 x48 x47 x8 x53 x55 x57 x17 x43 x61 x33 x62 x24
{'task': 'identity', 'seq': ['x52', 'x64', 'x62', 'x23', 'x56', 'x36', 'x36', 'x48', 'x43', 'x10', 'x11', 'x54', 'x51', 'x57', 'x60', 'x3', 'x28', 'x4', 'x2', 'x33', 'x48', 'x47', 'x8', 'x53', 'x55', 'x57', 'x17', 'x43', 'x61', 'x33', 'x62', 'x24'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_proce...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 c2 o1 c1 o3 c3 o3 o0 o2 c0 o2 o0 c0 c2 c2 c3 o1 o1 o1 o1 c1 c1 c1 o3 c3 o2 o2 o2 c1 c2 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002987384796142578, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Copy the sequence exactly. (SEQUENCE) x31 x42 x40 x2 x15 x2 x23 x5 x34 x19 x24 x7 x34 x44 x39 x55 x5 x59 x7 x27 x40 x1 x31 x8 x47 x47 x28 x58 x31 x42 x42 x2
x31 x42 x40 x2 x15 x2 x23 x5 x34 x19 x24 x7 x34 x44 x39 x55 x5 x59 x7 x27 x40 x1 x31 x8 x47 x47 x28 x58 x31 x42 x42 x2
{'task': 'identity', 'seq': ['x31', 'x42', 'x40', 'x2', 'x15', 'x2', 'x23', 'x5', 'x34', 'x19', 'x24', 'x7', 'x34', 'x44', 'x39', 'x55', 'x5', 'x59', 'x7', 'x27', 'x40', 'x1', 'x31', 'x8', 'x47', 'x47', 'x28', 'x58', 'x31', 'x42', 'x42', 'x2'], 'k': 4, 'n': 32, '_time': 0.0002715587615966797, '_task': 'basic_procedural...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x31 x32 x8 x19 x37 x23 x23 x63 x37 x6 x64 x43 x28 x40 x35 x39 x50 x28 x10 x40 x57 x63 x37 x49 x14 x56 x26 x33 x29 x49 x64 x35
x31 x32 x8 x19 x37 x23 x63 x6 x64 x43 x28 x40 x35 x39 x50 x10 x57 x49 x14 x56 x26 x33 x29
{'task': 'set', 'seq': ['x31', 'x32', 'x8', 'x19', 'x37', 'x23', 'x23', 'x63', 'x37', 'x6', 'x64', 'x43', 'x28', 'x40', 'x35', 'x39', 'x50', 'x28', 'x10', 'x40', 'x57', 'x63', 'x37', 'x49', 'x14', 'x56', 'x26', 'x33', 'x29', 'x49', 'x64', 'x35'], 'k': 4, 'n': 32, '_time': 0.00041794776916503906, '_task': 'basic_procedu...
set
instruct
0
Reverse the sequence. (SEQUENCE) x39 x38 x2 x58 x8 x20 x33 x54 x25 x64 x1 x58 x64 x40 x62 x51 x64 x54 x10 x58 x12 x47 x62 x60 x6 x18 x35 x37 x14 x10 x63 x9
x9 x63 x10 x14 x37 x35 x18 x6 x60 x62 x47 x12 x58 x10 x54 x64 x51 x62 x40 x64 x58 x1 x64 x25 x54 x33 x20 x8 x58 x2 x38 x39
{'task': 'reverse', 'seq': ['x39', 'x38', 'x2', 'x58', 'x8', 'x20', 'x33', 'x54', 'x25', 'x64', 'x1', 'x58', 'x64', 'x40', 'x62', 'x51', 'x64', 'x54', 'x10', 'x58', 'x12', 'x47', 'x62', 'x60', 'x6', 'x18', 'x35', 'x37', 'x14', 'x10', 'x63', 'x9'], 'k': 4, 'n': 32, '_time': 0.00027823448181152344, '_task': 'basic_proced...
reverse
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 o3 o2 o3 c3 c2 c3 o1 o1 c1 c1 c2 o1 o1 c1 c1 o3 o1 c1 o0 o2 o3 c3 c2 o1 o0 c0 c1 o3 c3 c0 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030922889709472656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x6 x61 x13 x17 x28 x44 x47 x44 x58 x23 x37 x47 x29 x5 x64 x18 (B) x19 x5 x2 x64 x37 x2 x51 x52 x4 x26 x59 x50 x29 x51 x19 x31
x6 x61 x13 x17 x28 x44 x47 x58 x23 x37 x29 x5 x64 x18 x19 x2 x51 x52 x4 x26 x59 x50 x31
{'task': 'union', 'seq': [['x6', 'x61', 'x13', 'x17', 'x28', 'x44', 'x47', 'x44', 'x58', 'x23', 'x37', 'x47', 'x29', 'x5', 'x64', 'x18'], ['x19', 'x5', 'x2', 'x64', 'x37', 'x2', 'x51', 'x52', 'x4', 'x26', 'x59', 'x50', 'x29', 'x51', 'x19', 'x31']], 'k': 4, 'n': 32, '_time': 0.00029587745666503906, '_task': 'basic_proce...
union
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x19 x3 x51 x35 x41 x56 x3 x49 x21 x8 x19 x59 x29 x39 x7 x50 (B) x8 x48 x46 x60 x59 x50 x59 x20 x30 x57 x28 x20 x55 x59 x52 x56
x19 x3 x51 x35 x41 x56 x49 x21 x8 x59 x29 x39 x7 x50 x48 x46 x60 x20 x30 x57 x28 x55 x52
{'task': 'union', 'seq': [['x19', 'x3', 'x51', 'x35', 'x41', 'x56', 'x3', 'x49', 'x21', 'x8', 'x19', 'x59', 'x29', 'x39', 'x7', 'x50'], ['x8', 'x48', 'x46', 'x60', 'x59', 'x50', 'x59', 'x20', 'x30', 'x57', 'x28', 'x20', 'x55', 'x59', 'x52', 'x56']], 'k': 4, 'n': 32, '_time': 0.0002949237823486328, '_task': 'basic_proce...
union
instruct
0
Reverse the sequence. (SEQUENCE) x19 x35 x24 x59 x25 x9 x51 x50 x57 x9 x16 x47 x7 x57 x5 x60 x28 x10 x25 x50 x26 x50 x36 x45 x42 x56 x32 x21 x45 x11 x44 x1
x1 x44 x11 x45 x21 x32 x56 x42 x45 x36 x50 x26 x50 x25 x10 x28 x60 x5 x57 x7 x47 x16 x9 x57 x50 x51 x9 x25 x59 x24 x35 x19
{'task': 'reverse', 'seq': ['x19', 'x35', 'x24', 'x59', 'x25', 'x9', 'x51', 'x50', 'x57', 'x9', 'x16', 'x47', 'x7', 'x57', 'x5', 'x60', 'x28', 'x10', 'x25', 'x50', 'x26', 'x50', 'x36', 'x45', 'x42', 'x56', 'x32', 'x21', 'x45', 'x11', 'x44', 'x1'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_task': 'basic_procedu...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x56 x3 x48 x62 x64 x61 x32 x24 x10 x14 x62 x41 x1 x31 x55 x51 x34 x38 x6 x62 x4 x37 x6 x16 x12 x19 x31 x43 x30 x29 x1 x60
x56 x3 x48 x62 x64 x61 x32 x24 x10 x14 x62 x41 x1 x31 x55 x51 x34 x38 x6 x62 x4 x37 x6 x16 x12 x19 x31 x43 x30 x29 x1 x60
{'task': 'identity', 'seq': ['x56', 'x3', 'x48', 'x62', 'x64', 'x61', 'x32', 'x24', 'x10', 'x14', 'x62', 'x41', 'x1', 'x31', 'x55', 'x51', 'x34', 'x38', 'x6', 'x62', 'x4', 'x37', 'x6', 'x16', 'x12', 'x19', 'x31', 'x43', 'x30', 'x29', 'x1', 'x60'], 'k': 4, 'n': 32, '_time': 0.0004124641418457031, '_task': 'basic_procedu...
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 x36; POP; PUSH x9; PUSH x3; PUSH x46; POP; PUSH x15; POP; PUSH x2; PUSH x64; PUSH x52; POP; PUSH x64; PUSH x59; PUSH x18; PUSH x23; PUSH x50; PUSH x26; PO...
x29 x64 x64 x2 x3 x9
{'task': 'stack', 'seq': ['PUSH x36', 'POP', 'PUSH x9', 'PUSH x3', 'PUSH x46', 'POP', 'PUSH x15', 'POP', 'PUSH x2', 'PUSH x64', 'PUSH x52', 'POP', 'PUSH x64', 'PUSH x59', 'PUSH x18', 'PUSH x23', 'PUSH x50', 'PUSH x26', 'POP', 'POP', 'PUSH x37', 'PUSH x30', 'PUSH x49', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x30', '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.
o1 o1 o0 o0 o0 c0 c0 o0 c0 c0 c1 c1 o0 c0 o1 o2 c2 c1 o0 o1 o2 o2 o1 c1 c2 o1 o1 c1 c1 c2 c1 c0
{'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
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x18; POP; PUSH x9; PUSH x38; PUSH x10; PUSH x21; PUSH x5; POP; POP; PUSH x48; PUSH x4; PUSH x8; POP; PUSH x46; PUSH x6; POP; PUSH x35; PUSH x39; PUSH x48;...
x48 x10 x38 x9
{'task': 'stack', 'seq': ['PUSH x18', 'POP', 'PUSH x9', 'PUSH x38', 'PUSH x10', 'PUSH x21', 'PUSH x5', 'POP', 'POP', 'PUSH x48', 'PUSH x4', 'PUSH x8', 'POP', 'PUSH x46', 'PUSH x6', 'POP', 'PUSH x35', 'PUSH x39', 'PUSH x48', 'POP', 'PUSH x31', 'PUSH x31', 'POP', 'POP', 'POP', 'POP', 'PUSH x21', 'POP', 'POP', 'PUSH x58',...
stack
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o0 c0 c2 o0 c0 o3 c3 o1 c1 o0 o2 o1 o3 c1 o0 c3 o0 o3 c0 o1 c3 c1 o2 c0 c2 o0 o0 c0 c2 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_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) x19 x38 x38 x54 x43 x59 x63 x64 x8 x11 x14 x62 x20 x59 x30 x63 x46 x10 x36 x59 x59 x18 x20 x19 x10 x31 x30 x10 x19 x39 x49 x53
x53 x49 x39 x19 x10 x30 x31 x10 x19 x20 x18 x59 x59 x36 x10 x46 x63 x30 x59 x20 x62 x14 x11 x8 x64 x63 x59 x43 x54 x38 x38 x19
{'task': 'reverse', 'seq': ['x19', 'x38', 'x38', 'x54', 'x43', 'x59', 'x63', 'x64', 'x8', 'x11', 'x14', 'x62', 'x20', 'x59', 'x30', 'x63', 'x46', 'x10', 'x36', 'x59', 'x59', 'x18', 'x20', 'x19', 'x10', 'x31', 'x30', 'x10', 'x19', 'x39', 'x49', 'x53'], 'k': 4, 'n': 32, '_time': 0.0002796649932861328, '_task': 'basic_pro...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x36 x63 x46 x25 x23 x36 x13 x62 x2 x27 x27 x34 x34 x26 x32 x36 x53 x46 x62 x8 x36 x12 x62 x18 x4 x16 x35 x2 x46 x24 x1 x51
x36 x63 x46 x25 x23 x13 x62 x2 x27 x34 x26 x32 x53 x8 x12 x18 x4 x16 x35 x24 x1 x51
{'task': 'set', 'seq': ['x36', 'x63', 'x46', 'x25', 'x23', 'x36', 'x13', 'x62', 'x2', 'x27', 'x27', 'x34', 'x34', 'x26', 'x32', 'x36', 'x53', 'x46', 'x62', 'x8', 'x36', 'x12', 'x62', 'x18', 'x4', 'x16', 'x35', 'x2', 'x46', 'x24', 'x1', 'x51'], 'k': 4, 'n': 32, '_time': 0.00041675567626953125, '_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 x33; POP; PUSH x26; PUSH x9; POP; PUSH x47; PUSH x4; PUSH x21; PUSH x25; POP; POP; PUSH x47; PUSH x55; PUSH x47; POP; POP; POP; PUSH x1; POP; PUSH x44; PO...
x1 x11
{'task': 'stack', 'seq': ['PUSH x33', 'POP', 'PUSH x26', 'PUSH x9', 'POP', 'PUSH x47', 'PUSH x4', 'PUSH x21', 'PUSH x25', 'POP', 'POP', 'PUSH x47', 'PUSH x55', 'PUSH x47', 'POP', 'POP', 'POP', 'PUSH x1', 'POP', 'PUSH x44', 'POP', 'POP', 'PUSH x30', 'POP', 'POP', 'POP', 'PUSH x11', 'PUSH x45', 'POP', 'POP', 'PUSH x11', ...
stack
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x29; PUSH x10; PUSH x43; PUSH x18; PUSH x38; POP; PUSH x20; PUSH x17; POP; PUSH x43; PUSH x64; PUSH x50; PUSH x46; POP; PUSH x19; PUSH x8; PUSH x16; POP; ...
x43 x20 x18 x43 x10 x29
{'task': 'stack', 'seq': ['PUSH x29', 'PUSH x10', 'PUSH x43', 'PUSH x18', 'PUSH x38', 'POP', 'PUSH x20', 'PUSH x17', 'POP', 'PUSH x43', 'PUSH x64', 'PUSH x50', 'PUSH x46', 'POP', 'PUSH x19', 'PUSH x8', 'PUSH x16', 'POP', 'PUSH x22', 'PUSH x49', 'PUSH x30', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x15', 'P...
stack
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o1 c1 o2 o2 c2 c2 c2 o0 c0 o0 c0 o2 c2 o1 c1 o2 o0 o3 o1 c2 o3 c3 c3 o2 c1 o3 o1 c3 c0 c1 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002987384796142578, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x36 x29 x47 x58 x42 x64 x35 x36 x64 x9 x45 x48 x55 x18 x49 x32 (B) x41 x11 x19 x43 x45 x22 x63 x22 x53 x43 x30 x11 x8 x20 x64 x63
x36 x29 x47 x58 x42 x64 x35 x9 x45 x48 x55 x18 x49 x32 x41 x11 x19 x43 x22 x63 x53 x30 x8 x20
{'task': 'union', 'seq': [['x36', 'x29', 'x47', 'x58', 'x42', 'x64', 'x35', 'x36', 'x64', 'x9', 'x45', 'x48', 'x55', 'x18', 'x49', 'x32'], ['x41', 'x11', 'x19', 'x43', 'x45', 'x22', 'x63', 'x22', 'x53', 'x43', 'x30', 'x11', 'x8', 'x20', 'x64', 'x63']], 'k': 4, 'n': 32, '_time': 0.0002949237823486328, '_task': 'basic_pr...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x57 x7 x19 x48 x35 x41 x3 x23 x24 x34 x23 x46 x29 x10 x58 x45 x40 x11 x60 x32 x39 x52 x39 x22 x55 x64 x22 x13 x32 x13 x61 x51
x57 x7 x19 x48 x35 x41 x3 x23 x24 x34 x23 x46 x29 x10 x58 x45 x40 x11 x60 x32 x39 x52 x39 x22 x55 x64 x22 x13 x32 x13 x61 x51
{'task': 'identity', 'seq': ['x57', 'x7', 'x19', 'x48', 'x35', 'x41', 'x3', 'x23', 'x24', 'x34', 'x23', 'x46', 'x29', 'x10', 'x58', 'x45', 'x40', 'x11', 'x60', 'x32', 'x39', 'x52', 'x39', 'x22', 'x55', 'x64', 'x22', 'x13', 'x32', 'x13', 'x61', 'x51'], 'k': 4, 'n': 32, '_time': 0.0002727508544921875, '_task': 'basic_pro...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o2 c2 o1 c2 o1 o2 o0 c1 o2 c2 o1 c1 c2 o1 o1 c1 c1 c1 o0 o0 o1 c0 c1 c0 c0 o3 o0 c0 c3 o1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00031280517578125, '_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
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 x43; POP; PUSH x58; PUSH x61; PUSH x31; PUSH x20; PUSH x61; PUSH x25; PUSH x63; PUSH x19; PUSH x47; PUSH x37; PUSH x6; PUSH x21; PUSH x21; PUSH x43; POP; ...
x37 x47 x19 x63 x25 x61 x20 x31 x61 x58
{'task': 'stack', 'seq': ['PUSH x43', 'POP', 'PUSH x58', 'PUSH x61', 'PUSH x31', 'PUSH x20', 'PUSH x61', 'PUSH x25', 'PUSH x63', 'PUSH x19', 'PUSH x47', 'PUSH x37', 'PUSH x6', 'PUSH x21', 'PUSH x21', 'PUSH x43', 'POP', 'PUSH x21', 'POP', 'PUSH x63', 'PUSH x23', 'PUSH x35', 'PUSH x21', '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 x11; PUSH x11; POP; PUSH x58; POP; POP; PUSH x17; PUSH x25; PUSH x24; POP; POP; PUSH x37; PUSH x20; PUSH x63; PUSH x15; POP; POP; PUSH x16; PUSH x45; PUSH...
x37 x17
{'task': 'stack', 'seq': ['PUSH x11', 'PUSH x11', 'POP', 'PUSH x58', 'POP', 'POP', 'PUSH x17', 'PUSH x25', 'PUSH x24', 'POP', 'POP', 'PUSH x37', 'PUSH x20', 'PUSH x63', 'PUSH x15', 'POP', 'POP', 'PUSH x16', 'PUSH x45', 'PUSH x52', 'POP', 'PUSH x4', 'PUSH x10', 'PUSH x16', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x38', ...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x46 x5 x16 x42 x38 x4 x37 x32 x31 x61 x51 x49 x8 x35 x45 x11 x27 x44 x44 x59 x63 x16 x13 x60 x8 x4 x20 x43 x14 x46 x35 x14
x46 x5 x16 x42 x38 x4 x37 x32 x31 x61 x51 x49 x8 x35 x45 x11 x27 x44 x59 x63 x13 x60 x20 x43 x14
{'task': 'set', 'seq': ['x46', 'x5', 'x16', 'x42', 'x38', 'x4', 'x37', 'x32', 'x31', 'x61', 'x51', 'x49', 'x8', 'x35', 'x45', 'x11', 'x27', 'x44', 'x44', 'x59', 'x63', 'x16', 'x13', 'x60', 'x8', 'x4', 'x20', 'x43', 'x14', 'x46', 'x35', 'x14'], 'k': 4, 'n': 32, '_time': 0.0002777576446533203, '_task': 'basic_procedural'...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x19 x52 x34 x30 x39 x62 x52 x64 x40 x54 x32 x54 x56 x23 x4 x49 x23 x37 x47 x41 x10 x41 x31 x6 x16 x25 x12 x62 x42 x52 x32 x54
x19 x52 x34 x30 x39 x62 x64 x40 x54 x32 x56 x23 x4 x49 x37 x47 x41 x10 x31 x6 x16 x25 x12 x42
{'task': 'set', 'seq': ['x19', 'x52', 'x34', 'x30', 'x39', 'x62', 'x52', 'x64', 'x40', 'x54', 'x32', 'x54', 'x56', 'x23', 'x4', 'x49', 'x23', 'x37', 'x47', 'x41', 'x10', 'x41', 'x31', 'x6', 'x16', 'x25', 'x12', 'x62', 'x42', 'x52', 'x32', 'x54'], 'k': 4, 'n': 32, '_time': 0.00027823448181152344, '_task': 'basic_procedu...
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 x22; PUSH x58; PUSH x11; PUSH x6; POP; PUSH x54; POP; POP; POP; PUSH x43; PUSH x22; PUSH x48; PUSH x4; PUSH x15; PUSH x51; POP; PUSH x4; PUSH x28; PUSH x5...
x28 x4 x15 x4 x48 x22 x43 x22
{'task': 'stack', 'seq': ['PUSH x22', 'PUSH x58', 'PUSH x11', 'PUSH x6', 'POP', 'PUSH x54', 'POP', 'POP', 'POP', 'PUSH x43', 'PUSH x22', 'PUSH x48', 'PUSH x4', 'PUSH x15', 'PUSH x51', 'POP', 'PUSH x4', 'PUSH x28', 'PUSH x57', 'PUSH x55', 'POP', 'PUSH x24', 'PUSH x5', 'POP', 'POP', 'POP', 'PUSH x10', 'POP', 'PUSH x29', ...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x52 x42 x46 x16 x12 x32 x59 x56 x2 x21 x47 x4 x22 x61 x2 x28 x12 x39 x51 x51 x7 x11 x40 x4 x6 x24 x31 x36 x37 x18 x37 x19
x52 x42 x46 x16 x12 x32 x59 x56 x2 x21 x47 x4 x22 x61 x2 x28 x12 x39 x51 x51 x7 x11 x40 x4 x6 x24 x31 x36 x37 x18 x37 x19
{'task': 'identity', 'seq': ['x52', 'x42', 'x46', 'x16', 'x12', 'x32', 'x59', 'x56', 'x2', 'x21', 'x47', 'x4', 'x22', 'x61', 'x2', 'x28', 'x12', 'x39', 'x51', 'x51', 'x7', 'x11', 'x40', 'x4', 'x6', 'x24', 'x31', 'x36', 'x37', 'x18', 'x37', 'x19'], 'k': 4, 'n': 32, '_time': 0.00027060508728027344, '_task': 'basic_proced...
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) x4 x46 x62 x37 x58 x60 x53 x3 x43 x24 x17 x8 x40 x4 x51 x20 (B) x13 x40 x60 x38 x60 x18 x38 x39 x35 x6 x20 x43 x40 x20 x55 x39
x4 x46 x62 x37 x58 x60 x53 x3 x43 x24 x17 x8 x40 x51 x20 x13 x38 x18 x39 x35 x6 x55
{'task': 'union', 'seq': [['x4', 'x46', 'x62', 'x37', 'x58', 'x60', 'x53', 'x3', 'x43', 'x24', 'x17', 'x8', 'x40', 'x4', 'x51', 'x20'], ['x13', 'x40', 'x60', 'x38', 'x60', 'x18', 'x38', 'x39', 'x35', 'x6', 'x20', 'x43', 'x40', 'x20', 'x55', 'x39']], 'k': 4, 'n': 32, '_time': 0.0002655982971191406, '_task': 'basic_proce...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x33 x38 x55 x63 x10 x6 x45 x3 x10 x40 x8 x9 x52 x53 x6 x39 x17 x11 x5 x44 x58 x57 x20 x10 x60 x45 x59 x20 x39 x12 x57 x28
x33 x38 x55 x63 x10 x6 x45 x3 x10 x40 x8 x9 x52 x53 x6 x39 x17 x11 x5 x44 x58 x57 x20 x10 x60 x45 x59 x20 x39 x12 x57 x28
{'task': 'identity', 'seq': ['x33', 'x38', 'x55', 'x63', 'x10', 'x6', 'x45', 'x3', 'x10', 'x40', 'x8', 'x9', 'x52', 'x53', 'x6', 'x39', 'x17', 'x11', 'x5', 'x44', 'x58', 'x57', 'x20', 'x10', 'x60', 'x45', 'x59', 'x20', 'x39', 'x12', 'x57', 'x28'], 'k': 4, 'n': 32, '_time': 0.0002722740173339844, '_task': 'basic_procedu...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x59 x14 x16 x1 x40 x17 x1 x37 x22 x22 x47 x8 x12 x39 x29 x24 x34 x23 x46 x38 x63 x36 x48 x59 x6 x7 x34 x40 x22 x43 x43 x50
x1 x1 x6 x7 x8 x12 x14 x16 x17 x22 x22 x22 x23 x24 x29 x34 x34 x36 x37 x38 x39 x40 x40 x43 x43 x46 x47 x48 x50 x59 x59 x63
{'task': 'sort', 'seq': ['x59', 'x14', 'x16', 'x1', 'x40', 'x17', 'x1', 'x37', 'x22', 'x22', 'x47', 'x8', 'x12', 'x39', 'x29', 'x24', 'x34', 'x23', 'x46', 'x38', 'x63', 'x36', 'x48', 'x59', 'x6', 'x7', 'x34', 'x40', 'x22', 'x43', 'x43', 'x50'], 'k': 4, 'n': 32, '_time': 0.0002899169921875, '_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.
o2 o3 o3 c2 o0 o2 o3 o1 o3 c3 c0 o0 o0 c2 c1 o0 c3 o1 c3 c0 o2 c0 c2 c0 o2 c1 o3 c3 c3 o1 c2 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004527568817138672, '_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) x19 x19 x5 x29 x5 x26 x35 x7 x17 x29 x54 x63 x52 x3 x61 x17 x21 x64 x50 x28 x7 x46 x61 x1 x1 x19 x20 x7 x6 x17 x49 x58
x1 x1 x3 x5 x5 x6 x7 x7 x7 x17 x17 x17 x19 x19 x19 x20 x21 x26 x28 x29 x29 x35 x46 x49 x50 x52 x54 x58 x61 x61 x63 x64
{'task': 'sort', 'seq': ['x19', 'x19', 'x5', 'x29', 'x5', 'x26', 'x35', 'x7', 'x17', 'x29', 'x54', 'x63', 'x52', 'x3', 'x61', 'x17', 'x21', 'x64', 'x50', 'x28', 'x7', 'x46', 'x61', 'x1', 'x1', 'x19', 'x20', 'x7', 'x6', 'x17', 'x49', 'x58'], 'k': 4, 'n': 32, '_time': 0.0002853870391845703, '_task': 'basic_procedural', '...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x5 x55 x41 x27 x64 x46 x14 x22 x36 x25 x57 x10 x11 x48 x57 x48 x10 x53 x39 x3 x62 x18 x45 x52 x50 x60 x48 x48 x11 x39 x33 x39
x5 x55 x41 x27 x64 x46 x14 x22 x36 x25 x57 x10 x11 x48 x53 x39 x3 x62 x18 x45 x52 x50 x60 x33
{'task': 'set', 'seq': ['x5', 'x55', 'x41', 'x27', 'x64', 'x46', 'x14', 'x22', 'x36', 'x25', 'x57', 'x10', 'x11', 'x48', 'x57', 'x48', 'x10', 'x53', 'x39', 'x3', 'x62', 'x18', 'x45', 'x52', 'x50', 'x60', 'x48', 'x48', 'x11', 'x39', 'x33', 'x39'], 'k': 4, 'n': 32, '_time': 0.00027561187744140625, '_task': 'basic_procedu...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x11 x6 x10 x52 x51 x33 x13 x13 x32 x61 x11 x15 x40 x48 x9 x38 x39 x50 x34 x8 x9 x34 x4 x11 x21 x42 x9 x50 x28 x5 x32 x7
x11 x6 x10 x52 x51 x33 x13 x13 x32 x61 x11 x15 x40 x48 x9 x38 x39 x50 x34 x8 x9 x34 x4 x11 x21 x42 x9 x50 x28 x5 x32 x7
{'task': 'identity', 'seq': ['x11', 'x6', 'x10', 'x52', 'x51', 'x33', 'x13', 'x13', 'x32', 'x61', 'x11', 'x15', 'x40', 'x48', 'x9', 'x38', 'x39', 'x50', 'x34', 'x8', 'x9', 'x34', 'x4', 'x11', 'x21', 'x42', 'x9', 'x50', 'x28', 'x5', 'x32', 'x7'], 'k': 4, 'n': 32, '_time': 0.00041985511779785156, '_task': 'basic_procedur...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x42 x43 x6 x59 x31 x5 x9 x36 x63 x5 x21 x5 x18 x21 x44 x10 x13 x48 x14 x61 x59 x64 x6 x40 x33 x59 x19 x33 x40 x46 x50 x34
x5 x5 x5 x6 x6 x9 x10 x13 x14 x18 x19 x21 x21 x31 x33 x33 x34 x36 x40 x40 x42 x43 x44 x46 x48 x50 x59 x59 x59 x61 x63 x64
{'task': 'sort', 'seq': ['x42', 'x43', 'x6', 'x59', 'x31', 'x5', 'x9', 'x36', 'x63', 'x5', 'x21', 'x5', 'x18', 'x21', 'x44', 'x10', 'x13', 'x48', 'x14', 'x61', 'x59', 'x64', 'x6', 'x40', 'x33', 'x59', 'x19', 'x33', 'x40', 'x46', 'x50', 'x34'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_task': 'basic_procedural'...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x41 x57 x45 x32 x10 x30 x9 x20 x18 x20 x38 x10 x63 x2 x17 x12 x58 x55 x2 x45 x34 x19 x20 x24 x38 x10 x31 x13 x49 x27 x27 x63
x41 x57 x45 x32 x10 x30 x9 x20 x18 x20 x38 x10 x63 x2 x17 x12 x58 x55 x2 x45 x34 x19 x20 x24 x38 x10 x31 x13 x49 x27 x27 x63
{'task': 'identity', 'seq': ['x41', 'x57', 'x45', 'x32', 'x10', 'x30', 'x9', 'x20', 'x18', 'x20', 'x38', 'x10', 'x63', 'x2', 'x17', 'x12', 'x58', 'x55', 'x2', 'x45', 'x34', 'x19', 'x20', 'x24', 'x38', 'x10', 'x31', 'x13', 'x49', 'x27', 'x27', 'x63'], 'k': 4, 'n': 32, '_time': 0.0002696514129638672, '_task': 'basic_proc...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x1 x62 x45 x56 x18 x18 x24 x42 x36 x63 x56 x16 x20 x3 x30 x6 x33 x10 x33 x35 x7 x54 x60 x21 x64 x44 x49 x15 x1 x10 x23 x19
x19 x23 x10 x1 x15 x49 x44 x64 x21 x60 x54 x7 x35 x33 x10 x33 x6 x30 x3 x20 x16 x56 x63 x36 x42 x24 x18 x18 x56 x45 x62 x1
{'task': 'reverse', 'seq': ['x1', 'x62', 'x45', 'x56', 'x18', 'x18', 'x24', 'x42', 'x36', 'x63', 'x56', 'x16', 'x20', 'x3', 'x30', 'x6', 'x33', 'x10', 'x33', 'x35', 'x7', 'x54', 'x60', 'x21', 'x64', 'x44', 'x49', 'x15', 'x1', 'x10', 'x23', 'x19'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_procedu...
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 x26; PUSH x41; PUSH x19; PUSH x45; PUSH x2; POP; POP; POP; PUSH x61; PUSH x43; PUSH x32; POP; PUSH x32; POP; PUSH x59; PUSH x14; PUSH x59; PUSH x59; PUSH ...
x2 x61 x41 x26
{'task': 'stack', 'seq': ['PUSH x26', 'PUSH x41', 'PUSH x19', 'PUSH x45', 'PUSH x2', 'POP', 'POP', 'POP', 'PUSH x61', 'PUSH x43', 'PUSH x32', 'POP', 'PUSH x32', 'POP', 'PUSH x59', 'PUSH x14', 'PUSH x59', 'PUSH x59', 'PUSH x30', 'PUSH x5', 'PUSH x11', 'PUSH x10', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', '...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x25 x20 x18 x1 x21 x9 x45 x34 x39 x48 x57 x53 x7 x7 x47 x44 x13 x50 x28 x19 x47 x54 x22 x24 x13 x4 x62 x27 x25 x16 x6 x48
x48 x6 x16 x25 x27 x62 x4 x13 x24 x22 x54 x47 x19 x28 x50 x13 x44 x47 x7 x7 x53 x57 x48 x39 x34 x45 x9 x21 x1 x18 x20 x25
{'task': 'reverse', 'seq': ['x25', 'x20', 'x18', 'x1', 'x21', 'x9', 'x45', 'x34', 'x39', 'x48', 'x57', 'x53', 'x7', 'x7', 'x47', 'x44', 'x13', 'x50', 'x28', 'x19', 'x47', 'x54', 'x22', 'x24', 'x13', 'x4', 'x62', 'x27', 'x25', 'x16', 'x6', 'x48'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_task': 'basic_procedu...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x27 x45 x42 x44 x13 x11 x58 x3 x38 x63 x43 x1 x37 x11 x12 x13 x55 x32 x47 x56 x48 x11 x5 x13 x5 x47 x56 x7 x54 x47 x31 x32
x32 x31 x47 x54 x7 x56 x47 x5 x13 x5 x11 x48 x56 x47 x32 x55 x13 x12 x11 x37 x1 x43 x63 x38 x3 x58 x11 x13 x44 x42 x45 x27
{'task': 'reverse', 'seq': ['x27', 'x45', 'x42', 'x44', 'x13', 'x11', 'x58', 'x3', 'x38', 'x63', 'x43', 'x1', 'x37', 'x11', 'x12', 'x13', 'x55', 'x32', 'x47', 'x56', 'x48', 'x11', 'x5', 'x13', 'x5', 'x47', 'x56', 'x7', 'x54', 'x47', 'x31', 'x32'], 'k': 4, 'n': 32, '_time': 0.00034046173095703125, '_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.
o3 c3 o0 o2 c0 o3 c2 c3 o0 o0 o0 o2 o3 o0 c0 c2 o2 c0 o0 c3 c0 c0 c0 o0 o0 o0 o3 c3 c0 c2 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029397010803222656, '_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) x34 x49 x44 x17 x7 x8 x57 x25 x29 x63 x28 x10 x5 x5 x31 x21 x18 x6 x38 x34 x39 x43 x15 x16 x32 x56 x37 x36 x53 x13 x36 x6
x5 x5 x6 x6 x7 x8 x10 x13 x15 x16 x17 x18 x21 x25 x28 x29 x31 x32 x34 x34 x36 x36 x37 x38 x39 x43 x44 x49 x53 x56 x57 x63
{'task': 'sort', 'seq': ['x34', 'x49', 'x44', 'x17', 'x7', 'x8', 'x57', 'x25', 'x29', 'x63', 'x28', 'x10', 'x5', 'x5', 'x31', 'x21', 'x18', 'x6', 'x38', 'x34', 'x39', 'x43', 'x15', 'x16', 'x32', 'x56', 'x37', 'x36', 'x53', 'x13', 'x36', 'x6'], 'k': 4, 'n': 32, '_time': 0.00043892860412597656, '_task': 'basic_procedural...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x47 x56 x28 x25 x40 x37 x57 x8 x26 x10 x48 x52 x9 x22 x10 x26 x52 x63 x23 x60 x17 x38 x22 x21 x44 x57 x56 x36 x8 x43 x57 x2
x47 x56 x28 x25 x40 x37 x57 x8 x26 x10 x48 x52 x9 x22 x10 x26 x52 x63 x23 x60 x17 x38 x22 x21 x44 x57 x56 x36 x8 x43 x57 x2
{'task': 'identity', 'seq': ['x47', 'x56', 'x28', 'x25', 'x40', 'x37', 'x57', 'x8', 'x26', 'x10', 'x48', 'x52', 'x9', 'x22', 'x10', 'x26', 'x52', 'x63', 'x23', 'x60', 'x17', 'x38', 'x22', 'x21', 'x44', 'x57', 'x56', 'x36', 'x8', 'x43', 'x57', 'x2'], 'k': 4, 'n': 32, '_time': 0.0002720355987548828, '_task': 'basic_proce...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 c2 o2 o0 o2 o3 o3 o0 o2 c0 c3 c0 c3 c2 o2 o0 o0 c2 c2 c2 o2 o3 o3 c0 c2 o1 c3 c0 o1 c3 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00037670135498046875, '_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) x37 x23 x58 x36 x61 x26 x56 x12 x33 x7 x24 x27 x12 x55 x36 x38 x40 x10 x28 x6 x34 x16 x12 x13 x32 x51 x39 x55 x6 x3 x31 x34
x3 x6 x6 x7 x10 x12 x12 x12 x13 x16 x23 x24 x26 x27 x28 x31 x32 x33 x34 x34 x36 x36 x37 x38 x39 x40 x51 x55 x55 x56 x58 x61
{'task': 'sort', 'seq': ['x37', 'x23', 'x58', 'x36', 'x61', 'x26', 'x56', 'x12', 'x33', 'x7', 'x24', 'x27', 'x12', 'x55', 'x36', 'x38', 'x40', 'x10', 'x28', 'x6', 'x34', 'x16', 'x12', 'x13', 'x32', 'x51', 'x39', 'x55', 'x6', 'x3', 'x31', 'x34'], 'k': 4, 'n': 32, '_time': 0.0002865791320800781, '_task': 'basic_procedura...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x16 x27 x50 x20 x29 x58 x20 x20 x40 x11 x36 x32 x29 x11 x44 x30 x3 x39 x61 x3 x3 x30 x27 x6 x40 x56 x22 x44 x46 x6 x39 x37 (TARGET) x27
x16 x50 x20 x29 x58 x20 x20 x40 x11 x36 x32 x29 x11 x44 x30 x3 x39 x61 x3 x3 x30 x27 x6 x40 x56 x22 x44 x46 x6 x39 x37
{'task': 'delete', 'seq': [['x16', 'x27', 'x50', 'x20', 'x29', 'x58', 'x20', 'x20', 'x40', 'x11', 'x36', 'x32', 'x29', 'x11', 'x44', 'x30', 'x3', 'x39', 'x61', 'x3', 'x3', 'x30', 'x27', 'x6', 'x40', 'x56', 'x22', 'x44', 'x46', 'x6', 'x39', 'x37'], 'x27'], 'k': 4, 'n': 32, '_time': 0.0004363059997558594, '_task': 'basic...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x12 x59 x21 x16 x28 x37 x34 x6 x12 x42 x59 x62 x3 x55 x23 x53 x1 x62 x37 x45 x44 x38 x53 x18 x25 x34 x4 x47 x20 x50 x15 x33
x12 x59 x21 x16 x28 x37 x34 x6 x12 x42 x59 x62 x3 x55 x23 x53 x1 x62 x37 x45 x44 x38 x53 x18 x25 x34 x4 x47 x20 x50 x15 x33
{'task': 'identity', 'seq': ['x12', 'x59', 'x21', 'x16', 'x28', 'x37', 'x34', 'x6', 'x12', 'x42', 'x59', 'x62', 'x3', 'x55', 'x23', 'x53', 'x1', 'x62', 'x37', 'x45', 'x44', 'x38', 'x53', 'x18', 'x25', 'x34', 'x4', 'x47', 'x20', 'x50', 'x15', 'x33'], 'k': 4, 'n': 32, '_time': 0.0002703666687011719, '_task': 'basic_proce...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x54 x56 x30 x36 x51 x40 x12 x13 x9 x51 x8 x25 x47 x1 x42 x32 x31 x52 x20 x8 x3 x43 x23 x12 x17 x16 x24 x48 x60 x51 x31 x28
x28 x31 x51 x60 x48 x24 x16 x17 x12 x23 x43 x3 x8 x20 x52 x31 x32 x42 x1 x47 x25 x8 x51 x9 x13 x12 x40 x51 x36 x30 x56 x54
{'task': 'reverse', 'seq': ['x54', 'x56', 'x30', 'x36', 'x51', 'x40', 'x12', 'x13', 'x9', 'x51', 'x8', 'x25', 'x47', 'x1', 'x42', 'x32', 'x31', 'x52', 'x20', 'x8', 'x3', 'x43', 'x23', 'x12', 'x17', 'x16', 'x24', 'x48', 'x60', 'x51', 'x31', 'x28'], 'k': 4, 'n': 32, '_time': 0.0003418922424316406, '_task': 'basic_procedu...
reverse
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x38 x15 x13 x62 x8 x46 x49 x18 x33 x13 x51 x4 x16 x63 x38 x14 x48 x21 x25 x61 x57 x36 x48 x57 x5 x54 x1 x33 x4 x61 x12 x31
x1 x4 x4 x5 x8 x12 x13 x13 x14 x15 x16 x18 x21 x25 x31 x33 x33 x36 x38 x38 x46 x48 x48 x49 x51 x54 x57 x57 x61 x61 x62 x63
{'task': 'sort', 'seq': ['x38', 'x15', 'x13', 'x62', 'x8', 'x46', 'x49', 'x18', 'x33', 'x13', 'x51', 'x4', 'x16', 'x63', 'x38', 'x14', 'x48', 'x21', 'x25', 'x61', 'x57', 'x36', 'x48', 'x57', 'x5', 'x54', 'x1', 'x33', 'x4', 'x61', 'x12', 'x31'], 'k': 4, 'n': 32, '_time': 0.00028705596923828125, '_task': 'basic_procedura...
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) x63 x18 x18 x1 x43 x22 x21 x44 x56 x48 x26 x33 x32 x52 x34 x7 (B) x22 x12 x60 x56 x6 x35 x49 x25 x46 x2 x34 x12 x27 x34 x43 x34
x63 x18 x1 x43 x22 x21 x44 x56 x48 x26 x33 x32 x52 x34 x7 x12 x60 x6 x35 x49 x25 x46 x2 x27
{'task': 'union', 'seq': [['x63', 'x18', 'x18', 'x1', 'x43', 'x22', 'x21', 'x44', 'x56', 'x48', 'x26', 'x33', 'x32', 'x52', 'x34', 'x7'], ['x22', 'x12', 'x60', 'x56', 'x6', 'x35', 'x49', 'x25', 'x46', 'x2', 'x34', 'x12', 'x27', 'x34', 'x43', 'x34']], 'k': 4, 'n': 32, '_time': 0.00029349327087402344, '_task': 'basic_pro...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x5 x17 x2 x26 x56 x13 x61 x59 x46 x15 x41 x11 x51 x45 x5 x1 x37 x52 x12 x39 x11 x27 x27 x47 x49 x15 x61 x59 x29 x64 x43 x26
x5 x17 x2 x26 x56 x13 x61 x59 x46 x15 x41 x11 x51 x45 x1 x37 x52 x12 x39 x27 x47 x49 x29 x64 x43
{'task': 'set', 'seq': ['x5', 'x17', 'x2', 'x26', 'x56', 'x13', 'x61', 'x59', 'x46', 'x15', 'x41', 'x11', 'x51', 'x45', 'x5', 'x1', 'x37', 'x52', 'x12', 'x39', 'x11', 'x27', 'x27', 'x47', 'x49', 'x15', 'x61', 'x59', 'x29', 'x64', 'x43', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004200935363769531, '_task': 'basic_procedural...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x40 x28 x45 x46 x40 x60 x24 x64 x39 x48 x37 x33 x38 x40 x29 x6 x4 x20 x15 x11 x5 x53 x39 x19 x10 x52 x40 x36 x34 x19 x47 x50 (TARGET) x39
x40 x28 x45 x46 x40 x60 x24 x64 x48 x37 x33 x38 x40 x29 x6 x4 x20 x15 x11 x5 x53 x39 x19 x10 x52 x40 x36 x34 x19 x47 x50
{'task': 'delete', 'seq': [['x40', 'x28', 'x45', 'x46', 'x40', 'x60', 'x24', 'x64', 'x39', 'x48', 'x37', 'x33', 'x38', 'x40', 'x29', 'x6', 'x4', 'x20', 'x15', 'x11', 'x5', 'x53', 'x39', 'x19', 'x10', 'x52', 'x40', 'x36', 'x34', 'x19', 'x47', 'x50'], 'x39'], 'k': 4, 'n': 32, '_time': 0.00035762786865234375, '_task': 'ba...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x50 x14 x11 x62 x11 x9 x30 x9 x18 x60 x44 x9 x33 x24 x20 x63 x10 x59 x38 x1 x50 x26 x59 x50 x40 x60 x36 x40 x23 x48 x63 x43
x50 x14 x11 x62 x11 x9 x30 x9 x18 x60 x44 x9 x33 x24 x20 x63 x10 x59 x38 x1 x50 x26 x59 x50 x40 x60 x36 x40 x23 x48 x63 x43
{'task': 'identity', 'seq': ['x50', 'x14', 'x11', 'x62', 'x11', 'x9', 'x30', 'x9', 'x18', 'x60', 'x44', 'x9', 'x33', 'x24', 'x20', 'x63', 'x10', 'x59', 'x38', 'x1', 'x50', 'x26', 'x59', 'x50', 'x40', 'x60', 'x36', 'x40', 'x23', 'x48', 'x63', 'x43'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_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.
o0 c0 o0 c0 o1 c1 o2 o1 c1 o2 c2 o3 o1 o2 o3 c3 c2 o2 o2 o0 c0 c2 c2 o2 c2 c1 o0 c0 o2 c2 c3 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002601146697998047, '_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) x58 x45 x35 x20 x60 x30 x29 x64 x16 x61 x62 x46 x7 x13 x43 x41 x6 x48 x54 x12 x62 x63 x52 x9 x50 x15 x42 x20 x50 x4 x11 x3
x58 x45 x35 x20 x60 x30 x29 x64 x16 x61 x62 x46 x7 x13 x43 x41 x6 x48 x54 x12 x62 x63 x52 x9 x50 x15 x42 x20 x50 x4 x11 x3
{'task': 'identity', 'seq': ['x58', 'x45', 'x35', 'x20', 'x60', 'x30', 'x29', 'x64', 'x16', 'x61', 'x62', 'x46', 'x7', 'x13', 'x43', 'x41', 'x6', 'x48', 'x54', 'x12', 'x62', 'x63', 'x52', 'x9', 'x50', 'x15', 'x42', 'x20', 'x50', 'x4', 'x11', 'x3'], 'k': 4, 'n': 32, '_time': 0.0004107952117919922, '_task': 'basic_proced...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x25 x60 x42 x28 x1 x15 x38 x43 x29 x36 x3 x39 x59 x26 x47 x28 x49 x55 x9 x43 x34 x16 x32 x17 x14 x16 x54 x62 x49 x47 x43 x63
x25 x60 x42 x28 x1 x15 x38 x43 x29 x36 x3 x39 x59 x26 x47 x28 x49 x55 x9 x43 x34 x16 x32 x17 x14 x16 x54 x62 x49 x47 x43 x63
{'task': 'identity', 'seq': ['x25', 'x60', 'x42', 'x28', 'x1', 'x15', 'x38', 'x43', 'x29', 'x36', 'x3', 'x39', 'x59', 'x26', 'x47', 'x28', 'x49', 'x55', 'x9', 'x43', 'x34', 'x16', 'x32', 'x17', 'x14', 'x16', 'x54', 'x62', 'x49', 'x47', 'x43', 'x63'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_proc...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x39 x21 x10 x41 x60 x21 x58 x37 x18 x9 x62 x7 x2 x45 x26 x24 x12 x11 x8 x29 x53 x64 x16 x59 x6 x7 x35 x51 x33 x56 x20 x53
x53 x20 x56 x33 x51 x35 x7 x6 x59 x16 x64 x53 x29 x8 x11 x12 x24 x26 x45 x2 x7 x62 x9 x18 x37 x58 x21 x60 x41 x10 x21 x39
{'task': 'reverse', 'seq': ['x39', 'x21', 'x10', 'x41', 'x60', 'x21', 'x58', 'x37', 'x18', 'x9', 'x62', 'x7', 'x2', 'x45', 'x26', 'x24', 'x12', 'x11', 'x8', 'x29', 'x53', 'x64', 'x16', 'x59', 'x6', 'x7', 'x35', 'x51', 'x33', 'x56', 'x20', 'x53'], 'k': 4, 'n': 32, '_time': 0.0002713203430175781, '_task': 'basic_procedur...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x32 x12 x25 x9 x5 x19 x56 x3 x64 x41 x45 x16 x43 x29 x3 x16 x11 x7 x24 x58 x47 x43 x64 x19 x60 x54 x46 x13 x21 x29 x8 x26
x26 x8 x29 x21 x13 x46 x54 x60 x19 x64 x43 x47 x58 x24 x7 x11 x16 x3 x29 x43 x16 x45 x41 x64 x3 x56 x19 x5 x9 x25 x12 x32
{'task': 'reverse', 'seq': ['x32', 'x12', 'x25', 'x9', 'x5', 'x19', 'x56', 'x3', 'x64', 'x41', 'x45', 'x16', 'x43', 'x29', 'x3', 'x16', 'x11', 'x7', 'x24', 'x58', 'x47', 'x43', 'x64', 'x19', 'x60', 'x54', 'x46', 'x13', 'x21', 'x29', 'x8', 'x26'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedural',...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x57 x15 x14 x40 x59 x16 x20 x52 x49 x28 x22 x5 x9 x3 x16 x3 x38 x10 x32 x39 x43 x5 x38 x52 x16 x22 x61 x59 x21 x22 x29 x33 (TARGET) x61
x57 x15 x14 x40 x59 x16 x20 x52 x49 x28 x22 x5 x9 x3 x16 x3 x38 x10 x32 x39 x43 x5 x38 x52 x16 x22 x59 x21 x22 x29 x33
{'task': 'delete', 'seq': [['x57', 'x15', 'x14', 'x40', 'x59', 'x16', 'x20', 'x52', 'x49', 'x28', 'x22', 'x5', 'x9', 'x3', 'x16', 'x3', 'x38', 'x10', 'x32', 'x39', 'x43', 'x5', 'x38', 'x52', 'x16', 'x22', 'x61', 'x59', 'x21', 'x22', 'x29', 'x33'], 'x61'], 'k': 4, 'n': 32, '_time': 0.00028777122497558594, '_task': 'basi...
delete
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x10 x55 x16 x29 x29 x17 x45 x19 x24 x34 x38 x57 x11 x37 x33 x51 x56 x39 x12 x19 x12 x41 x36 x49 x9 x28 x5 x21 x22 x16 x43 x22 (TARGET) x37
x10 x55 x16 x29 x29 x17 x45 x19 x24 x34 x38 x57 x11 x33 x51 x56 x39 x12 x19 x12 x41 x36 x49 x9 x28 x5 x21 x22 x16 x43 x22
{'task': 'delete', 'seq': [['x10', 'x55', 'x16', 'x29', 'x29', 'x17', 'x45', 'x19', 'x24', 'x34', 'x38', 'x57', 'x11', 'x37', 'x33', 'x51', 'x56', 'x39', 'x12', 'x19', 'x12', 'x41', 'x36', 'x49', 'x9', 'x28', 'x5', 'x21', 'x22', 'x16', 'x43', 'x22'], 'x37'], 'k': 4, 'n': 32, '_time': 0.0004363059997558594, '_task': 'ba...
delete
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x54 x2 x6 x43 x10 x45 x39 x50 x18 x43 x32 x23 x60 x8 x10 x44 x61 x50 x3 x29 x33 x47 x58 x35 x13 x16 x8 x58 x17 x46 x23 x60 (TARGET) x33
x54 x2 x6 x43 x10 x45 x39 x50 x18 x43 x32 x23 x60 x8 x10 x44 x61 x50 x3 x29 x47 x58 x35 x13 x16 x8 x58 x17 x46 x23 x60
{'task': 'delete', 'seq': [['x54', 'x2', 'x6', 'x43', 'x10', 'x45', 'x39', 'x50', 'x18', 'x43', 'x32', 'x23', 'x60', 'x8', 'x10', 'x44', 'x61', 'x50', 'x3', 'x29', 'x33', 'x47', 'x58', 'x35', 'x13', 'x16', 'x8', 'x58', 'x17', 'x46', 'x23', 'x60'], 'x33'], 'k': 4, 'n': 32, '_time': 0.0002868175506591797, '_task': 'basic...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x20 x9 x57 x53 x9 x2 x46 x19 x42 x62 x44 x10 x33 x48 x25 x28 x19 x34 x7 x42 x51 x46 x26 x24 x24 x38 x46 x21 x20 x1 x33 x56
x1 x2 x7 x9 x9 x10 x19 x19 x20 x20 x21 x24 x24 x25 x26 x28 x33 x33 x34 x38 x42 x42 x44 x46 x46 x46 x48 x51 x53 x56 x57 x62
{'task': 'sort', 'seq': ['x20', 'x9', 'x57', 'x53', 'x9', 'x2', 'x46', 'x19', 'x42', 'x62', 'x44', 'x10', 'x33', 'x48', 'x25', 'x28', 'x19', 'x34', 'x7', 'x42', 'x51', 'x46', 'x26', 'x24', 'x24', 'x38', 'x46', 'x21', 'x20', 'x1', 'x33', 'x56'], 'k': 4, 'n': 32, '_time': 0.0002849102020263672, '_task': 'basic_procedural...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x9 x64 x29 x28 x62 x17 x29 x12 x50 x48 x8 x42 x52 x20 x14 x32 x63 x19 x12 x41 x39 x35 x14 x25 x47 x5 x24 x9 x43 x5 x14 x26
x9 x64 x29 x28 x62 x17 x12 x50 x48 x8 x42 x52 x20 x14 x32 x63 x19 x41 x39 x35 x25 x47 x5 x24 x43 x26
{'task': 'set', 'seq': ['x9', 'x64', 'x29', 'x28', 'x62', 'x17', 'x29', 'x12', 'x50', 'x48', 'x8', 'x42', 'x52', 'x20', 'x14', 'x32', 'x63', 'x19', 'x12', 'x41', 'x39', 'x35', 'x14', 'x25', 'x47', 'x5', 'x24', 'x9', 'x43', 'x5', 'x14', 'x26'], 'k': 4, 'n': 32, '_time': 0.00042891502380371094, '_task': 'basic_procedural...
set
instruct
0
Reverse the sequence. (SEQUENCE) x63 x49 x51 x35 x14 x54 x36 x25 x40 x15 x40 x39 x39 x13 x63 x57 x18 x41 x57 x26 x6 x55 x27 x62 x9 x38 x56 x64 x11 x15 x8 x20
x20 x8 x15 x11 x64 x56 x38 x9 x62 x27 x55 x6 x26 x57 x41 x18 x57 x63 x13 x39 x39 x40 x15 x40 x25 x36 x54 x14 x35 x51 x49 x63
{'task': 'reverse', 'seq': ['x63', 'x49', 'x51', 'x35', 'x14', 'x54', 'x36', 'x25', 'x40', 'x15', 'x40', 'x39', 'x39', 'x13', 'x63', 'x57', 'x18', 'x41', 'x57', 'x26', 'x6', 'x55', 'x27', 'x62', 'x9', 'x38', 'x56', 'x64', 'x11', 'x15', 'x8', 'x20'], 'k': 4, 'n': 32, '_time': 0.000278472900390625, '_task': 'basic_proced...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x40 x29 x9 x32 x29 x22 x3 x60 x58 x63 x40 x31 x40 x63 x61 x31 x48 x10 x41 x51 x38 x51 x4 x39 x57 x32 x10 x64 x52 x31 x49 x35
x40 x29 x9 x32 x22 x3 x60 x58 x63 x31 x61 x48 x10 x41 x51 x38 x4 x39 x57 x64 x52 x49 x35
{'task': 'set', 'seq': ['x40', 'x29', 'x9', 'x32', 'x29', 'x22', 'x3', 'x60', 'x58', 'x63', 'x40', 'x31', 'x40', 'x63', 'x61', 'x31', 'x48', 'x10', 'x41', 'x51', 'x38', 'x51', 'x4', 'x39', 'x57', 'x32', 'x10', 'x64', 'x52', 'x31', 'x49', 'x35'], 'k': 4, 'n': 32, '_time': 0.0002772808074951172, '_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.
o1 o1 o3 o1 c3 c1 c1 o2 o0 o3 o0 c0 c2 c1 c0 o2 o3 c3 c2 c3 o3 o3 c3 c3 o3 c3 o1 c1 o0 o0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002999305725097656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 c0 o3 o0 o3 o3 o3 o2 o2 c0 c3 c3 o2 c2 c3 o2 o1 c3 c1 o0 c0 o3 c3 c2 o3 c3 c2 c2 o2 c2 o1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002968311309814453, '_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) x20 x2 x44 x15 x33 x30 x43 x5 x43 x36 x34 x26 x41 x14 x52 x24 x13 x22 x30 x35 x27 x3 x52 x30 x57 x56 x17 x14 x26 x15 x19 x23 (TARGET) x17
x20 x2 x44 x15 x33 x30 x43 x5 x43 x36 x34 x26 x41 x14 x52 x24 x13 x22 x30 x35 x27 x3 x52 x30 x57 x56 x14 x26 x15 x19 x23
{'task': 'delete', 'seq': [['x20', 'x2', 'x44', 'x15', 'x33', 'x30', 'x43', 'x5', 'x43', 'x36', 'x34', 'x26', 'x41', 'x14', 'x52', 'x24', 'x13', 'x22', 'x30', 'x35', 'x27', 'x3', 'x52', 'x30', 'x57', 'x56', 'x17', 'x14', 'x26', 'x15', 'x19', 'x23'], 'x17'], 'k': 4, 'n': 32, '_time': 0.0004353523254394531, '_task': 'bas...
delete
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x19 x27 x27 x63 x53 x26 x50 x57 x39 x5 x30 x28 x14 x57 x45 x23 (B) x37 x35 x42 x1 x22 x7 x14 x19 x51 x36 x36 x62 x26 x29 x32 x6
x19 x27 x63 x53 x26 x50 x57 x39 x5 x30 x28 x14 x45 x23 x37 x35 x42 x1 x22 x7 x51 x36 x62 x29 x32 x6
{'task': 'union', 'seq': [['x19', 'x27', 'x27', 'x63', 'x53', 'x26', 'x50', 'x57', 'x39', 'x5', 'x30', 'x28', 'x14', 'x57', 'x45', 'x23'], ['x37', 'x35', 'x42', 'x1', 'x22', 'x7', 'x14', 'x19', 'x51', 'x36', 'x36', 'x62', 'x26', 'x29', 'x32', 'x6']], 'k': 4, 'n': 32, '_time': 0.000331878662109375, '_task': 'basic_proce...
union
instruct
0