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) x30 x26 x62 x27 x26 x35 x49 x42 x59 x24 x52 x53 x2 x60 x60 x16 x42 x15 x6 x38 x19 x14 x55 x44 x1 x13 x4 x15 x28 x51 x28 x46
x1 x2 x4 x6 x13 x14 x15 x15 x16 x19 x24 x26 x26 x27 x28 x28 x30 x35 x38 x42 x42 x44 x46 x49 x51 x52 x53 x55 x59 x60 x60 x62
{'task': 'sort', 'seq': ['x30', 'x26', 'x62', 'x27', 'x26', 'x35', 'x49', 'x42', 'x59', 'x24', 'x52', 'x53', 'x2', 'x60', 'x60', 'x16', 'x42', 'x15', 'x6', 'x38', 'x19', 'x14', 'x55', 'x44', 'x1', 'x13', 'x4', 'x15', 'x28', 'x51', 'x28', 'x46'], 'k': 4, 'n': 32, '_time': 0.00043392181396484375, '_task': 'basic_procedur...
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 o0 c0 o1 o0 o0 c0 c0 c1 c0 o3 o2 c3 o2 o2 o2 c2 c2 c2 o2 c2 o0 c2 o3 o2 c0 o3 o3 c3 c2 c3 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004184246063232422, '_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) x23 x35 x34 x62 x47 x34 x29 x47 x36 x64 x54 x37 x64 x35 x12 x50 x14 x10 x37 x30 x45 x38 x10 x2 x31 x26 x46 x24 x17 x28 x17 x13
x23 x35 x34 x62 x47 x29 x36 x64 x54 x37 x12 x50 x14 x10 x30 x45 x38 x2 x31 x26 x46 x24 x17 x28 x13
{'task': 'set', 'seq': ['x23', 'x35', 'x34', 'x62', 'x47', 'x34', 'x29', 'x47', 'x36', 'x64', 'x54', 'x37', 'x64', 'x35', 'x12', 'x50', 'x14', 'x10', 'x37', 'x30', 'x45', 'x38', 'x10', 'x2', 'x31', 'x26', 'x46', 'x24', 'x17', 'x28', 'x17', 'x13'], 'k': 4, 'n': 32, '_time': 0.0004203319549560547, '_task': 'basic_procedu...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x48 x5 x44 x37 x8 x49 x40 x12 x15 x12 x59 x27 x48 x34 x1 x44 x21 x63 x47 x33 x55 x48 x48 x43 x45 x11 x7 x59 x64 x3 x30 x10
x1 x3 x5 x7 x8 x10 x11 x12 x12 x15 x21 x27 x30 x33 x34 x37 x40 x43 x44 x44 x45 x47 x48 x48 x48 x48 x49 x55 x59 x59 x63 x64
{'task': 'sort', 'seq': ['x48', 'x5', 'x44', 'x37', 'x8', 'x49', 'x40', 'x12', 'x15', 'x12', 'x59', 'x27', 'x48', 'x34', 'x1', 'x44', 'x21', 'x63', 'x47', 'x33', 'x55', 'x48', 'x48', 'x43', 'x45', 'x11', 'x7', 'x59', 'x64', 'x3', 'x30', 'x10'], 'k': 4, 'n': 32, '_time': 0.00043463706970214844, '_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.
o0 o0 o3 c0 o2 c2 o3 o1 c1 o3 c3 o1 c1 o1 c0 c3 o2 c3 c2 o3 c1 c3 o3 c3 o2 o3 o0 c2 c0 o2 c3 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004527568817138672, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
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 c0 o2 o3 o3 c3 c3 c2 o3 o2 o1 o2 o2 c2 c2 c1 o0 c0 o1 o3 c3 o1 c1 c1 c2 o3 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038170814514160156, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x5 x59 x39 x32 x27 x38 x54 x61 x24 x25 x9 x1 x5 x22 x14 x19 x50 x22 x32 x16 x26 x23 x64 x43 x61 x53 x23 x61 x26 x23 x52 x58 (TARGET) x43
x5 x59 x39 x32 x27 x38 x54 x61 x24 x25 x9 x1 x5 x22 x14 x19 x50 x22 x32 x16 x26 x23 x64 x61 x53 x23 x61 x26 x23 x52 x58
{'task': 'delete', 'seq': [['x5', 'x59', 'x39', 'x32', 'x27', 'x38', 'x54', 'x61', 'x24', 'x25', 'x9', 'x1', 'x5', 'x22', 'x14', 'x19', 'x50', 'x22', 'x32', 'x16', 'x26', 'x23', 'x64', 'x43', 'x61', 'x53', 'x23', 'x61', 'x26', 'x23', 'x52', 'x58'], 'x43'], 'k': 4, 'n': 32, '_time': 0.0004229545593261719, '_task': 'basi...
delete
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x5 x54 x21 x4 x55 x9 x23 x56 x46 x52 x25 x49 x13 x12 x24 x8 x43 x40 x49 x64 x52 x64 x1 x3 x49 x48 x50 x27 x24 x45 x28 x17 (TARGET) x2
x5 x54 x21 x4 x55 x9 x23 x56 x46 x52 x25 x49 x13 x12 x24 x8 x43 x40 x49 x64 x52 x64 x1 x3 x49 x48 x50 x27 x24 x45 x28 x17
{'task': 'delete', 'seq': [['x5', 'x54', 'x21', 'x4', 'x55', 'x9', 'x23', 'x56', 'x46', 'x52', 'x25', 'x49', 'x13', 'x12', 'x24', 'x8', 'x43', 'x40', 'x49', 'x64', 'x52', 'x64', 'x1', 'x3', 'x49', 'x48', 'x50', 'x27', 'x24', 'x45', 'x28', 'x17'], 'x2'], 'k': 4, 'n': 32, '_time': 0.00045943260192871094, '_task': 'basic_...
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 o1 c1 o3 c3 o0 c0 o3 c3 o2 c2 o3 o3 c3 c3 o3 o0 c3 c0 o2 c2 o1 o2 c1 o3 c2 c3 o1 c1 o1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045228004455566406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 c2 o3 c3 o2 o2 c2 c2 o0 o0 c0 o3 o0 o0 o1 c3 c0 o2 o1 o3 c3 o1 o3 c0 o2 c0 c2 c2 c3 c1 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004513263702392578, '_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) x24 x24 x27 x25 x37 x10 x58 x1 x15 x18 x18 x51 x36 x13 x20 x26 x38 x34 x31 x22 x19 x21 x41 x11 x10 x2 x48 x7 x17 x38 x32 x32 (TARGET) x22
x24 x24 x27 x25 x37 x10 x58 x1 x15 x18 x18 x51 x36 x13 x20 x26 x38 x34 x31 x19 x21 x41 x11 x10 x2 x48 x7 x17 x38 x32 x32
{'task': 'delete', 'seq': [['x24', 'x24', 'x27', 'x25', 'x37', 'x10', 'x58', 'x1', 'x15', 'x18', 'x18', 'x51', 'x36', 'x13', 'x20', 'x26', 'x38', 'x34', 'x31', 'x22', 'x19', 'x21', 'x41', 'x11', 'x10', 'x2', 'x48', 'x7', 'x17', 'x38', 'x32', 'x32'], 'x22'], 'k': 4, 'n': 32, '_time': 0.0004012584686279297, '_task': 'bas...
delete
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x24 x10 x59 x35 x33 x8 x39 x30 x29 x15 x20 x19 x13 x31 x41 x45 (B) x59 x1 x7 x12 x17 x21 x54 x31 x39 x1 x47 x40 x12 x55 x48 x8
x24 x10 x59 x35 x33 x8 x39 x30 x29 x15 x20 x19 x13 x31 x41 x45 x1 x7 x12 x17 x21 x54 x47 x40 x55 x48
{'task': 'union', 'seq': [['x24', 'x10', 'x59', 'x35', 'x33', 'x8', 'x39', 'x30', 'x29', 'x15', 'x20', 'x19', 'x13', 'x31', 'x41', 'x45'], ['x59', 'x1', 'x7', 'x12', 'x17', 'x21', 'x54', 'x31', 'x39', 'x1', 'x47', 'x40', 'x12', 'x55', 'x48', 'x8']], 'k': 4, 'n': 32, '_time': 0.00045299530029296875, '_task': 'basic_proc...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x61 x17 x46 x1 x39 x63 x28 x46 x59 x6 x16 x64 x31 x41 x31 x18 x40 x9 x4 x22 x48 x21 x56 x39 x27 x40 x14 x61 x12 x48 x58 x53
x61 x17 x46 x1 x39 x63 x28 x59 x6 x16 x64 x31 x41 x18 x40 x9 x4 x22 x48 x21 x56 x27 x14 x12 x58 x53
{'task': 'set', 'seq': ['x61', 'x17', 'x46', 'x1', 'x39', 'x63', 'x28', 'x46', 'x59', 'x6', 'x16', 'x64', 'x31', 'x41', 'x31', 'x18', 'x40', 'x9', 'x4', 'x22', 'x48', 'x21', 'x56', 'x39', 'x27', 'x40', 'x14', 'x61', 'x12', 'x48', 'x58', 'x53'], 'k': 4, 'n': 32, '_time': 0.0004222393035888672, '_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 o3 c3 o2 o1 c1 o1 c1 o2 o2 o0 c0 o0 c0 c2 o2 o1 o3 c1 c3 o1 o0 c2 c2 c0 o2 o1 c2 c1 c1 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_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 o1 o2 c2 c0 o1 o1 c1 c1 c1 o1 o0 o0 o1 o1 o2 c1 c1 o2 o2 o1 o2 c1 o1 c1 c0 c2 c1 c0 c2 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004475116729736328, '_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 x46; PUSH x26; PUSH x8; PUSH x18; PUSH x35; PUSH x63; POP; PUSH x30; PUSH x64; PUSH x10; PUSH x56; POP; POP; PUSH x7; PUSH x2; POP; POP; PUSH x49; PUSH x2...
x26 x46
{'task': 'stack', 'seq': ['PUSH x46', 'PUSH x26', 'PUSH x8', 'PUSH x18', 'PUSH x35', 'PUSH x63', 'POP', 'PUSH x30', 'PUSH x64', 'PUSH x10', 'PUSH x56', 'POP', 'POP', 'PUSH x7', 'PUSH x2', 'POP', 'POP', 'PUSH x49', 'PUSH x21', 'PUSH x12', 'POP', 'PUSH x1', 'POP', 'POP', 'PUSH x17', 'POP', 'POP', 'POP', 'POP', 'POP', 'PO...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x4 x4 x15 x56 x33 x23 x31 x51 x34 x42 x58 x56 x17 x31 x37 x4 x4 x42 x64 x31 x11 x61 x16 x16 x13 x14 x15 x62 x58 x9 x17 x46
x4 x4 x15 x56 x33 x23 x31 x51 x34 x42 x58 x56 x17 x31 x37 x4 x4 x42 x64 x31 x11 x61 x16 x16 x13 x14 x15 x62 x58 x9 x17 x46
{'task': 'identity', 'seq': ['x4', 'x4', 'x15', 'x56', 'x33', 'x23', 'x31', 'x51', 'x34', 'x42', 'x58', 'x56', 'x17', 'x31', 'x37', 'x4', 'x4', 'x42', 'x64', 'x31', 'x11', 'x61', 'x16', 'x16', 'x13', 'x14', 'x15', 'x62', 'x58', 'x9', 'x17', 'x46'], 'k': 4, 'n': 32, '_time': 0.00037741661071777344, '_task': 'basic_proce...
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 x14; POP; POP; PUSH x8; POP; PUSH x21; PUSH x64; POP; PUSH x8; PUSH x49; PUSH x26; PUSH x53; PUSH x59; PUSH x63; PUSH x33; PUSH x16; PUSH x55; PO...
x61 x21
{'task': 'stack', 'seq': ['PUSH x2', 'PUSH x14', 'POP', 'POP', 'PUSH x8', 'POP', 'PUSH x21', 'PUSH x64', 'POP', 'PUSH x8', 'PUSH x49', 'PUSH x26', 'PUSH x53', 'PUSH x59', 'PUSH x63', 'PUSH x33', 'PUSH x16', 'PUSH x55', 'POP', 'PUSH x36', 'POP', 'POP', 'POP', 'POP', 'PUSH x56', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', ...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x15 x2 x35 x8 x32 x64 x1 x50 x4 x27 x31 x14 x17 x19 x21 x19 x41 x33 x36 x39 x23 x18 x38 x46 x18 x10 x55 x53 x34 x15 x36 x58 (TARGET) x21
x15 x2 x35 x8 x32 x64 x1 x50 x4 x27 x31 x14 x17 x19 x19 x41 x33 x36 x39 x23 x18 x38 x46 x18 x10 x55 x53 x34 x15 x36 x58
{'task': 'delete', 'seq': [['x15', 'x2', 'x35', 'x8', 'x32', 'x64', 'x1', 'x50', 'x4', 'x27', 'x31', 'x14', 'x17', 'x19', 'x21', 'x19', 'x41', 'x33', 'x36', 'x39', 'x23', 'x18', 'x38', 'x46', 'x18', 'x10', 'x55', 'x53', 'x34', 'x15', 'x36', 'x58'], 'x21'], 'k': 4, 'n': 32, '_time': 0.0004565715789794922, '_task': 'basi...
delete
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 o2 c2 c0 o3 o1 o1 o1 c3 c1 c1 c1 o1 o0 o0 o3 c0 o2 c1 o1 c0 o2 c3 o2 o1 o2 c2 c1 c1 c2 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045108795166015625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 o1 c1 o2 c2 c3 o3 o2 c2 c3 o2 o2 c2 o2 c2 c2 o2 o1 o1 c1 c1 o1 c1 o1 c1 o0 c0 c2 o3 o2 c2 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038552284240722656, '_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) x24 x64 x5 x51 x4 x22 x11 x63 x57 x1 x37 x63 x7 x51 x5 x51 x48 x25 x28 x56 x63 x55 x51 x53 x22 x47 x13 x10 x28 x41 x51 x54
x24 x64 x5 x51 x4 x22 x11 x63 x57 x1 x37 x63 x7 x51 x5 x51 x48 x25 x28 x56 x63 x55 x51 x53 x22 x47 x13 x10 x28 x41 x51 x54
{'task': 'identity', 'seq': ['x24', 'x64', 'x5', 'x51', 'x4', 'x22', 'x11', 'x63', 'x57', 'x1', 'x37', 'x63', 'x7', 'x51', 'x5', 'x51', 'x48', 'x25', 'x28', 'x56', 'x63', 'x55', 'x51', 'x53', 'x22', 'x47', 'x13', 'x10', 'x28', 'x41', 'x51', 'x54'], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_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 x5; PUSH x62; PUSH x30; PUSH x60; PUSH x56; PUSH x22; PUSH x16; POP; PUSH x11; PUSH x35; PUSH x51; POP; PUSH x45; POP; PUSH x18; PUSH x9; PUSH x36; PUSH x...
x9 x18 x35 x11 x22 x56 x60 x30 x62 x5
{'task': 'stack', 'seq': ['PUSH x5', 'PUSH x62', 'PUSH x30', 'PUSH x60', 'PUSH x56', 'PUSH x22', 'PUSH x16', 'POP', 'PUSH x11', 'PUSH x35', 'PUSH x51', 'POP', 'PUSH x45', 'POP', 'PUSH x18', 'PUSH x9', 'PUSH x36', 'PUSH x59', 'POP', 'PUSH x39', 'PUSH x48', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'PUSH x29', 'POP', 'PUSH...
stack
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x16 x49 x45 x60 x15 x11 x61 x41 x26 x45 x21 x63 x51 x34 x12 x40 x38 x3 x17 x12 x62 x54 x26 x58 x22 x35 x20 x11 x31 x31 x53 x58
x3 x11 x11 x12 x12 x15 x16 x17 x20 x21 x22 x26 x26 x31 x31 x34 x35 x38 x40 x41 x45 x45 x49 x51 x53 x54 x58 x58 x60 x61 x62 x63
{'task': 'sort', 'seq': ['x16', 'x49', 'x45', 'x60', 'x15', 'x11', 'x61', 'x41', 'x26', 'x45', 'x21', 'x63', 'x51', 'x34', 'x12', 'x40', 'x38', 'x3', 'x17', 'x12', 'x62', 'x54', 'x26', 'x58', 'x22', 'x35', 'x20', 'x11', 'x31', 'x31', 'x53', 'x58'], 'k': 4, 'n': 32, '_time': 0.0004050731658935547, '_task': 'basic_proced...
sort
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x44; POP; PUSH x12; PUSH x23; PUSH x17; PUSH x23; PUSH x7; POP; PUSH x14; PUSH x43; POP; PUSH x60; POP; PUSH x4; POP; PUSH x18; POP; POP; POP; PUSH x33; P...
EMPTY
{'task': 'stack', 'seq': ['PUSH x44', 'POP', 'PUSH x12', 'PUSH x23', 'PUSH x17', 'PUSH x23', 'PUSH x7', 'POP', 'PUSH x14', 'PUSH x43', 'POP', 'PUSH x60', 'POP', 'PUSH x4', 'POP', 'PUSH x18', 'POP', 'POP', 'POP', 'PUSH x33', 'POP', 'POP', 'PUSH x52', 'PUSH x44', 'POP', 'POP', 'PUSH x60', 'POP', 'POP', 'PUSH x7', '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 o1 o1 c1 c1 o1 o3 c3 c1 o3 o0 c0 o2 o0 o0 o1 o0 o0 c1 o2 c3 c0 c0 c0 c0 c2 c2 o1 c1 o1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004513263702392578, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o1 o2 o1 c1 c2 o1 o1 c1 o2 o3 c3 c2 o0 o3 c3 c0 c1 c1 o3 c3 c1 o1 o1 c1 c1 o1 o2 o0 c0 c2 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038361549377441406, '_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) x23 x25 x30 x40 x24 x58 x7 x10 x10 x3 x41 x60 x21 x11 x7 x55 x46 x31 x24 x44 x7 x55 x35 x59 x52 x60 x1 x5 x28 x27 x33 x37
x23 x25 x30 x40 x24 x58 x7 x10 x10 x3 x41 x60 x21 x11 x7 x55 x46 x31 x24 x44 x7 x55 x35 x59 x52 x60 x1 x5 x28 x27 x33 x37
{'task': 'identity', 'seq': ['x23', 'x25', 'x30', 'x40', 'x24', 'x58', 'x7', 'x10', 'x10', 'x3', 'x41', 'x60', 'x21', 'x11', 'x7', 'x55', 'x46', 'x31', 'x24', 'x44', 'x7', 'x55', 'x35', 'x59', 'x52', 'x60', 'x1', 'x5', 'x28', 'x27', 'x33', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_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.
o0 o3 c3 c0 o2 o2 c2 c2 o2 o2 o0 o0 o1 c0 c0 o2 o0 o0 c1 o3 c2 o1 c1 o3 o0 c0 c3 c3 c0 c0 c2 c2
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004506111145019531, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':...
dyck_shuffle
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x36; PUSH x1; PUSH x46; POP; POP; PUSH x54; PUSH x42; POP; PUSH x59; PUSH x37; PUSH x26; PUSH x60; PUSH x29; PUSH x11; PUSH x18; PUSH x17; POP; PUSH x44; ...
x5 x4 x44 x18 x11 x29 x60 x26 x37 x59 x54 x36
{'task': 'stack', 'seq': ['PUSH x36', 'PUSH x1', 'PUSH x46', 'POP', 'POP', 'PUSH x54', 'PUSH x42', 'POP', 'PUSH x59', 'PUSH x37', 'PUSH x26', 'PUSH x60', 'PUSH x29', 'PUSH x11', 'PUSH x18', 'PUSH x17', 'POP', 'PUSH x44', 'PUSH x4', 'PUSH x5', 'PUSH x59', 'PUSH x14', 'PUSH x52', 'POP', 'POP', 'POP', 'PUSH x37', 'POP', '...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x13 x55 x39 x38 x38 x10 x59 x21 x40 x22 x15 x2 x51 x37 x33 x33 x21 x36 x63 x53 x42 x38 x1 x50 x48 x11 x53 x17 x4 x29 x41 x25
x13 x55 x39 x38 x38 x10 x59 x21 x40 x22 x15 x2 x51 x37 x33 x33 x21 x36 x63 x53 x42 x38 x1 x50 x48 x11 x53 x17 x4 x29 x41 x25
{'task': 'identity', 'seq': ['x13', 'x55', 'x39', 'x38', 'x38', 'x10', 'x59', 'x21', 'x40', 'x22', 'x15', 'x2', 'x51', 'x37', 'x33', 'x33', 'x21', 'x36', 'x63', 'x53', 'x42', 'x38', 'x1', 'x50', 'x48', 'x11', 'x53', 'x17', 'x4', 'x29', 'x41', 'x25'], 'k': 4, 'n': 32, '_time': 0.0004086494445800781, '_task': 'basic_proc...
identity
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x35 x13 x49 x1 x52 x33 x40 x18 x36 x58 x54 x10 x33 x24 x38 x63 (B) x32 x27 x56 x2 x23 x35 x4 x55 x20 x56 x11 x39 x9 x43 x56 x63
x35 x13 x49 x1 x52 x33 x40 x18 x36 x58 x54 x10 x24 x38 x63 x32 x27 x56 x2 x23 x4 x55 x20 x11 x39 x9 x43
{'task': 'union', 'seq': [['x35', 'x13', 'x49', 'x1', 'x52', 'x33', 'x40', 'x18', 'x36', 'x58', 'x54', 'x10', 'x33', 'x24', 'x38', 'x63'], ['x32', 'x27', 'x56', 'x2', 'x23', 'x35', 'x4', 'x55', 'x20', 'x56', 'x11', 'x39', 'x9', 'x43', 'x56', 'x63']], 'k': 4, 'n': 32, '_time': 0.0004608631134033203, '_task': 'basic_proc...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x24 x5 x7 x35 x50 x42 x60 x57 x42 x8 x63 x59 x27 x57 x58 x25 x4 x28 x20 x40 x3 x61 x44 x20 x22 x11 x5 x62 x30 x44 x48 x61
x24 x5 x7 x35 x50 x42 x60 x57 x8 x63 x59 x27 x58 x25 x4 x28 x20 x40 x3 x61 x44 x22 x11 x62 x30 x48
{'task': 'set', 'seq': ['x24', 'x5', 'x7', 'x35', 'x50', 'x42', 'x60', 'x57', 'x42', 'x8', 'x63', 'x59', 'x27', 'x57', 'x58', 'x25', 'x4', 'x28', 'x20', 'x40', 'x3', 'x61', 'x44', 'x20', 'x22', 'x11', 'x5', 'x62', 'x30', 'x44', 'x48', 'x61'], 'k': 4, 'n': 32, '_time': 0.00042557716369628906, '_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.
o2 c2 o3 c3 o1 o2 c2 c1 o3 c3 o2 c2 o1 c1 o1 o2 o0 o2 c2 c0 c2 o1 c1 c1 o3 o1 c1 c3 o1 c1 o2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003821849822998047, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
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 o1 c1 o3 o2 c2 o3 c3 o1 c1 c3 c2 o2 c2 c0 o2 c2 o0 o0 o1 c1 o2 o0 o3 o1 c1 c3 c0 c2 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003826618194580078, '_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) x52 x64 x23 x56 x19 x50 x18 x41 x11 x38 x15 x14 x19 x28 x49 x32 (B) x61 x14 x10 x31 x22 x1 x18 x49 x19 x55 x18 x57 x40 x58 x12 x19
x52 x64 x23 x56 x19 x50 x18 x41 x11 x38 x15 x14 x28 x49 x32 x61 x10 x31 x22 x1 x55 x57 x40 x58 x12
{'task': 'union', 'seq': [['x52', 'x64', 'x23', 'x56', 'x19', 'x50', 'x18', 'x41', 'x11', 'x38', 'x15', 'x14', 'x19', 'x28', 'x49', 'x32'], ['x61', 'x14', 'x10', 'x31', 'x22', 'x1', 'x18', 'x49', 'x19', 'x55', 'x18', 'x57', 'x40', 'x58', 'x12', 'x19']], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_task': 'basic_p...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x31 x61 x51 x24 x52 x27 x6 x37 x21 x14 x41 x64 x29 x1 x19 x1 x2 x47 x8 x46 x22 x35 x52 x6 x44 x25 x20 x10 x60 x28 x25 x15
x1 x1 x2 x6 x6 x8 x10 x14 x15 x19 x20 x21 x22 x24 x25 x25 x27 x28 x29 x31 x35 x37 x41 x44 x46 x47 x51 x52 x52 x60 x61 x64
{'task': 'sort', 'seq': ['x31', 'x61', 'x51', 'x24', 'x52', 'x27', 'x6', 'x37', 'x21', 'x14', 'x41', 'x64', 'x29', 'x1', 'x19', 'x1', 'x2', 'x47', 'x8', 'x46', 'x22', 'x35', 'x52', 'x6', 'x44', 'x25', 'x20', 'x10', 'x60', 'x28', 'x25', 'x15'], 'k': 4, 'n': 32, '_time': 0.00043511390686035156, '_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) x36 x8 x23 x32 x64 x20 x50 x58 x34 x34 x33 x58 x7 x17 x33 x31 (B) x42 x48 x9 x63 x27 x9 x64 x12 x51 x38 x46 x13 x53 x29 x26 x50
x36 x8 x23 x32 x64 x20 x50 x58 x34 x33 x7 x17 x31 x42 x48 x9 x63 x27 x12 x51 x38 x46 x13 x53 x29 x26
{'task': 'union', 'seq': [['x36', 'x8', 'x23', 'x32', 'x64', 'x20', 'x50', 'x58', 'x34', 'x34', 'x33', 'x58', 'x7', 'x17', 'x33', 'x31'], ['x42', 'x48', 'x9', 'x63', 'x27', 'x9', 'x64', 'x12', 'x51', 'x38', 'x46', 'x13', 'x53', 'x29', 'x26', 'x50']], 'k': 4, 'n': 32, '_time': 0.0004508495330810547, '_task': 'basic_proc...
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 x59; POP; PUSH x25; PUSH x3; POP; PUSH x50; POP; PUSH x23; POP; POP; PUSH x41; POP; PUSH x13; PUSH x23; PUSH x44; PUSH x17; PUSH x6; PUSH x37; PUSH x50; P...
EMPTY
{'task': 'stack', 'seq': ['PUSH x59', 'POP', 'PUSH x25', 'PUSH x3', 'POP', 'PUSH x50', 'POP', 'PUSH x23', 'POP', 'POP', 'PUSH x41', 'POP', 'PUSH x13', 'PUSH x23', 'PUSH x44', 'PUSH x17', 'PUSH x6', 'PUSH x37', 'PUSH x50', 'POP', 'PUSH x8', 'PUSH x2', 'POP', 'PUSH x32', '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) x30 x8 x10 x58 x6 x13 x59 x48 x52 x32 x49 x34 x9 x46 x63 x42 (B) x25 x32 x24 x24 x10 x29 x59 x61 x35 x1 x48 x30 x25 x51 x25 x53
x30 x8 x10 x58 x6 x13 x59 x48 x52 x32 x49 x34 x9 x46 x63 x42 x25 x24 x29 x61 x35 x1 x51 x53
{'task': 'union', 'seq': [['x30', 'x8', 'x10', 'x58', 'x6', 'x13', 'x59', 'x48', 'x52', 'x32', 'x49', 'x34', 'x9', 'x46', 'x63', 'x42'], ['x25', 'x32', 'x24', 'x24', 'x10', 'x29', 'x59', 'x61', 'x35', 'x1', 'x48', 'x30', 'x25', 'x51', 'x25', 'x53']], 'k': 4, 'n': 32, '_time': 0.0004458427429199219, '_task': 'basic_proc...
union
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x28 x8 x7 x7 x28 x24 x6 x40 x9 x31 x38 x35 x44 x44 x25 x59 (B) x29 x6 x40 x15 x26 x14 x29 x54 x54 x23 x24 x27 x56 x30 x24 x1
x28 x8 x7 x24 x6 x40 x9 x31 x38 x35 x44 x25 x59 x29 x15 x26 x14 x54 x23 x27 x56 x30 x1
{'task': 'union', 'seq': [['x28', 'x8', 'x7', 'x7', 'x28', 'x24', 'x6', 'x40', 'x9', 'x31', 'x38', 'x35', 'x44', 'x44', 'x25', 'x59'], ['x29', 'x6', 'x40', 'x15', 'x26', 'x14', 'x29', 'x54', 'x54', 'x23', 'x24', 'x27', 'x56', 'x30', 'x24', 'x1']], 'k': 4, 'n': 32, '_time': 0.00044536590576171875, '_task': 'basic_proced...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x6 x26 x49 x30 x43 x40 x53 x38 x42 x20 x22 x47 x22 x50 x63 x22 x60 x38 x45 x37 x42 x17 x61 x19 x64 x26 x58 x52 x32 x53 x15 x63 (TARGET) x63
x6 x26 x49 x30 x43 x40 x53 x38 x42 x20 x22 x47 x22 x50 x22 x60 x38 x45 x37 x42 x17 x61 x19 x64 x26 x58 x52 x32 x53 x15 x63
{'task': 'delete', 'seq': [['x6', 'x26', 'x49', 'x30', 'x43', 'x40', 'x53', 'x38', 'x42', 'x20', 'x22', 'x47', 'x22', 'x50', 'x63', 'x22', 'x60', 'x38', 'x45', 'x37', 'x42', 'x17', 'x61', 'x19', 'x64', 'x26', 'x58', 'x52', 'x32', 'x53', 'x15', 'x63'], 'x63'], 'k': 4, 'n': 32, '_time': 0.00043845176696777344, '_task': '...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x64 x12 x51 x13 x23 x10 x63 x13 x10 x51 x23 x60 x1 x56 x26 x33 x46 x61 x33 x55 x40 x12 x47 x12 x2 x55 x39 x1 x31 x39 x50 x46
x64 x12 x51 x13 x23 x10 x63 x60 x1 x56 x26 x33 x46 x61 x55 x40 x47 x2 x39 x31 x50
{'task': 'set', 'seq': ['x64', 'x12', 'x51', 'x13', 'x23', 'x10', 'x63', 'x13', 'x10', 'x51', 'x23', 'x60', 'x1', 'x56', 'x26', 'x33', 'x46', 'x61', 'x33', 'x55', 'x40', 'x12', 'x47', 'x12', 'x2', 'x55', 'x39', 'x1', 'x31', 'x39', 'x50', 'x46'], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_task': 'basic_procedura...
set
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 c0 o1 o2 c2 c1 o1 c1 o0 o3 o0 o0 o0 c0 c0 o0 c0 c3 o3 o3 c0 o3 o3 o1 o3 c1 c3 c0 c3 c3 c3 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_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) x58 x40 x5 x43 x55 x51 x38 x31 x58 x24 x36 x13 x39 x40 x2 x21 x3 x1 x46 x55 x9 x31 x64 x17 x31 x63 x57 x46 x59 x33 x17 x26
x1 x2 x3 x5 x9 x13 x17 x17 x21 x24 x26 x31 x31 x31 x33 x36 x38 x39 x40 x40 x43 x46 x46 x51 x55 x55 x57 x58 x58 x59 x63 x64
{'task': 'sort', 'seq': ['x58', 'x40', 'x5', 'x43', 'x55', 'x51', 'x38', 'x31', 'x58', 'x24', 'x36', 'x13', 'x39', 'x40', 'x2', 'x21', 'x3', 'x1', 'x46', 'x55', 'x9', 'x31', 'x64', 'x17', 'x31', 'x63', 'x57', 'x46', 'x59', 'x33', 'x17', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004353523254394531, '_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 x9; PUSH x49; POP; PUSH x63; POP; PUSH x30; POP; POP; PUSH x47; PUSH x61; PUSH x14; PUSH x41; PUSH x21; PUSH x11; POP; PUSH x31; PUSH x56; POP; PUSH x56; ...
EMPTY
{'task': 'stack', 'seq': ['PUSH x9', 'PUSH x49', 'POP', 'PUSH x63', 'POP', 'PUSH x30', 'POP', 'POP', 'PUSH x47', 'PUSH x61', 'PUSH x14', 'PUSH x41', 'PUSH x21', 'PUSH x11', 'POP', 'PUSH x31', 'PUSH x56', 'POP', 'PUSH x56', 'PUSH x45', 'POP', 'PUSH x36', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x51', '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) x40 x11 x38 x60 x53 x38 x17 x9 x44 x35 x13 x4 x48 x36 x13 x20 (B) x47 x61 x15 x49 x36 x23 x61 x2 x6 x3 x1 x48 x15 x11 x4 x34
x40 x11 x38 x60 x53 x17 x9 x44 x35 x13 x4 x48 x36 x20 x47 x61 x15 x49 x23 x2 x6 x3 x1 x34
{'task': 'union', 'seq': [['x40', 'x11', 'x38', 'x60', 'x53', 'x38', 'x17', 'x9', 'x44', 'x35', 'x13', 'x4', 'x48', 'x36', 'x13', 'x20'], ['x47', 'x61', 'x15', 'x49', 'x36', 'x23', 'x61', 'x2', 'x6', 'x3', 'x1', 'x48', 'x15', 'x11', 'x4', 'x34']], 'k': 4, 'n': 32, '_time': 0.00044655799865722656, '_task': 'basic_proced...
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.
o0 o1 c0 c1 o0 o0 c0 c0 o0 c0 o2 o2 o3 o3 c2 c2 c3 c3 o2 o1 o3 o3 o3 c1 o1 c2 o0 c0 c3 c1 c3 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004515647888183594, '_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) x60 x2 x53 x26 x26 x58 x57 x31 x53 x15 x49 x33 x8 x19 x42 x56 (B) x2 x15 x1 x17 x22 x32 x9 x9 x36 x8 x26 x9 x3 x39 x40 x12
x60 x2 x53 x26 x58 x57 x31 x15 x49 x33 x8 x19 x42 x56 x1 x17 x22 x32 x9 x36 x3 x39 x40 x12
{'task': 'union', 'seq': [['x60', 'x2', 'x53', 'x26', 'x26', 'x58', 'x57', 'x31', 'x53', 'x15', 'x49', 'x33', 'x8', 'x19', 'x42', 'x56'], ['x2', 'x15', 'x1', 'x17', 'x22', 'x32', 'x9', 'x9', 'x36', 'x8', 'x26', 'x9', 'x3', 'x39', 'x40', 'x12']], 'k': 4, 'n': 32, '_time': 0.0004470348358154297, '_task': 'basic_procedura...
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 o2 o3 c3 c2 o1 o3 o1 c1 c3 c1 c3 o3 c3 o2 o2 c2 c2 o3 o1 o1 o2 c2 o2 c2 c1 c1 o3 o1 c1 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003638267517089844, '_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) x8 x39 x44 x9 x43 x16 x26 x24 x60 x53 x19 x16 x5 x22 x31 x5 x57 x44 x40 x31 x1 x43 x40 x22 x10 x8 x41 x49 x30 x59 x64 x25
x25 x64 x59 x30 x49 x41 x8 x10 x22 x40 x43 x1 x31 x40 x44 x57 x5 x31 x22 x5 x16 x19 x53 x60 x24 x26 x16 x43 x9 x44 x39 x8
{'task': 'reverse', 'seq': ['x8', 'x39', 'x44', 'x9', 'x43', 'x16', 'x26', 'x24', 'x60', 'x53', 'x19', 'x16', 'x5', 'x22', 'x31', 'x5', 'x57', 'x44', 'x40', 'x31', 'x1', 'x43', 'x40', 'x22', 'x10', 'x8', 'x41', 'x49', 'x30', 'x59', 'x64', 'x25'], 'k': 4, 'n': 32, '_time': 0.0004143714904785156, '_task': 'basic_procedur...
reverse
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 o2 o0 c3 c2 c0 o3 c3 o1 c1 o1 c1 o0 c0 o0 c0 o0 c0 o1 c1 o3 o1 o1 o1 c1 c1 o2 c2 o1 c1 c3 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000457763671875, '_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
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 c3 o2 c2 o1 o1 o0 c1 o2 o2 o3 o3 o0 o1 o3 c0 o0 c0 c3 c2 o2 c0 o0 o0 c3 c0 c0 c1 c2 c2 c1 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045943260192871094, '_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) x39 x36 x58 x59 x56 x41 x18 x40 x43 x12 x14 x9 x28 x21 x49 x11 x61 x9 x56 x46 x22 x1 x31 x33 x46 x50 x41 x25 x32 x31 x47 x33
x1 x9 x9 x11 x12 x14 x18 x21 x22 x25 x28 x31 x31 x32 x33 x33 x36 x39 x40 x41 x41 x43 x46 x46 x47 x49 x50 x56 x56 x58 x59 x61
{'task': 'sort', 'seq': ['x39', 'x36', 'x58', 'x59', 'x56', 'x41', 'x18', 'x40', 'x43', 'x12', 'x14', 'x9', 'x28', 'x21', 'x49', 'x11', 'x61', 'x9', 'x56', 'x46', 'x22', 'x1', 'x31', 'x33', 'x46', 'x50', 'x41', 'x25', 'x32', 'x31', 'x47', 'x33'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_task': 'basic_procedur...
sort
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x25 x33 x36 x37 x21 x6 x40 x16 x49 x45 x61 x51 x27 x42 x46 x51 x53 x51 x60 x33 x58 x3 x26 x25 x23 x39 x39 x1 x10 x59 x25 x40
x1 x3 x6 x10 x16 x21 x23 x25 x25 x25 x26 x27 x33 x33 x36 x37 x39 x39 x40 x40 x42 x45 x46 x49 x51 x51 x51 x53 x58 x59 x60 x61
{'task': 'sort', 'seq': ['x25', 'x33', 'x36', 'x37', 'x21', 'x6', 'x40', 'x16', 'x49', 'x45', 'x61', 'x51', 'x27', 'x42', 'x46', 'x51', 'x53', 'x51', 'x60', 'x33', 'x58', 'x3', 'x26', 'x25', 'x23', 'x39', 'x39', 'x1', 'x10', 'x59', 'x25', 'x40'], 'k': 4, 'n': 32, '_time': 0.0004341602325439453, '_task': 'basic_procedur...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x17 x4 x50 x23 x32 x3 x2 x41 x2 x46 x48 x18 x10 x4 x22 x60 x22 x63 x4 x27 x57 x59 x11 x19 x51 x55 x54 x58 x49 x6 x64 x52
x52 x64 x6 x49 x58 x54 x55 x51 x19 x11 x59 x57 x27 x4 x63 x22 x60 x22 x4 x10 x18 x48 x46 x2 x41 x2 x3 x32 x23 x50 x4 x17
{'task': 'reverse', 'seq': ['x17', 'x4', 'x50', 'x23', 'x32', 'x3', 'x2', 'x41', 'x2', 'x46', 'x48', 'x18', 'x10', 'x4', 'x22', 'x60', 'x22', 'x63', 'x4', 'x27', 'x57', 'x59', 'x11', 'x19', 'x51', 'x55', 'x54', 'x58', 'x49', 'x6', 'x64', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004107952117919922, '_task': 'basic_procedura...
reverse
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o3 o0 c3 o1 c1 c0 o2 o1 c2 o3 o2 o0 o0 o2 o3 c3 c2 o1 c3 o0 c1 o0 c1 o2 o0 c2 c0 c2 c0 c0 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'...
dyck_shuffle
instruct
0
Copy the sequence exactly. (SEQUENCE) x48 x64 x54 x25 x18 x16 x45 x2 x20 x44 x14 x35 x9 x13 x27 x48 x18 x64 x50 x44 x8 x40 x22 x45 x40 x55 x60 x52 x33 x30 x29 x28
x48 x64 x54 x25 x18 x16 x45 x2 x20 x44 x14 x35 x9 x13 x27 x48 x18 x64 x50 x44 x8 x40 x22 x45 x40 x55 x60 x52 x33 x30 x29 x28
{'task': 'identity', 'seq': ['x48', 'x64', 'x54', 'x25', 'x18', 'x16', 'x45', 'x2', 'x20', 'x44', 'x14', 'x35', 'x9', 'x13', 'x27', 'x48', 'x18', 'x64', 'x50', 'x44', 'x8', 'x40', 'x22', 'x45', 'x40', 'x55', 'x60', 'x52', 'x33', 'x30', 'x29', 'x28'], 'k': 4, 'n': 32, '_time': 0.0004105567932128906, '_task': 'basic_proc...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x48 x9 x52 x5 x57 x20 x37 x55 x2 x27 x19 x49 x59 x10 x64 x37 x10 x15 x64 x42 x36 x47 x31 x45 x54 x55 x41 x60 x16 x29 x49 x37
x48 x9 x52 x5 x57 x20 x37 x55 x2 x27 x19 x49 x59 x10 x64 x15 x42 x36 x47 x31 x45 x54 x41 x60 x16 x29
{'task': 'set', 'seq': ['x48', 'x9', 'x52', 'x5', 'x57', 'x20', 'x37', 'x55', 'x2', 'x27', 'x19', 'x49', 'x59', 'x10', 'x64', 'x37', 'x10', 'x15', 'x64', 'x42', 'x36', 'x47', 'x31', 'x45', 'x54', 'x55', 'x41', 'x60', 'x16', 'x29', 'x49', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004215240478515625, '_task': 'basic_procedura...
set
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x1 x7 x17 x45 x6 x1 x25 x40 x36 x1 x8 x34 x16 x9 x21 x50 x11 x50 x49 x27 x50 x2 x47 x50 x63 x13 x32 x13 x23 x43 x11 x42
x1 x7 x17 x45 x6 x25 x40 x36 x8 x34 x16 x9 x21 x50 x11 x49 x27 x2 x47 x63 x13 x32 x23 x43 x42
{'task': 'set', 'seq': ['x1', 'x7', 'x17', 'x45', 'x6', 'x1', 'x25', 'x40', 'x36', 'x1', 'x8', 'x34', 'x16', 'x9', 'x21', 'x50', 'x11', 'x50', 'x49', 'x27', 'x50', 'x2', 'x47', 'x50', 'x63', 'x13', 'x32', 'x13', 'x23', 'x43', 'x11', 'x42'], 'k': 4, 'n': 32, '_time': 0.0004220008850097656, '_task': 'basic_procedural', '...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x29 x46 x1 x10 x8 x29 x38 x30 x60 x62 x62 x23 x48 x5 x50 x11 x51 x10 x21 x58 x53 x35 x37 x39 x2 x32 x25 x52 x33 x25 x46 x26
x29 x46 x1 x10 x8 x29 x38 x30 x60 x62 x62 x23 x48 x5 x50 x11 x51 x10 x21 x58 x53 x35 x37 x39 x2 x32 x25 x52 x33 x25 x46 x26
{'task': 'identity', 'seq': ['x29', 'x46', 'x1', 'x10', 'x8', 'x29', 'x38', 'x30', 'x60', 'x62', 'x62', 'x23', 'x48', 'x5', 'x50', 'x11', 'x51', 'x10', 'x21', 'x58', 'x53', 'x35', 'x37', 'x39', 'x2', 'x32', 'x25', 'x52', 'x33', 'x25', 'x46', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004220008850097656, '_task': 'basic_proce...
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 x41; PUSH x13; PUSH x29; PUSH x42; PUSH x27; POP; PUSH x49; POP; PUSH x16; PUSH x57; PUSH x9; PUSH x39; PUSH x50; PUSH x17; PUSH x22; PUSH x60; POP; PUSH ...
x39 x9 x57 x16 x42 x29 x13 x41
{'task': 'stack', 'seq': ['PUSH x41', 'PUSH x13', 'PUSH x29', 'PUSH x42', 'PUSH x27', 'POP', 'PUSH x49', 'POP', 'PUSH x16', 'PUSH x57', 'PUSH x9', 'PUSH x39', 'PUSH x50', 'PUSH x17', 'PUSH x22', 'PUSH x60', 'POP', 'PUSH x22', 'PUSH x51', 'PUSH x58', 'PUSH x40', 'PUSH x44', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x22 x6 x25 x48 x26 x14 x32 x28 x29 x5 x34 x17 x11 x18 x6 x25 x21 x46 x15 x54 x4 x29 x8 x20 x56 x38 x32 x44 x19 x59 x50 x32
x22 x6 x25 x48 x26 x14 x32 x28 x29 x5 x34 x17 x11 x18 x6 x25 x21 x46 x15 x54 x4 x29 x8 x20 x56 x38 x32 x44 x19 x59 x50 x32
{'task': 'identity', 'seq': ['x22', 'x6', 'x25', 'x48', 'x26', 'x14', 'x32', 'x28', 'x29', 'x5', 'x34', 'x17', 'x11', 'x18', 'x6', 'x25', 'x21', 'x46', 'x15', 'x54', 'x4', 'x29', 'x8', 'x20', 'x56', 'x38', 'x32', 'x44', 'x19', 'x59', 'x50', 'x32'], 'k': 4, 'n': 32, '_time': 0.00041294097900390625, '_task': 'basic_proce...
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 x42; PUSH x44; PUSH x52; PUSH x28; PUSH x59; PUSH x44; PUSH x13; POP; PUSH x38; PUSH x1; POP; PUSH x31; PUSH x19; PUSH x21; PUSH x13; PUSH x14; POP; PUSH ...
x6 x13 x21 x19 x31 x38 x44 x59 x28 x52 x44 x42
{'task': 'stack', 'seq': ['PUSH x42', 'PUSH x44', 'PUSH x52', 'PUSH x28', 'PUSH x59', 'PUSH x44', 'PUSH x13', 'POP', 'PUSH x38', 'PUSH x1', 'POP', 'PUSH x31', 'PUSH x19', 'PUSH x21', 'PUSH x13', 'PUSH x14', 'POP', 'PUSH x6', 'PUSH x50', 'PUSH x58', 'PUSH x38', 'PUSH x7', 'POP', 'PUSH x59', 'POP', 'PUSH x5', 'POP', 'POP...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x2 x53 x22 x39 x41 x17 x13 x64 x17 x6 x44 x1 x7 x58 x20 x21 x63 x18 x52 x7 x62 x25 x32 x59 x47 x40 x57 x29 x19 x35 x55 x5
x2 x53 x22 x39 x41 x17 x13 x64 x17 x6 x44 x1 x7 x58 x20 x21 x63 x18 x52 x7 x62 x25 x32 x59 x47 x40 x57 x29 x19 x35 x55 x5
{'task': 'identity', 'seq': ['x2', 'x53', 'x22', 'x39', 'x41', 'x17', 'x13', 'x64', 'x17', 'x6', 'x44', 'x1', 'x7', 'x58', 'x20', 'x21', 'x63', 'x18', 'x52', 'x7', 'x62', 'x25', 'x32', 'x59', 'x47', 'x40', 'x57', 'x29', 'x19', 'x35', 'x55', 'x5'], 'k': 4, 'n': 32, '_time': 0.00040793418884277344, '_task': 'basic_proced...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x38 x14 x46 x62 x38 x55 x7 x26 x25 x20 x5 x32 x52 x2 x11 x10 x2 x44 x6 x19 x57 x50 x64 x43 x8 x17 x11 x54 x20 x45 x43 x61
x2 x2 x5 x6 x7 x8 x10 x11 x11 x14 x17 x19 x20 x20 x25 x26 x32 x38 x38 x43 x43 x44 x45 x46 x50 x52 x54 x55 x57 x61 x62 x64
{'task': 'sort', 'seq': ['x38', 'x14', 'x46', 'x62', 'x38', 'x55', 'x7', 'x26', 'x25', 'x20', 'x5', 'x32', 'x52', 'x2', 'x11', 'x10', 'x2', 'x44', 'x6', 'x19', 'x57', 'x50', 'x64', 'x43', 'x8', 'x17', 'x11', 'x54', 'x20', 'x45', 'x43', 'x61'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_task': 'basic_procedural'...
sort
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 c1 o1 o0 c1 o2 c0 o1 o1 c2 o1 c1 c1 o1 c1 o3 c1 c3 o3 o0 c3 o1 o2 o1 o0 c1 o2 c1 c2 c2 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004191398620605469, '_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) x63 x28 x34 x53 x23 x54 x64 x40 x8 x23 x17 x36 x10 x41 x57 x43 x38 x5 x64 x38 x8 x10 x25 x16 x2 x37 x36 x9 x51 x45 x53 x37 (TARGET) x45
x63 x28 x34 x53 x23 x54 x64 x40 x8 x23 x17 x36 x10 x41 x57 x43 x38 x5 x64 x38 x8 x10 x25 x16 x2 x37 x36 x9 x51 x53 x37
{'task': 'delete', 'seq': [['x63', 'x28', 'x34', 'x53', 'x23', 'x54', 'x64', 'x40', 'x8', 'x23', 'x17', 'x36', 'x10', 'x41', 'x57', 'x43', 'x38', 'x5', 'x64', 'x38', 'x8', 'x10', 'x25', 'x16', 'x2', 'x37', 'x36', 'x9', 'x51', 'x45', 'x53', 'x37'], 'x45'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_task': 'basic...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x18 x47 x37 x11 x24 x5 x42 x63 x3 x13 x26 x56 x19 x34 x56 x15 x36 x23 x44 x47 x7 x22 x58 x57 x4 x40 x23 x32 x2 x13 x2 x46
x2 x2 x3 x4 x5 x7 x11 x13 x13 x15 x18 x19 x22 x23 x23 x24 x26 x32 x34 x36 x37 x40 x42 x44 x46 x47 x47 x56 x56 x57 x58 x63
{'task': 'sort', 'seq': ['x18', 'x47', 'x37', 'x11', 'x24', 'x5', 'x42', 'x63', 'x3', 'x13', 'x26', 'x56', 'x19', 'x34', 'x56', 'x15', 'x36', 'x23', 'x44', 'x47', 'x7', 'x22', 'x58', 'x57', 'x4', 'x40', 'x23', 'x32', 'x2', 'x13', 'x2', 'x46'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_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.
o3 c3 o3 c3 o2 c2 o1 c1 o0 o2 c2 o0 c0 c0 o0 o2 o0 c0 c2 c0 o1 o1 o0 c1 c1 o3 c3 o0 c0 o1 c0 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004475116729736328, '_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) x6 x31 x34 x22 x4 x34 x34 x36 x17 x31 x41 x61 x32 x28 x13 x51 x26 x42 x16 x12 x16 x55 x49 x35 x55 x6 x41 x38 x46 x64 x35 x63 (TARGET) x61
x6 x31 x34 x22 x4 x34 x34 x36 x17 x31 x41 x32 x28 x13 x51 x26 x42 x16 x12 x16 x55 x49 x35 x55 x6 x41 x38 x46 x64 x35 x63
{'task': 'delete', 'seq': [['x6', 'x31', 'x34', 'x22', 'x4', 'x34', 'x34', 'x36', 'x17', 'x31', 'x41', 'x61', 'x32', 'x28', 'x13', 'x51', 'x26', 'x42', 'x16', 'x12', 'x16', 'x55', 'x49', 'x35', 'x55', 'x6', 'x41', 'x38', 'x46', 'x64', 'x35', 'x63'], 'x61'], 'k': 4, 'n': 32, '_time': 0.0004062652587890625, '_task': 'bas...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x30 x52 x14 x38 x50 x28 x30 x40 x3 x7 x41 x12 x39 x44 x19 x51 x9 x29 x10 x27 x5 x1 x12 x17 x1 x30 x29 x53 x11 x64 x4 x27
x30 x52 x14 x38 x50 x28 x30 x40 x3 x7 x41 x12 x39 x44 x19 x51 x9 x29 x10 x27 x5 x1 x12 x17 x1 x30 x29 x53 x11 x64 x4 x27
{'task': 'identity', 'seq': ['x30', 'x52', 'x14', 'x38', 'x50', 'x28', 'x30', 'x40', 'x3', 'x7', 'x41', 'x12', 'x39', 'x44', 'x19', 'x51', 'x9', 'x29', 'x10', 'x27', 'x5', 'x1', 'x12', 'x17', 'x1', 'x30', 'x29', 'x53', 'x11', 'x64', 'x4', 'x27'], 'k': 4, 'n': 32, '_time': 0.00041937828063964844, '_task': 'basic_procedu...
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) x25 x5 x12 x34 x54 x21 x8 x10 x44 x38 x9 x45 x45 x29 x13 x37 (B) x18 x64 x51 x14 x30 x45 x40 x44 x61 x48 x19 x44 x15 x47 x43 x33
x25 x5 x12 x34 x54 x21 x8 x10 x44 x38 x9 x45 x29 x13 x37 x18 x64 x51 x14 x30 x40 x61 x48 x19 x15 x47 x43 x33
{'task': 'union', 'seq': [['x25', 'x5', 'x12', 'x34', 'x54', 'x21', 'x8', 'x10', 'x44', 'x38', 'x9', 'x45', 'x45', 'x29', 'x13', 'x37'], ['x18', 'x64', 'x51', 'x14', 'x30', 'x45', 'x40', 'x44', 'x61', 'x48', 'x19', 'x44', 'x15', 'x47', 'x43', 'x33']], 'k': 4, 'n': 32, '_time': 0.0004527568817138672, '_task': 'basic_pro...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x30 x33 x28 x62 x53 x10 x46 x64 x54 x20 x50 x47 x30 x28 x54 x51 x61 x63 x41 x51 x3 x38 x52 x40 x22 x7 x16 x28 x47 x5 x1 x53 (TARGET) x8
x30 x33 x28 x62 x53 x10 x46 x64 x54 x20 x50 x47 x30 x28 x54 x51 x61 x63 x41 x51 x3 x38 x52 x40 x22 x7 x16 x28 x47 x5 x1 x53
{'task': 'delete', 'seq': [['x30', 'x33', 'x28', 'x62', 'x53', 'x10', 'x46', 'x64', 'x54', 'x20', 'x50', 'x47', 'x30', 'x28', 'x54', 'x51', 'x61', 'x63', 'x41', 'x51', 'x3', 'x38', 'x52', 'x40', 'x22', 'x7', 'x16', 'x28', 'x47', 'x5', 'x1', 'x53'], 'x8'], 'k': 4, 'n': 32, '_time': 0.0004582405090332031, '_task': 'basic...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x30 x28 x36 x26 x24 x56 x19 x59 x64 x40 x13 x25 x31 x3 x56 x6 x25 x61 x18 x51 x21 x54 x31 x8 x3 x16 x56 x4 x29 x50 x43 x39
x30 x28 x36 x26 x24 x56 x19 x59 x64 x40 x13 x25 x31 x3 x56 x6 x25 x61 x18 x51 x21 x54 x31 x8 x3 x16 x56 x4 x29 x50 x43 x39
{'task': 'identity', 'seq': ['x30', 'x28', 'x36', 'x26', 'x24', 'x56', 'x19', 'x59', 'x64', 'x40', 'x13', 'x25', 'x31', 'x3', 'x56', 'x6', 'x25', 'x61', 'x18', 'x51', 'x21', 'x54', 'x31', 'x8', 'x3', 'x16', 'x56', 'x4', 'x29', 'x50', 'x43', 'x39'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_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 x61; PUSH x47; POP; PUSH x32; PUSH x23; PUSH x59; PUSH x41; PUSH x11; PUSH x49; PUSH x55; PUSH x7; PUSH x48; PUSH x3; PUSH x51; PUSH x31; PUSH x61; PUSH x...
x9 x27 x61 x31 x51 x3 x48 x7 x55 x49 x11 x41 x59 x23 x32 x61
{'task': 'stack', 'seq': ['PUSH x61', 'PUSH x47', 'POP', 'PUSH x32', 'PUSH x23', 'PUSH x59', 'PUSH x41', 'PUSH x11', 'PUSH x49', 'PUSH x55', 'PUSH x7', 'PUSH x48', 'PUSH x3', 'PUSH x51', 'PUSH x31', 'PUSH x61', 'PUSH x27', 'PUSH x54', 'PUSH x33', 'PUSH x59', 'PUSH x63', 'PUSH x15', 'POP', 'POP', 'POP', 'PUSH x42', 'POP...
stack
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 o3 c3 c0 o2 c2 o3 c3 o0 c0 o0 c0 o2 o2 c2 o1 o0 c0 o3 c3 c1 c2 o3 o3 c3 c3 o3 c3 o1 c1 o1 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003840923309326172, '_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) x56 x28 x53 x56 x41 x16 x36 x31 x57 x56 x45 x54 x22 x25 x26 x7 x60 x32 x12 x23 x60 x15 x55 x44 x58 x2 x46 x58 x44 x33 x26 x18
x18 x26 x33 x44 x58 x46 x2 x58 x44 x55 x15 x60 x23 x12 x32 x60 x7 x26 x25 x22 x54 x45 x56 x57 x31 x36 x16 x41 x56 x53 x28 x56
{'task': 'reverse', 'seq': ['x56', 'x28', 'x53', 'x56', 'x41', 'x16', 'x36', 'x31', 'x57', 'x56', 'x45', 'x54', 'x22', 'x25', 'x26', 'x7', 'x60', 'x32', 'x12', 'x23', 'x60', 'x15', 'x55', 'x44', 'x58', 'x2', 'x46', 'x58', 'x44', 'x33', 'x26', 'x18'], 'k': 4, 'n': 32, '_time': 0.0004124641418457031, '_task': 'basic_proc...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x30 x39 x9 x60 x23 x39 x9 x27 x41 x4 x46 x32 x10 x35 x2 x39 x48 x14 x53 x17 x58 x16 x23 x29 x21 x26 x58 x21 x16 x24 x18 x30
x30 x39 x9 x60 x23 x39 x9 x27 x41 x4 x46 x32 x10 x35 x2 x39 x48 x14 x53 x17 x58 x16 x23 x29 x21 x26 x58 x21 x16 x24 x18 x30
{'task': 'identity', 'seq': ['x30', 'x39', 'x9', 'x60', 'x23', 'x39', 'x9', 'x27', 'x41', 'x4', 'x46', 'x32', 'x10', 'x35', 'x2', 'x39', 'x48', 'x14', 'x53', 'x17', 'x58', 'x16', 'x23', 'x29', 'x21', 'x26', 'x58', 'x21', 'x16', 'x24', 'x18', 'x30'], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_task': 'basic_proce...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x12 x21 x7 x54 x5 x7 x20 x59 x30 x1 x32 x49 x18 x34 x60 x37 x64 x25 x51 x27 x64 x38 x50 x58 x24 x24 x34 x34 x63 x42 x6 x55
x12 x21 x7 x54 x5 x7 x20 x59 x30 x1 x32 x49 x18 x34 x60 x37 x64 x25 x51 x27 x64 x38 x50 x58 x24 x24 x34 x34 x63 x42 x6 x55
{'task': 'identity', 'seq': ['x12', 'x21', 'x7', 'x54', 'x5', 'x7', 'x20', 'x59', 'x30', 'x1', 'x32', 'x49', 'x18', 'x34', 'x60', 'x37', 'x64', 'x25', 'x51', 'x27', 'x64', 'x38', 'x50', 'x58', 'x24', 'x24', 'x34', 'x34', 'x63', 'x42', 'x6', 'x55'], 'k': 4, 'n': 32, '_time': 0.00042057037353515625, '_task': 'basic_proce...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x6 x7 x3 x21 x7 x14 x46 x40 x29 x5 x57 x42 x51 x58 x55 x5 x7 x49 x1 x34 x10 x50 x48 x64 x1 x43 x5 x21 x5 x34 x16 x20
x6 x7 x3 x21 x14 x46 x40 x29 x5 x57 x42 x51 x58 x55 x49 x1 x34 x10 x50 x48 x64 x43 x16 x20
{'task': 'set', 'seq': ['x6', 'x7', 'x3', 'x21', 'x7', 'x14', 'x46', 'x40', 'x29', 'x5', 'x57', 'x42', 'x51', 'x58', 'x55', 'x5', 'x7', 'x49', 'x1', 'x34', 'x10', 'x50', 'x48', 'x64', 'x1', 'x43', 'x5', 'x21', 'x5', 'x34', 'x16', 'x20'], 'k': 4, 'n': 32, '_time': 0.00041747093200683594, '_task': 'basic_procedural', '_l...
set
instruct
0
Reverse the sequence. (SEQUENCE) x24 x35 x52 x27 x30 x11 x22 x15 x63 x16 x23 x54 x30 x14 x8 x20 x9 x1 x6 x63 x27 x38 x7 x56 x55 x34 x59 x11 x10 x6 x8 x16
x16 x8 x6 x10 x11 x59 x34 x55 x56 x7 x38 x27 x63 x6 x1 x9 x20 x8 x14 x30 x54 x23 x16 x63 x15 x22 x11 x30 x27 x52 x35 x24
{'task': 'reverse', 'seq': ['x24', 'x35', 'x52', 'x27', 'x30', 'x11', 'x22', 'x15', 'x63', 'x16', 'x23', 'x54', 'x30', 'x14', 'x8', 'x20', 'x9', 'x1', 'x6', 'x63', 'x27', 'x38', 'x7', 'x56', 'x55', 'x34', 'x59', 'x11', 'x10', 'x6', 'x8', 'x16'], 'k': 4, 'n': 32, '_time': 0.000385284423828125, '_task': 'basic_procedural...
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 x19; PUSH x14; PUSH x2; PUSH x3; PUSH x64; POP; POP; PUSH x57; PUSH x37; PUSH x26; POP; PUSH x60; POP; PUSH x19; PUSH x7; PUSH x35; PUSH x52; PUSH x10; PU...
x35 x7 x19 x37 x57 x2 x14 x19
{'task': 'stack', 'seq': ['PUSH x19', 'PUSH x14', 'PUSH x2', 'PUSH x3', 'PUSH x64', 'POP', 'POP', 'PUSH x57', 'PUSH x37', 'PUSH x26', 'POP', 'PUSH x60', 'POP', 'PUSH x19', 'PUSH x7', 'PUSH x35', 'PUSH x52', 'PUSH x10', 'PUSH x55', 'PUSH x43', 'PUSH x29', 'PUSH x56', 'POP', 'PUSH x18', 'POP', 'POP', 'POP', 'POP', 'POP',...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x21 x1 x62 x29 x33 x13 x45 x23 x36 x54 x47 x2 x52 x10 x5 x26 x25 x10 x58 x21 x5 x16 x17 x38 x14 x35 x63 x30 x36 x3 x49 x64
x21 x1 x62 x29 x33 x13 x45 x23 x36 x54 x47 x2 x52 x10 x5 x26 x25 x10 x58 x21 x5 x16 x17 x38 x14 x35 x63 x30 x36 x3 x49 x64
{'task': 'identity', 'seq': ['x21', 'x1', 'x62', 'x29', 'x33', 'x13', 'x45', 'x23', 'x36', 'x54', 'x47', 'x2', 'x52', 'x10', 'x5', 'x26', 'x25', 'x10', 'x58', 'x21', 'x5', 'x16', 'x17', 'x38', 'x14', 'x35', 'x63', 'x30', 'x36', 'x3', 'x49', 'x64'], 'k': 4, 'n': 32, '_time': 0.00041294097900390625, '_task': 'basic_proce...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x38 x47 x35 x43 x1 x31 x52 x8 x7 x37 x21 x5 x4 x40 x51 x17 x54 x9 x32 x7 x36 x3 x34 x18 x32 x57 x16 x51 x46 x63 x1 x56
x38 x47 x35 x43 x1 x31 x52 x8 x7 x37 x21 x5 x4 x40 x51 x17 x54 x9 x32 x7 x36 x3 x34 x18 x32 x57 x16 x51 x46 x63 x1 x56
{'task': 'identity', 'seq': ['x38', 'x47', 'x35', 'x43', 'x1', 'x31', 'x52', 'x8', 'x7', 'x37', 'x21', 'x5', 'x4', 'x40', 'x51', 'x17', 'x54', 'x9', 'x32', 'x7', 'x36', 'x3', 'x34', 'x18', 'x32', 'x57', 'x16', 'x51', 'x46', 'x63', 'x1', 'x56'], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_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 x16; POP; PUSH x42; PUSH x47; PUSH x43; PUSH x27; POP; PUSH x1; PUSH x52; PUSH x37; PUSH x60; POP; PUSH x42; PUSH x1; PUSH x13; PUSH x53; PUSH x18; POP; P...
x1 x43 x47 x42
{'task': 'stack', 'seq': ['PUSH x16', 'POP', 'PUSH x42', 'PUSH x47', 'PUSH x43', 'PUSH x27', 'POP', 'PUSH x1', 'PUSH x52', 'PUSH x37', 'PUSH x60', 'POP', 'PUSH x42', 'PUSH x1', 'PUSH x13', 'PUSH x53', 'PUSH x18', 'POP', 'POP', 'PUSH x64', 'PUSH x38', 'POP', 'POP', 'PUSH x55', 'POP', 'POP', 'POP', 'POP', 'PUSH x16', 'PO...
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 c1 o3 c3 o1 c1 o2 c2 o3 c3 o0 o3 c3 c0 o0 o0 o0 c0 c0 c0 o3 c3 o0 o2 o0 o1 c1 c0 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038433074951171875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x47 x60 x63 x36 x63 x60 x10 x47 x14 x50 x9 x14 x29 x29 x61 x9 x12 x59 x13 x31 x25 x50 x30 x55 x45 x60 x26 x50 x20 x9 x11 x40
x47 x60 x63 x36 x10 x14 x50 x9 x29 x61 x12 x59 x13 x31 x25 x30 x55 x45 x26 x20 x11 x40
{'task': 'set', 'seq': ['x47', 'x60', 'x63', 'x36', 'x63', 'x60', 'x10', 'x47', 'x14', 'x50', 'x9', 'x14', 'x29', 'x29', 'x61', 'x9', 'x12', 'x59', 'x13', 'x31', 'x25', 'x50', 'x30', 'x55', 'x45', 'x60', 'x26', 'x50', 'x20', 'x9', 'x11', 'x40'], 'k': 4, 'n': 32, '_time': 0.00041556358337402344, '_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 x9; PUSH x52; PUSH x27; PUSH x14; PUSH x63; PUSH x29; POP; PUSH x16; PUSH x50; PUSH x32; POP; POP; POP; POP; PUSH x45; PUSH x58; POP; PUSH x59; PUSH x25; ...
x52 x9
{'task': 'stack', 'seq': ['PUSH x9', 'PUSH x52', 'PUSH x27', 'PUSH x14', 'PUSH x63', 'PUSH x29', 'POP', 'PUSH x16', 'PUSH x50', 'PUSH x32', 'POP', 'POP', 'POP', 'POP', 'PUSH x45', 'PUSH x58', 'POP', 'PUSH x59', 'PUSH x25', 'PUSH x2', 'PUSH x25', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x55', 'POP', 'POP', 'PUSH x34', '...
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.
o2 c2 o0 c0 o3 o1 o2 o2 c2 c2 o0 c0 c1 o2 c2 c3 o1 o2 c2 o3 o3 o0 c0 c3 o3 o3 c3 o0 c0 c3 c3 c1
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00039124488830566406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x27 x14 x20 x52 x49 x49 x25 x31 x22 x52 x11 x41 x61 x39 x31 x30 x54 x36 x20 x39 x50 x2 x52 x10 x57 x51 x20 x14 x23 x12 x17 x53 (TARGET) x50
x27 x14 x20 x52 x49 x49 x25 x31 x22 x52 x11 x41 x61 x39 x31 x30 x54 x36 x20 x39 x2 x52 x10 x57 x51 x20 x14 x23 x12 x17 x53
{'task': 'delete', 'seq': [['x27', 'x14', 'x20', 'x52', 'x49', 'x49', 'x25', 'x31', 'x22', 'x52', 'x11', 'x41', 'x61', 'x39', 'x31', 'x30', 'x54', 'x36', 'x20', 'x39', 'x50', 'x2', 'x52', 'x10', 'x57', 'x51', 'x20', 'x14', 'x23', 'x12', 'x17', 'x53'], 'x50'], 'k': 4, 'n': 32, '_time': 0.0004432201385498047, '_task': 'b...
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 x60; PUSH x25; POP; PUSH x47; POP; PUSH x42; POP; PUSH x54; POP; PUSH x28; PUSH x20; POP; PUSH x46; POP; PUSH x16; PUSH x15; PUSH x41; PUSH x7; PUSH x28; ...
x14 x60
{'task': 'stack', 'seq': ['PUSH x60', 'PUSH x25', 'POP', 'PUSH x47', 'POP', 'PUSH x42', 'POP', 'PUSH x54', 'POP', 'PUSH x28', 'PUSH x20', 'POP', 'PUSH x46', 'POP', 'PUSH x16', 'PUSH x15', 'PUSH x41', 'PUSH x7', 'PUSH x28', 'PUSH x63', 'PUSH x7', 'POP', 'POP', 'PUSH x31', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP',...
stack
instruct
0
Reverse the sequence. (SEQUENCE) x13 x19 x46 x47 x31 x40 x31 x19 x45 x23 x48 x28 x54 x43 x44 x44 x21 x10 x30 x25 x13 x9 x60 x55 x6 x11 x22 x26 x31 x13 x60 x49
x49 x60 x13 x31 x26 x22 x11 x6 x55 x60 x9 x13 x25 x30 x10 x21 x44 x44 x43 x54 x28 x48 x23 x45 x19 x31 x40 x31 x47 x46 x19 x13
{'task': 'reverse', 'seq': ['x13', 'x19', 'x46', 'x47', 'x31', 'x40', 'x31', 'x19', 'x45', 'x23', 'x48', 'x28', 'x54', 'x43', 'x44', 'x44', 'x21', 'x10', 'x30', 'x25', 'x13', 'x9', 'x60', 'x55', 'x6', 'x11', 'x22', 'x26', 'x31', 'x13', 'x60', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_task': 'basic_proc...
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 x7; PUSH x52; PUSH x46; PUSH x38; PUSH x7; PUSH x54; PUSH x6; PUSH x3; PUSH x58; POP; PUSH x12; POP; PUSH x40; PUSH x27; PUSH x43; PUSH x30; PUS...
x43 x30 x43 x27 x40 x3 x6 x54 x7 x38 x46 x52 x7 x10
{'task': 'stack', 'seq': ['PUSH x10', 'PUSH x7', 'PUSH x52', 'PUSH x46', 'PUSH x38', 'PUSH x7', 'PUSH x54', 'PUSH x6', 'PUSH x3', 'PUSH x58', 'POP', 'PUSH x12', 'POP', 'PUSH x40', 'PUSH x27', 'PUSH x43', 'PUSH x30', 'PUSH x43', 'PUSH x26', 'POP', 'PUSH x32', 'PUSH x55', 'PUSH x50', 'POP', 'POP', 'PUSH x6', 'POP', 'PUSH...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x25 x7 x49 x17 x47 x46 x26 x63 x22 x28 x36 x38 x46 x1 x16 x55 x49 x2 x17 x24 x51 x24 x44 x14 x36 x5 x7 x57 x9 x11 x42 x11
x25 x7 x49 x17 x47 x46 x26 x63 x22 x28 x36 x38 x46 x1 x16 x55 x49 x2 x17 x24 x51 x24 x44 x14 x36 x5 x7 x57 x9 x11 x42 x11
{'task': 'identity', 'seq': ['x25', 'x7', 'x49', 'x17', 'x47', 'x46', 'x26', 'x63', 'x22', 'x28', 'x36', 'x38', 'x46', 'x1', 'x16', 'x55', 'x49', 'x2', 'x17', 'x24', 'x51', 'x24', 'x44', 'x14', 'x36', 'x5', 'x7', 'x57', 'x9', 'x11', 'x42', 'x11'], 'k': 4, 'n': 32, '_time': 0.00041031837463378906, '_task': 'basic_proced...
identity
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o2 c2 o0 o1 o2 c1 o1 c0 o1 c2 o1 o2 c2 o3 o0 o0 c3 c1 o1 c0 c0 o2 c2 o0 o3 c2 c1 c0 c1 c3 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_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) x56 x7 x61 x10 x31 x50 x56 x44 x60 x24 x15 x1 x61 x39 x52 x20 x5 x45 x19 x12 x41 x21 x24 x48 x3 x16 x6 x59 x35 x5 x61 x6
x6 x61 x5 x35 x59 x6 x16 x3 x48 x24 x21 x41 x12 x19 x45 x5 x20 x52 x39 x61 x1 x15 x24 x60 x44 x56 x50 x31 x10 x61 x7 x56
{'task': 'reverse', 'seq': ['x56', 'x7', 'x61', 'x10', 'x31', 'x50', 'x56', 'x44', 'x60', 'x24', 'x15', 'x1', 'x61', 'x39', 'x52', 'x20', 'x5', 'x45', 'x19', 'x12', 'x41', 'x21', 'x24', 'x48', 'x3', 'x16', 'x6', 'x59', 'x35', 'x5', 'x61', 'x6'], 'k': 4, 'n': 32, '_time': 0.000415802001953125, '_task': 'basic_procedural...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x53 x39 x6 x32 x56 x37 x44 x52 x53 x22 x11 x14 x12 x61 x1 x29 x6 x46 x30 x44 x7 x45 x60 x47 x56 x59 x5 x41 x15 x37 x29 x23
x53 x39 x6 x32 x56 x37 x44 x52 x22 x11 x14 x12 x61 x1 x29 x46 x30 x7 x45 x60 x47 x59 x5 x41 x15 x23
{'task': 'set', 'seq': ['x53', 'x39', 'x6', 'x32', 'x56', 'x37', 'x44', 'x52', 'x53', 'x22', 'x11', 'x14', 'x12', 'x61', 'x1', 'x29', 'x6', 'x46', 'x30', 'x44', 'x7', 'x45', 'x60', 'x47', 'x56', 'x59', 'x5', 'x41', 'x15', 'x37', 'x29', 'x23'], 'k': 4, 'n': 32, '_time': 0.00041961669921875, '_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 x59; PUSH x15; POP; POP; PUSH x54; PUSH x33; POP; PUSH x24; PUSH x29; PUSH x4; PUSH x26; PUSH x23; PUSH x8; PUSH x34; POP; PUSH x24; POP; PUSH x1; PUSH x1...
x4 x29 x24 x54
{'task': 'stack', 'seq': ['PUSH x59', 'PUSH x15', 'POP', 'POP', 'PUSH x54', 'PUSH x33', 'POP', 'PUSH x24', 'PUSH x29', 'PUSH x4', 'PUSH x26', 'PUSH x23', 'PUSH x8', 'PUSH x34', 'POP', 'PUSH x24', 'POP', 'PUSH x1', 'PUSH x13', 'POP', 'POP', 'PUSH x23', 'PUSH x52', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x8', 'POP', 'PU...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x36 x49 x33 x1 x63 x55 x58 x36 x62 x41 x48 x49 x16 x4 x27 x15 x6 x30 x18 x52 x8 x12 x19 x38 x47 x59 x15 x43 x36 x64 x23 x1
x36 x49 x33 x1 x63 x55 x58 x62 x41 x48 x16 x4 x27 x15 x6 x30 x18 x52 x8 x12 x19 x38 x47 x59 x43 x64 x23
{'task': 'set', 'seq': ['x36', 'x49', 'x33', 'x1', 'x63', 'x55', 'x58', 'x36', 'x62', 'x41', 'x48', 'x49', 'x16', 'x4', 'x27', 'x15', 'x6', 'x30', 'x18', 'x52', 'x8', 'x12', 'x19', 'x38', 'x47', 'x59', 'x15', 'x43', 'x36', 'x64', 'x23', 'x1'], 'k': 4, 'n': 32, '_time': 0.000423431396484375, '_task': 'basic_procedural',...
set
instruct
0