Dataset Viewer
Auto-converted to Parquet Duplicate
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 x62; PUSH x1; POP; PUSH x40; POP; POP; PUSH x30; PUSH x55; POP; PUSH x13; PUSH x52; PUSH x55; POP; PUSH x55; POP; PUSH x48; PUSH x9; POP; PUSH x56; POP; P...
EMPTY
{'task': 'stack', 'seq': ['PUSH x62', 'PUSH x1', 'POP', 'PUSH x40', 'POP', 'POP', 'PUSH x30', 'PUSH x55', 'POP', 'PUSH x13', 'PUSH x52', 'PUSH x55', 'POP', 'PUSH x55', 'POP', 'PUSH x48', 'PUSH x9', 'POP', 'PUSH x56', 'POP', 'POP', 'PUSH x10', 'POP', 'POP', 'POP', 'PUSH x61', 'PUSH x41', 'POP', 'POP', 'POP', 'PUSH x46',...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x8 x46 x47 x47 x12 x60 x32 x21 x13 x3 x50 x7 x1 x12 x24 x58 x45 x46 x2 x3 x56 x54 x16 x40 x16 x37 x52 x57 x45 x50 x43 x22
x8 x46 x47 x12 x60 x32 x21 x13 x3 x50 x7 x1 x24 x58 x45 x2 x56 x54 x16 x40 x37 x52 x57 x43 x22
{'task': 'set', 'seq': ['x8', 'x46', 'x47', 'x47', 'x12', 'x60', 'x32', 'x21', 'x13', 'x3', 'x50', 'x7', 'x1', 'x12', 'x24', 'x58', 'x45', 'x46', 'x2', 'x3', 'x56', 'x54', 'x16', 'x40', 'x16', 'x37', 'x52', 'x57', 'x45', 'x50', 'x43', 'x22'], 'k': 4, 'n': 32, '_time': 0.025777816772460938, '_task': 'basic_procedural', ...
set
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o1 o0 o3 c0 c3 c2 c1 o0 c0 o1 c1 o2 o2 c2 o1 o3 c3 o3 o1 c3 c1 c1 c2 o2 c2 o1 c1 o2 o3 c3 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.025628328323364258, '_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) x17 x58 x29 x57 x53 x29 x37 x63 x4 x6 x57 x34 x54 x59 x41 x48 (B) x22 x19 x44 x31 x23 x4 x58 x6 x24 x30 x63 x35 x40 x26 x35 x32
x17 x58 x29 x57 x53 x37 x63 x4 x6 x34 x54 x59 x41 x48 x22 x19 x44 x31 x23 x24 x30 x35 x40 x26 x32
{'task': 'union', 'seq': [['x17', 'x58', 'x29', 'x57', 'x53', 'x29', 'x37', 'x63', 'x4', 'x6', 'x57', 'x34', 'x54', 'x59', 'x41', 'x48'], ['x22', 'x19', 'x44', 'x31', 'x23', 'x4', 'x58', 'x6', 'x24', 'x30', 'x63', 'x35', 'x40', 'x26', 'x35', 'x32']], 'k': 4, 'n': 32, '_time': 0.025592327117919922, '_task': 'basic_proce...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x31 x31 x64 x36 x36 x62 x20 x62 x53 x50 x2 x21 x60 x52 x48 x11 x45 x48 x29 x33 x2 x17 x14 x11 x43 x19 x32 x18 x40 x58 x21 x35 (TARGET) x52
x31 x31 x64 x36 x36 x62 x20 x62 x53 x50 x2 x21 x60 x48 x11 x45 x48 x29 x33 x2 x17 x14 x11 x43 x19 x32 x18 x40 x58 x21 x35
{'task': 'delete', 'seq': [['x31', 'x31', 'x64', 'x36', 'x36', 'x62', 'x20', 'x62', 'x53', 'x50', 'x2', 'x21', 'x60', 'x52', 'x48', 'x11', 'x45', 'x48', 'x29', 'x33', 'x2', 'x17', 'x14', 'x11', 'x43', 'x19', 'x32', 'x18', 'x40', 'x58', 'x21', 'x35'], 'x52'], 'k': 4, 'n': 32, '_time': 0.0005972385406494141, '_task': 'ba...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x23 x46 x25 x61 x52 x44 x7 x38 x17 x43 x37 x53 x64 x17 x10 x43 x7 x39 x15 x31 x1 x4 x20 x30 x38 x18 x20 x49 x64 x48 x5 x45
x1 x4 x5 x7 x7 x10 x15 x17 x17 x18 x20 x20 x23 x25 x30 x31 x37 x38 x38 x39 x43 x43 x44 x45 x46 x48 x49 x52 x53 x61 x64 x64
{'task': 'sort', 'seq': ['x23', 'x46', 'x25', 'x61', 'x52', 'x44', 'x7', 'x38', 'x17', 'x43', 'x37', 'x53', 'x64', 'x17', 'x10', 'x43', 'x7', 'x39', 'x15', 'x31', 'x1', 'x4', 'x20', 'x30', 'x38', 'x18', 'x20', 'x49', 'x64', 'x48', 'x5', 'x45'], 'k': 4, 'n': 32, '_time': 0.00072479248046875, '_task': 'basic_procedural',...
sort
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o2 o2 c2 o0 c0 c2 o2 c2 o0 c0 o1 c1 o2 o1 o3 o0 o0 c0 o3 o2 o3 c3 c2 o3 c3 c3 c0 c3 c1 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0006253719329833984, '_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 x32; PUSH x37; PUSH x24; PUSH x19; PUSH x50; PUSH x1; PUSH x17; PUSH x44; PUSH x26; PUSH x39; PUSH x48; PUSH x63; PUSH x13; PUSH x2; PUSH x54; PUSH x33; P...
x63 x48 x39 x26 x44 x17 x1 x50 x19 x24 x37 x32
{'task': 'stack', 'seq': ['PUSH x32', 'PUSH x37', 'PUSH x24', 'PUSH x19', 'PUSH x50', 'PUSH x1', 'PUSH x17', 'PUSH x44', 'PUSH x26', 'PUSH x39', 'PUSH x48', 'PUSH x63', 'PUSH x13', 'PUSH x2', 'PUSH x54', 'PUSH x33', 'PUSH x38', 'PUSH x31', 'PUSH x16', 'POP', 'PUSH x43', 'PUSH x36', 'POP', 'POP', 'POP', 'PUSH x7', 'POP'...
stack
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 o1 o0 c0 o0 c0 c1 c3 o3 o2 c2 c3 o0 c0 o2 c2 o2 c2 o1 o1 c1 o3 o2 o0 o3 c3 o3 c3 c0 c2 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005223751068115234, '_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) x12 x55 x51 x58 x11 x52 x50 x41 x42 x4 x54 x5 x48 x48 x23 x16 x52 x7 x46 x24 x20 x42 x21 x24 x61 x50 x20 x41 x11 x10 x7 x32
x32 x7 x10 x11 x41 x20 x50 x61 x24 x21 x42 x20 x24 x46 x7 x52 x16 x23 x48 x48 x5 x54 x4 x42 x41 x50 x52 x11 x58 x51 x55 x12
{'task': 'reverse', 'seq': ['x12', 'x55', 'x51', 'x58', 'x11', 'x52', 'x50', 'x41', 'x42', 'x4', 'x54', 'x5', 'x48', 'x48', 'x23', 'x16', 'x52', 'x7', 'x46', 'x24', 'x20', 'x42', 'x21', 'x24', 'x61', 'x50', 'x20', 'x41', 'x11', 'x10', 'x7', 'x32'], 'k': 4, 'n': 32, '_time': 0.0004801750183105469, '_task': 'basic_proced...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x60 x9 x57 x53 x21 x49 x36 x62 x15 x49 x45 x46 x38 x50 x43 x13 x58 x21 x11 x54 x43 x53 x52 x25 x8 x9 x25 x49 x21 x10 x35 x55 (TARGET) x8
x60 x9 x57 x53 x21 x49 x36 x62 x15 x49 x45 x46 x38 x50 x43 x13 x58 x21 x11 x54 x43 x53 x52 x25 x9 x25 x49 x21 x10 x35 x55
{'task': 'delete', 'seq': [['x60', 'x9', 'x57', 'x53', 'x21', 'x49', 'x36', 'x62', 'x15', 'x49', 'x45', 'x46', 'x38', 'x50', 'x43', 'x13', 'x58', 'x21', 'x11', 'x54', 'x43', 'x53', 'x52', 'x25', 'x8', 'x9', 'x25', 'x49', 'x21', 'x10', 'x35', 'x55'], 'x8'], 'k': 4, 'n': 32, '_time': 0.0005464553833007812, '_task': 'basi...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x42 x54 x60 x19 x60 x48 x60 x6 x52 x37 x35 x16 x64 x47 x53 x12 x55 x20 x33 x50 x58 x35 x56 x29 x36 x21 x53 x52 x35 x19 x41 x24
x42 x54 x60 x19 x48 x6 x52 x37 x35 x16 x64 x47 x53 x12 x55 x20 x33 x50 x58 x56 x29 x36 x21 x41 x24
{'task': 'set', 'seq': ['x42', 'x54', 'x60', 'x19', 'x60', 'x48', 'x60', 'x6', 'x52', 'x37', 'x35', 'x16', 'x64', 'x47', 'x53', 'x12', 'x55', 'x20', 'x33', 'x50', 'x58', 'x35', 'x56', 'x29', 'x36', 'x21', 'x53', 'x52', 'x35', 'x19', 'x41', 'x24'], 'k': 4, 'n': 32, '_time': 0.000514984130859375, '_task': 'basic_procedur...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x3 x15 x50 x57 x52 x40 x37 x51 x41 x34 x31 x30 x16 x20 x62 x42 x23 x32 x23 x37 x27 x7 x5 x62 x30 x18 x14 x54 x19 x45 x52 x52
x3 x5 x7 x14 x15 x16 x18 x19 x20 x23 x23 x27 x30 x30 x31 x32 x34 x37 x37 x40 x41 x42 x45 x50 x51 x52 x52 x52 x54 x57 x62 x62
{'task': 'sort', 'seq': ['x3', 'x15', 'x50', 'x57', 'x52', 'x40', 'x37', 'x51', 'x41', 'x34', 'x31', 'x30', 'x16', 'x20', 'x62', 'x42', 'x23', 'x32', 'x23', 'x37', 'x27', 'x7', 'x5', 'x62', 'x30', 'x18', 'x14', 'x54', 'x19', 'x45', 'x52', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004944801330566406, '_task': 'basic_procedur...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x4 x28 x35 x4 x60 x18 x6 x3 x63 x57 x41 x47 x4 x34 x24 x49 x49 x15 x22 x9 x3 x8 x3 x31 x50 x48 x7 x26 x59 x37 x20 x29
x4 x28 x35 x4 x60 x18 x6 x3 x63 x57 x41 x47 x4 x34 x24 x49 x49 x15 x22 x9 x3 x8 x3 x31 x50 x48 x7 x26 x59 x37 x20 x29
{'task': 'identity', 'seq': ['x4', 'x28', 'x35', 'x4', 'x60', 'x18', 'x6', 'x3', 'x63', 'x57', 'x41', 'x47', 'x4', 'x34', 'x24', 'x49', 'x49', 'x15', 'x22', 'x9', 'x3', 'x8', 'x3', 'x31', 'x50', 'x48', 'x7', 'x26', 'x59', 'x37', 'x20', 'x29'], 'k': 4, 'n': 32, '_time': 0.00046443939208984375, '_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 x43; PUSH x1; PUSH x17; PUSH x33; PUSH x54; PUSH x12; PUSH x41; POP; PUSH x21; PUSH x50; PUSH x39; PUSH x27; PUSH x29; PUSH x63; PUSH x29; POP; PUSH x58; ...
x50 x21 x12 x54 x33 x17 x1 x43
{'task': 'stack', 'seq': ['PUSH x43', 'PUSH x1', 'PUSH x17', 'PUSH x33', 'PUSH x54', 'PUSH x12', 'PUSH x41', 'POP', 'PUSH x21', 'PUSH x50', 'PUSH x39', 'PUSH x27', 'PUSH x29', 'PUSH x63', 'PUSH x29', 'POP', 'PUSH x58', 'PUSH x9', 'PUSH x26', 'PUSH x59', 'POP', 'PUSH x13', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'POP', ...
stack
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 c2 o0 o3 o3 c3 c0 o3 o0 o0 o2 o3 c0 c2 o0 o3 o1 c0 c1 o1 o0 c3 c3 c0 o0 o1 c0 c0 c1 c3 c1 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005865097045898438, '_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 o0 o2 o2 o3 c3 c0 c2 o2 o2 c3 o0 o3 o1 o0 c3 o2 c2 o3 c2 c1 c0 c0 c2 o2 c3 o0 c0 c2 c2 o2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000644683837890625, '_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.
o1 c1 o0 c0 o2 o1 c1 c2 o1 o0 c0 o2 o1 c1 o0 c2 c0 c1 o2 c2 o2 o3 c2 o3 c3 c3 o2 c2 o1 o1 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0006353855133056641, '_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) x22 x22 x49 x36 x23 x18 x33 x2 x1 x8 x13 x51 x54 x52 x5 x11 x58 x6 x30 x28 x7 x37 x8 x15 x29 x20 x29 x20 x39 x43 x12 x6
x6 x12 x43 x39 x20 x29 x20 x29 x15 x8 x37 x7 x28 x30 x6 x58 x11 x5 x52 x54 x51 x13 x8 x1 x2 x33 x18 x23 x36 x49 x22 x22
{'task': 'reverse', 'seq': ['x22', 'x22', 'x49', 'x36', 'x23', 'x18', 'x33', 'x2', 'x1', 'x8', 'x13', 'x51', 'x54', 'x52', 'x5', 'x11', 'x58', 'x6', 'x30', 'x28', 'x7', 'x37', 'x8', 'x15', 'x29', 'x20', 'x29', 'x20', 'x39', 'x43', 'x12', 'x6'], 'k': 4, 'n': 32, '_time': 0.00046634674072265625, '_task': 'basic_procedura...
reverse
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x60 x28 x52 x35 x42 x45 x49 x10 x6 x8 x54 x46 x32 x26 x43 x3 x29 x55 x55 x40 x54 x56 x53 x7 x29 x5 x55 x27 x29 x48 x27 x27
x3 x5 x6 x7 x8 x10 x26 x27 x27 x27 x28 x29 x29 x29 x32 x35 x40 x42 x43 x45 x46 x48 x49 x52 x53 x54 x54 x55 x55 x55 x56 x60
{'task': 'sort', 'seq': ['x60', 'x28', 'x52', 'x35', 'x42', 'x45', 'x49', 'x10', 'x6', 'x8', 'x54', 'x46', 'x32', 'x26', 'x43', 'x3', 'x29', 'x55', 'x55', 'x40', 'x54', 'x56', 'x53', 'x7', 'x29', 'x5', 'x55', 'x27', 'x29', 'x48', 'x27', 'x27'], 'k': 4, 'n': 32, '_time': 0.000492095947265625, '_task': 'basic_procedural'...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x2 x3 x53 x10 x22 x37 x52 x36 x12 x62 x11 x49 x29 x21 x60 x8 x42 x22 x46 x61 x27 x35 x22 x12 x23 x9 x43 x3 x52 x11 x9 x40
x2 x3 x53 x10 x22 x37 x52 x36 x12 x62 x11 x49 x29 x21 x60 x8 x42 x46 x61 x27 x35 x23 x9 x43 x40
{'task': 'set', 'seq': ['x2', 'x3', 'x53', 'x10', 'x22', 'x37', 'x52', 'x36', 'x12', 'x62', 'x11', 'x49', 'x29', 'x21', 'x60', 'x8', 'x42', 'x22', 'x46', 'x61', 'x27', 'x35', 'x22', 'x12', 'x23', 'x9', 'x43', 'x3', 'x52', 'x11', 'x9', 'x40'], 'k': 4, 'n': 32, '_time': 0.00046539306640625, '_task': 'basic_procedural', '...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x45 x22 x13 x26 x46 x53 x5 x21 x28 x24 x16 x39 x42 x18 x57 x11 x49 x29 x40 x21 x64 x4 x16 x34 x8 x59 x35 x30 x58 x17 x19 x63
x4 x5 x8 x11 x13 x16 x16 x17 x18 x19 x21 x21 x22 x24 x26 x28 x29 x30 x34 x35 x39 x40 x42 x45 x46 x49 x53 x57 x58 x59 x63 x64
{'task': 'sort', 'seq': ['x45', 'x22', 'x13', 'x26', 'x46', 'x53', 'x5', 'x21', 'x28', 'x24', 'x16', 'x39', 'x42', 'x18', 'x57', 'x11', 'x49', 'x29', 'x40', 'x21', 'x64', 'x4', 'x16', 'x34', 'x8', 'x59', 'x35', 'x30', 'x58', 'x17', 'x19', 'x63'], 'k': 4, 'n': 32, '_time': 0.0005040168762207031, '_task': 'basic_procedur...
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) x16 x9 x1 x51 x60 x39 x23 x21 x14 x17 x39 x56 x44 x51 x34 x35 (B) x41 x26 x64 x59 x29 x6 x56 x17 x41 x27 x55 x51 x17 x33 x29 x38
x16 x9 x1 x51 x60 x39 x23 x21 x14 x17 x56 x44 x34 x35 x41 x26 x64 x59 x29 x6 x27 x55 x33 x38
{'task': 'union', 'seq': [['x16', 'x9', 'x1', 'x51', 'x60', 'x39', 'x23', 'x21', 'x14', 'x17', 'x39', 'x56', 'x44', 'x51', 'x34', 'x35'], ['x41', 'x26', 'x64', 'x59', 'x29', 'x6', 'x56', 'x17', 'x41', 'x27', 'x55', 'x51', 'x17', 'x33', 'x29', 'x38']], 'k': 4, 'n': 32, '_time': 0.0005056858062744141, '_task': 'basic_pro...
union
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 c3 o0 o2 c2 c0 o0 c0 o1 o0 c0 c1 o0 o2 c2 c0 o3 c3 o3 o2 o3 o1 c1 o3 c3 o0 c0 o3 c3 c3 c2 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0006158351898193359, '_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) x51 x30 x40 x42 x55 x4 x32 x55 x13 x48 x4 x43 x37 x21 x62 x37 x58 x58 x25 x21 x28 x1 x44 x42 x7 x63 x62 x24 x28 x4 x38 x5
x5 x38 x4 x28 x24 x62 x63 x7 x42 x44 x1 x28 x21 x25 x58 x58 x37 x62 x21 x37 x43 x4 x48 x13 x55 x32 x4 x55 x42 x40 x30 x51
{'task': 'reverse', 'seq': ['x51', 'x30', 'x40', 'x42', 'x55', 'x4', 'x32', 'x55', 'x13', 'x48', 'x4', 'x43', 'x37', 'x21', 'x62', 'x37', 'x58', 'x58', 'x25', 'x21', 'x28', 'x1', 'x44', 'x42', 'x7', 'x63', 'x62', 'x24', 'x28', 'x4', 'x38', 'x5'], 'k': 4, 'n': 32, '_time': 0.0005373954772949219, '_task': 'basic_procedur...
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 x38; PUSH x27; POP; POP; PUSH x61; PUSH x13; POP; PUSH x8; PUSH x51; PUSH x13; PUSH x33; PUSH x46; PUSH x28; PUSH x23; PUSH x20; PUSH x47; PUSH x40; PUSH ...
x47 x20 x23 x28 x46 x33 x13 x51 x8 x61
{'task': 'stack', 'seq': ['PUSH x38', 'PUSH x27', 'POP', 'POP', 'PUSH x61', 'PUSH x13', 'POP', 'PUSH x8', 'PUSH x51', 'PUSH x13', 'PUSH x33', 'PUSH x46', 'PUSH x28', 'PUSH x23', 'PUSH x20', 'PUSH x47', 'PUSH x40', 'PUSH x7', 'PUSH x53', 'PUSH x28', 'POP', 'PUSH x40', 'POP', 'PUSH x28', 'POP', 'PUSH x36', 'POP', 'PUSH x...
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 o3 c3 c3 o2 c2 o1 o3 c3 c1 o2 c2 o3 o3 c3 c3 o1 c1 o1 o0 o2 o0 o1 c1 c0 c2 c0 o1 o1 c1 c1 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041675567626953125, '_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) x9 x51 x53 x32 x28 x28 x30 x51 x53 x52 x18 x44 x24 x26 x5 x6 x39 x42 x15 x53 x19 x29 x18 x34 x57 x26 x13 x48 x13 x53 x36 x23
x9 x51 x53 x32 x28 x30 x52 x18 x44 x24 x26 x5 x6 x39 x42 x15 x19 x29 x34 x57 x13 x48 x36 x23
{'task': 'set', 'seq': ['x9', 'x51', 'x53', 'x32', 'x28', 'x28', 'x30', 'x51', 'x53', 'x52', 'x18', 'x44', 'x24', 'x26', 'x5', 'x6', 'x39', 'x42', 'x15', 'x53', 'x19', 'x29', 'x18', 'x34', 'x57', 'x26', 'x13', 'x48', 'x13', 'x53', 'x36', 'x23'], 'k': 4, 'n': 32, '_time': 0.0005214214324951172, '_task': 'basic_procedura...
set
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x16; PUSH x62; POP; PUSH x25; PUSH x48; PUSH x13; PUSH x60; POP; PUSH x36; PUSH x32; PUSH x12; PUSH x22; PUSH x1; PUSH x8; PUSH x24; PUSH x43; PUSH x24; P...
x8 x1 x22 x12 x32 x36 x13 x48 x25 x16
{'task': 'stack', 'seq': ['PUSH x16', 'PUSH x62', 'POP', 'PUSH x25', 'PUSH x48', 'PUSH x13', 'PUSH x60', 'POP', 'PUSH x36', 'PUSH x32', 'PUSH x12', 'PUSH x22', 'PUSH x1', 'PUSH x8', 'PUSH x24', 'PUSH x43', 'PUSH x24', 'PUSH x25', 'POP', 'PUSH x29', 'PUSH x27', 'POP', 'POP', 'PUSH x8', 'PUSH x42', 'POP', 'POP', 'PUSH x1...
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 o1 o1 o1 c1 c1 o2 c2 o1 c1 o1 c1 c1 o3 c3 o3 c3 o0 o2 c2 o3 c3 o1 o0 o1 c1 c0 o0 c0 c1 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004146099090576172, '_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 x23; PUSH x10; PUSH x22; PUSH x18; PUSH x34; PUSH x5; PUSH x47; PUSH x18; POP; POP; PUSH x17; PUSH x24; PUSH x28; POP; PUSH x49; PUSH x2; PUSH x2; POP; PU...
x10 x23
{'task': 'stack', 'seq': ['PUSH x23', 'PUSH x10', 'PUSH x22', 'PUSH x18', 'PUSH x34', 'PUSH x5', 'PUSH x47', 'PUSH x18', 'POP', 'POP', 'PUSH x17', 'PUSH x24', 'PUSH x28', 'POP', 'PUSH x49', 'PUSH x2', 'PUSH x2', 'POP', 'PUSH x7', 'POP', 'PUSH x21', 'PUSH x9', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP...
stack
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x17 x25 x24 x63 x30 x28 x44 x22 x35 x8 x20 x61 x57 x11 x8 x50 (B) x15 x27 x54 x47 x38 x52 x50 x11 x29 x11 x50 x12 x40 x2 x2 x32
x17 x25 x24 x63 x30 x28 x44 x22 x35 x8 x20 x61 x57 x11 x50 x15 x27 x54 x47 x38 x52 x29 x12 x40 x2 x32
{'task': 'union', 'seq': [['x17', 'x25', 'x24', 'x63', 'x30', 'x28', 'x44', 'x22', 'x35', 'x8', 'x20', 'x61', 'x57', 'x11', 'x8', 'x50'], ['x15', 'x27', 'x54', 'x47', 'x38', 'x52', 'x50', 'x11', 'x29', 'x11', 'x50', 'x12', 'x40', 'x2', 'x2', 'x32']], 'k': 4, 'n': 32, '_time': 0.0004928112030029297, '_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.
o2 c2 o3 o2 c2 c3 o2 c2 o2 c2 o2 c2 o2 c2 o1 c1 o0 o1 o0 o2 c2 c0 c1 o0 o0 c0 c0 o2 o1 c1 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045371055603027344, '_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) x44 x57 x20 x57 x31 x25 x36 x55 x30 x30 x38 x64 x17 x53 x27 x47 x1 x13 x22 x15 x34 x38 x34 x26 x19 x34 x48 x8 x64 x28 x3 x39
x44 x57 x20 x31 x25 x36 x55 x30 x38 x64 x17 x53 x27 x47 x1 x13 x22 x15 x34 x26 x19 x48 x8 x28 x3 x39
{'task': 'set', 'seq': ['x44', 'x57', 'x20', 'x57', 'x31', 'x25', 'x36', 'x55', 'x30', 'x30', 'x38', 'x64', 'x17', 'x53', 'x27', 'x47', 'x1', 'x13', 'x22', 'x15', 'x34', 'x38', 'x34', 'x26', 'x19', 'x34', 'x48', 'x8', 'x64', 'x28', 'x3', 'x39'], 'k': 4, 'n': 32, '_time': 0.0004570484161376953, '_task': 'basic_procedura...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x62 x46 x14 x35 x6 x39 x63 x38 x9 x63 x17 x59 x33 x45 x45 x60 x25 x15 x28 x56 x51 x44 x58 x10 x35 x39 x11 x42 x52 x43 x19 x59
x62 x46 x14 x35 x6 x39 x63 x38 x9 x63 x17 x59 x33 x45 x45 x60 x25 x15 x28 x56 x51 x44 x58 x10 x35 x39 x11 x42 x52 x43 x19 x59
{'task': 'identity', 'seq': ['x62', 'x46', 'x14', 'x35', 'x6', 'x39', 'x63', 'x38', 'x9', 'x63', 'x17', 'x59', 'x33', 'x45', 'x45', 'x60', 'x25', 'x15', 'x28', 'x56', 'x51', 'x44', 'x58', 'x10', 'x35', 'x39', 'x11', 'x42', 'x52', 'x43', 'x19', 'x59'], 'k': 4, 'n': 32, '_time': 0.0004494190216064453, '_task': 'basic_pro...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x15 x31 x43 x32 x13 x32 x12 x38 x41 x11 x23 x38 x64 x34 x17 x6 x63 x16 x9 x47 x14 x35 x62 x18 x2 x2 x64 x10 x46 x13 x52 x34
x15 x31 x43 x32 x13 x12 x38 x41 x11 x23 x64 x34 x17 x6 x63 x16 x9 x47 x14 x35 x62 x18 x2 x10 x46 x52
{'task': 'set', 'seq': ['x15', 'x31', 'x43', 'x32', 'x13', 'x32', 'x12', 'x38', 'x41', 'x11', 'x23', 'x38', 'x64', 'x34', 'x17', 'x6', 'x63', 'x16', 'x9', 'x47', 'x14', 'x35', 'x62', 'x18', 'x2', 'x2', 'x64', 'x10', 'x46', 'x13', 'x52', 'x34'], 'k': 4, 'n': 32, '_time': 0.000461578369140625, '_task': 'basic_procedural'...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x38 x33 x4 x3 x13 x32 x51 x36 x8 x4 x44 x3 x58 x61 x63 x21 x61 x17 x53 x56 x57 x7 x4 x6 x54 x4 x9 x38 x21 x58 x61 x23
x38 x33 x4 x3 x13 x32 x51 x36 x8 x4 x44 x3 x58 x61 x63 x21 x61 x17 x53 x56 x57 x7 x4 x6 x54 x4 x9 x38 x21 x58 x61 x23
{'task': 'identity', 'seq': ['x38', 'x33', 'x4', 'x3', 'x13', 'x32', 'x51', 'x36', 'x8', 'x4', 'x44', 'x3', 'x58', 'x61', 'x63', 'x21', 'x61', 'x17', 'x53', 'x56', 'x57', 'x7', 'x4', 'x6', 'x54', 'x4', 'x9', 'x38', 'x21', 'x58', 'x61', 'x23'], 'k': 4, 'n': 32, '_time': 0.0004489421844482422, '_task': 'basic_procedural'...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x40 x51 x15 x31 x57 x13 x27 x36 x6 x18 x15 x28 x6 x61 x59 x9 x38 x20 x54 x3 x9 x1 x15 x46 x37 x60 x21 x25 x41 x18 x39 x29
x40 x51 x15 x31 x57 x13 x27 x36 x6 x18 x28 x61 x59 x9 x38 x20 x54 x3 x1 x46 x37 x60 x21 x25 x41 x39 x29
{'task': 'set', 'seq': ['x40', 'x51', 'x15', 'x31', 'x57', 'x13', 'x27', 'x36', 'x6', 'x18', 'x15', 'x28', 'x6', 'x61', 'x59', 'x9', 'x38', 'x20', 'x54', 'x3', 'x9', 'x1', 'x15', 'x46', 'x37', 'x60', 'x21', 'x25', 'x41', 'x18', 'x39', 'x29'], 'k': 4, 'n': 32, '_time': 0.0004601478576660156, '_task': 'basic_procedural',...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x61 x41 x2 x13 x45 x60 x52 x17 x32 x56 x31 x49 x7 x1 x31 x29 x64 x47 x27 x33 x34 x3 x46 x41 x41 x45 x21 x61 x33 x9 x28 x52
x1 x2 x3 x7 x9 x13 x17 x21 x27 x28 x29 x31 x31 x32 x33 x33 x34 x41 x41 x41 x45 x45 x46 x47 x49 x52 x52 x56 x60 x61 x61 x64
{'task': 'sort', 'seq': ['x61', 'x41', 'x2', 'x13', 'x45', 'x60', 'x52', 'x17', 'x32', 'x56', 'x31', 'x49', 'x7', 'x1', 'x31', 'x29', 'x64', 'x47', 'x27', 'x33', 'x34', 'x3', 'x46', 'x41', 'x41', 'x45', 'x21', 'x61', 'x33', 'x9', 'x28', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004906654357910156, '_task': 'basic_procedural...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x47 x4 x25 x8 x1 x11 x38 x57 x20 x1 x15 x2 x7 x21 x52 x61 x17 x12 x64 x43 x6 x28 x2 x12 x37 x25 x7 x48 x31 x1 x45 x50 (TARGET) x12
x47 x4 x25 x8 x1 x11 x38 x57 x20 x1 x15 x2 x7 x21 x52 x61 x17 x64 x43 x6 x28 x2 x12 x37 x25 x7 x48 x31 x1 x45 x50
{'task': 'delete', 'seq': [['x47', 'x4', 'x25', 'x8', 'x1', 'x11', 'x38', 'x57', 'x20', 'x1', 'x15', 'x2', 'x7', 'x21', 'x52', 'x61', 'x17', 'x12', 'x64', 'x43', 'x6', 'x28', 'x2', 'x12', 'x37', 'x25', 'x7', 'x48', 'x31', 'x1', 'x45', 'x50'], 'x12'], 'k': 4, 'n': 32, '_time': 0.00047087669372558594, '_task': 'basic_pro...
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 o0 o2 o1 o1 c0 o3 o0 c3 c1 o2 o3 c1 o2 o3 c3 o0 o0 c3 o1 c0 c0 c0 c1 c2 c2 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004923343658447266, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 c0 o1 c1 o0 c0 o1 o2 o1 c1 c2 o1 c1 c1 o2 o3 o3 c3 o3 o1 c1 c3 c3 o0 c0 c2 o1 o3 o0 c0 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004165172576904297, '_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) x59 x11 x45 x47 x58 x23 x51 x18 x31 x52 x33 x50 x60 x15 x16 x35 x6 x41 x26 x13 x58 x7 x44 x12 x59 x24 x1 x46 x53 x13 x47 x33
x1 x6 x7 x11 x12 x13 x13 x15 x16 x18 x23 x24 x26 x31 x33 x33 x35 x41 x44 x45 x46 x47 x47 x50 x51 x52 x53 x58 x58 x59 x59 x60
{'task': 'sort', 'seq': ['x59', 'x11', 'x45', 'x47', 'x58', 'x23', 'x51', 'x18', 'x31', 'x52', 'x33', 'x50', 'x60', 'x15', 'x16', 'x35', 'x6', 'x41', 'x26', 'x13', 'x58', 'x7', 'x44', 'x12', 'x59', 'x24', 'x1', 'x46', 'x53', 'x13', 'x47', 'x33'], 'k': 4, 'n': 32, '_time': 0.0005125999450683594, '_task': 'basic_procedur...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x11 x41 x4 x26 x35 x31 x5 x8 x17 x18 x40 x14 x19 x48 x17 x36 x45 x61 x8 x16 x56 x3 x11 x48 x34 x29 x32 x59 x64 x6 x31 x62
x11 x41 x4 x26 x35 x31 x5 x8 x17 x18 x40 x14 x19 x48 x17 x36 x45 x61 x8 x16 x56 x3 x11 x48 x34 x29 x32 x59 x64 x6 x31 x62
{'task': 'identity', 'seq': ['x11', 'x41', 'x4', 'x26', 'x35', 'x31', 'x5', 'x8', 'x17', 'x18', 'x40', 'x14', 'x19', 'x48', 'x17', 'x36', 'x45', 'x61', 'x8', 'x16', 'x56', 'x3', 'x11', 'x48', 'x34', 'x29', 'x32', 'x59', 'x64', 'x6', 'x31', 'x62'], 'k': 4, 'n': 32, '_time': 0.000453948974609375, '_task': 'basic_procedur...
identity
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x49 x51 x13 x55 x62 x35 x10 x55 x49 x26 x15 x20 x41 x11 x48 x47 (B) x12 x45 x17 x57 x37 x5 x3 x9 x8 x28 x56 x60 x44 x57 x60 x64
x49 x51 x13 x55 x62 x35 x10 x26 x15 x20 x41 x11 x48 x47 x12 x45 x17 x57 x37 x5 x3 x9 x8 x28 x56 x60 x44 x64
{'task': 'union', 'seq': [['x49', 'x51', 'x13', 'x55', 'x62', 'x35', 'x10', 'x55', 'x49', 'x26', 'x15', 'x20', 'x41', 'x11', 'x48', 'x47'], ['x12', 'x45', 'x17', 'x57', 'x37', 'x5', 'x3', 'x9', 'x8', 'x28', 'x56', 'x60', 'x44', 'x57', 'x60', 'x64']], 'k': 4, 'n': 32, '_time': 0.0005021095275878906, '_task': 'basic_proc...
union
instruct
0
Reverse the sequence. (SEQUENCE) x54 x14 x38 x17 x3 x37 x7 x14 x21 x4 x32 x64 x33 x11 x17 x50 x34 x16 x45 x2 x53 x30 x9 x1 x2 x26 x28 x49 x52 x41 x35 x62
x62 x35 x41 x52 x49 x28 x26 x2 x1 x9 x30 x53 x2 x45 x16 x34 x50 x17 x11 x33 x64 x32 x4 x21 x14 x7 x37 x3 x17 x38 x14 x54
{'task': 'reverse', 'seq': ['x54', 'x14', 'x38', 'x17', 'x3', 'x37', 'x7', 'x14', 'x21', 'x4', 'x32', 'x64', 'x33', 'x11', 'x17', 'x50', 'x34', 'x16', 'x45', 'x2', 'x53', 'x30', 'x9', 'x1', 'x2', 'x26', 'x28', 'x49', 'x52', 'x41', 'x35', 'x62'], 'k': 4, 'n': 32, '_time': 0.0004930496215820312, '_task': 'basic_procedura...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x53 x52 x4 x43 x22 x53 x6 x56 x26 x5 x56 x40 x13 x43 x43 x55 x47 x12 x64 x30 x17 x46 x17 x18 x64 x23 x28 x54 x57 x43 x33 x55 (TARGET) x46
x53 x52 x4 x43 x22 x53 x6 x56 x26 x5 x56 x40 x13 x43 x43 x55 x47 x12 x64 x30 x17 x17 x18 x64 x23 x28 x54 x57 x43 x33 x55
{'task': 'delete', 'seq': [['x53', 'x52', 'x4', 'x43', 'x22', 'x53', 'x6', 'x56', 'x26', 'x5', 'x56', 'x40', 'x13', 'x43', 'x43', 'x55', 'x47', 'x12', 'x64', 'x30', 'x17', 'x46', 'x17', 'x18', 'x64', 'x23', 'x28', 'x54', 'x57', 'x43', 'x33', 'x55'], 'x46'], 'k': 4, 'n': 32, '_time': 0.00047135353088378906, '_task': 'ba...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x24 x52 x26 x19 x10 x47 x21 x8 x14 x24 x40 x48 x53 x32 x20 x19 x62 x26 x27 x37 x6 x44 x13 x14 x54 x33 x45 x36 x9 x27 x27 x52
x24 x52 x26 x19 x10 x47 x21 x8 x14 x40 x48 x53 x32 x20 x62 x27 x37 x6 x44 x13 x54 x33 x45 x36 x9
{'task': 'set', 'seq': ['x24', 'x52', 'x26', 'x19', 'x10', 'x47', 'x21', 'x8', 'x14', 'x24', 'x40', 'x48', 'x53', 'x32', 'x20', 'x19', 'x62', 'x26', 'x27', 'x37', 'x6', 'x44', 'x13', 'x14', 'x54', 'x33', 'x45', 'x36', 'x9', 'x27', 'x27', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004477500915527344, '_task': 'basic_procedura...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x12 x22 x16 x15 x51 x22 x42 x35 x62 x58 x7 x38 x33 x37 x6 x11 x25 x5 x60 x8 x25 x15 x52 x59 x13 x33 x28 x6 x18 x54 x30 x51
x12 x22 x16 x15 x51 x22 x42 x35 x62 x58 x7 x38 x33 x37 x6 x11 x25 x5 x60 x8 x25 x15 x52 x59 x13 x33 x28 x6 x18 x54 x30 x51
{'task': 'identity', 'seq': ['x12', 'x22', 'x16', 'x15', 'x51', 'x22', 'x42', 'x35', 'x62', 'x58', 'x7', 'x38', 'x33', 'x37', 'x6', 'x11', 'x25', 'x5', 'x60', 'x8', 'x25', 'x15', 'x52', 'x59', 'x13', 'x33', 'x28', 'x6', 'x18', 'x54', 'x30', 'x51'], 'k': 4, 'n': 32, '_time': 0.000446319580078125, '_task': 'basic_procedu...
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 o0 o0 o3 o1 c3 c1 o1 o3 c1 o2 c0 o3 c0 c3 o0 o0 c0 o3 c0 c2 c3 c3 o2 o0 c0 c2 o0 c0 o0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005180835723876953, '_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) x28 x44 x57 x46 x37 x25 x5 x20 x9 x29 x13 x53 x29 x16 x29 x17 x41 x42 x63 x31 x8 x22 x13 x29 x29 x26 x55 x48 x19 x3 x23 x34 (TARGET) x17
x28 x44 x57 x46 x37 x25 x5 x20 x9 x29 x13 x53 x29 x16 x29 x41 x42 x63 x31 x8 x22 x13 x29 x29 x26 x55 x48 x19 x3 x23 x34
{'task': 'delete', 'seq': [['x28', 'x44', 'x57', 'x46', 'x37', 'x25', 'x5', 'x20', 'x9', 'x29', 'x13', 'x53', 'x29', 'x16', 'x29', 'x17', 'x41', 'x42', 'x63', 'x31', 'x8', 'x22', 'x13', 'x29', 'x29', 'x26', 'x55', 'x48', 'x19', 'x3', 'x23', 'x34'], 'x17'], 'k': 4, 'n': 32, '_time': 0.0004928112030029297, '_task': 'basi...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 o1 c1 c3 o1 c1 o0 c0 o1 c1 o3 o3 c3 o0 o3 c0 o0 c3 c0 c3 o1 o2 c1 o2 c2 c2 o2 c2 o1 o3 c1 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004885196685791016, '_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) x54 x30 x62 x30 x12 x49 x54 x27 x55 x36 x48 x23 x37 x45 x64 x24 x55 x64 x10 x31 x5 x42 x32 x6 x60 x42 x20 x60 x27 x38 x16 x49
x5 x6 x10 x12 x16 x20 x23 x24 x27 x27 x30 x30 x31 x32 x36 x37 x38 x42 x42 x45 x48 x49 x49 x54 x54 x55 x55 x60 x60 x62 x64 x64
{'task': 'sort', 'seq': ['x54', 'x30', 'x62', 'x30', 'x12', 'x49', 'x54', 'x27', 'x55', 'x36', 'x48', 'x23', 'x37', 'x45', 'x64', 'x24', 'x55', 'x64', 'x10', 'x31', 'x5', 'x42', 'x32', 'x6', 'x60', 'x42', 'x20', 'x60', 'x27', 'x38', 'x16', 'x49'], 'k': 4, 'n': 32, '_time': 0.00047087669372558594, '_task': 'basic_proced...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x11 x8 x37 x53 x24 x7 x27 x38 x58 x46 x29 x30 x31 x44 x11 x56 x4 x45 x20 x61 x24 x58 x36 x14 x33 x26 x25 x37 x5 x30 x36 x61
x61 x36 x30 x5 x37 x25 x26 x33 x14 x36 x58 x24 x61 x20 x45 x4 x56 x11 x44 x31 x30 x29 x46 x58 x38 x27 x7 x24 x53 x37 x8 x11
{'task': 'reverse', 'seq': ['x11', 'x8', 'x37', 'x53', 'x24', 'x7', 'x27', 'x38', 'x58', 'x46', 'x29', 'x30', 'x31', 'x44', 'x11', 'x56', 'x4', 'x45', 'x20', 'x61', 'x24', 'x58', 'x36', 'x14', 'x33', 'x26', 'x25', 'x37', 'x5', 'x30', 'x36', 'x61'], 'k': 4, 'n': 32, '_time': 0.00045013427734375, '_task': 'basic_procedur...
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 x25; PUSH x4; PUSH x37; PUSH x49; PUSH x43; POP; PUSH x39; POP; PUSH x11; PUSH x22; POP; PUSH x13; POP; PUSH x43; PUSH x30; PUSH x17; PUSH x55; PUSH x2; P...
x43 x11 x49 x37 x4 x25
{'task': 'stack', 'seq': ['PUSH x25', 'PUSH x4', 'PUSH x37', 'PUSH x49', 'PUSH x43', 'POP', 'PUSH x39', 'POP', 'PUSH x11', 'PUSH x22', 'POP', 'PUSH x13', 'POP', 'PUSH x43', 'PUSH x30', 'PUSH x17', 'PUSH x55', 'PUSH x2', 'PUSH x24', 'PUSH x12', 'PUSH x19', 'POP', 'POP', 'POP', 'POP', 'PUSH x4', 'POP', 'POP', 'POP', 'PUS...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x31 x4 x33 x39 x34 x37 x18 x5 x58 x44 x26 x29 x59 x3 x41 x4 x43 x31 x22 x59 x51 x55 x40 x20 x25 x38 x5 x45 x27 x3 x5 x44
x31 x4 x33 x39 x34 x37 x18 x5 x58 x44 x26 x29 x59 x3 x41 x43 x22 x51 x55 x40 x20 x25 x38 x45 x27
{'task': 'set', 'seq': ['x31', 'x4', 'x33', 'x39', 'x34', 'x37', 'x18', 'x5', 'x58', 'x44', 'x26', 'x29', 'x59', 'x3', 'x41', 'x4', 'x43', 'x31', 'x22', 'x59', 'x51', 'x55', 'x40', 'x20', 'x25', 'x38', 'x5', 'x45', 'x27', 'x3', 'x5', 'x44'], 'k': 4, 'n': 32, '_time': 0.0004696846008300781, '_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 x48; POP; PUSH x59; PUSH x19; PUSH x41; PUSH x15; PUSH x35; POP; PUSH x34; PUSH x32; PUSH x24; PUSH x48; PUSH x54; PUSH x59; PUSH x52; PUSH x33; PUSH x27;...
x15 x27 x33 x52 x59 x54 x48 x24 x32 x34 x15 x41 x19 x59
{'task': 'stack', 'seq': ['PUSH x48', 'POP', 'PUSH x59', 'PUSH x19', 'PUSH x41', 'PUSH x15', 'PUSH x35', 'POP', 'PUSH x34', 'PUSH x32', 'PUSH x24', 'PUSH x48', 'PUSH x54', 'PUSH x59', 'PUSH x52', 'PUSH x33', 'PUSH x27', 'PUSH x15', 'PUSH x3', 'POP', 'PUSH x39', 'PUSH x44', 'POP', 'PUSH x34', 'PUSH x50', 'POP', 'PUSH x5...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x57 x22 x52 x40 x39 x23 x14 x1 x30 x43 x48 x14 x35 x43 x28 x3 x34 x39 x33 x34 x38 x28 x30 x24 x30 x25 x29 x33 x38 x15 x10 x26 (TARGET) x23
x57 x22 x52 x40 x39 x14 x1 x30 x43 x48 x14 x35 x43 x28 x3 x34 x39 x33 x34 x38 x28 x30 x24 x30 x25 x29 x33 x38 x15 x10 x26
{'task': 'delete', 'seq': [['x57', 'x22', 'x52', 'x40', 'x39', 'x23', 'x14', 'x1', 'x30', 'x43', 'x48', 'x14', 'x35', 'x43', 'x28', 'x3', 'x34', 'x39', 'x33', 'x34', 'x38', 'x28', 'x30', 'x24', 'x30', 'x25', 'x29', 'x33', 'x38', 'x15', 'x10', 'x26'], 'x23'], 'k': 4, 'n': 32, '_time': 0.00047087669372558594, '_task': 'b...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 o1 o0 c0 c1 o3 o1 c1 c3 c1 o1 c1 o0 o0 o3 o1 c0 c1 c3 o1 o3 o0 o0 o2 c0 c0 c1 o2 c2 c3 c2 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004899501800537109, '_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) x42 x61 x58 x12 x49 x38 x53 x62 x35 x10 x55 x58 x32 x54 x10 x23 (B) x51 x28 x20 x47 x9 x52 x32 x43 x18 x22 x62 x42 x52 x10 x44 x25
x42 x61 x58 x12 x49 x38 x53 x62 x35 x10 x55 x32 x54 x23 x51 x28 x20 x47 x9 x52 x43 x18 x22 x44 x25
{'task': 'union', 'seq': [['x42', 'x61', 'x58', 'x12', 'x49', 'x38', 'x53', 'x62', 'x35', 'x10', 'x55', 'x58', 'x32', 'x54', 'x10', 'x23'], ['x51', 'x28', 'x20', 'x47', 'x9', 'x52', 'x32', 'x43', 'x18', 'x22', 'x62', 'x42', 'x52', 'x10', 'x44', 'x25']], 'k': 4, 'n': 32, '_time': 0.0005233287811279297, '_task': 'basic_p...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x19 x6 x26 x18 x24 x39 x35 x23 x64 x8 x22 x2 x37 x11 x28 x49 x37 x59 x35 x9 x47 x4 x18 x15 x20 x33 x53 x35 x30 x49 x55 x63 (TARGET) x63
x19 x6 x26 x18 x24 x39 x35 x23 x64 x8 x22 x2 x37 x11 x28 x49 x37 x59 x35 x9 x47 x4 x18 x15 x20 x33 x53 x35 x30 x49 x55
{'task': 'delete', 'seq': [['x19', 'x6', 'x26', 'x18', 'x24', 'x39', 'x35', 'x23', 'x64', 'x8', 'x22', 'x2', 'x37', 'x11', 'x28', 'x49', 'x37', 'x59', 'x35', 'x9', 'x47', 'x4', 'x18', 'x15', 'x20', 'x33', 'x53', 'x35', 'x30', 'x49', 'x55', 'x63'], 'x63'], 'k': 4, 'n': 32, '_time': 0.0004930496215820312, '_task': 'basic...
delete
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x46 x8 x55 x32 x63 x2 x30 x1 x38 x35 x59 x38 x56 x16 x62 x26 (B) x2 x46 x7 x10 x13 x35 x9 x49 x3 x5 x4 x9 x46 x32 x59 x8
x46 x8 x55 x32 x63 x2 x30 x1 x38 x35 x59 x56 x16 x62 x26 x7 x10 x13 x9 x49 x3 x5 x4
{'task': 'union', 'seq': [['x46', 'x8', 'x55', 'x32', 'x63', 'x2', 'x30', 'x1', 'x38', 'x35', 'x59', 'x38', 'x56', 'x16', 'x62', 'x26'], ['x2', 'x46', 'x7', 'x10', 'x13', 'x35', 'x9', 'x49', 'x3', 'x5', 'x4', 'x9', 'x46', 'x32', 'x59', 'x8']], 'k': 4, 'n': 32, '_time': 0.00041794776916503906, '_task': 'basic_procedural...
union
instruct
0
Reverse the sequence. (SEQUENCE) x9 x2 x39 x12 x54 x61 x26 x18 x21 x61 x8 x30 x35 x35 x56 x13 x36 x29 x51 x21 x50 x23 x15 x29 x53 x26 x4 x15 x27 x45 x2 x35
x35 x2 x45 x27 x15 x4 x26 x53 x29 x15 x23 x50 x21 x51 x29 x36 x13 x56 x35 x35 x30 x8 x61 x21 x18 x26 x61 x54 x12 x39 x2 x9
{'task': 'reverse', 'seq': ['x9', 'x2', 'x39', 'x12', 'x54', 'x61', 'x26', 'x18', 'x21', 'x61', 'x8', 'x30', 'x35', 'x35', 'x56', 'x13', 'x36', 'x29', 'x51', 'x21', 'x50', 'x23', 'x15', 'x29', 'x53', 'x26', 'x4', 'x15', 'x27', 'x45', 'x2', 'x35'], 'k': 4, 'n': 32, '_time': 0.00044655799865722656, '_task': 'basic_proced...
reverse
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x59 x47 x28 x61 x2 x46 x7 x40 x1 x45 x33 x50 x30 x16 x48 x17 (B) x28 x35 x20 x1 x40 x47 x3 x41 x8 x38 x35 x41 x53 x7 x38 x52
x59 x47 x28 x61 x2 x46 x7 x40 x1 x45 x33 x50 x30 x16 x48 x17 x35 x20 x3 x41 x8 x38 x53 x52
{'task': 'union', 'seq': [['x59', 'x47', 'x28', 'x61', 'x2', 'x46', 'x7', 'x40', 'x1', 'x45', 'x33', 'x50', 'x30', 'x16', 'x48', 'x17'], ['x28', 'x35', 'x20', 'x1', 'x40', 'x47', 'x3', 'x41', 'x8', 'x38', 'x35', 'x41', 'x53', 'x7', 'x38', 'x52']], 'k': 4, 'n': 32, '_time': 0.0004825592041015625, '_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 c3 c2 c1 o3 c3 o2 c2 o0 o3 o2 o2 o3 o0 o1 c2 o0 o1 o1 o0 c1 c1 c2 c1 c3 c3 c0 c0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004830360412597656, '_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) x64 x33 x25 x53 x38 x11 x11 x27 x61 x37 x2 x53 x50 x44 x22 x29 x25 x14 x46 x33 x23 x45 x61 x9 x16 x10 x51 x19 x9 x12 x5 x16
x64 x33 x25 x53 x38 x11 x11 x27 x61 x37 x2 x53 x50 x44 x22 x29 x25 x14 x46 x33 x23 x45 x61 x9 x16 x10 x51 x19 x9 x12 x5 x16
{'task': 'identity', 'seq': ['x64', 'x33', 'x25', 'x53', 'x38', 'x11', 'x11', 'x27', 'x61', 'x37', 'x2', 'x53', 'x50', 'x44', 'x22', 'x29', 'x25', 'x14', 'x46', 'x33', 'x23', 'x45', 'x61', 'x9', 'x16', 'x10', 'x51', 'x19', 'x9', 'x12', 'x5', 'x16'], 'k': 4, 'n': 32, '_time': 0.00044727325439453125, '_task': 'basic_proc...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x7 x18 x43 x62 x24 x18 x5 x8 x31 x50 x4 x4 x8 x52 x34 x53 x34 x15 x18 x6 x10 x49 x22 x56 x26 x25 x54 x49 x37 x29 x36 x43
x43 x36 x29 x37 x49 x54 x25 x26 x56 x22 x49 x10 x6 x18 x15 x34 x53 x34 x52 x8 x4 x4 x50 x31 x8 x5 x18 x24 x62 x43 x18 x7
{'task': 'reverse', 'seq': ['x7', 'x18', 'x43', 'x62', 'x24', 'x18', 'x5', 'x8', 'x31', 'x50', 'x4', 'x4', 'x8', 'x52', 'x34', 'x53', 'x34', 'x15', 'x18', 'x6', 'x10', 'x49', 'x22', 'x56', 'x26', 'x25', 'x54', 'x49', 'x37', 'x29', 'x36', 'x43'], 'k': 4, 'n': 32, '_time': 0.00038504600524902344, '_task': 'basic_procedur...
reverse
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x17 x7 x29 x29 x28 x31 x57 x33 x17 x1 x19 x35 x56 x58 x10 x11 x51 x43 x49 x59 x31 x4 x62 x20 x35 x61 x23 x19 x56 x63 x26 x5
x1 x4 x5 x7 x10 x11 x17 x17 x19 x19 x20 x23 x26 x28 x29 x29 x31 x31 x33 x35 x35 x43 x49 x51 x56 x56 x57 x58 x59 x61 x62 x63
{'task': 'sort', 'seq': ['x17', 'x7', 'x29', 'x29', 'x28', 'x31', 'x57', 'x33', 'x17', 'x1', 'x19', 'x35', 'x56', 'x58', 'x10', 'x11', 'x51', 'x43', 'x49', 'x59', 'x31', 'x4', 'x62', 'x20', 'x35', 'x61', 'x23', 'x19', 'x56', 'x63', 'x26', 'x5'], 'k': 4, 'n': 32, '_time': 0.00047397613525390625, '_task': 'basic_procedur...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x51 x15 x51 x32 x36 x48 x21 x56 x38 x16 x52 x1 x50 x18 x53 x48 x14 x31 x2 x40 x11 x40 x53 x1 x27 x15 x50 x57 x59 x39 x21 x50 (TARGET) x48
x51 x15 x51 x32 x36 x21 x56 x38 x16 x52 x1 x50 x18 x53 x48 x14 x31 x2 x40 x11 x40 x53 x1 x27 x15 x50 x57 x59 x39 x21 x50
{'task': 'delete', 'seq': [['x51', 'x15', 'x51', 'x32', 'x36', 'x48', 'x21', 'x56', 'x38', 'x16', 'x52', 'x1', 'x50', 'x18', 'x53', 'x48', 'x14', 'x31', 'x2', 'x40', 'x11', 'x40', 'x53', 'x1', 'x27', 'x15', 'x50', 'x57', 'x59', 'x39', 'x21', 'x50'], 'x48'], 'k': 4, 'n': 32, '_time': 0.00046515464782714844, '_task': 'ba...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x12 x13 x19 x16 x60 x51 x62 x19 x53 x32 x38 x1 x63 x11 x64 x50 x13 x49 x35 x40 x28 x5 x53 x55 x12 x39 x2 x13 x12 x47 x48 x18
x12 x13 x19 x16 x60 x51 x62 x19 x53 x32 x38 x1 x63 x11 x64 x50 x13 x49 x35 x40 x28 x5 x53 x55 x12 x39 x2 x13 x12 x47 x48 x18
{'task': 'identity', 'seq': ['x12', 'x13', 'x19', 'x16', 'x60', 'x51', 'x62', 'x19', 'x53', 'x32', 'x38', 'x1', 'x63', 'x11', 'x64', 'x50', 'x13', 'x49', 'x35', 'x40', 'x28', 'x5', 'x53', 'x55', 'x12', 'x39', 'x2', 'x13', 'x12', 'x47', 'x48', 'x18'], 'k': 4, 'n': 32, '_time': 0.0004448890686035156, '_task': 'basic_proc...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x27 x54 x13 x2 x16 x4 x16 x53 x34 x57 x37 x27 x30 x58 x4 x34 x45 x64 x49 x15 x2 x45 x13 x62 x14 x50 x16 x59 x39 x29 x13 x32
x32 x13 x29 x39 x59 x16 x50 x14 x62 x13 x45 x2 x15 x49 x64 x45 x34 x4 x58 x30 x27 x37 x57 x34 x53 x16 x4 x16 x2 x13 x54 x27
{'task': 'reverse', 'seq': ['x27', 'x54', 'x13', 'x2', 'x16', 'x4', 'x16', 'x53', 'x34', 'x57', 'x37', 'x27', 'x30', 'x58', 'x4', 'x34', 'x45', 'x64', 'x49', 'x15', 'x2', 'x45', 'x13', 'x62', 'x14', 'x50', 'x16', 'x59', 'x39', 'x29', 'x13', 'x32'], 'k': 4, 'n': 32, '_time': 0.00044226646423339844, '_task': 'basic_proce...
reverse
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 o1 o2 c2 c1 o1 o2 o1 o2 o3 o0 o0 c0 o1 o3 o2 c2 o0 o3 c3 c0 c3 c1 o1 c1 c0 c3 c2 c1 c2 c1 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004239082336425781, '_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) x48 x33 x1 x27 x61 x55 x16 x31 x24 x44 x46 x17 x20 x38 x47 x42 x9 x11 x14 x30 x24 x7 x24 x35 x6 x40 x28 x4 x9 x29 x46 x12
x48 x33 x1 x27 x61 x55 x16 x31 x24 x44 x46 x17 x20 x38 x47 x42 x9 x11 x14 x30 x24 x7 x24 x35 x6 x40 x28 x4 x9 x29 x46 x12
{'task': 'identity', 'seq': ['x48', 'x33', 'x1', 'x27', 'x61', 'x55', 'x16', 'x31', 'x24', 'x44', 'x46', 'x17', 'x20', 'x38', 'x47', 'x42', 'x9', 'x11', 'x14', 'x30', 'x24', 'x7', 'x24', 'x35', 'x6', 'x40', 'x28', 'x4', 'x9', 'x29', 'x46', 'x12'], 'k': 4, 'n': 32, '_time': 0.0004591941833496094, '_task': 'basic_procedu...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 o0 c3 c0 o1 o2 o1 c2 o1 c1 c1 c1 o0 o0 c0 c0 o0 c0 o1 o1 o2 c2 o1 c1 o1 c1 o2 c2 o2 c1 c1 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048351287841796875, '_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) x47 x10 x5 x28 x4 x61 x50 x33 x18 x4 x4 x54 x63 x34 x20 x38 (B) x46 x31 x6 x51 x56 x11 x58 x22 x62 x4 x3 x40 x30 x50 x61 x39
x47 x10 x5 x28 x4 x61 x50 x33 x18 x54 x63 x34 x20 x38 x46 x31 x6 x51 x56 x11 x58 x22 x62 x3 x40 x30 x39
{'task': 'union', 'seq': [['x47', 'x10', 'x5', 'x28', 'x4', 'x61', 'x50', 'x33', 'x18', 'x4', 'x4', 'x54', 'x63', 'x34', 'x20', 'x38'], ['x46', 'x31', 'x6', 'x51', 'x56', 'x11', 'x58', 'x22', 'x62', 'x4', 'x3', 'x40', 'x30', 'x50', 'x61', 'x39']], 'k': 4, 'n': 32, '_time': 0.0004937648773193359, '_task': 'basic_procedu...
union
instruct
0
Reverse the sequence. (SEQUENCE) x50 x1 x56 x1 x31 x23 x28 x39 x20 x55 x34 x59 x58 x26 x40 x28 x7 x53 x64 x54 x8 x12 x20 x1 x60 x31 x35 x5 x31 x47 x51 x53
x53 x51 x47 x31 x5 x35 x31 x60 x1 x20 x12 x8 x54 x64 x53 x7 x28 x40 x26 x58 x59 x34 x55 x20 x39 x28 x23 x31 x1 x56 x1 x50
{'task': 'reverse', 'seq': ['x50', 'x1', 'x56', 'x1', 'x31', 'x23', 'x28', 'x39', 'x20', 'x55', 'x34', 'x59', 'x58', 'x26', 'x40', 'x28', 'x7', 'x53', 'x64', 'x54', 'x8', 'x12', 'x20', 'x1', 'x60', 'x31', 'x35', 'x5', 'x31', 'x47', 'x51', 'x53'], 'k': 4, 'n': 32, '_time': 0.0004489421844482422, '_task': 'basic_procedur...
reverse
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x41 x30 x27 x50 x9 x15 x45 x23 x23 x52 x29 x58 x33 x12 x64 x17 (B) x32 x59 x33 x30 x52 x34 x26 x35 x49 x23 x11 x56 x13 x60 x63 x33
x41 x30 x27 x50 x9 x15 x45 x23 x52 x29 x58 x33 x12 x64 x17 x32 x59 x34 x26 x35 x49 x11 x56 x13 x60 x63
{'task': 'union', 'seq': [['x41', 'x30', 'x27', 'x50', 'x9', 'x15', 'x45', 'x23', 'x23', 'x52', 'x29', 'x58', 'x33', 'x12', 'x64', 'x17'], ['x32', 'x59', 'x33', 'x30', 'x52', 'x34', 'x26', 'x35', 'x49', 'x23', 'x11', 'x56', 'x13', 'x60', 'x63', 'x33']], 'k': 4, 'n': 32, '_time': 0.0004825592041015625, '_task': 'basic_p...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x23 x42 x46 x4 x19 x42 x23 x9 x6 x11 x45 x50 x10 x13 x51 x24 x25 x16 x58 x47 x6 x30 x40 x11 x54 x52 x48 x59 x47 x56 x52 x13
x23 x42 x46 x4 x19 x42 x23 x9 x6 x11 x45 x50 x10 x13 x51 x24 x25 x16 x58 x47 x6 x30 x40 x11 x54 x52 x48 x59 x47 x56 x52 x13
{'task': 'identity', 'seq': ['x23', 'x42', 'x46', 'x4', 'x19', 'x42', 'x23', 'x9', 'x6', 'x11', 'x45', 'x50', 'x10', 'x13', 'x51', 'x24', 'x25', 'x16', 'x58', 'x47', 'x6', 'x30', 'x40', 'x11', 'x54', 'x52', 'x48', 'x59', 'x47', 'x56', 'x52', 'x13'], 'k': 4, 'n': 32, '_time': 0.00045037269592285156, '_task': 'basic_proc...
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 x2; PUSH x47; PUSH x59; POP; PUSH x33; PUSH x35; POP; POP; PUSH x39; PUSH x37; PUSH x36; PUSH x22; PUSH x51; PUSH x50; PUSH x39; PUSH x60; POP; POP; PUSH ...
x41 x34 x22 x36 x37 x39 x47 x2
{'task': 'stack', 'seq': ['PUSH x2', 'PUSH x47', 'PUSH x59', 'POP', 'PUSH x33', 'PUSH x35', 'POP', 'POP', 'PUSH x39', 'PUSH x37', 'PUSH x36', 'PUSH x22', 'PUSH x51', 'PUSH x50', 'PUSH x39', 'PUSH x60', 'POP', 'POP', 'PUSH x13', 'PUSH x63', 'PUSH x17', 'PUSH x44', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x38', 'P...
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 x10; PUSH x37; PUSH x31; PUSH x60; PUSH x34; PUSH x10; POP; POP; POP; PUSH x45; PUSH x1; PUSH x54; PUSH x43; PUSH x59; POP; POP; PUSH x37; PUSH x7; PUSH x...
x54 x1 x45 x31 x37 x10
{'task': 'stack', 'seq': ['PUSH x10', 'PUSH x37', 'PUSH x31', 'PUSH x60', 'PUSH x34', 'PUSH x10', 'POP', 'POP', 'POP', 'PUSH x45', 'PUSH x1', 'PUSH x54', 'PUSH x43', 'PUSH x59', 'POP', 'POP', 'PUSH x37', 'PUSH x7', 'PUSH x20', 'PUSH x45', 'PUSH x2', 'PUSH x27', 'POP', 'POP', 'POP', 'POP', 'PUSH x34', 'POP', 'PUSH x55',...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x27 x19 x62 x20 x1 x16 x30 x25 x21 x34 x53 x27 x5 x56 x37 x37 x45 x18 x40 x3 x10 x37 x51 x41 x27 x29 x59 x13 x46 x15 x39 x16
x27 x19 x62 x20 x1 x16 x30 x25 x21 x34 x53 x5 x56 x37 x45 x18 x40 x3 x10 x51 x41 x29 x59 x13 x46 x15 x39
{'task': 'set', 'seq': ['x27', 'x19', 'x62', 'x20', 'x1', 'x16', 'x30', 'x25', 'x21', 'x34', 'x53', 'x27', 'x5', 'x56', 'x37', 'x37', 'x45', 'x18', 'x40', 'x3', 'x10', 'x37', 'x51', 'x41', 'x27', 'x29', 'x59', 'x13', 'x46', 'x15', 'x39', 'x16'], 'k': 4, 'n': 32, '_time': 0.0004508495330810547, '_task': 'basic_procedura...
set
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 c1 o2 o0 c0 c2 o0 o2 o0 o0 c0 o3 c3 c0 o0 c0 c2 c0 o2 c2 o2 c2 o3 o2 o2 c2 c2 c3 o1 c1 o2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00042819976806640625, '_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 o2 o3 c3 o0 c0 c2 c2 o3 o1 o2 c1 o2 c2 c3 o0 o0 c2 o1 c1 c0 o2 c2 c0 o2 o1 c1 c2 o0 c0 o0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004942417144775391, '_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 o0 o1 o3 o3 c1 o3 c0 o1 c0 c3 c3 o2 o2 o3 c1 o0 c2 o0 c0 o1 o2 c3 c2 c3 o0 c1 c2 o2 c2 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004894733428955078, '_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) x44 x48 x42 x8 x64 x5 x62 x11 x20 x42 x30 x36 x27 x1 x17 x62 (B) x19 x47 x40 x38 x17 x25 x14 x56 x47 x29 x10 x23 x28 x23 x61 x48
x44 x48 x42 x8 x64 x5 x62 x11 x20 x30 x36 x27 x1 x17 x19 x47 x40 x38 x25 x14 x56 x29 x10 x23 x28 x61
{'task': 'union', 'seq': [['x44', 'x48', 'x42', 'x8', 'x64', 'x5', 'x62', 'x11', 'x20', 'x42', 'x30', 'x36', 'x27', 'x1', 'x17', 'x62'], ['x19', 'x47', 'x40', 'x38', 'x17', 'x25', 'x14', 'x56', 'x47', 'x29', 'x10', 'x23', 'x28', 'x23', 'x61', 'x48']], 'k': 4, 'n': 32, '_time': 0.0004773139953613281, '_task': 'basic_pro...
union
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 o2 o3 c3 c2 o0 c0 o0 o0 o3 o3 o1 o1 o2 c2 o3 c3 o0 c0 o1 o3 o3 c3 c3 c1 c1 c1 c3 c3 c0 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_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) x49 x46 x59 x5 x37 x12 x17 x61 x18 x11 x29 x7 x34 x22 x23 x15 x23 x15 x33 x50 x51 x62 x40 x7 x42 x3 x36 x39 x55 x64 x49 x40
x3 x5 x7 x7 x11 x12 x15 x15 x17 x18 x22 x23 x23 x29 x33 x34 x36 x37 x39 x40 x40 x42 x46 x49 x49 x50 x51 x55 x59 x61 x62 x64
{'task': 'sort', 'seq': ['x49', 'x46', 'x59', 'x5', 'x37', 'x12', 'x17', 'x61', 'x18', 'x11', 'x29', 'x7', 'x34', 'x22', 'x23', 'x15', 'x23', 'x15', 'x33', 'x50', 'x51', 'x62', 'x40', 'x7', 'x42', 'x3', 'x36', 'x39', 'x55', 'x64', 'x49', 'x40'], 'k': 4, 'n': 32, '_time': 0.0004730224609375, '_task': 'basic_procedural',...
sort
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o3 c3 o3 o2 c2 c3 o0 o3 c3 c0 o3 o1 o0 o0 o1 o2 c2 o0 c0 c1 o0 o0 c0 c0 o2 c2 c0 c0 c1 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004220008850097656, '_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) x27 x16 x40 x34 x12 x52 x6 x49 x13 x46 x15 x27 x12 x60 x64 x41 (B) x32 x47 x43 x45 x8 x6 x50 x12 x13 x26 x39 x46 x55 x17 x10 x34
x27 x16 x40 x34 x12 x52 x6 x49 x13 x46 x15 x60 x64 x41 x32 x47 x43 x45 x8 x50 x26 x39 x55 x17 x10
{'task': 'union', 'seq': [['x27', 'x16', 'x40', 'x34', 'x12', 'x52', 'x6', 'x49', 'x13', 'x46', 'x15', 'x27', 'x12', 'x60', 'x64', 'x41'], ['x32', 'x47', 'x43', 'x45', 'x8', 'x6', 'x50', 'x12', 'x13', 'x26', 'x39', 'x46', 'x55', 'x17', 'x10', 'x34']], 'k': 4, 'n': 32, '_time': 0.0004799365997314453, '_task': 'basic_pro...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x55 x47 x26 x7 x29 x59 x2 x44 x24 x37 x3 x31 x33 x24 x64 x20 x36 x3 x63 x18 x57 x23 x46 x42 x39 x9 x26 x31 x21 x17 x1 x2
x1 x2 x2 x3 x3 x7 x9 x17 x18 x20 x21 x23 x24 x24 x26 x26 x29 x31 x31 x33 x36 x37 x39 x42 x44 x46 x47 x55 x57 x59 x63 x64
{'task': 'sort', 'seq': ['x55', 'x47', 'x26', 'x7', 'x29', 'x59', 'x2', 'x44', 'x24', 'x37', 'x3', 'x31', 'x33', 'x24', 'x64', 'x20', 'x36', 'x3', 'x63', 'x18', 'x57', 'x23', 'x46', 'x42', 'x39', 'x9', 'x26', 'x31', 'x21', 'x17', 'x1', 'x2'], 'k': 4, 'n': 32, '_time': 0.000492095947265625, '_task': 'basic_procedural', ...
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) x44 x20 x25 x15 x23 x6 x63 x36 x54 x13 x59 x40 x2 x32 x16 x48 (B) x9 x55 x62 x36 x1 x44 x32 x35 x15 x14 x8 x62 x38 x2 x11 x62
x44 x20 x25 x15 x23 x6 x63 x36 x54 x13 x59 x40 x2 x32 x16 x48 x9 x55 x62 x1 x35 x14 x8 x38 x11
{'task': 'union', 'seq': [['x44', 'x20', 'x25', 'x15', 'x23', 'x6', 'x63', 'x36', 'x54', 'x13', 'x59', 'x40', 'x2', 'x32', 'x16', 'x48'], ['x9', 'x55', 'x62', 'x36', 'x1', 'x44', 'x32', 'x35', 'x15', 'x14', 'x8', 'x62', 'x38', 'x2', 'x11', 'x62']], 'k': 4, 'n': 32, '_time': 0.00048542022705078125, '_task': 'basic_proce...
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 x5; POP; PUSH x60; PUSH x26; POP; PUSH x41; POP; PUSH x55; POP; PUSH x57; PUSH x25; PUSH x26; PUSH x61; PUSH x57; PUSH x13; PUSH x6; PUSH x35; PUSH x20; P...
x57 x61 x26 x25 x57 x60
{'task': 'stack', 'seq': ['PUSH x5', 'POP', 'PUSH x60', 'PUSH x26', 'POP', 'PUSH x41', 'POP', 'PUSH x55', 'POP', 'PUSH x57', 'PUSH x25', 'PUSH x26', 'PUSH x61', 'PUSH x57', 'PUSH x13', 'PUSH x6', 'PUSH x35', 'PUSH x20', 'PUSH x49', 'PUSH x23', 'PUSH x2', 'PUSH x28', 'POP', 'POP', 'PUSH x5', 'POP', 'POP', 'POP', 'POP', ...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x15 x57 x9 x25 x37 x54 x59 x59 x57 x3 x27 x32 x51 x43 x28 x57 x38 x25 x2 x60 x14 x58 x39 x36 x10 x30 x16 x39 x30 x49 x46 x15
x15 x57 x9 x25 x37 x54 x59 x59 x57 x3 x27 x32 x51 x43 x28 x57 x38 x25 x2 x60 x14 x58 x39 x36 x10 x30 x16 x39 x30 x49 x46 x15
{'task': 'identity', 'seq': ['x15', 'x57', 'x9', 'x25', 'x37', 'x54', 'x59', 'x59', 'x57', 'x3', 'x27', 'x32', 'x51', 'x43', 'x28', 'x57', 'x38', 'x25', 'x2', 'x60', 'x14', 'x58', 'x39', 'x36', 'x10', 'x30', 'x16', 'x39', 'x30', 'x49', 'x46', 'x15'], 'k': 4, 'n': 32, '_time': 0.00043964385986328125, '_task': 'basic_pro...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x61 x43 x13 x7 x42 x20 x26 x8 x7 x58 x27 x41 x58 x47 x10 x32 x28 x33 x34 x42 x3 x55 x33 x10 x51 x53 x36 x23 x3 x49 x29 x39
x61 x43 x13 x7 x42 x20 x26 x8 x58 x27 x41 x47 x10 x32 x28 x33 x34 x3 x55 x51 x53 x36 x23 x49 x29 x39
{'task': 'set', 'seq': ['x61', 'x43', 'x13', 'x7', 'x42', 'x20', 'x26', 'x8', 'x7', 'x58', 'x27', 'x41', 'x58', 'x47', 'x10', 'x32', 'x28', 'x33', 'x34', 'x42', 'x3', 'x55', 'x33', 'x10', 'x51', 'x53', 'x36', 'x23', 'x3', 'x49', 'x29', 'x39'], 'k': 4, 'n': 32, '_time': 0.00044918060302734375, '_task': 'basic_procedural...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x29 x17 x54 x12 x7 x39 x45 x25 x4 x6 x64 x47 x53 x10 x28 x37 x6 x3 x33 x4 x13 x1 x9 x62 x51 x9 x9 x3 x31 x62 x2 x39 (TARGET) x9
x29 x17 x54 x12 x7 x39 x45 x25 x4 x6 x64 x47 x53 x10 x28 x37 x6 x3 x33 x4 x13 x1 x62 x51 x9 x9 x3 x31 x62 x2 x39
{'task': 'delete', 'seq': [['x29', 'x17', 'x54', 'x12', 'x7', 'x39', 'x45', 'x25', 'x4', 'x6', 'x64', 'x47', 'x53', 'x10', 'x28', 'x37', 'x6', 'x3', 'x33', 'x4', 'x13', 'x1', 'x9', 'x62', 'x51', 'x9', 'x9', 'x3', 'x31', 'x62', 'x2', 'x39'], 'x9'], 'k': 4, 'n': 32, '_time': 0.0005061626434326172, '_task': 'basic_procedu...
delete
instruct
0
Reverse the sequence. (SEQUENCE) x21 x31 x56 x23 x9 x24 x49 x1 x50 x39 x6 x20 x35 x48 x59 x36 x50 x4 x64 x12 x35 x61 x43 x46 x21 x52 x21 x3 x27 x41 x20 x24
x24 x20 x41 x27 x3 x21 x52 x21 x46 x43 x61 x35 x12 x64 x4 x50 x36 x59 x48 x35 x20 x6 x39 x50 x1 x49 x24 x9 x23 x56 x31 x21
{'task': 'reverse', 'seq': ['x21', 'x31', 'x56', 'x23', 'x9', 'x24', 'x49', 'x1', 'x50', 'x39', 'x6', 'x20', 'x35', 'x48', 'x59', 'x36', 'x50', 'x4', 'x64', 'x12', 'x35', 'x61', 'x43', 'x46', 'x21', 'x52', 'x21', 'x3', 'x27', 'x41', 'x20', 'x24'], 'k': 4, 'n': 32, '_time': 0.0004603862762451172, '_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 x5; PUSH x62; PUSH x57; PUSH x36; PUSH x60; PUSH x62; PUSH x21; PUSH x50; PUSH x48; POP; PUSH x64; PUSH x26; PUSH x36; POP; PUSH x24; POP; POP; PUSH x1; P...
x62 x60 x36 x57 x62 x5
{'task': 'stack', 'seq': ['PUSH x5', 'PUSH x62', 'PUSH x57', 'PUSH x36', 'PUSH x60', 'PUSH x62', 'PUSH x21', 'PUSH x50', 'PUSH x48', 'POP', 'PUSH x64', 'PUSH x26', 'PUSH x36', 'POP', 'PUSH x24', 'POP', 'POP', 'PUSH x1', 'PUSH x45', 'PUSH x57', 'PUSH x9', 'POP', 'POP', 'PUSH x6', 'POP', '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 x55; PUSH x42; PUSH x22; PUSH x49; POP; PUSH x34; PUSH x22; PUSH x18; POP; PUSH x23; PUSH x21; PUSH x24; PUSH x10; PUSH x8; PUSH x57; PUSH x13; PUSH x22; ...
x13 x57 x8 x10 x24 x21 x23 x22 x34 x22 x42 x55
{'task': 'stack', 'seq': ['PUSH x55', 'PUSH x42', 'PUSH x22', 'PUSH x49', 'POP', 'PUSH x34', 'PUSH x22', 'PUSH x18', 'POP', 'PUSH x23', 'PUSH x21', 'PUSH x24', 'PUSH x10', 'PUSH x8', 'PUSH x57', 'PUSH x13', 'PUSH x22', 'PUSH x12', 'PUSH x15', 'PUSH x49', 'PUSH x27', 'PUSH x20', 'POP', 'PUSH x3', 'POP', 'POP', 'PUSH x64...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x35 x34 x20 x2 x56 x22 x44 x58 x29 x15 x64 x63 x13 x41 x56 x55 x38 x9 x36 x32 x4 x33 x24 x52 x8 x37 x37 x16 x59 x32 x5 x46
x35 x34 x20 x2 x56 x22 x44 x58 x29 x15 x64 x63 x13 x41 x55 x38 x9 x36 x32 x4 x33 x24 x52 x8 x37 x16 x59 x5 x46
{'task': 'set', 'seq': ['x35', 'x34', 'x20', 'x2', 'x56', 'x22', 'x44', 'x58', 'x29', 'x15', 'x64', 'x63', 'x13', 'x41', 'x56', 'x55', 'x38', 'x9', 'x36', 'x32', 'x4', 'x33', 'x24', 'x52', 'x8', 'x37', 'x37', 'x16', 'x59', 'x32', 'x5', 'x46'], 'k': 4, 'n': 32, '_time': 0.0004601478576660156, '_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.
o0 o1 o1 o3 c3 o1 c1 c1 c1 c0 o0 o0 o2 c2 o1 o0 o3 o3 o2 c2 c3 c3 c0 c1 o2 c2 c0 o3 o1 c1 c3 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004215240478515625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
-