prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x40 x16 x9 x62 x11 x44 x3 x53 x17 x11 x5 x21 x2 x54 x17 x62 x43 x30 x39 x20 x5 x35 x60 x61 x47 x16 x30 x18 x36 x23 x34 x43
x2 x3 x5 x5 x9 x11 x11 x16 x16 x17 x17 x18 x20 x21 x23 x30 x30 x34 x35 x36 x39 x40 x43 x43 x44 x47 x53 x54 x60 x61 x62 x62
{'task': 'sort', 'seq': ['x40', 'x16', 'x9', 'x62', 'x11', 'x44', 'x3', 'x53', 'x17', 'x11', 'x5', 'x21', 'x2', 'x54', 'x17', 'x62', 'x43', 'x30', 'x39', 'x20', 'x5', 'x35', 'x60', 'x61', 'x47', 'x16', 'x30', 'x18', 'x36', 'x23', 'x34', 'x43'], 'k': 4, 'n': 32, '_time': 0.00028896331787109375, '_task': 'basic_procedura...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x58 x49 x12 x9 x6 x43 x13 x18 x18 x44 x6 x45 x15 x42 x29 x33 x64 x5 x12 x29 x28 x37 x1 x50 x35 x42 x57 x22 x56 x55 x20 x22
x58 x49 x12 x9 x6 x43 x13 x18 x18 x44 x6 x45 x15 x42 x29 x33 x64 x5 x12 x29 x28 x37 x1 x50 x35 x42 x57 x22 x56 x55 x20 x22
{'task': 'identity', 'seq': ['x58', 'x49', 'x12', 'x9', 'x6', 'x43', 'x13', 'x18', 'x18', 'x44', 'x6', 'x45', 'x15', 'x42', 'x29', 'x33', 'x64', 'x5', 'x12', 'x29', 'x28', 'x37', 'x1', 'x50', 'x35', 'x42', 'x57', 'x22', 'x56', 'x55', 'x20', 'x22'], 'k': 4, 'n': 32, '_time': 0.0002765655517578125, '_task': 'basic_proced...
identity
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x26; POP; PUSH x27; PUSH x16; PUSH x51; PUSH x12; PUSH x34; POP; PUSH x62; PUSH x31; PUSH x27; PUSH x44; POP; PUSH x34; PUSH x1; POP; PUSH x40; PUSH x40; ...
x34 x27 x31 x62 x12 x51 x16 x27
{'task': 'stack', 'seq': ['PUSH x26', 'POP', 'PUSH x27', 'PUSH x16', 'PUSH x51', 'PUSH x12', 'PUSH x34', 'POP', 'PUSH x62', 'PUSH x31', 'PUSH x27', 'PUSH x44', 'POP', 'PUSH x34', 'PUSH x1', 'POP', 'PUSH x40', 'PUSH x40', 'POP', 'PUSH x9', 'PUSH x52', 'PUSH x42', 'POP', 'PUSH x1', 'POP', 'PUSH x63', 'POP', 'POP', 'POP',...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x51 x44 x6 x41 x3 x57 x28 x18 x45 x39 x47 x31 x26 x34 x17 x49 x8 x10 x5 x20 x46 x3 x30 x54 x40 x8 x2 x12 x22 x22 x4 x34
x51 x44 x6 x41 x3 x57 x28 x18 x45 x39 x47 x31 x26 x34 x17 x49 x8 x10 x5 x20 x46 x3 x30 x54 x40 x8 x2 x12 x22 x22 x4 x34
{'task': 'identity', 'seq': ['x51', 'x44', 'x6', 'x41', 'x3', 'x57', 'x28', 'x18', 'x45', 'x39', 'x47', 'x31', 'x26', 'x34', 'x17', 'x49', 'x8', 'x10', 'x5', 'x20', 'x46', 'x3', 'x30', 'x54', 'x40', 'x8', 'x2', 'x12', 'x22', 'x22', 'x4', 'x34'], 'k': 4, 'n': 32, '_time': 0.0002448558807373047, '_task': 'basic_procedura...
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 o3 o0 o0 o2 o0 c0 c0 o3 c0 c3 c3 c2 c2 o1 c1 o3 o1 c3 o0 c1 o3 o1 c0 c1 o1 c1 o0 c0 o0 c0 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003235340118408203, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x57 x12 x53 x25 x19 x44 x19 x20 x50 x17 x51 x31 x46 x33 x11 x2 x64 x27 x5 x58 x9 x22 x64 x49 x59 x35 x64 x31 x45 x54 x23 x59
x57 x12 x53 x25 x19 x44 x20 x50 x17 x51 x31 x46 x33 x11 x2 x64 x27 x5 x58 x9 x22 x49 x59 x35 x45 x54 x23
{'task': 'set', 'seq': ['x57', 'x12', 'x53', 'x25', 'x19', 'x44', 'x19', 'x20', 'x50', 'x17', 'x51', 'x31', 'x46', 'x33', 'x11', 'x2', 'x64', 'x27', 'x5', 'x58', 'x9', 'x22', 'x64', 'x49', 'x59', 'x35', 'x64', 'x31', 'x45', 'x54', 'x23', 'x59'], 'k': 4, 'n': 32, '_time': 0.00031447410583496094, '_task': 'basic_procedur...
set
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o1 c1 o2 c2 o2 o0 c0 o2 o0 o2 o3 c3 c2 c0 c2 c2 o0 c0 o1 o1 c1 c1 o3 c3 o1 o0 c0 c1 o0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003342628479003906, '_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) x39 x62 x30 x28 x60 x46 x39 x43 x5 x52 x57 x56 x12 x38 x11 x25 x36 x26 x63 x1 x26 x25 x54 x8 x12 x20 x11 x58 x3 x4 x56 x20
x1 x3 x4 x5 x8 x11 x11 x12 x12 x20 x20 x25 x25 x26 x26 x28 x30 x36 x38 x39 x39 x43 x46 x52 x54 x56 x56 x57 x58 x60 x62 x63
{'task': 'sort', 'seq': ['x39', 'x62', 'x30', 'x28', 'x60', 'x46', 'x39', 'x43', 'x5', 'x52', 'x57', 'x56', 'x12', 'x38', 'x11', 'x25', 'x36', 'x26', 'x63', 'x1', 'x26', 'x25', 'x54', 'x8', 'x12', 'x20', 'x11', 'x58', 'x3', 'x4', 'x56', 'x20'], 'k': 4, 'n': 32, '_time': 0.00028777122497558594, '_task': 'basic_procedura...
sort
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 c1 o2 c2 o0 o0 o1 o2 c1 o1 c2 o3 o2 c0 o3 c3 o2 o2 o2 c3 o2 o0 o3 c2 c0 c2 c2 c0 c3 c2 c2 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029754638671875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens': 6...
dyck_shuffle
instruct
0
Reverse the sequence. (SEQUENCE) x63 x22 x9 x32 x47 x63 x12 x56 x6 x21 x18 x43 x50 x51 x16 x24 x29 x21 x19 x19 x39 x9 x63 x12 x8 x57 x60 x14 x32 x45 x7 x24
x24 x7 x45 x32 x14 x60 x57 x8 x12 x63 x9 x39 x19 x19 x21 x29 x24 x16 x51 x50 x43 x18 x21 x6 x56 x12 x63 x47 x32 x9 x22 x63
{'task': 'reverse', 'seq': ['x63', 'x22', 'x9', 'x32', 'x47', 'x63', 'x12', 'x56', 'x6', 'x21', 'x18', 'x43', 'x50', 'x51', 'x16', 'x24', 'x29', 'x21', 'x19', 'x19', 'x39', 'x9', 'x63', 'x12', 'x8', 'x57', 'x60', 'x14', 'x32', 'x45', 'x7', 'x24'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedural'...
reverse
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 o0 c0 o1 o0 c0 c1 c0 o1 o3 c3 o1 c1 o0 o2 c2 c0 c1 o3 o3 c3 c3 o1 c1 o1 o3 o2 c2 c3 c1 o3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030732154846191406, '_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) x5 x18 x53 x10 x8 x35 x60 x50 x26 x9 x37 x34 x62 x56 x13 x16 x33 x43 x13 x52 x59 x7 x28 x64 x11 x27 x39 x43 x38 x50 x26 x13
x5 x18 x53 x10 x8 x35 x60 x50 x26 x9 x37 x34 x62 x56 x13 x16 x33 x43 x52 x59 x7 x28 x64 x11 x27 x39 x38
{'task': 'set', 'seq': ['x5', 'x18', 'x53', 'x10', 'x8', 'x35', 'x60', 'x50', 'x26', 'x9', 'x37', 'x34', 'x62', 'x56', 'x13', 'x16', 'x33', 'x43', 'x13', 'x52', 'x59', 'x7', 'x28', 'x64', 'x11', 'x27', 'x39', 'x43', 'x38', 'x50', 'x26', 'x13'], 'k': 4, 'n': 32, '_time': 0.00027942657470703125, '_task': 'basic_procedura...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x47 x44 x59 x46 x32 x64 x22 x10 x60 x2 x52 x60 x32 x57 x51 x1 x16 x3 x8 x58 x63 x33 x45 x25 x34 x51 x62 x21 x20 x24 x28 x34 (TARGET) x8
x47 x44 x59 x46 x32 x64 x22 x10 x60 x2 x52 x60 x32 x57 x51 x1 x16 x3 x58 x63 x33 x45 x25 x34 x51 x62 x21 x20 x24 x28 x34
{'task': 'delete', 'seq': [['x47', 'x44', 'x59', 'x46', 'x32', 'x64', 'x22', 'x10', 'x60', 'x2', 'x52', 'x60', 'x32', 'x57', 'x51', 'x1', 'x16', 'x3', 'x8', 'x58', 'x63', 'x33', 'x45', 'x25', 'x34', 'x51', 'x62', 'x21', 'x20', 'x24', 'x28', 'x34'], 'x8'], 'k': 4, 'n': 32, '_time': 0.00028777122497558594, '_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.
o2 c2 o0 o1 o0 o2 o3 o1 c1 c3 c2 c0 c1 c0 o1 o0 o1 c0 o1 c1 o0 c1 c1 o3 o3 c3 c3 c0 o2 c2 o0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030231475830078125, '_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) x37 x6 x17 x47 x58 x32 x57 x36 x3 x64 x23 x49 x54 x14 x30 x37 x14 x3 x32 x13 x44 x37 x45 x26 x42 x59 x39 x47 x16 x6 x30 x23 (TARGET) x44
x37 x6 x17 x47 x58 x32 x57 x36 x3 x64 x23 x49 x54 x14 x30 x37 x14 x3 x32 x13 x37 x45 x26 x42 x59 x39 x47 x16 x6 x30 x23
{'task': 'delete', 'seq': [['x37', 'x6', 'x17', 'x47', 'x58', 'x32', 'x57', 'x36', 'x3', 'x64', 'x23', 'x49', 'x54', 'x14', 'x30', 'x37', 'x14', 'x3', 'x32', 'x13', 'x44', 'x37', 'x45', 'x26', 'x42', 'x59', 'x39', 'x47', 'x16', 'x6', 'x30', 'x23'], 'x44'], 'k': 4, 'n': 32, '_time': 0.0003654956817626953, '_task': 'basi...
delete
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 o0 o1 c1 o2 c2 c0 c0 o0 o2 c2 o2 c2 c0 o0 c0 o3 c3 o3 o0 c0 c3 o0 c0 o3 c3 o2 c2 o0 o1 c1 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002543926239013672, '_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 o0 o0 c0 c0 o2 c2 c2 o1 c1 o2 o2 c2 c2 o2 c2 o3 o1 o0 o0 c0 o1 c0 c1 c3 o1 o3 o1 c3 c1 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029587745666503906, '_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 x23 x29 x47 x33 x52 x34 x8 x42 x42 x47 x52 x22 x3 x24 x3 x42 x31 x11 x49 x23 x5 x19 x19 x37 x16 x16 x50 x48 x11 x15 x58
x64 x23 x29 x47 x33 x52 x34 x8 x42 x42 x47 x52 x22 x3 x24 x3 x42 x31 x11 x49 x23 x5 x19 x19 x37 x16 x16 x50 x48 x11 x15 x58
{'task': 'identity', 'seq': ['x64', 'x23', 'x29', 'x47', 'x33', 'x52', 'x34', 'x8', 'x42', 'x42', 'x47', 'x52', 'x22', 'x3', 'x24', 'x3', 'x42', 'x31', 'x11', 'x49', 'x23', 'x5', 'x19', 'x19', 'x37', 'x16', 'x16', 'x50', 'x48', 'x11', 'x15', 'x58'], 'k': 4, 'n': 32, '_time': 0.00029587745666503906, '_task': 'basic_proc...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x32 x41 x47 x17 x19 x21 x29 x55 x27 x47 x39 x9 x59 x41 x24 x60 x41 x51 x1 x29 x5 x9 x15 x48 x40 x36 x29 x55 x24 x18 x30 x34
x32 x41 x47 x17 x19 x21 x29 x55 x27 x47 x39 x9 x59 x41 x24 x60 x41 x51 x1 x29 x5 x9 x15 x48 x40 x36 x29 x55 x24 x18 x30 x34
{'task': 'identity', 'seq': ['x32', 'x41', 'x47', 'x17', 'x19', 'x21', 'x29', 'x55', 'x27', 'x47', 'x39', 'x9', 'x59', 'x41', 'x24', 'x60', 'x41', 'x51', 'x1', 'x29', 'x5', 'x9', 'x15', 'x48', 'x40', 'x36', 'x29', 'x55', 'x24', 'x18', 'x30', 'x34'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_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 x51; POP; PUSH x31; POP; PUSH x6; PUSH x45; POP; PUSH x3; PUSH x36; PUSH x9; POP; PUSH x18; PUSH x34; PUSH x32; PUSH x61; PUSH x55; PUSH x39; PUSH x40; PU...
x55 x61 x32 x34 x18 x36 x3 x6
{'task': 'stack', 'seq': ['PUSH x51', 'POP', 'PUSH x31', 'POP', 'PUSH x6', 'PUSH x45', 'POP', 'PUSH x3', 'PUSH x36', 'PUSH x9', 'POP', 'PUSH x18', 'PUSH x34', 'PUSH x32', 'PUSH x61', 'PUSH x55', 'PUSH x39', 'PUSH x40', 'PUSH x16', 'PUSH x14', 'PUSH x58', 'PUSH x37', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x22',...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x43 x20 x13 x16 x60 x15 x27 x29 x41 x53 x5 x30 x11 x49 x61 x51 x55 x12 x49 x53 x62 x51 x18 x18 x63 x18 x56 x31 x60 x8 x56 x1 (TARGET) x60
x43 x20 x13 x16 x15 x27 x29 x41 x53 x5 x30 x11 x49 x61 x51 x55 x12 x49 x53 x62 x51 x18 x18 x63 x18 x56 x31 x60 x8 x56 x1
{'task': 'delete', 'seq': [['x43', 'x20', 'x13', 'x16', 'x60', 'x15', 'x27', 'x29', 'x41', 'x53', 'x5', 'x30', 'x11', 'x49', 'x61', 'x51', 'x55', 'x12', 'x49', 'x53', 'x62', 'x51', 'x18', 'x18', 'x63', 'x18', 'x56', 'x31', 'x60', 'x8', 'x56', 'x1'], 'x60'], 'k': 4, 'n': 32, '_time': 0.00028705596923828125, '_task': 'ba...
delete
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x55 x63 x27 x47 x3 x34 x5 x64 x31 x34 x61 x11 x38 x30 x45 x21 x14 x24 x12 x33 x32 x56 x36 x17 x12 x34 x62 x48 x1 x62 x17 x26 (TARGET) x62
x55 x63 x27 x47 x3 x34 x5 x64 x31 x34 x61 x11 x38 x30 x45 x21 x14 x24 x12 x33 x32 x56 x36 x17 x12 x34 x48 x1 x62 x17 x26
{'task': 'delete', 'seq': [['x55', 'x63', 'x27', 'x47', 'x3', 'x34', 'x5', 'x64', 'x31', 'x34', 'x61', 'x11', 'x38', 'x30', 'x45', 'x21', 'x14', 'x24', 'x12', 'x33', 'x32', 'x56', 'x36', 'x17', 'x12', 'x34', 'x62', 'x48', 'x1', 'x62', 'x17', 'x26'], 'x62'], 'k': 4, 'n': 32, '_time': 0.00034618377685546875, '_task': 'ba...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x44 x53 x20 x60 x9 x47 x20 x57 x36 x5 x14 x26 x59 x51 x35 x26 x43 x9 x10 x32 x18 x64 x17 x56 x30 x15 x13 x55 x45 x32 x57 x15
x44 x53 x20 x60 x9 x47 x57 x36 x5 x14 x26 x59 x51 x35 x43 x10 x32 x18 x64 x17 x56 x30 x15 x13 x55 x45
{'task': 'set', 'seq': ['x44', 'x53', 'x20', 'x60', 'x9', 'x47', 'x20', 'x57', 'x36', 'x5', 'x14', 'x26', 'x59', 'x51', 'x35', 'x26', 'x43', 'x9', 'x10', 'x32', 'x18', 'x64', 'x17', 'x56', 'x30', 'x15', 'x13', 'x55', 'x45', 'x32', 'x57', 'x15'], 'k': 4, 'n': 32, '_time': 0.00027871131896972656, '_task': 'basic_procedur...
set
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x62; PUSH x38; POP; PUSH x54; PUSH x26; PUSH x60; PUSH x51; POP; PUSH x10; PUSH x8; PUSH x52; PUSH x59; PUSH x8; PUSH x40; PUSH x35; PUSH x12; POP; PUSH x...
x8 x10 x60 x26 x54 x62
{'task': 'stack', 'seq': ['PUSH x62', 'PUSH x38', 'POP', 'PUSH x54', 'PUSH x26', 'PUSH x60', 'PUSH x51', 'POP', 'PUSH x10', 'PUSH x8', 'PUSH x52', 'PUSH x59', 'PUSH x8', 'PUSH x40', 'PUSH x35', 'PUSH x12', 'POP', 'PUSH x22', 'POP', 'PUSH x32', 'PUSH x35', 'POP', 'POP', 'POP', 'PUSH x49', 'PUSH x7', '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 x37; PUSH x48; POP; PUSH x2; PUSH x44; PUSH x57; POP; PUSH x35; PUSH x30; PUSH x55; PUSH x52; PUSH x37; PUSH x32; PUSH x27; PUSH x54; PUSH x20; PUSH x6; P...
x55 x30 x35 x44 x2 x37
{'task': 'stack', 'seq': ['PUSH x37', 'PUSH x48', 'POP', 'PUSH x2', 'PUSH x44', 'PUSH x57', 'POP', 'PUSH x35', 'PUSH x30', 'PUSH x55', 'PUSH x52', 'PUSH x37', 'PUSH x32', 'PUSH x27', 'PUSH x54', 'PUSH x20', 'PUSH x6', 'POP', 'PUSH x22', 'PUSH x24', 'POP', 'PUSH x15', 'POP', 'POP', 'POP', 'POP', 'PUSH x30', 'POP', 'POP'...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x51 x10 x16 x52 x62 x34 x42 x41 x54 x61 x35 x42 x45 x57 x10 x60 x20 x33 x32 x64 x48 x39 x36 x5 x15 x26 x22 x49 x58 x28 x51 x29
x51 x10 x16 x52 x62 x34 x42 x41 x54 x61 x35 x45 x57 x60 x20 x33 x32 x64 x48 x39 x36 x5 x15 x26 x22 x49 x58 x28 x29
{'task': 'set', 'seq': ['x51', 'x10', 'x16', 'x52', 'x62', 'x34', 'x42', 'x41', 'x54', 'x61', 'x35', 'x42', 'x45', 'x57', 'x10', 'x60', 'x20', 'x33', 'x32', 'x64', 'x48', 'x39', 'x36', 'x5', 'x15', 'x26', 'x22', 'x49', 'x58', 'x28', 'x51', 'x29'], 'k': 4, 'n': 32, '_time': 0.0003170967102050781, '_task': 'basic_procedu...
set
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 o3 o1 o1 c1 c1 o3 c3 c3 c0 o3 o0 o0 o2 o0 o3 c2 o1 o0 c3 c0 o1 o0 c3 c1 o2 c2 c1 c0 c0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003020763397216797, '_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) x63 x4 x23 x25 x39 x16 x9 x32 x60 x49 x28 x49 x30 x44 x38 x38 x5 x32 x8 x6 x54 x12 x45 x15 x37 x50 x62 x64 x37 x8 x24 x56
x63 x4 x23 x25 x39 x16 x9 x32 x60 x49 x28 x49 x30 x44 x38 x38 x5 x32 x8 x6 x54 x12 x45 x15 x37 x50 x62 x64 x37 x8 x24 x56
{'task': 'identity', 'seq': ['x63', 'x4', 'x23', 'x25', 'x39', 'x16', 'x9', 'x32', 'x60', 'x49', 'x28', 'x49', 'x30', 'x44', 'x38', 'x38', 'x5', 'x32', 'x8', 'x6', 'x54', 'x12', 'x45', 'x15', 'x37', 'x50', 'x62', 'x64', 'x37', 'x8', 'x24', 'x56'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_procedu...
identity
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x47 x24 x34 x14 x16 x44 x21 x6 x6 x26 x2 x27 x13 x62 x34 x60 x23 x26 x33 x24 x61 x58 x2 x22 x40 x14 x17 x36 x36 x60 x41 x55 (TARGET) x8
x47 x24 x34 x14 x16 x44 x21 x6 x6 x26 x2 x27 x13 x62 x34 x60 x23 x26 x33 x24 x61 x58 x2 x22 x40 x14 x17 x36 x36 x60 x41 x55
{'task': 'delete', 'seq': [['x47', 'x24', 'x34', 'x14', 'x16', 'x44', 'x21', 'x6', 'x6', 'x26', 'x2', 'x27', 'x13', 'x62', 'x34', 'x60', 'x23', 'x26', 'x33', 'x24', 'x61', 'x58', 'x2', 'x22', 'x40', 'x14', 'x17', 'x36', 'x36', 'x60', 'x41', 'x55'], 'x8'], 'k': 4, 'n': 32, '_time': 0.00030684471130371094, '_task': 'basi...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x33 x19 x36 x20 x26 x56 x48 x5 x63 x18 x16 x38 x6 x43 x31 x32 x20 x43 x45 x7 x25 x20 x36 x35 x64 x27 x22 x47 x50 x11 x40 x61
x33 x19 x36 x20 x26 x56 x48 x5 x63 x18 x16 x38 x6 x43 x31 x32 x20 x43 x45 x7 x25 x20 x36 x35 x64 x27 x22 x47 x50 x11 x40 x61
{'task': 'identity', 'seq': ['x33', 'x19', 'x36', 'x20', 'x26', 'x56', 'x48', 'x5', 'x63', 'x18', 'x16', 'x38', 'x6', 'x43', 'x31', 'x32', 'x20', 'x43', 'x45', 'x7', 'x25', 'x20', 'x36', 'x35', 'x64', 'x27', 'x22', 'x47', 'x50', 'x11', 'x40', 'x61'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_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 x62; PUSH x58; POP; POP; PUSH x3; PUSH x40; PUSH x7; PUSH x20; POP; PUSH x57; PUSH x37; PUSH x52; PUSH x28; POP; PUSH x29; PUSH x39; POP; PUSH x22; PUSH x...
x40 x3
{'task': 'stack', 'seq': ['PUSH x62', 'PUSH x58', 'POP', 'POP', 'PUSH x3', 'PUSH x40', 'PUSH x7', 'PUSH x20', 'POP', 'PUSH x57', 'PUSH x37', 'PUSH x52', 'PUSH x28', 'POP', 'PUSH x29', 'PUSH x39', 'POP', 'PUSH x22', 'PUSH x45', 'POP', 'PUSH x11', 'PUSH x52', 'POP', 'PUSH x42', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', '...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x58 x58 x40 x46 x5 x43 x33 x62 x29 x51 x10 x7 x34 x41 x27 x57 x16 x44 x39 x19 x36 x52 x44 x27 x30 x56 x55 x17 x44 x53 x59 x5
x58 x58 x40 x46 x5 x43 x33 x62 x29 x51 x10 x7 x34 x41 x27 x57 x16 x44 x39 x19 x36 x52 x44 x27 x30 x56 x55 x17 x44 x53 x59 x5
{'task': 'identity', 'seq': ['x58', 'x58', 'x40', 'x46', 'x5', 'x43', 'x33', 'x62', 'x29', 'x51', 'x10', 'x7', 'x34', 'x41', 'x27', 'x57', 'x16', 'x44', 'x39', 'x19', 'x36', 'x52', 'x44', 'x27', 'x30', 'x56', 'x55', 'x17', 'x44', 'x53', 'x59', 'x5'], 'k': 4, 'n': 32, '_time': 0.0002727508544921875, '_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 x62; PUSH x1; POP; PUSH x20; PUSH x39; PUSH x45; PUSH x39; POP; PUSH x40; PUSH x50; PUSH x62; PUSH x28; PUSH x31; POP; PUSH x28; PUSH x12; PUSH x16; PUSH ...
x28 x28 x28 x62 x50 x40 x45 x39 x20 x62
{'task': 'stack', 'seq': ['PUSH x62', 'PUSH x1', 'POP', 'PUSH x20', 'PUSH x39', 'PUSH x45', 'PUSH x39', 'POP', 'PUSH x40', 'PUSH x50', 'PUSH x62', 'PUSH x28', 'PUSH x31', 'POP', 'PUSH x28', 'PUSH x12', 'PUSH x16', 'PUSH x33', 'PUSH x27', 'PUSH x16', 'PUSH x18', 'PUSH x31', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUS...
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 x13; PUSH x17; POP; PUSH x19; POP; PUSH x53; POP; POP; PUSH x4; PUSH x37; PUSH x6; PUSH x48; PUSH x5; PUSH x41; PUSH x52; PUSH x28; PUSH x14; PUSH x52; PU...
x41 x5 x48 x6 x37 x4
{'task': 'stack', 'seq': ['PUSH x13', 'PUSH x17', 'POP', 'PUSH x19', 'POP', 'PUSH x53', 'POP', 'POP', 'PUSH x4', 'PUSH x37', 'PUSH x6', 'PUSH x48', 'PUSH x5', 'PUSH x41', 'PUSH x52', 'PUSH x28', 'PUSH x14', 'PUSH x52', 'PUSH x57', 'POP', 'PUSH x54', 'PUSH x19', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x62', 'POP', 'POP...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x4 x50 x42 x36 x51 x41 x62 x50 x10 x35 x39 x42 x56 x27 x7 x31 x49 x41 x14 x53 x39 x63 x54 x25 x10 x4 x23 x23 x11 x37 x16 x32
x32 x16 x37 x11 x23 x23 x4 x10 x25 x54 x63 x39 x53 x14 x41 x49 x31 x7 x27 x56 x42 x39 x35 x10 x50 x62 x41 x51 x36 x42 x50 x4
{'task': 'reverse', 'seq': ['x4', 'x50', 'x42', 'x36', 'x51', 'x41', 'x62', 'x50', 'x10', 'x35', 'x39', 'x42', 'x56', 'x27', 'x7', 'x31', 'x49', 'x41', 'x14', 'x53', 'x39', 'x63', 'x54', 'x25', 'x10', 'x4', 'x23', 'x23', 'x11', 'x37', 'x16', 'x32'], 'k': 4, 'n': 32, '_time': 0.0002779960632324219, '_task': 'basic_proce...
reverse
instruct
0
Reverse the sequence. (SEQUENCE) x41 x8 x23 x62 x46 x6 x26 x3 x15 x41 x28 x53 x47 x40 x1 x28 x35 x60 x50 x62 x9 x9 x20 x39 x64 x19 x43 x38 x53 x1 x39 x13
x13 x39 x1 x53 x38 x43 x19 x64 x39 x20 x9 x9 x62 x50 x60 x35 x28 x1 x40 x47 x53 x28 x41 x15 x3 x26 x6 x46 x62 x23 x8 x41
{'task': 'reverse', 'seq': ['x41', 'x8', 'x23', 'x62', 'x46', 'x6', 'x26', 'x3', 'x15', 'x41', 'x28', 'x53', 'x47', 'x40', 'x1', 'x28', 'x35', 'x60', 'x50', 'x62', 'x9', 'x9', 'x20', 'x39', 'x64', 'x19', 'x43', 'x38', 'x53', 'x1', 'x39', 'x13'], 'k': 4, 'n': 32, '_time': 0.00027441978454589844, '_task': 'basic_procedur...
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.
o0 o0 o2 o0 c0 o0 o0 o2 c2 c0 c0 c2 o0 o0 o0 c0 o2 o2 c2 o2 o2 c2 o2 c2 o3 c3 c2 c2 c0 c0 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002541542053222656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 c1 o3 c3 o2 c2 o2 o0 c2 c0 o3 c3 o0 o2 o1 o3 o2 o0 o2 c0 c1 o3 c0 o2 o3 c2 c2 c2 c3 c2 c3 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030040740966796875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Reverse the sequence. (SEQUENCE) x1 x64 x40 x41 x13 x13 x25 x55 x3 x41 x27 x28 x63 x45 x15 x9 x27 x42 x15 x53 x17 x52 x9 x22 x61 x52 x59 x58 x29 x2 x50 x5
x5 x50 x2 x29 x58 x59 x52 x61 x22 x9 x52 x17 x53 x15 x42 x27 x9 x15 x45 x63 x28 x27 x41 x3 x55 x25 x13 x13 x41 x40 x64 x1
{'task': 'reverse', 'seq': ['x1', 'x64', 'x40', 'x41', 'x13', 'x13', 'x25', 'x55', 'x3', 'x41', 'x27', 'x28', 'x63', 'x45', 'x15', 'x9', 'x27', 'x42', 'x15', 'x53', 'x17', 'x52', 'x9', 'x22', 'x61', 'x52', 'x59', 'x58', 'x29', 'x2', 'x50', 'x5'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_task': 'basic_procedu...
reverse
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x19 x52 x7 x39 x49 x38 x6 x16 x53 x19 x59 x13 x45 x54 x27 x49 x23 x36 x4 x4 x30 x29 x49 x9 x64 x39 x9 x4 x2 x29 x5 x47 (TARGET) x49
x19 x52 x7 x39 x38 x6 x16 x53 x19 x59 x13 x45 x54 x27 x49 x23 x36 x4 x4 x30 x29 x49 x9 x64 x39 x9 x4 x2 x29 x5 x47
{'task': 'delete', 'seq': [['x19', 'x52', 'x7', 'x39', 'x49', 'x38', 'x6', 'x16', 'x53', 'x19', 'x59', 'x13', 'x45', 'x54', 'x27', 'x49', 'x23', 'x36', 'x4', 'x4', 'x30', 'x29', 'x49', 'x9', 'x64', 'x39', 'x9', 'x4', 'x2', 'x29', 'x5', 'x47'], 'x49'], 'k': 4, 'n': 32, '_time': 0.00029087066650390625, '_task': 'basic_pr...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 c2 o0 o1 c0 c1 o3 c3 o0 o0 c0 o1 o1 o2 o1 c1 o1 c2 o1 o2 c1 o2 c1 c1 o0 o0 c2 c2 c0 c1 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000335693359375, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens': 64}
dyck_shuffle
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x62 x34 x29 x27 x42 x11 x57 x26 x63 x39 x36 x2 x60 x31 x13 x32 x14 x57 x52 x20 x54 x36 x20 x62 x64 x44 x20 x1 x61 x30 x38 x17 (TARGET) x1
x62 x34 x29 x27 x42 x11 x57 x26 x63 x39 x36 x2 x60 x31 x13 x32 x14 x57 x52 x20 x54 x36 x20 x62 x64 x44 x20 x61 x30 x38 x17
{'task': 'delete', 'seq': [['x62', 'x34', 'x29', 'x27', 'x42', 'x11', 'x57', 'x26', 'x63', 'x39', 'x36', 'x2', 'x60', 'x31', 'x13', 'x32', 'x14', 'x57', 'x52', 'x20', 'x54', 'x36', 'x20', 'x62', 'x64', 'x44', 'x20', 'x1', 'x61', 'x30', 'x38', 'x17'], 'x1'], 'k': 4, 'n': 32, '_time': 0.00028705596923828125, '_task': 'ba...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x45 x29 x36 x11 x34 x46 x51 x19 x29 x55 x16 x48 x37 x27 x47 x10 x24 x49 x61 x47 x39 x56 x12 x52 x25 x16 x2 x39 x2 x60 x10 x40
x2 x2 x10 x10 x11 x12 x16 x16 x19 x24 x25 x27 x29 x29 x34 x36 x37 x39 x39 x40 x45 x46 x47 x47 x48 x49 x51 x52 x55 x56 x60 x61
{'task': 'sort', 'seq': ['x45', 'x29', 'x36', 'x11', 'x34', 'x46', 'x51', 'x19', 'x29', 'x55', 'x16', 'x48', 'x37', 'x27', 'x47', 'x10', 'x24', 'x49', 'x61', 'x47', 'x39', 'x56', 'x12', 'x52', 'x25', 'x16', 'x2', 'x39', 'x2', 'x60', 'x10', 'x40'], 'k': 4, 'n': 32, '_time': 0.00029158592224121094, '_task': 'basic_proced...
sort
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 c1 o3 o2 o3 c3 c2 c3 o0 c0 o1 o2 o2 c2 c2 o0 c0 o0 o1 c1 o3 o2 o3 c3 o2 c2 o2 c2 c2 c3 c0 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00023031234741210938, '_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) x60 x28 x55 x4 x22 x20 x23 x49 x21 x16 x47 x57 x15 x60 x10 x29 x54 x8 x27 x31 x4 x28 x13 x50 x35 x40 x11 x63 x5 x18 x30 x51
x4 x4 x5 x8 x10 x11 x13 x15 x16 x18 x20 x21 x22 x23 x27 x28 x28 x29 x30 x31 x35 x40 x47 x49 x50 x51 x54 x55 x57 x60 x60 x63
{'task': 'sort', 'seq': ['x60', 'x28', 'x55', 'x4', 'x22', 'x20', 'x23', 'x49', 'x21', 'x16', 'x47', 'x57', 'x15', 'x60', 'x10', 'x29', 'x54', 'x8', 'x27', 'x31', 'x4', 'x28', 'x13', 'x50', 'x35', 'x40', 'x11', 'x63', 'x5', 'x18', 'x30', 'x51'], 'k': 4, 'n': 32, '_time': 0.00028777122497558594, '_task': 'basic_procedur...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x47 x25 x7 x8 x48 x38 x32 x23 x40 x43 x56 x23 x30 x9 x46 x25 x39 x48 x48 x20 x43 x2 x48 x15 x37 x29 x17 x7 x45 x34 x45 x8
x8 x45 x34 x45 x7 x17 x29 x37 x15 x48 x2 x43 x20 x48 x48 x39 x25 x46 x9 x30 x23 x56 x43 x40 x23 x32 x38 x48 x8 x7 x25 x47
{'task': 'reverse', 'seq': ['x47', 'x25', 'x7', 'x8', 'x48', 'x38', 'x32', 'x23', 'x40', 'x43', 'x56', 'x23', 'x30', 'x9', 'x46', 'x25', 'x39', 'x48', 'x48', 'x20', 'x43', 'x2', 'x48', 'x15', 'x37', 'x29', 'x17', 'x7', 'x45', 'x34', 'x45', 'x8'], 'k': 4, 'n': 32, '_time': 0.0003657341003417969, '_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 x10; PUSH x28; POP; PUSH x42; PUSH x20; PUSH x4; PUSH x5; POP; POP; PUSH x9; POP; PUSH x3; PUSH x15; PUSH x19; PUSH x53; POP; PUSH x61; PUSH x14; PUSH x32...
EMPTY
{'task': 'stack', 'seq': ['PUSH x10', 'PUSH x28', 'POP', 'PUSH x42', 'PUSH x20', 'PUSH x4', 'PUSH x5', 'POP', 'POP', 'PUSH x9', 'POP', 'PUSH x3', 'PUSH x15', 'PUSH x19', 'PUSH x53', 'POP', 'PUSH x61', 'PUSH x14', 'PUSH x32', 'POP', 'PUSH x9', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x6', 'POP', 'POP', 'PO...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x1 x8 x5 x7 x19 x23 x46 x1 x14 x7 x31 x48 x19 x20 x48 x22 x12 x62 x18 x56 x13 x32 x29 x1 x22 x55 x48 x7 x18 x26 x33 x50
x1 x8 x5 x7 x19 x23 x46 x14 x31 x48 x20 x22 x12 x62 x18 x56 x13 x32 x29 x55 x26 x33 x50
{'task': 'set', 'seq': ['x1', 'x8', 'x5', 'x7', 'x19', 'x23', 'x46', 'x1', 'x14', 'x7', 'x31', 'x48', 'x19', 'x20', 'x48', 'x22', 'x12', 'x62', 'x18', 'x56', 'x13', 'x32', 'x29', 'x1', 'x22', 'x55', 'x48', 'x7', 'x18', 'x26', 'x33', 'x50'], 'k': 4, 'n': 32, '_time': 0.0002777576446533203, '_task': 'basic_procedural', '...
set
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x43 x15 x33 x12 x26 x49 x45 x55 x17 x3 x33 x24 x15 x49 x58 x25 (B) x13 x21 x31 x16 x60 x14 x14 x52 x39 x39 x38 x59 x39 x60 x4 x53
x43 x15 x33 x12 x26 x49 x45 x55 x17 x3 x24 x58 x25 x13 x21 x31 x16 x60 x14 x52 x39 x38 x59 x4 x53
{'task': 'union', 'seq': [['x43', 'x15', 'x33', 'x12', 'x26', 'x49', 'x45', 'x55', 'x17', 'x3', 'x33', 'x24', 'x15', 'x49', 'x58', 'x25'], ['x13', 'x21', 'x31', 'x16', 'x60', 'x14', 'x14', 'x52', 'x39', 'x39', 'x38', 'x59', 'x39', 'x60', 'x4', 'x53']], 'k': 4, 'n': 32, '_time': 0.0002961158752441406, '_task': 'basic_pr...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x50 x41 x14 x37 x46 x30 x47 x46 x35 x59 x54 x55 x57 x22 x5 x38 x38 x39 x31 x54 x17 x18 x36 x27 x63 x38 x56 x13 x55 x64 x18 x35
x50 x41 x14 x37 x46 x30 x47 x46 x35 x59 x54 x55 x57 x22 x5 x38 x38 x39 x31 x54 x17 x18 x36 x27 x63 x38 x56 x13 x55 x64 x18 x35
{'task': 'identity', 'seq': ['x50', 'x41', 'x14', 'x37', 'x46', 'x30', 'x47', 'x46', 'x35', 'x59', 'x54', 'x55', 'x57', 'x22', 'x5', 'x38', 'x38', 'x39', 'x31', 'x54', 'x17', 'x18', 'x36', 'x27', 'x63', 'x38', 'x56', 'x13', 'x55', 'x64', 'x18', 'x35'], 'k': 4, 'n': 32, '_time': 0.00024390220642089844, '_task': 'basic_p...
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.
o1 c1 o1 c1 o0 c0 o0 c0 o2 c2 o0 o1 c1 c0 o2 o2 c2 c2 o2 c2 o0 c0 o2 o0 c0 o1 c2 c1 o1 o0 c1 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029730796813964844, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Copy the sequence exactly. (SEQUENCE) x43 x55 x58 x15 x41 x62 x7 x32 x52 x39 x18 x21 x19 x62 x30 x60 x15 x32 x29 x48 x48 x39 x15 x33 x25 x17 x63 x60 x13 x19 x41 x49
x43 x55 x58 x15 x41 x62 x7 x32 x52 x39 x18 x21 x19 x62 x30 x60 x15 x32 x29 x48 x48 x39 x15 x33 x25 x17 x63 x60 x13 x19 x41 x49
{'task': 'identity', 'seq': ['x43', 'x55', 'x58', 'x15', 'x41', 'x62', 'x7', 'x32', 'x52', 'x39', 'x18', 'x21', 'x19', 'x62', 'x30', 'x60', 'x15', 'x32', 'x29', 'x48', 'x48', 'x39', 'x15', 'x33', 'x25', 'x17', 'x63', 'x60', 'x13', 'x19', 'x41', 'x49'], 'k': 4, 'n': 32, '_time': 0.0003662109375, '_task': 'basic_procedur...
identity
instruct
0
Reverse the sequence. (SEQUENCE) x57 x11 x54 x35 x2 x5 x39 x31 x44 x36 x39 x45 x34 x14 x30 x16 x50 x59 x63 x33 x15 x24 x63 x63 x16 x37 x62 x46 x51 x64 x16 x5
x5 x16 x64 x51 x46 x62 x37 x16 x63 x63 x24 x15 x33 x63 x59 x50 x16 x30 x14 x34 x45 x39 x36 x44 x31 x39 x5 x2 x35 x54 x11 x57
{'task': 'reverse', 'seq': ['x57', 'x11', 'x54', 'x35', 'x2', 'x5', 'x39', 'x31', 'x44', 'x36', 'x39', 'x45', 'x34', 'x14', 'x30', 'x16', 'x50', 'x59', 'x63', 'x33', 'x15', 'x24', 'x63', 'x63', 'x16', 'x37', 'x62', 'x46', 'x51', 'x64', 'x16', 'x5'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_task': 'basic_proc...
reverse
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o3 c3 c1 o0 c0 o1 c1 o1 c1 o2 c2 o0 c0 o3 o0 o0 o1 c1 c0 o0 o0 o1 c1 o2 o1 c1 c2 c0 c0 c0 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025582313537597656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Copy the sequence exactly. (SEQUENCE) x63 x57 x27 x25 x27 x10 x36 x54 x44 x1 x35 x61 x29 x49 x1 x60 x8 x64 x62 x41 x43 x54 x35 x26 x26 x35 x18 x33 x38 x6 x62 x52
x63 x57 x27 x25 x27 x10 x36 x54 x44 x1 x35 x61 x29 x49 x1 x60 x8 x64 x62 x41 x43 x54 x35 x26 x26 x35 x18 x33 x38 x6 x62 x52
{'task': 'identity', 'seq': ['x63', 'x57', 'x27', 'x25', 'x27', 'x10', 'x36', 'x54', 'x44', 'x1', 'x35', 'x61', 'x29', 'x49', 'x1', 'x60', 'x8', 'x64', 'x62', 'x41', 'x43', 'x54', 'x35', 'x26', 'x26', 'x35', 'x18', 'x33', 'x38', 'x6', 'x62', 'x52'], 'k': 4, 'n': 32, '_time': 0.00037026405334472656, '_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 x12; POP; PUSH x15; PUSH x49; PUSH x29; PUSH x8; POP; PUSH x54; PUSH x31; PUSH x2; PUSH x53; POP; PUSH x9; PUSH x27; PUSH x44; PUSH x11; PUSH x48; PUSH x1...
x29 x32 x36 x4 x16 x48 x11 x44 x27 x9 x2 x31 x54 x29 x49 x15
{'task': 'stack', 'seq': ['PUSH x12', 'POP', 'PUSH x15', 'PUSH x49', 'PUSH x29', 'PUSH x8', 'POP', 'PUSH x54', 'PUSH x31', 'PUSH x2', 'PUSH x53', 'POP', 'PUSH x9', 'PUSH x27', 'PUSH x44', 'PUSH x11', 'PUSH x48', 'PUSH x16', 'PUSH x4', 'PUSH x36', 'PUSH x32', 'PUSH x21', 'POP', 'PUSH x29', 'PUSH x21', 'PUSH x15', 'PUSH ...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x28 x16 x57 x54 x44 x48 x7 x42 x11 x48 x11 x32 x57 x2 x28 x35 x45 x58 x5 x29 x13 x24 x36 x58 x4 x60 x31 x2 x51 x49 x21 x21
x28 x16 x57 x54 x44 x48 x7 x42 x11 x32 x2 x35 x45 x58 x5 x29 x13 x24 x36 x4 x60 x31 x51 x49 x21
{'task': 'set', 'seq': ['x28', 'x16', 'x57', 'x54', 'x44', 'x48', 'x7', 'x42', 'x11', 'x48', 'x11', 'x32', 'x57', 'x2', 'x28', 'x35', 'x45', 'x58', 'x5', 'x29', 'x13', 'x24', 'x36', 'x58', 'x4', 'x60', 'x31', 'x2', 'x51', 'x49', 'x21', 'x21'], 'k': 4, 'n': 32, '_time': 0.00027942657470703125, '_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.
o3 o1 o3 o3 c3 o0 o3 c3 o0 o2 o0 o3 c3 c0 c2 o0 o2 c2 c0 c0 c0 c3 o3 o2 o3 o2 c2 c3 c2 c3 c1 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025534629821777344, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x54 x7 x39 x3 x18 x39 x32 x32 x63 x40 x40 x60 x22 x19 x28 x22 x50 x37 x33 x63 x25 x10 x28 x30 x19 x44 x27 x17 x57 x28 x64 x49
x3 x7 x10 x17 x18 x19 x19 x22 x22 x25 x27 x28 x28 x28 x30 x32 x32 x33 x37 x39 x39 x40 x40 x44 x49 x50 x54 x57 x60 x63 x63 x64
{'task': 'sort', 'seq': ['x54', 'x7', 'x39', 'x3', 'x18', 'x39', 'x32', 'x32', 'x63', 'x40', 'x40', 'x60', 'x22', 'x19', 'x28', 'x22', 'x50', 'x37', 'x33', 'x63', 'x25', 'x10', 'x28', 'x30', 'x19', 'x44', 'x27', 'x17', 'x57', 'x28', 'x64', 'x49'], 'k': 4, 'n': 32, '_time': 0.00034618377685546875, '_task': 'basic_proced...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x11 x5 x21 x32 x56 x21 x12 x3 x56 x15 x28 x10 x58 x42 x15 x48 x33 x23 x28 x6 x1 x56 x7 x62 x2 x12 x9 x31 x50 x54 x30 x7 (TARGET) x56
x11 x5 x21 x32 x21 x12 x3 x56 x15 x28 x10 x58 x42 x15 x48 x33 x23 x28 x6 x1 x56 x7 x62 x2 x12 x9 x31 x50 x54 x30 x7
{'task': 'delete', 'seq': [['x11', 'x5', 'x21', 'x32', 'x56', 'x21', 'x12', 'x3', 'x56', 'x15', 'x28', 'x10', 'x58', 'x42', 'x15', 'x48', 'x33', 'x23', 'x28', 'x6', 'x1', 'x56', 'x7', 'x62', 'x2', 'x12', 'x9', 'x31', 'x50', 'x54', 'x30', 'x7'], 'x56'], 'k': 4, 'n': 32, '_time': 0.00029158592224121094, '_task': 'basic_p...
delete
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 c3 o0 c0 o1 o3 c3 c1 o2 o3 o1 o2 o2 c2 o3 o1 c1 o3 o3 o0 c0 o3 o2 c2 c3 c3 c3 c3 c2 c1 c3 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003058910369873047, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 c1 o3 o2 c2 o1 c3 o1 c1 o0 c1 o1 o3 o0 o0 o2 o2 o0 c0 c2 o0 c1 o0 o0 c3 c0 c0 c2 c0 c0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029659271240234375, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x26 x2 x30 x10 x63 x11 x15 x57 x36 x4 x52 x27 x46 x9 x4 x32 x19 x58 x51 x33 x55 x62 x38 x59 x39 x58 x20 x8 x54 x43 x55 x47
x2 x4 x4 x8 x9 x10 x11 x15 x19 x20 x26 x27 x30 x32 x33 x36 x38 x39 x43 x46 x47 x51 x52 x54 x55 x55 x57 x58 x58 x59 x62 x63
{'task': 'sort', 'seq': ['x26', 'x2', 'x30', 'x10', 'x63', 'x11', 'x15', 'x57', 'x36', 'x4', 'x52', 'x27', 'x46', 'x9', 'x4', 'x32', 'x19', 'x58', 'x51', 'x33', 'x55', 'x62', 'x38', 'x59', 'x39', 'x58', 'x20', 'x8', 'x54', 'x43', 'x55', 'x47'], 'k': 4, 'n': 32, '_time': 0.00028824806213378906, '_task': 'basic_procedura...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x10 x48 x47 x16 x40 x40 x12 x11 x16 x64 x33 x16 x40 x7 x59 x64 x57 x1 x35 x41 x61 x33 x58 x41 x9 x7 x48 x41 x13 x60 x16 x10
x10 x48 x47 x16 x40 x12 x11 x64 x33 x7 x59 x57 x1 x35 x41 x61 x58 x9 x13 x60
{'task': 'set', 'seq': ['x10', 'x48', 'x47', 'x16', 'x40', 'x40', 'x12', 'x11', 'x16', 'x64', 'x33', 'x16', 'x40', 'x7', 'x59', 'x64', 'x57', 'x1', 'x35', 'x41', 'x61', 'x33', 'x58', 'x41', 'x9', 'x7', 'x48', 'x41', 'x13', 'x60', 'x16', 'x10'], 'k': 4, 'n': 32, '_time': 0.00032830238342285156, '_task': 'basic_procedura...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x20 x30 x29 x47 x60 x40 x13 x57 x50 x60 x29 x6 x24 x4 x32 x4 x47 x15 x23 x53 x2 x62 x3 x35 x57 x9 x2 x46 x49 x13 x45 x40
x20 x30 x29 x47 x60 x40 x13 x57 x50 x60 x29 x6 x24 x4 x32 x4 x47 x15 x23 x53 x2 x62 x3 x35 x57 x9 x2 x46 x49 x13 x45 x40
{'task': 'identity', 'seq': ['x20', 'x30', 'x29', 'x47', 'x60', 'x40', 'x13', 'x57', 'x50', 'x60', 'x29', 'x6', 'x24', 'x4', 'x32', 'x4', 'x47', 'x15', 'x23', 'x53', 'x2', 'x62', 'x3', 'x35', 'x57', 'x9', 'x2', 'x46', 'x49', 'x13', 'x45', 'x40'], 'k': 4, 'n': 32, '_time': 0.0002803802490234375, '_task': 'basic_procedur...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x11 x46 x58 x60 x5 x49 x39 x34 x25 x43 x17 x15 x33 x25 x37 x64 x27 x15 x45 x19 x48 x27 x64 x3 x23 x44 x22 x4 x59 x61 x10 x56
x3 x4 x5 x10 x11 x15 x15 x17 x19 x22 x23 x25 x25 x27 x27 x33 x34 x37 x39 x43 x44 x45 x46 x48 x49 x56 x58 x59 x60 x61 x64 x64
{'task': 'sort', 'seq': ['x11', 'x46', 'x58', 'x60', 'x5', 'x49', 'x39', 'x34', 'x25', 'x43', 'x17', 'x15', 'x33', 'x25', 'x37', 'x64', 'x27', 'x15', 'x45', 'x19', 'x48', 'x27', 'x64', 'x3', 'x23', 'x44', 'x22', 'x4', 'x59', 'x61', 'x10', 'x56'], 'k': 4, 'n': 32, '_time': 0.0003211498260498047, '_task': 'basic_procedur...
sort
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x16 x38 x20 x23 x39 x36 x37 x58 x57 x27 x2 x23 x3 x33 x46 x9 x52 x47 x29 x23 x36 x15 x42 x22 x42 x63 x35 x58 x58 x3 x30 x7
x16 x38 x20 x23 x39 x36 x37 x58 x57 x27 x2 x3 x33 x46 x9 x52 x47 x29 x15 x42 x22 x63 x35 x30 x7
{'task': 'set', 'seq': ['x16', 'x38', 'x20', 'x23', 'x39', 'x36', 'x37', 'x58', 'x57', 'x27', 'x2', 'x23', 'x3', 'x33', 'x46', 'x9', 'x52', 'x47', 'x29', 'x23', 'x36', 'x15', 'x42', 'x22', 'x42', 'x63', 'x35', 'x58', 'x58', 'x3', 'x30', 'x7'], 'k': 4, 'n': 32, '_time': 0.0002777576446533203, '_task': 'basic_procedural'...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x32 x7 x10 x15 x22 x35 x34 x13 x54 x27 x61 x32 x54 x51 x56 x29 x9 x26 x26 x37 x3 x38 x12 x22 x18 x37 x14 x21 x51 x60 x37 x56
x3 x7 x9 x10 x12 x13 x14 x15 x18 x21 x22 x22 x26 x26 x27 x29 x32 x32 x34 x35 x37 x37 x37 x38 x51 x51 x54 x54 x56 x56 x60 x61
{'task': 'sort', 'seq': ['x32', 'x7', 'x10', 'x15', 'x22', 'x35', 'x34', 'x13', 'x54', 'x27', 'x61', 'x32', 'x54', 'x51', 'x56', 'x29', 'x9', 'x26', 'x26', 'x37', 'x3', 'x38', 'x12', 'x22', 'x18', 'x37', 'x14', 'x21', 'x51', 'x60', 'x37', 'x56'], 'k': 4, 'n': 32, '_time': 0.0002913475036621094, '_task': 'basic_procedur...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x16 x61 x49 x3 x10 x58 x56 x39 x30 x8 x36 x43 x8 x21 x59 x38 x36 x30 x4 x51 x33 x51 x1 x37 x49 x43 x41 x9 x63 x31 x61 x6
x16 x61 x49 x3 x10 x58 x56 x39 x30 x8 x36 x43 x8 x21 x59 x38 x36 x30 x4 x51 x33 x51 x1 x37 x49 x43 x41 x9 x63 x31 x61 x6
{'task': 'identity', 'seq': ['x16', 'x61', 'x49', 'x3', 'x10', 'x58', 'x56', 'x39', 'x30', 'x8', 'x36', 'x43', 'x8', 'x21', 'x59', 'x38', 'x36', 'x30', 'x4', 'x51', 'x33', 'x51', 'x1', 'x37', 'x49', 'x43', 'x41', 'x9', 'x63', 'x31', 'x61', 'x6'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_procedur...
identity
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o0 o0 c0 c0 o2 c2 c1 o3 c3 o1 o1 o1 c1 c1 c1 o2 c2 o0 o1 c1 o2 c2 o1 c1 o1 o3 c3 c1 o0 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030612945556640625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o1 c1 o3 c3 o3 c3 o0 o1 c0 o0 c0 o0 c1 o2 c2 c0 o1 c1 o0 c0 o3 c3 o2 o1 o1 c2 o0 c1 c1 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002949237823486328, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x44 x30 x48 x23 x17 x46 x32 x8 x40 x20 x41 x19 x32 x32 x52 x1 x43 x54 x55 x28 x24 x43 x54 x38 x17 x48 x26 x35 x53 x27 x60 x52
x44 x30 x48 x23 x17 x46 x32 x8 x40 x20 x41 x19 x52 x1 x43 x54 x55 x28 x24 x38 x26 x35 x53 x27 x60
{'task': 'set', 'seq': ['x44', 'x30', 'x48', 'x23', 'x17', 'x46', 'x32', 'x8', 'x40', 'x20', 'x41', 'x19', 'x32', 'x32', 'x52', 'x1', 'x43', 'x54', 'x55', 'x28', 'x24', 'x43', 'x54', 'x38', 'x17', 'x48', 'x26', 'x35', 'x53', 'x27', 'x60', 'x52'], 'k': 4, 'n': 32, '_time': 0.00027942657470703125, '_task': 'basic_procedu...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x6 x43 x52 x46 x62 x17 x9 x21 x48 x48 x25 x23 x40 x59 x44 x28 x46 x22 x4 x19 x51 x38 x39 x16 x40 x1 x34 x21 x43 x11 x48 x1
x6 x43 x52 x46 x62 x17 x9 x21 x48 x48 x25 x23 x40 x59 x44 x28 x46 x22 x4 x19 x51 x38 x39 x16 x40 x1 x34 x21 x43 x11 x48 x1
{'task': 'identity', 'seq': ['x6', 'x43', 'x52', 'x46', 'x62', 'x17', 'x9', 'x21', 'x48', 'x48', 'x25', 'x23', 'x40', 'x59', 'x44', 'x28', 'x46', 'x22', 'x4', 'x19', 'x51', 'x38', 'x39', 'x16', 'x40', 'x1', 'x34', 'x21', 'x43', 'x11', 'x48', 'x1'], 'k': 4, 'n': 32, '_time': 0.00027370452880859375, '_task': 'basic_proce...
identity
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x49 x21 x38 x64 x46 x56 x12 x24 x6 x30 x15 x63 x62 x36 x58 x27 x13 x1 x10 x47 x4 x4 x47 x56 x64 x24 x20 x62 x28 x19 x53 x46 (TARGET) x21
x49 x38 x64 x46 x56 x12 x24 x6 x30 x15 x63 x62 x36 x58 x27 x13 x1 x10 x47 x4 x4 x47 x56 x64 x24 x20 x62 x28 x19 x53 x46
{'task': 'delete', 'seq': [['x49', 'x21', 'x38', 'x64', 'x46', 'x56', 'x12', 'x24', 'x6', 'x30', 'x15', 'x63', 'x62', 'x36', 'x58', 'x27', 'x13', 'x1', 'x10', 'x47', 'x4', 'x4', 'x47', 'x56', 'x64', 'x24', 'x20', 'x62', 'x28', 'x19', 'x53', 'x46'], 'x21'], 'k': 4, 'n': 32, '_time': 0.000347137451171875, '_task': 'basic...
delete
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x58; PUSH x3; PUSH x39; PUSH x17; PUSH x30; PUSH x42; POP; PUSH x29; POP; PUSH x26; POP; PUSH x19; PUSH x25; PUSH x61; PUSH x45; PUSH x20; POP; PUSH x11; ...
x58 x3 x11 x45 x61 x25 x19 x30 x17 x39 x3 x58
{'task': 'stack', 'seq': ['PUSH x58', 'PUSH x3', 'PUSH x39', 'PUSH x17', 'PUSH x30', 'PUSH x42', 'POP', 'PUSH x29', 'POP', 'PUSH x26', 'POP', 'PUSH x19', 'PUSH x25', 'PUSH x61', 'PUSH x45', 'PUSH x20', 'POP', 'PUSH x11', 'PUSH x14', 'PUSH x50', 'PUSH x8', 'PUSH x2', 'POP', 'PUSH x42', 'PUSH x20', '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.
o0 c0 o2 c2 o0 c0 o2 o2 o3 c3 o3 o1 c2 c1 c3 o3 o1 c3 c1 o0 c2 o0 o1 c0 c1 c0 o1 c1 o3 o0 c3 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003032684326171875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x43; PUSH x10; PUSH x20; PUSH x24; PUSH x4; PUSH x22; POP; PUSH x41; PUSH x34; PUSH x53; PUSH x9; PUSH x39; PUSH x37; PUSH x15; PUSH x48; PUSH x16; PUSH x...
x37 x56 x39 x9 x53 x34 x41 x4 x24 x20 x10 x43
{'task': 'stack', 'seq': ['PUSH x43', 'PUSH x10', 'PUSH x20', 'PUSH x24', 'PUSH x4', 'PUSH x22', 'POP', 'PUSH x41', 'PUSH x34', 'PUSH x53', 'PUSH x9', 'PUSH x39', 'PUSH x37', 'PUSH x15', 'PUSH x48', 'PUSH x16', 'PUSH x1', 'PUSH x23', 'PUSH x11', 'POP', 'PUSH x8', 'POP', 'POP', 'POP', 'POP', 'PUSH x36', 'POP', 'POP', 'P...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x38 x8 x36 x36 x18 x11 x22 x14 x55 x43 x48 x58 x38 x36 x61 x48 x52 x40 x62 x46 x64 x49 x15 x62 x56 x11 x59 x17 x41 x10 x60 x61
x38 x8 x36 x18 x11 x22 x14 x55 x43 x48 x58 x61 x52 x40 x62 x46 x64 x49 x15 x56 x59 x17 x41 x10 x60
{'task': 'set', 'seq': ['x38', 'x8', 'x36', 'x36', 'x18', 'x11', 'x22', 'x14', 'x55', 'x43', 'x48', 'x58', 'x38', 'x36', 'x61', 'x48', 'x52', 'x40', 'x62', 'x46', 'x64', 'x49', 'x15', 'x62', 'x56', 'x11', 'x59', 'x17', 'x41', 'x10', 'x60', 'x61'], 'k': 4, 'n': 32, '_time': 0.000278472900390625, '_task': 'basic_procedur...
set
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x47; PUSH x53; PUSH x5; PUSH x1; POP; PUSH x37; PUSH x17; PUSH x63; PUSH x41; PUSH x21; PUSH x47; PUSH x34; PUSH x29; POP; PUSH x20; PUSH x51; PUSH x3; PU...
x34 x47 x21 x41 x63 x17 x37 x5 x53 x47
{'task': 'stack', 'seq': ['PUSH x47', 'PUSH x53', 'PUSH x5', 'PUSH x1', 'POP', 'PUSH x37', 'PUSH x17', 'PUSH x63', 'PUSH x41', 'PUSH x21', 'PUSH x47', 'PUSH x34', 'PUSH x29', 'POP', 'PUSH x20', 'PUSH x51', 'PUSH x3', 'PUSH x43', 'POP', 'PUSH x24', 'POP', 'PUSH x1', 'POP', 'POP', 'POP', 'PUSH x61', 'POP', 'PUSH x24', '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) x22 x10 x8 x17 x44 x32 x19 x47 x53 x29 x21 x38 x42 x59 x27 x38 (B) x47 x21 x38 x62 x29 x42 x7 x30 x4 x58 x2 x51 x39 x15 x57 x32
x22 x10 x8 x17 x44 x32 x19 x47 x53 x29 x21 x38 x42 x59 x27 x62 x7 x30 x4 x58 x2 x51 x39 x15 x57
{'task': 'union', 'seq': [['x22', 'x10', 'x8', 'x17', 'x44', 'x32', 'x19', 'x47', 'x53', 'x29', 'x21', 'x38', 'x42', 'x59', 'x27', 'x38'], ['x47', 'x21', 'x38', 'x62', 'x29', 'x42', 'x7', 'x30', 'x4', 'x58', 'x2', 'x51', 'x39', 'x15', 'x57', 'x32']], 'k': 4, 'n': 32, '_time': 0.0002968311309814453, '_task': 'basic_proc...
union
instruct
0
Reverse the sequence. (SEQUENCE) x16 x3 x16 x41 x59 x46 x23 x45 x14 x63 x12 x20 x32 x39 x6 x49 x24 x25 x63 x37 x48 x22 x60 x45 x29 x27 x8 x31 x59 x54 x51 x60
x60 x51 x54 x59 x31 x8 x27 x29 x45 x60 x22 x48 x37 x63 x25 x24 x49 x6 x39 x32 x20 x12 x63 x14 x45 x23 x46 x59 x41 x16 x3 x16
{'task': 'reverse', 'seq': ['x16', 'x3', 'x16', 'x41', 'x59', 'x46', 'x23', 'x45', 'x14', 'x63', 'x12', 'x20', 'x32', 'x39', 'x6', 'x49', 'x24', 'x25', 'x63', 'x37', 'x48', 'x22', 'x60', 'x45', 'x29', 'x27', 'x8', 'x31', 'x59', 'x54', 'x51', 'x60'], 'k': 4, 'n': 32, '_time': 0.0002486705780029297, '_task': 'basic_proce...
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 x11; PUSH x1; POP; PUSH x27; PUSH x41; PUSH x2; PUSH x10; PUSH x32; PUSH x15; PUSH x56; PUSH x10; POP; PUSH x16; PUSH x17; PUSH x41; PUSH x63; PUSH x50; P...
x46 x16 x56 x15 x32 x10 x2 x41 x27 x11
{'task': 'stack', 'seq': ['PUSH x11', 'PUSH x1', 'POP', 'PUSH x27', 'PUSH x41', 'PUSH x2', 'PUSH x10', 'PUSH x32', 'PUSH x15', 'PUSH x56', 'PUSH x10', 'POP', 'PUSH x16', 'PUSH x17', 'PUSH x41', 'PUSH x63', 'PUSH x50', 'POP', 'PUSH x14', 'PUSH x45', 'PUSH x26', 'PUSH x27', 'POP', 'POP', 'POP', 'PUSH x55', '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) x30 x47 x43 x46 x32 x35 x56 x41 x48 x2 x24 x28 x5 x53 x18 x55 (B) x28 x45 x40 x61 x52 x37 x43 x22 x12 x39 x7 x27 x21 x6 x16 x45
x30 x47 x43 x46 x32 x35 x56 x41 x48 x2 x24 x28 x5 x53 x18 x55 x45 x40 x61 x52 x37 x22 x12 x39 x7 x27 x21 x6 x16
{'task': 'union', 'seq': [['x30', 'x47', 'x43', 'x46', 'x32', 'x35', 'x56', 'x41', 'x48', 'x2', 'x24', 'x28', 'x5', 'x53', 'x18', 'x55'], ['x28', 'x45', 'x40', 'x61', 'x52', 'x37', 'x43', 'x22', 'x12', 'x39', 'x7', 'x27', 'x21', 'x6', 'x16', 'x45']], 'k': 4, 'n': 32, '_time': 0.0003006458282470703, '_task': 'basic_proc...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x19 x57 x9 x64 x63 x44 x47 x6 x33 x32 x26 x58 x15 x36 x57 x22 x62 x30 x24 x39 x22 x41 x53 x3 x50 x15 x25 x43 x50 x37 x6 x54
x3 x6 x6 x9 x15 x15 x19 x22 x22 x24 x25 x26 x30 x32 x33 x36 x37 x39 x41 x43 x44 x47 x50 x50 x53 x54 x57 x57 x58 x62 x63 x64
{'task': 'sort', 'seq': ['x19', 'x57', 'x9', 'x64', 'x63', 'x44', 'x47', 'x6', 'x33', 'x32', 'x26', 'x58', 'x15', 'x36', 'x57', 'x22', 'x62', 'x30', 'x24', 'x39', 'x22', 'x41', 'x53', 'x3', 'x50', 'x15', 'x25', 'x43', 'x50', 'x37', 'x6', 'x54'], 'k': 4, 'n': 32, '_time': 0.00031280517578125, '_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) x37 x17 x63 x29 x33 x62 x20 x3 x29 x4 x18 x40 x11 x44 x56 x30 (B) x64 x34 x54 x30 x5 x41 x20 x27 x31 x40 x45 x1 x29 x51 x1 x46
x37 x17 x63 x29 x33 x62 x20 x3 x4 x18 x40 x11 x44 x56 x30 x64 x34 x54 x5 x41 x27 x31 x45 x1 x51 x46
{'task': 'union', 'seq': [['x37', 'x17', 'x63', 'x29', 'x33', 'x62', 'x20', 'x3', 'x29', 'x4', 'x18', 'x40', 'x11', 'x44', 'x56', 'x30'], ['x64', 'x34', 'x54', 'x30', 'x5', 'x41', 'x20', 'x27', 'x31', 'x40', 'x45', 'x1', 'x29', 'x51', 'x1', 'x46']], 'k': 4, 'n': 32, '_time': 0.0002994537353515625, '_task': 'basic_proce...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x27 x9 x37 x21 x9 x9 x48 x40 x7 x29 x13 x38 x54 x4 x33 x24 x45 x16 x3 x62 x49 x56 x11 x59 x9 x37 x15 x27 x8 x60 x57 x34
x3 x4 x7 x8 x9 x9 x9 x9 x11 x13 x15 x16 x21 x24 x27 x27 x29 x33 x34 x37 x37 x38 x40 x45 x48 x49 x54 x56 x57 x59 x60 x62
{'task': 'sort', 'seq': ['x27', 'x9', 'x37', 'x21', 'x9', 'x9', 'x48', 'x40', 'x7', 'x29', 'x13', 'x38', 'x54', 'x4', 'x33', 'x24', 'x45', 'x16', 'x3', 'x62', 'x49', 'x56', 'x11', 'x59', 'x9', 'x37', 'x15', 'x27', 'x8', 'x60', 'x57', 'x34'], 'k': 4, 'n': 32, '_time': 0.0003197193145751953, '_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 x53; PUSH x12; POP; PUSH x61; PUSH x26; PUSH x49; PUSH x51; PUSH x37; PUSH x33; POP; POP; PUSH x3; POP; PUSH x30; PUSH x4; PUSH x2; PUSH x14; POP; PUSH x3...
x61 x53
{'task': 'stack', 'seq': ['PUSH x53', 'PUSH x12', 'POP', 'PUSH x61', 'PUSH x26', 'PUSH x49', 'PUSH x51', 'PUSH x37', 'PUSH x33', 'POP', 'POP', 'PUSH x3', 'POP', 'PUSH x30', 'PUSH x4', 'PUSH x2', 'PUSH x14', 'POP', 'PUSH x35', 'PUSH x30', 'PUSH x64', 'PUSH x38', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'P...
stack
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x11 x50 x2 x9 x30 x40 x58 x2 x59 x38 x36 x21 x53 x40 x4 x3 x42 x61 x63 x28 x48 x4 x47 x44 x47 x6 x17 x28 x47 x43 x45 x47
x2 x2 x3 x4 x4 x6 x9 x11 x17 x21 x28 x28 x30 x36 x38 x40 x40 x42 x43 x44 x45 x47 x47 x47 x47 x48 x50 x53 x58 x59 x61 x63
{'task': 'sort', 'seq': ['x11', 'x50', 'x2', 'x9', 'x30', 'x40', 'x58', 'x2', 'x59', 'x38', 'x36', 'x21', 'x53', 'x40', 'x4', 'x3', 'x42', 'x61', 'x63', 'x28', 'x48', 'x4', 'x47', 'x44', 'x47', 'x6', 'x17', 'x28', 'x47', 'x43', 'x45', 'x47'], 'k': 4, 'n': 32, '_time': 0.0002892017364501953, '_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.
o0 c0 o3 c3 o0 o2 c0 c2 o0 o3 c0 o3 o2 c2 c3 c3 o1 c1 o1 c1 o3 o1 c3 o1 o0 c1 o3 c0 o1 c3 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029969215393066406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
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 o3 c3 c3 o0 c0 o3 c3 o2 c2 o1 c1 o1 o0 c1 o1 o0 o1 o3 c0 o1 c3 o2 c1 c0 c1 c1 c2 o0 c0 o1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029754638671875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens': 6...
dyck_shuffle
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x23 x6 x22 x53 x47 x14 x63 x40 x4 x46 x9 x53 x19 x15 x27 x15 x35 x2 x1 x5 x40 x25 x29 x64 x40 x7 x47 x23 x17 x64 x2 x22
x23 x6 x22 x53 x47 x14 x63 x40 x4 x46 x9 x19 x15 x27 x35 x2 x1 x5 x25 x29 x64 x7 x17
{'task': 'set', 'seq': ['x23', 'x6', 'x22', 'x53', 'x47', 'x14', 'x63', 'x40', 'x4', 'x46', 'x9', 'x53', 'x19', 'x15', 'x27', 'x15', 'x35', 'x2', 'x1', 'x5', 'x40', 'x25', 'x29', 'x64', 'x40', 'x7', 'x47', 'x23', 'x17', 'x64', 'x2', 'x22'], 'k': 4, 'n': 32, '_time': 0.0003008842468261719, '_task': 'basic_procedural', '...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x64 x64 x7 x48 x62 x64 x12 x5 x4 x28 x44 x49 x60 x51 x35 x29 x8 x31 x44 x38 x56 x58 x23 x8 x43 x10 x17 x32 x25 x34 x47 x55
x64 x7 x48 x62 x12 x5 x4 x28 x44 x49 x60 x51 x35 x29 x8 x31 x38 x56 x58 x23 x43 x10 x17 x32 x25 x34 x47 x55
{'task': 'set', 'seq': ['x64', 'x64', 'x7', 'x48', 'x62', 'x64', 'x12', 'x5', 'x4', 'x28', 'x44', 'x49', 'x60', 'x51', 'x35', 'x29', 'x8', 'x31', 'x44', 'x38', 'x56', 'x58', 'x23', 'x8', 'x43', 'x10', 'x17', 'x32', 'x25', 'x34', 'x47', 'x55'], 'k': 4, 'n': 32, '_time': 0.00028061866760253906, '_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.
o1 c1 o1 c1 o2 c2 o1 c1 o1 c1 o3 o2 o0 c0 c3 c2 o1 c1 o1 o0 c0 o3 o2 o0 c0 c2 o3 o1 c1 c3 c1 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003008842468261719, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 c2 o0 c0 o0 c0 o3 o1 c1 c3 o2 c2 o0 c0 o3 c3 o0 c0 o0 c0 o0 o2 o3 c3 o3 c3 c2 o3 c3 c0 o2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002536773681640625, '_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) x33 x46 x21 x23 x60 x4 x38 x63 x25 x3 x62 x30 x29 x25 x64 x12 x17 x27 x29 x3 x52 x51 x49 x27 x12 x5 x21 x45 x7 x37 x10 x13
x3 x3 x4 x5 x7 x10 x12 x12 x13 x17 x21 x21 x23 x25 x25 x27 x27 x29 x29 x30 x33 x37 x38 x45 x46 x49 x51 x52 x60 x62 x63 x64
{'task': 'sort', 'seq': ['x33', 'x46', 'x21', 'x23', 'x60', 'x4', 'x38', 'x63', 'x25', 'x3', 'x62', 'x30', 'x29', 'x25', 'x64', 'x12', 'x17', 'x27', 'x29', 'x3', 'x52', 'x51', 'x49', 'x27', 'x12', 'x5', 'x21', 'x45', 'x7', 'x37', 'x10', 'x13'], 'k': 4, 'n': 32, '_time': 0.0002906322479248047, '_task': 'basic_procedural...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x57 x40 x30 x1 x39 x59 x57 x19 x58 x30 x42 x64 x21 x11 x2 x43 x10 x60 x31 x21 x57 x63 x40 x34 x12 x28 x62 x16 x5 x21 x58 x36
x36 x58 x21 x5 x16 x62 x28 x12 x34 x40 x63 x57 x21 x31 x60 x10 x43 x2 x11 x21 x64 x42 x30 x58 x19 x57 x59 x39 x1 x30 x40 x57
{'task': 'reverse', 'seq': ['x57', 'x40', 'x30', 'x1', 'x39', 'x59', 'x57', 'x19', 'x58', 'x30', 'x42', 'x64', 'x21', 'x11', 'x2', 'x43', 'x10', 'x60', 'x31', 'x21', 'x57', 'x63', 'x40', 'x34', 'x12', 'x28', 'x62', 'x16', 'x5', 'x21', 'x58', 'x36'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_proce...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x63 x27 x36 x23 x31 x38 x38 x5 x54 x46 x31 x23 x31 x57 x64 x9 x6 x38 x43 x14 x48 x35 x4 x45 x57 x56 x56 x55 x58 x24 x5 x33
x63 x27 x36 x23 x31 x38 x5 x54 x46 x57 x64 x9 x6 x43 x14 x48 x35 x4 x45 x56 x55 x58 x24 x33
{'task': 'set', 'seq': ['x63', 'x27', 'x36', 'x23', 'x31', 'x38', 'x38', 'x5', 'x54', 'x46', 'x31', 'x23', 'x31', 'x57', 'x64', 'x9', 'x6', 'x38', 'x43', 'x14', 'x48', 'x35', 'x4', 'x45', 'x57', 'x56', 'x56', 'x55', 'x58', 'x24', 'x5', 'x33'], 'k': 4, 'n': 32, '_time': 0.0002791881561279297, '_task': 'basic_procedural'...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x34 x3 x26 x30 x13 x20 x60 x8 x49 x10 x53 x33 x57 x15 x20 x15 x53 x59 x49 x6 x38 x34 x29 x53 x36 x36 x10 x55 x25 x21 x21 x47
x34 x3 x26 x30 x13 x20 x60 x8 x49 x10 x53 x33 x57 x15 x59 x6 x38 x29 x36 x55 x25 x21 x47
{'task': 'set', 'seq': ['x34', 'x3', 'x26', 'x30', 'x13', 'x20', 'x60', 'x8', 'x49', 'x10', 'x53', 'x33', 'x57', 'x15', 'x20', 'x15', 'x53', 'x59', 'x49', 'x6', 'x38', 'x34', 'x29', 'x53', 'x36', 'x36', 'x10', 'x55', 'x25', 'x21', 'x21', 'x47'], 'k': 4, 'n': 32, '_time': 0.00024890899658203125, '_task': 'basic_procedur...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x46 x34 x23 x8 x57 x29 x21 x7 x46 x20 x5 x19 x45 x32 x17 x18 x56 x22 x23 x36 x48 x60 x26 x7 x19 x1 x8 x51 x60 x36 x24 x3
x46 x34 x23 x8 x57 x29 x21 x7 x20 x5 x19 x45 x32 x17 x18 x56 x22 x36 x48 x60 x26 x1 x51 x24 x3
{'task': 'set', 'seq': ['x46', 'x34', 'x23', 'x8', 'x57', 'x29', 'x21', 'x7', 'x46', 'x20', 'x5', 'x19', 'x45', 'x32', 'x17', 'x18', 'x56', 'x22', 'x23', 'x36', 'x48', 'x60', 'x26', 'x7', 'x19', 'x1', 'x8', 'x51', 'x60', 'x36', 'x24', 'x3'], 'k': 4, 'n': 32, '_time': 0.0002777576446533203, '_task': 'basic_procedural', ...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x55 x47 x3 x2 x54 x29 x39 x23 x53 x58 x49 x6 x19 x22 x8 x59 x40 x1 x8 x29 x25 x61 x24 x37 x54 x53 x47 x11 x14 x31 x48 x28 (TARGET) x31
x55 x47 x3 x2 x54 x29 x39 x23 x53 x58 x49 x6 x19 x22 x8 x59 x40 x1 x8 x29 x25 x61 x24 x37 x54 x53 x47 x11 x14 x48 x28
{'task': 'delete', 'seq': [['x55', 'x47', 'x3', 'x2', 'x54', 'x29', 'x39', 'x23', 'x53', 'x58', 'x49', 'x6', 'x19', 'x22', 'x8', 'x59', 'x40', 'x1', 'x8', 'x29', 'x25', 'x61', 'x24', 'x37', 'x54', 'x53', 'x47', 'x11', 'x14', 'x31', 'x48', 'x28'], 'x31'], 'k': 4, 'n': 32, '_time': 0.00026679039001464844, '_task': 'basic...
delete
instruct
0