prompt
stringlengths
144
465
answer
stringlengths
5
127
metadata
stringlengths
308
686
task
stringclasses
9 values
mode
stringclasses
1 value
level
int64
0
0
Reverse the sequence. (SEQUENCE) x5 x33 x28 x50 x36 x2 x19 x39 x2 x2 x1 x54 x61 x42 x59 x38 x19 x5 x43 x44 x28 x23 x32 x35 x52 x16 x44 x22 x23 x47 x23 x56
x56 x23 x47 x23 x22 x44 x16 x52 x35 x32 x23 x28 x44 x43 x5 x19 x38 x59 x42 x61 x54 x1 x2 x2 x39 x19 x2 x36 x50 x28 x33 x5
{'task': 'reverse', 'seq': ['x5', 'x33', 'x28', 'x50', 'x36', 'x2', 'x19', 'x39', 'x2', 'x2', 'x1', 'x54', 'x61', 'x42', 'x59', 'x38', 'x19', 'x5', 'x43', 'x44', 'x28', 'x23', 'x32', 'x35', 'x52', 'x16', 'x44', 'x22', 'x23', 'x47', 'x23', 'x56'], 'k': 4, 'n': 32, '_time': 0.0002713203430175781, '_task': 'basic_procedur...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x1 x17 x38 x41 x5 x16 x59 x60 x47 x18 x40 x16 x10 x31 x42 x13 x39 x3 x61 x37 x29 x44 x42 x6 x43 x51 x10 x31 x28 x5 x24 x56
x1 x17 x38 x41 x5 x16 x59 x60 x47 x18 x40 x16 x10 x31 x42 x13 x39 x3 x61 x37 x29 x44 x42 x6 x43 x51 x10 x31 x28 x5 x24 x56
{'task': 'identity', 'seq': ['x1', 'x17', 'x38', 'x41', 'x5', 'x16', 'x59', 'x60', 'x47', 'x18', 'x40', 'x16', 'x10', 'x31', 'x42', 'x13', 'x39', 'x3', 'x61', 'x37', 'x29', 'x44', 'x42', 'x6', 'x43', 'x51', 'x10', 'x31', 'x28', 'x5', 'x24', 'x56'], 'k': 4, 'n': 32, '_time': 0.0004105567932128906, '_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 x33; PUSH x61; PUSH x53; PUSH x44; POP; PUSH x9; PUSH x7; POP; PUSH x59; PUSH x12; PUSH x32; POP; PUSH x16; PUSH x6; PUSH x36; PUSH x55; POP; PUSH x26; PU...
x9 x53 x61 x33
{'task': 'stack', 'seq': ['PUSH x33', 'PUSH x61', 'PUSH x53', 'PUSH x44', 'POP', 'PUSH x9', 'PUSH x7', 'POP', 'PUSH x59', 'PUSH x12', 'PUSH x32', 'POP', 'PUSH x16', 'PUSH x6', 'PUSH x36', 'PUSH x55', 'POP', 'PUSH x26', 'PUSH x41', 'PUSH x58', 'PUSH x31', 'PUSH x54', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', '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.
o2 c2 o3 c3 o3 o1 o1 o1 c1 o1 o1 o0 c0 c1 c1 c1 c1 o0 o3 c3 c0 c3 o2 o2 o0 o1 o2 c2 c1 c0 c2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025272369384765625, '_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) x53 x64 x42 x10 x63 x36 x44 x25 x60 x58 x64 x55 x5 x39 x9 x39 x37 x64 x55 x26 x21 x56 x16 x14 x18 x56 x3 x3 x25 x62 x24 x47
x3 x3 x5 x9 x10 x14 x16 x18 x21 x24 x25 x25 x26 x36 x37 x39 x39 x42 x44 x47 x53 x55 x55 x56 x56 x58 x60 x62 x63 x64 x64 x64
{'task': 'sort', 'seq': ['x53', 'x64', 'x42', 'x10', 'x63', 'x36', 'x44', 'x25', 'x60', 'x58', 'x64', 'x55', 'x5', 'x39', 'x9', 'x39', 'x37', 'x64', 'x55', 'x26', 'x21', 'x56', 'x16', 'x14', 'x18', 'x56', 'x3', 'x3', 'x25', 'x62', 'x24', 'x47'], 'k': 4, 'n': 32, '_time': 0.00028634071350097656, '_task': 'basic_procedur...
sort
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x19 x64 x20 x13 x24 x49 x11 x17 x58 x21 x59 x40 x17 x55 x18 x30 (B) x52 x31 x48 x57 x13 x2 x56 x24 x50 x22 x60 x6 x41 x2 x56 x27
x19 x64 x20 x13 x24 x49 x11 x17 x58 x21 x59 x40 x55 x18 x30 x52 x31 x48 x57 x2 x56 x50 x22 x60 x6 x41 x27
{'task': 'union', 'seq': [['x19', 'x64', 'x20', 'x13', 'x24', 'x49', 'x11', 'x17', 'x58', 'x21', 'x59', 'x40', 'x17', 'x55', 'x18', 'x30'], ['x52', 'x31', 'x48', 'x57', 'x13', 'x2', 'x56', 'x24', 'x50', 'x22', 'x60', 'x6', 'x41', 'x2', 'x56', 'x27']], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_task': 'basic_pro...
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) x9 x53 x42 x64 x35 x42 x48 x50 x20 x2 x30 x22 x63 x25 x19 x27 (B) x24 x50 x4 x17 x47 x43 x2 x60 x29 x57 x22 x47 x32 x57 x7 x10
x9 x53 x42 x64 x35 x48 x50 x20 x2 x30 x22 x63 x25 x19 x27 x24 x4 x17 x47 x43 x60 x29 x57 x32 x7 x10
{'task': 'union', 'seq': [['x9', 'x53', 'x42', 'x64', 'x35', 'x42', 'x48', 'x50', 'x20', 'x2', 'x30', 'x22', 'x63', 'x25', 'x19', 'x27'], ['x24', 'x50', 'x4', 'x17', 'x47', 'x43', 'x2', 'x60', 'x29', 'x57', 'x22', 'x47', 'x32', 'x57', 'x7', 'x10']], 'k': 4, 'n': 32, '_time': 0.00029730796813964844, '_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 x55; POP; PUSH x9; PUSH x47; POP; PUSH x41; PUSH x57; PUSH x64; PUSH x54; PUSH x13; POP; PUSH x32; PUSH x15; POP; PUSH x38; POP; PUSH x26; PUSH x49; PUSH ...
EMPTY
{'task': 'stack', 'seq': ['PUSH x55', 'POP', 'PUSH x9', 'PUSH x47', 'POP', 'PUSH x41', 'PUSH x57', 'PUSH x64', 'PUSH x54', 'PUSH x13', 'POP', 'PUSH x32', 'PUSH x15', 'POP', 'PUSH x38', 'POP', 'PUSH x26', 'PUSH x49', 'PUSH x34', 'POP', 'PUSH x17', 'POP', 'POP', 'PUSH x7', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP',...
stack
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x15; PUSH x24; PUSH x11; PUSH x2; POP; PUSH x1; PUSH x54; PUSH x37; PUSH x28; PUSH x47; POP; PUSH x46; PUSH x26; PUSH x19; POP; PUSH x25; PUSH x35; POP; P...
x49 x24 x25 x26 x46 x28 x37 x54 x1 x11 x24 x15
{'task': 'stack', 'seq': ['PUSH x15', 'PUSH x24', 'PUSH x11', 'PUSH x2', 'POP', 'PUSH x1', 'PUSH x54', 'PUSH x37', 'PUSH x28', 'PUSH x47', 'POP', 'PUSH x46', 'PUSH x26', 'PUSH x19', 'POP', 'PUSH x25', 'PUSH x35', 'POP', 'PUSH x24', 'PUSH x20', 'POP', 'PUSH x17', 'POP', 'PUSH x49', 'PUSH x19', 'PUSH x23', 'PUSH x20', 'P...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x53 x49 x52 x18 x9 x46 x49 x58 x30 x1 x21 x3 x5 x60 x43 x43 x31 x6 x14 x58 x4 x23 x2 x37 x35 x45 x49 x49 x20 x6 x27 x52 (TARGET) x53
x49 x52 x18 x9 x46 x49 x58 x30 x1 x21 x3 x5 x60 x43 x43 x31 x6 x14 x58 x4 x23 x2 x37 x35 x45 x49 x49 x20 x6 x27 x52
{'task': 'delete', 'seq': [['x53', 'x49', 'x52', 'x18', 'x9', 'x46', 'x49', 'x58', 'x30', 'x1', 'x21', 'x3', 'x5', 'x60', 'x43', 'x43', 'x31', 'x6', 'x14', 'x58', 'x4', 'x23', 'x2', 'x37', 'x35', 'x45', 'x49', 'x49', 'x20', 'x6', 'x27', 'x52'], 'x53'], 'k': 4, 'n': 32, '_time': 0.00028777122497558594, '_task': 'basic_p...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x26 x41 x14 x32 x13 x2 x52 x16 x15 x53 x22 x53 x59 x12 x62 x19 x11 x19 x25 x7 x1 x47 x53 x8 x25 x58 x19 x12 x50 x54 x44 x14
x26 x41 x14 x32 x13 x2 x52 x16 x15 x53 x22 x59 x12 x62 x19 x11 x25 x7 x1 x47 x8 x58 x50 x54 x44
{'task': 'set', 'seq': ['x26', 'x41', 'x14', 'x32', 'x13', 'x2', 'x52', 'x16', 'x15', 'x53', 'x22', 'x53', 'x59', 'x12', 'x62', 'x19', 'x11', 'x19', 'x25', 'x7', 'x1', 'x47', 'x53', 'x8', 'x25', 'x58', 'x19', 'x12', 'x50', 'x54', 'x44', 'x14'], 'k': 4, 'n': 32, '_time': 0.00041675567626953125, '_task': 'basic_procedura...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x3 x28 x3 x27 x17 x57 x54 x45 x54 x35 x22 x8 x39 x33 x63 x14 x2 x30 x35 x31 x42 x10 x38 x50 x32 x47 x24 x5 x28 x16 x57 x45
x2 x3 x3 x5 x8 x10 x14 x16 x17 x22 x24 x27 x28 x28 x30 x31 x32 x33 x35 x35 x38 x39 x42 x45 x45 x47 x50 x54 x54 x57 x57 x63
{'task': 'sort', 'seq': ['x3', 'x28', 'x3', 'x27', 'x17', 'x57', 'x54', 'x45', 'x54', 'x35', 'x22', 'x8', 'x39', 'x33', 'x63', 'x14', 'x2', 'x30', 'x35', 'x31', 'x42', 'x10', 'x38', 'x50', 'x32', 'x47', 'x24', 'x5', 'x28', 'x16', 'x57', 'x45'], 'k': 4, 'n': 32, '_time': 0.0002875328063964844, '_task': 'basic_procedural...
sort
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o0 c0 o3 c3 o1 c1 o1 o2 o1 o2 o1 c2 c2 c1 c1 c1 o2 o0 o3 c0 c2 c3 o0 o3 o0 o1 o3 c1 c3 c3 c0 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029778480529785156, '_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) x63 x41 x6 x2 x38 x33 x34 x11 x34 x7 x20 x16 x16 x30 x49 x26 x5 x25 x15 x27 x47 x35 x14 x63 x25 x49 x46 x28 x37 x35 x13 x37
x63 x41 x6 x2 x38 x33 x34 x11 x7 x20 x16 x30 x49 x26 x5 x25 x15 x27 x47 x35 x14 x46 x28 x37 x13
{'task': 'set', 'seq': ['x63', 'x41', 'x6', 'x2', 'x38', 'x33', 'x34', 'x11', 'x34', 'x7', 'x20', 'x16', 'x16', 'x30', 'x49', 'x26', 'x5', 'x25', 'x15', 'x27', 'x47', 'x35', 'x14', 'x63', 'x25', 'x49', 'x46', 'x28', 'x37', 'x35', 'x13', 'x37'], '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) x15 x37 x37 x62 x58 x64 x36 x11 x16 x45 x22 x24 x45 x40 x51 x64 x11 x27 x3 x29 x3 x48 x10 x24 x62 x42 x57 x43 x36 x53 x40 x32 (TARGET) x53
x15 x37 x37 x62 x58 x64 x36 x11 x16 x45 x22 x24 x45 x40 x51 x64 x11 x27 x3 x29 x3 x48 x10 x24 x62 x42 x57 x43 x36 x40 x32
{'task': 'delete', 'seq': [['x15', 'x37', 'x37', 'x62', 'x58', 'x64', 'x36', 'x11', 'x16', 'x45', 'x22', 'x24', 'x45', 'x40', 'x51', 'x64', 'x11', 'x27', 'x3', 'x29', 'x3', 'x48', 'x10', 'x24', 'x62', 'x42', 'x57', 'x43', 'x36', 'x53', 'x40', 'x32'], 'x53'], 'k': 4, 'n': 32, '_time': 0.0002865791320800781, '_task': 'ba...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x51 x64 x15 x4 x23 x46 x31 x32 x31 x18 x9 x26 x15 x34 x21 x13 x48 x48 x30 x57 x49 x33 x11 x2 x22 x37 x1 x44 x30 x53 x7 x31
x51 x64 x15 x4 x23 x46 x31 x32 x31 x18 x9 x26 x15 x34 x21 x13 x48 x48 x30 x57 x49 x33 x11 x2 x22 x37 x1 x44 x30 x53 x7 x31
{'task': 'identity', 'seq': ['x51', 'x64', 'x15', 'x4', 'x23', 'x46', 'x31', 'x32', 'x31', 'x18', 'x9', 'x26', 'x15', 'x34', 'x21', 'x13', 'x48', 'x48', 'x30', 'x57', 'x49', 'x33', 'x11', 'x2', 'x22', 'x37', 'x1', 'x44', 'x30', 'x53', 'x7', 'x31'], 'k': 4, 'n': 32, '_time': 0.00040984153747558594, '_task': 'basic_proce...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x46 x46 x27 x45 x50 x21 x8 x33 x64 x21 x2 x26 x17 x12 x54 x62 x46 x62 x13 x9 x57 x54 x17 x31 x1 x48 x56 x12 x21 x14 x23 x4
x46 x46 x27 x45 x50 x21 x8 x33 x64 x21 x2 x26 x17 x12 x54 x62 x46 x62 x13 x9 x57 x54 x17 x31 x1 x48 x56 x12 x21 x14 x23 x4
{'task': 'identity', 'seq': ['x46', 'x46', 'x27', 'x45', 'x50', 'x21', 'x8', 'x33', 'x64', 'x21', 'x2', 'x26', 'x17', 'x12', 'x54', 'x62', 'x46', 'x62', 'x13', 'x9', 'x57', 'x54', 'x17', 'x31', 'x1', 'x48', 'x56', 'x12', 'x21', 'x14', 'x23', 'x4'], 'k': 4, 'n': 32, '_time': 0.000270843505859375, '_task': 'basic_procedu...
identity
instruct
0
Copy the sequence exactly. (SEQUENCE) x7 x26 x42 x15 x44 x47 x15 x54 x18 x57 x56 x48 x11 x37 x6 x33 x58 x6 x9 x31 x45 x38 x28 x60 x63 x60 x64 x23 x47 x27 x51 x4
x7 x26 x42 x15 x44 x47 x15 x54 x18 x57 x56 x48 x11 x37 x6 x33 x58 x6 x9 x31 x45 x38 x28 x60 x63 x60 x64 x23 x47 x27 x51 x4
{'task': 'identity', 'seq': ['x7', 'x26', 'x42', 'x15', 'x44', 'x47', 'x15', 'x54', 'x18', 'x57', 'x56', 'x48', 'x11', 'x37', 'x6', 'x33', 'x58', 'x6', 'x9', 'x31', 'x45', 'x38', 'x28', 'x60', 'x63', 'x60', 'x64', 'x23', 'x47', 'x27', 'x51', 'x4'], 'k': 4, 'n': 32, '_time': 0.0002734661102294922, '_task': 'basic_proced...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x49 x54 x52 x30 x31 x23 x50 x20 x51 x13 x62 x52 x55 x60 x41 x21 x44 x48 x22 x35 x41 x64 x11 x19 x39 x54 x29 x26 x25 x16 x22 x53
x11 x13 x16 x19 x20 x21 x22 x22 x23 x25 x26 x29 x30 x31 x35 x39 x41 x41 x44 x48 x49 x50 x51 x52 x52 x53 x54 x54 x55 x60 x62 x64
{'task': 'sort', 'seq': ['x49', 'x54', 'x52', 'x30', 'x31', 'x23', 'x50', 'x20', 'x51', 'x13', 'x62', 'x52', 'x55', 'x60', 'x41', 'x21', 'x44', 'x48', 'x22', 'x35', 'x41', 'x64', 'x11', 'x19', 'x39', 'x54', 'x29', 'x26', 'x25', 'x16', 'x22', 'x53'], 'k': 4, 'n': 32, '_time': 0.00028634071350097656, '_task': 'basic_proc...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x18 x9 x17 x8 x7 x43 x45 x14 x8 x18 x57 x4 x44 x34 x27 x30 x3 x35 x59 x41 x27 x44 x25 x11 x38 x60 x40 x20 x35 x22 x56 x35
x35 x56 x22 x35 x20 x40 x60 x38 x11 x25 x44 x27 x41 x59 x35 x3 x30 x27 x34 x44 x4 x57 x18 x8 x14 x45 x43 x7 x8 x17 x9 x18
{'task': 'reverse', 'seq': ['x18', 'x9', 'x17', 'x8', 'x7', 'x43', 'x45', 'x14', 'x8', 'x18', 'x57', 'x4', 'x44', 'x34', 'x27', 'x30', 'x3', 'x35', 'x59', 'x41', 'x27', 'x44', 'x25', 'x11', 'x38', 'x60', 'x40', 'x20', 'x35', 'x22', 'x56', 'x35'], 'k': 4, 'n': 32, '_time': 0.0004184246063232422, '_task': 'basic_procedur...
reverse
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x52 x6 x6 x38 x56 x34 x40 x60 x43 x24 x35 x40 x55 x61 x50 x64 (B) x58 x57 x7 x56 x60 x45 x50 x14 x37 x63 x1 x51 x59 x10 x26 x38
x52 x6 x38 x56 x34 x40 x60 x43 x24 x35 x55 x61 x50 x64 x58 x57 x7 x45 x14 x37 x63 x1 x51 x59 x10 x26
{'task': 'union', 'seq': [['x52', 'x6', 'x6', 'x38', 'x56', 'x34', 'x40', 'x60', 'x43', 'x24', 'x35', 'x40', 'x55', 'x61', 'x50', 'x64'], ['x58', 'x57', 'x7', 'x56', 'x60', 'x45', 'x50', 'x14', 'x37', 'x63', 'x1', 'x51', 'x59', 'x10', 'x26', 'x38']], 'k': 4, 'n': 32, '_time': 0.0003027915954589844, '_task': 'basic_proc...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x29 x38 x60 x29 x60 x19 x30 x57 x46 x38 x13 x60 x43 x22 x41 x10 x38 x43 x2 x27 x43 x15 x63 x16 x1 x4 x44 x63 x54 x58 x63 x6 (TARGET) x6
x29 x38 x60 x29 x60 x19 x30 x57 x46 x38 x13 x60 x43 x22 x41 x10 x38 x43 x2 x27 x43 x15 x63 x16 x1 x4 x44 x63 x54 x58 x63
{'task': 'delete', 'seq': [['x29', 'x38', 'x60', 'x29', 'x60', 'x19', 'x30', 'x57', 'x46', 'x38', 'x13', 'x60', 'x43', 'x22', 'x41', 'x10', 'x38', 'x43', 'x2', 'x27', 'x43', 'x15', 'x63', 'x16', 'x1', 'x4', 'x44', 'x63', 'x54', 'x58', 'x63', 'x6'], 'x6'], 'k': 4, 'n': 32, '_time': 0.0002868175506591797, '_task': 'basic...
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.
o1 o2 o0 o0 o0 c0 c0 o3 c3 o0 o2 c2 o2 o0 c0 o0 c0 c2 c0 c0 o0 c0 o2 o3 c3 c2 o0 o1 c1 c0 c2 c1
{'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
Copy the sequence exactly. (SEQUENCE) x13 x32 x10 x10 x53 x22 x15 x64 x61 x52 x23 x45 x11 x14 x11 x18 x48 x61 x10 x13 x21 x36 x6 x16 x54 x19 x7 x6 x42 x62 x37 x28
x13 x32 x10 x10 x53 x22 x15 x64 x61 x52 x23 x45 x11 x14 x11 x18 x48 x61 x10 x13 x21 x36 x6 x16 x54 x19 x7 x6 x42 x62 x37 x28
{'task': 'identity', 'seq': ['x13', 'x32', 'x10', 'x10', 'x53', 'x22', 'x15', 'x64', 'x61', 'x52', 'x23', 'x45', 'x11', 'x14', 'x11', 'x18', 'x48', 'x61', 'x10', 'x13', 'x21', 'x36', 'x6', 'x16', 'x54', 'x19', 'x7', 'x6', 'x42', 'x62', 'x37', 'x28'], 'k': 4, 'n': 32, '_time': 0.0002703666687011719, '_task': 'basic_proc...
identity
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 o0 o0 o2 c2 c0 c0 c0 o0 c0 o0 c0 o0 o2 o3 c3 o1 o1 o0 c0 o3 o2 c2 c3 o1 c1 c1 c1 c2 c0 o0 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 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 c0 o2 o2 o2 o0 o2 c2 c0 o1 o0 c0 o3 o2 c2 o2 c2 c3 c1 o2 o2 c2 o3 c3 o2 c2 c2 c2 c2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003833770751953125, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Reverse the sequence. (SEQUENCE) x28 x13 x21 x58 x39 x2 x50 x15 x1 x25 x11 x24 x42 x50 x49 x56 x8 x10 x28 x47 x46 x23 x47 x44 x16 x5 x43 x23 x47 x52 x28 x36
x36 x28 x52 x47 x23 x43 x5 x16 x44 x47 x23 x46 x47 x28 x10 x8 x56 x49 x50 x42 x24 x11 x25 x1 x15 x50 x2 x39 x58 x21 x13 x28
{'task': 'reverse', 'seq': ['x28', 'x13', 'x21', 'x58', 'x39', 'x2', 'x50', 'x15', 'x1', 'x25', 'x11', 'x24', 'x42', 'x50', 'x49', 'x56', 'x8', 'x10', 'x28', 'x47', 'x46', 'x23', 'x47', 'x44', 'x16', 'x5', 'x43', 'x23', 'x47', 'x52', 'x28', 'x36'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_proced...
reverse
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x47 x8 x45 x1 x22 x51 x13 x48 x6 x23 x40 x60 x61 x30 x58 x31 x48 x12 x51 x47 x7 x46 x19 x9 x20 x43 x11 x29 x56 x59 x60 x33
x47 x8 x45 x1 x22 x51 x13 x48 x6 x23 x40 x60 x61 x30 x58 x31 x12 x7 x46 x19 x9 x20 x43 x11 x29 x56 x59 x33
{'task': 'set', 'seq': ['x47', 'x8', 'x45', 'x1', 'x22', 'x51', 'x13', 'x48', 'x6', 'x23', 'x40', 'x60', 'x61', 'x30', 'x58', 'x31', 'x48', 'x12', 'x51', 'x47', 'x7', 'x46', 'x19', 'x9', 'x20', 'x43', 'x11', 'x29', 'x56', 'x59', 'x60', 'x33'], 'k': 4, 'n': 32, '_time': 0.0002799034118652344, '_task': 'basic_procedural'...
set
instruct
0
Reverse the sequence. (SEQUENCE) x14 x16 x31 x63 x12 x35 x32 x50 x26 x52 x34 x19 x43 x43 x31 x23 x18 x4 x40 x29 x26 x49 x19 x38 x6 x40 x27 x39 x58 x36 x19 x50
x50 x19 x36 x58 x39 x27 x40 x6 x38 x19 x49 x26 x29 x40 x4 x18 x23 x31 x43 x43 x19 x34 x52 x26 x50 x32 x35 x12 x63 x31 x16 x14
{'task': 'reverse', 'seq': ['x14', 'x16', 'x31', 'x63', 'x12', 'x35', 'x32', 'x50', 'x26', 'x52', 'x34', 'x19', 'x43', 'x43', 'x31', 'x23', 'x18', 'x4', 'x40', 'x29', 'x26', 'x49', 'x19', 'x38', 'x6', 'x40', 'x27', 'x39', 'x58', 'x36', 'x19', 'x50'], 'k': 4, 'n': 32, '_time': 0.00024175643920898438, '_task': 'basic_pro...
reverse
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x37 x37 x10 x19 x57 x18 x59 x8 x34 x20 x8 x4 x14 x47 x9 x45 (B) x47 x26 x49 x24 x18 x25 x50 x7 x47 x59 x30 x17 x59 x27 x15 x8
x37 x10 x19 x57 x18 x59 x8 x34 x20 x4 x14 x47 x9 x45 x26 x49 x24 x25 x50 x7 x30 x17 x27 x15
{'task': 'union', 'seq': [['x37', 'x37', 'x10', 'x19', 'x57', 'x18', 'x59', 'x8', 'x34', 'x20', 'x8', 'x4', 'x14', 'x47', 'x9', 'x45'], ['x47', 'x26', 'x49', 'x24', 'x18', 'x25', 'x50', 'x7', 'x47', 'x59', 'x30', 'x17', 'x59', 'x27', 'x15', 'x8']], 'k': 4, 'n': 32, '_time': 0.00029397010803222656, '_task': 'basic_proce...
union
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x36 x22 x12 x8 x55 x35 x4 x7 x1 x45 x44 x33 x5 x25 x25 x5 x26 x43 x55 x10 x5 x56 x54 x28 x33 x13 x40 x62 x3 x39 x35 x25 (TARGET) x5
x36 x22 x12 x8 x55 x35 x4 x7 x1 x45 x44 x33 x25 x25 x5 x26 x43 x55 x10 x5 x56 x54 x28 x33 x13 x40 x62 x3 x39 x35 x25
{'task': 'delete', 'seq': [['x36', 'x22', 'x12', 'x8', 'x55', 'x35', 'x4', 'x7', 'x1', 'x45', 'x44', 'x33', 'x5', 'x25', 'x25', 'x5', 'x26', 'x43', 'x55', 'x10', 'x5', 'x56', 'x54', 'x28', 'x33', 'x13', 'x40', 'x62', 'x3', 'x39', 'x35', 'x25'], 'x5'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_task': 'basic_pro...
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 x21; PUSH x3; POP; POP; PUSH x33; PUSH x16; PUSH x18; PUSH x24; PUSH x56; PUSH x62; PUSH x34; PUSH x27; PUSH x38; PUSH x62; PUSH x41; PUSH x5; PUSH x16; P...
x5 x41 x62 x38 x27 x34 x62 x56 x24 x18 x16 x33
{'task': 'stack', 'seq': ['PUSH x21', 'PUSH x3', 'POP', 'POP', 'PUSH x33', 'PUSH x16', 'PUSH x18', 'PUSH x24', 'PUSH x56', 'PUSH x62', 'PUSH x34', 'PUSH x27', 'PUSH x38', 'PUSH x62', 'PUSH x41', 'PUSH x5', 'PUSH x16', 'PUSH x61', 'PUSH x25', 'PUSH x52', 'PUSH x28', 'PUSH x61', 'PUSH x52', 'POP', 'POP', 'POP', 'POP', 'P...
stack
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 c3 o2 c2 o2 o3 c3 c2 o2 o1 o1 o3 o3 c3 c3 c1 o0 c0 c1 c2 o2 o2 o3 o1 o2 o2 c2 c2 c1 c3 c2 c2
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002560615539550781, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Reverse the sequence. (SEQUENCE) x25 x35 x13 x32 x28 x48 x34 x36 x52 x32 x49 x50 x56 x39 x63 x23 x52 x13 x64 x33 x10 x6 x49 x15 x25 x24 x4 x39 x54 x22 x11 x53
x53 x11 x22 x54 x39 x4 x24 x25 x15 x49 x6 x10 x33 x64 x13 x52 x23 x63 x39 x56 x50 x49 x32 x52 x36 x34 x48 x28 x32 x13 x35 x25
{'task': 'reverse', 'seq': ['x25', 'x35', 'x13', 'x32', 'x28', 'x48', 'x34', 'x36', 'x52', 'x32', 'x49', 'x50', 'x56', 'x39', 'x63', 'x23', 'x52', 'x13', 'x64', 'x33', 'x10', 'x6', 'x49', 'x15', 'x25', 'x24', 'x4', 'x39', 'x54', 'x22', 'x11', 'x53'], 'k': 4, 'n': 32, '_time': 0.00024437904357910156, '_task': 'basic_pro...
reverse
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o2 o3 c2 o2 o3 o3 c3 c3 c2 c3 o1 o3 c3 c1 o2 c2 o3 c3 o3 c3 o1 c1 o0 c0 o2 c2 o3 c3 o0 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
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x10 x44 x21 x43 x52 x19 x58 x55 x47 x28 x40 x34 x34 x47 x42 x17 x17 x3 x44 x3 x28 x47 x30 x15 x60 x53 x22 x5 x44 x25 x25 x35
x10 x44 x21 x43 x52 x19 x58 x55 x47 x28 x40 x34 x42 x17 x3 x30 x15 x60 x53 x22 x5 x25 x35
{'task': 'set', 'seq': ['x10', 'x44', 'x21', 'x43', 'x52', 'x19', 'x58', 'x55', 'x47', 'x28', 'x40', 'x34', 'x34', 'x47', 'x42', 'x17', 'x17', 'x3', 'x44', 'x3', 'x28', 'x47', 'x30', 'x15', 'x60', 'x53', 'x22', 'x5', 'x44', 'x25', 'x25', 'x35'], 'k': 4, 'n': 32, '_time': 0.0002734661102294922, '_task': 'basic_procedura...
set
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x22; POP; PUSH x5; POP; PUSH x2; PUSH x38; POP; POP; PUSH x33; PUSH x35; POP; PUSH x35; PUSH x26; POP; PUSH x51; PUSH x15; PUSH x58; PUSH x13; PUSH x4; PO...
EMPTY
{'task': 'stack', 'seq': ['PUSH x22', 'POP', 'PUSH x5', 'POP', 'PUSH x2', 'PUSH x38', 'POP', 'POP', 'PUSH x33', 'PUSH x35', 'POP', 'PUSH x35', 'PUSH x26', 'POP', 'PUSH x51', 'PUSH x15', 'PUSH x58', 'PUSH x13', 'PUSH x4', 'POP', 'PUSH x50', 'PUSH x43', 'POP', 'POP', 'POP', 'POP', 'PUSH x16', 'POP', 'POP', 'POP', 'POP', ...
stack
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 o1 o2 c2 c1 c3 o0 o1 o3 c3 o1 o1 c1 c1 o1 c1 c1 c0 o0 c0 o0 c0 o3 c3 o2 o0 o0 o3 c3 c0 c0 c2
{'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
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 c1 o2 o3 o0 c0 c3 c2 o0 o3 c3 o1 o0 c0 c1 o2 o3 o2 c2 o3 c3 c3 o2 o2 o2 c2 c2 o2 c2 c2 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025343894958496094, '_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) x20 x57 x54 x42 x61 x61 x1 x52 x29 x5 x12 x37 x9 x45 x17 x49 x27 x21 x35 x62 x63 x26 x9 x23 x18 x4 x35 x21 x49 x41 x36 x4 (TARGET) x41
x20 x57 x54 x42 x61 x61 x1 x52 x29 x5 x12 x37 x9 x45 x17 x49 x27 x21 x35 x62 x63 x26 x9 x23 x18 x4 x35 x21 x49 x36 x4
{'task': 'delete', 'seq': [['x20', 'x57', 'x54', 'x42', 'x61', 'x61', 'x1', 'x52', 'x29', 'x5', 'x12', 'x37', 'x9', 'x45', 'x17', 'x49', 'x27', 'x21', 'x35', 'x62', 'x63', 'x26', 'x9', 'x23', 'x18', 'x4', 'x35', 'x21', 'x49', 'x41', 'x36', 'x4'], 'x41'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_task': 'basic_...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x58 x28 x6 x58 x33 x46 x36 x30 x33 x38 x21 x61 x12 x48 x23 x33 x10 x31 x20 x16 x43 x61 x2 x20 x50 x10 x57 x1 x44 x16 x51 x63
x1 x2 x6 x10 x10 x12 x16 x16 x20 x20 x21 x23 x28 x30 x31 x33 x33 x33 x36 x38 x43 x44 x46 x48 x50 x51 x57 x58 x58 x61 x61 x63
{'task': 'sort', 'seq': ['x58', 'x28', 'x6', 'x58', 'x33', 'x46', 'x36', 'x30', 'x33', 'x38', 'x21', 'x61', 'x12', 'x48', 'x23', 'x33', 'x10', 'x31', 'x20', 'x16', 'x43', 'x61', 'x2', 'x20', 'x50', 'x10', 'x57', 'x1', 'x44', 'x16', 'x51', 'x63'], 'k': 4, 'n': 32, '_time': 0.000431060791015625, '_task': 'basic_procedura...
sort
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x38 x62 x3 x44 x45 x55 x3 x42 x25 x13 x14 x62 x64 x8 x33 x32 x27 x61 x58 x26 x28 x46 x27 x30 x29 x21 x37 x63 x1 x21 x11 x39
x1 x3 x3 x8 x11 x13 x14 x21 x21 x25 x26 x27 x27 x28 x29 x30 x32 x33 x37 x38 x39 x42 x44 x45 x46 x55 x58 x61 x62 x62 x63 x64
{'task': 'sort', 'seq': ['x38', 'x62', 'x3', 'x44', 'x45', 'x55', 'x3', 'x42', 'x25', 'x13', 'x14', 'x62', 'x64', 'x8', 'x33', 'x32', 'x27', 'x61', 'x58', 'x26', 'x28', 'x46', 'x27', 'x30', 'x29', 'x21', 'x37', 'x63', 'x1', 'x21', 'x11', 'x39'], 'k': 4, 'n': 32, '_time': 0.00029158592224121094, '_task': 'basic_procedur...
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.
o0 o3 c3 c0 o0 o3 c3 c0 o0 o3 o3 c3 c3 c0 o3 c3 o2 o3 c3 c2 o0 o0 o0 o1 c1 c0 o3 o3 c3 c3 c0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002551078796386719, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o3 o2 c2 c3 o3 c3 o0 o0 o1 o0 c0 c1 o1 c1 o2 c2 c0 c0 o0 o0 c0 c0 o0 o2 o3 c3 o3 c3 c2 c0 o3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025963783264160156, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64}
dyck
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x47 x24 x58 x51 x9 x17 x43 x7 x51 x40 x54 x54 x58 x3 x25 x13 (B) x44 x18 x17 x20 x26 x12 x39 x60 x42 x54 x9 x18 x39 x13 x50 x3
x47 x24 x58 x51 x9 x17 x43 x7 x40 x54 x3 x25 x13 x44 x18 x20 x26 x12 x39 x60 x42 x50
{'task': 'union', 'seq': [['x47', 'x24', 'x58', 'x51', 'x9', 'x17', 'x43', 'x7', 'x51', 'x40', 'x54', 'x54', 'x58', 'x3', 'x25', 'x13'], ['x44', 'x18', 'x17', 'x20', 'x26', 'x12', 'x39', 'x60', 'x42', 'x54', 'x9', 'x18', 'x39', 'x13', 'x50', 'x3']], 'k': 4, 'n': 32, '_time': 0.000438690185546875, '_task': 'basic_proced...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x8 x18 x14 x33 x53 x18 x4 x27 x41 x13 x29 x52 x38 x27 x51 x44 x44 x11 x13 x56 x25 x46 x30 x20 x44 x3 x60 x34 x39 x23 x50 x59
x3 x4 x8 x11 x13 x13 x14 x18 x18 x20 x23 x25 x27 x27 x29 x30 x33 x34 x38 x39 x41 x44 x44 x44 x46 x50 x51 x52 x53 x56 x59 x60
{'task': 'sort', 'seq': ['x8', 'x18', 'x14', 'x33', 'x53', 'x18', 'x4', 'x27', 'x41', 'x13', 'x29', 'x52', 'x38', 'x27', 'x51', 'x44', 'x44', 'x11', 'x13', 'x56', 'x25', 'x46', 'x30', 'x20', 'x44', 'x3', 'x60', 'x34', 'x39', 'x23', 'x50', 'x59'], 'k': 4, 'n': 32, '_time': 0.0002868175506591797, '_task': 'basic_procedur...
sort
instruct
0
Copy the sequence exactly. (SEQUENCE) x21 x60 x53 x57 x5 x12 x13 x50 x54 x2 x40 x40 x37 x39 x54 x5 x13 x8 x14 x55 x53 x35 x20 x26 x47 x62 x58 x41 x36 x43 x47 x36
x21 x60 x53 x57 x5 x12 x13 x50 x54 x2 x40 x40 x37 x39 x54 x5 x13 x8 x14 x55 x53 x35 x20 x26 x47 x62 x58 x41 x36 x43 x47 x36
{'task': 'identity', 'seq': ['x21', 'x60', 'x53', 'x57', 'x5', 'x12', 'x13', 'x50', 'x54', 'x2', 'x40', 'x40', 'x37', 'x39', 'x54', 'x5', 'x13', 'x8', 'x14', 'x55', 'x53', 'x35', 'x20', 'x26', 'x47', 'x62', 'x58', 'x41', 'x36', 'x43', 'x47', 'x36'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_task': 'basic_proc...
identity
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x34 x61 x38 x7 x50 x40 x31 x64 x37 x64 x31 x59 x1 x5 x14 x52 x64 x57 x3 x33 x61 x58 x38 x16 x7 x34 x11 x1 x14 x25 x46 x29
x1 x1 x3 x5 x7 x7 x11 x14 x14 x16 x25 x29 x31 x31 x33 x34 x34 x37 x38 x38 x40 x46 x50 x52 x57 x58 x59 x61 x61 x64 x64 x64
{'task': 'sort', 'seq': ['x34', 'x61', 'x38', 'x7', 'x50', 'x40', 'x31', 'x64', 'x37', 'x64', 'x31', 'x59', 'x1', 'x5', 'x14', 'x52', 'x64', 'x57', 'x3', 'x33', 'x61', 'x58', 'x38', 'x16', 'x7', 'x34', 'x11', 'x1', 'x14', 'x25', 'x46', 'x29'], 'k': 4, 'n': 32, '_time': 0.00039577484130859375, '_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) x27 x13 x54 x12 x5 x59 x31 x9 x60 x10 x3 x11 x30 x13 x43 x58 (B) x11 x47 x32 x9 x9 x53 x41 x62 x16 x5 x20 x32 x50 x22 x31 x16
x27 x13 x54 x12 x5 x59 x31 x9 x60 x10 x3 x11 x30 x43 x58 x47 x32 x53 x41 x62 x16 x20 x50 x22
{'task': 'union', 'seq': [['x27', 'x13', 'x54', 'x12', 'x5', 'x59', 'x31', 'x9', 'x60', 'x10', 'x3', 'x11', 'x30', 'x13', 'x43', 'x58'], ['x11', 'x47', 'x32', 'x9', 'x9', 'x53', 'x41', 'x62', 'x16', 'x5', 'x20', 'x32', 'x50', 'x22', 'x31', 'x16']], 'k': 4, 'n': 32, '_time': 0.000293731689453125, '_task': 'basic_procedu...
union
instruct
0
Reverse the sequence. (SEQUENCE) x40 x61 x28 x36 x18 x9 x34 x45 x40 x36 x30 x27 x21 x44 x36 x8 x4 x43 x28 x23 x53 x62 x6 x35 x12 x37 x55 x35 x64 x34 x1 x10
x10 x1 x34 x64 x35 x55 x37 x12 x35 x6 x62 x53 x23 x28 x43 x4 x8 x36 x44 x21 x27 x30 x36 x40 x45 x34 x9 x18 x36 x28 x61 x40
{'task': 'reverse', 'seq': ['x40', 'x61', 'x28', 'x36', 'x18', 'x9', 'x34', 'x45', 'x40', 'x36', 'x30', 'x27', 'x21', 'x44', 'x36', 'x8', 'x4', 'x43', 'x28', 'x23', 'x53', 'x62', 'x6', 'x35', 'x12', 'x37', 'x55', 'x35', 'x64', 'x34', 'x1', 'x10'], 'k': 4, 'n': 32, '_time': 0.00027298927307128906, '_task': 'basic_proced...
reverse
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x7 x44 x6 x57 x2 x41 x48 x36 x26 x4 x22 x52 x47 x35 x38 x28 (B) x23 x62 x40 x28 x2 x33 x10 x31 x22 x52 x48 x19 x9 x22 x10 x7
x7 x44 x6 x57 x2 x41 x48 x36 x26 x4 x22 x52 x47 x35 x38 x28 x23 x62 x40 x33 x10 x31 x19 x9
{'task': 'union', 'seq': [['x7', 'x44', 'x6', 'x57', 'x2', 'x41', 'x48', 'x36', 'x26', 'x4', 'x22', 'x52', 'x47', 'x35', 'x38', 'x28'], ['x23', 'x62', 'x40', 'x28', 'x2', 'x33', 'x10', 'x31', 'x22', 'x52', 'x48', 'x19', 'x9', 'x22', 'x10', 'x7']], 'k': 4, 'n': 32, '_time': 0.0002951622009277344, '_task': 'basic_procedu...
union
instruct
0
Copy the sequence exactly. (SEQUENCE) x28 x10 x43 x36 x28 x60 x36 x5 x50 x40 x2 x42 x19 x38 x51 x64 x60 x53 x57 x32 x22 x40 x35 x39 x5 x41 x31 x57 x37 x51 x60 x63
x28 x10 x43 x36 x28 x60 x36 x5 x50 x40 x2 x42 x19 x38 x51 x64 x60 x53 x57 x32 x22 x40 x35 x39 x5 x41 x31 x57 x37 x51 x60 x63
{'task': 'identity', 'seq': ['x28', 'x10', 'x43', 'x36', 'x28', 'x60', 'x36', 'x5', 'x50', 'x40', 'x2', 'x42', 'x19', 'x38', 'x51', 'x64', 'x60', 'x53', 'x57', 'x32', 'x22', 'x40', 'x35', 'x39', 'x5', 'x41', 'x31', 'x57', 'x37', 'x51', 'x60', 'x63'], 'k': 4, 'n': 32, '_time': 0.000408172607421875, '_task': 'basic_proce...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x56 x58 x3 x40 x23 x55 x50 x52 x39 x20 x7 x29 x2 x1 x47 x58 x55 x46 x61 x22 x29 x3 x23 x7 x2 x3 x50 x15 x58 x54 x22 x15
x56 x58 x3 x40 x23 x55 x50 x52 x39 x20 x7 x29 x2 x1 x47 x46 x61 x22 x15 x54
{'task': 'set', 'seq': ['x56', 'x58', 'x3', 'x40', 'x23', 'x55', 'x50', 'x52', 'x39', 'x20', 'x7', 'x29', 'x2', 'x1', 'x47', 'x58', 'x55', 'x46', 'x61', 'x22', 'x29', 'x3', 'x23', 'x7', 'x2', 'x3', 'x50', 'x15', 'x58', 'x54', 'x22', 'x15'], 'k': 4, 'n': 32, '_time': 0.00027060508728027344, '_task': 'basic_procedural', ...
set
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x64 x61 x43 x3 x22 x14 x48 x20 x16 x24 x33 x45 x44 x64 x25 x36 x40 x38 x11 x12 x37 x12 x45 x59 x22 x1 x61 x57 x19 x62 x50 x63
x1 x3 x11 x12 x12 x14 x16 x19 x20 x22 x22 x24 x25 x33 x36 x37 x38 x40 x43 x44 x45 x45 x48 x50 x57 x59 x61 x61 x62 x63 x64 x64
{'task': 'sort', 'seq': ['x64', 'x61', 'x43', 'x3', 'x22', 'x14', 'x48', 'x20', 'x16', 'x24', 'x33', 'x45', 'x44', 'x64', 'x25', 'x36', 'x40', 'x38', 'x11', 'x12', 'x37', 'x12', 'x45', 'x59', 'x22', 'x1', 'x61', 'x57', 'x19', 'x62', 'x50', 'x63'], 'k': 4, 'n': 32, '_time': 0.0002875328063964844, '_task': 'basic_procedu...
sort
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x59 x52 x47 x64 x16 x39 x55 x33 x8 x9 x26 x2 x22 x18 x24 x54 (B) x2 x17 x37 x8 x41 x37 x20 x14 x1 x44 x28 x54 x1 x29 x16 x8
x59 x52 x47 x64 x16 x39 x55 x33 x8 x9 x26 x2 x22 x18 x24 x54 x17 x37 x41 x20 x14 x1 x44 x28 x29
{'task': 'union', 'seq': [['x59', 'x52', 'x47', 'x64', 'x16', 'x39', 'x55', 'x33', 'x8', 'x9', 'x26', 'x2', 'x22', 'x18', 'x24', 'x54'], ['x2', 'x17', 'x37', 'x8', 'x41', 'x37', 'x20', 'x14', 'x1', 'x44', 'x28', 'x54', 'x1', 'x29', 'x16', 'x8']], 'k': 4, 'n': 32, '_time': 0.0002701282501220703, '_task': 'basic_procedur...
union
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x28 x53 x9 x61 x24 x23 x23 x48 x48 x8 x4 x55 x34 x59 x14 x8 x39 x16 x3 x51 x22 x22 x18 x30 x39 x34 x43 x25 x64 x56 x47 x30
x28 x53 x9 x61 x24 x23 x48 x8 x4 x55 x34 x59 x14 x39 x16 x3 x51 x22 x18 x30 x43 x25 x64 x56 x47
{'task': 'set', 'seq': ['x28', 'x53', 'x9', 'x61', 'x24', 'x23', 'x23', 'x48', 'x48', 'x8', 'x4', 'x55', 'x34', 'x59', 'x14', 'x8', 'x39', 'x16', 'x3', 'x51', 'x22', 'x22', 'x18', 'x30', 'x39', 'x34', 'x43', 'x25', 'x64', 'x56', 'x47', 'x30'], 'k': 4, 'n': 32, '_time': 0.00042939186096191406, '_task': 'basic_procedural...
set
instruct
0
Copy the sequence exactly. (SEQUENCE) x7 x7 x32 x17 x20 x54 x12 x31 x37 x28 x27 x24 x33 x7 x48 x15 x49 x44 x38 x1 x46 x20 x39 x32 x22 x39 x13 x51 x42 x24 x56 x50
x7 x7 x32 x17 x20 x54 x12 x31 x37 x28 x27 x24 x33 x7 x48 x15 x49 x44 x38 x1 x46 x20 x39 x32 x22 x39 x13 x51 x42 x24 x56 x50
{'task': 'identity', 'seq': ['x7', 'x7', 'x32', 'x17', 'x20', 'x54', 'x12', 'x31', 'x37', 'x28', 'x27', 'x24', 'x33', 'x7', 'x48', 'x15', 'x49', 'x44', 'x38', 'x1', 'x46', 'x20', 'x39', 'x32', 'x22', 'x39', 'x13', 'x51', 'x42', 'x24', 'x56', 'x50'], 'k': 4, 'n': 32, '_time': 0.00027108192443847656, '_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 x30; PUSH x26; PUSH x21; PUSH x37; PUSH x15; PUSH x15; POP; PUSH x53; POP; POP; POP; PUSH x8; POP; PUSH x47; POP; PUSH x4; PUSH x21; PUSH x57; P...
x30 x62
{'task': 'stack', 'seq': ['PUSH x62', 'PUSH x30', 'PUSH x26', 'PUSH x21', 'PUSH x37', 'PUSH x15', 'PUSH x15', 'POP', 'PUSH x53', 'POP', 'POP', 'POP', 'PUSH x8', 'POP', 'PUSH x47', 'POP', 'PUSH x4', 'PUSH x21', 'PUSH x57', 'PUSH x43', 'PUSH x1', 'POP', 'POP', 'PUSH x25', 'PUSH x39', 'POP', 'POP', 'POP', 'POP', 'POP', 'P...
stack
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x48 x56 x49 x5 x1 x11 x24 x55 x41 x56 x22 x1 x31 x35 x50 x36 x14 x13 x59 x12 x15 x8 x62 x21 x35 x53 x61 x26 x46 x60 x57 x41 (TARGET) x35
x48 x56 x49 x5 x1 x11 x24 x55 x41 x56 x22 x1 x31 x50 x36 x14 x13 x59 x12 x15 x8 x62 x21 x35 x53 x61 x26 x46 x60 x57 x41
{'task': 'delete', 'seq': [['x48', 'x56', 'x49', 'x5', 'x1', 'x11', 'x24', 'x55', 'x41', 'x56', 'x22', 'x1', 'x31', 'x35', 'x50', 'x36', 'x14', 'x13', 'x59', 'x12', 'x15', 'x8', 'x62', 'x21', 'x35', 'x53', 'x61', 'x26', 'x46', 'x60', 'x57', 'x41'], 'x35'], 'k': 4, 'n': 32, '_time': 0.0004303455352783203, '_task': 'basi...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x43 x29 x49 x42 x62 x21 x33 x55 x53 x50 x51 x58 x46 x15 x52 x51 x51 x32 x24 x41 x4 x47 x43 x28 x13 x9 x17 x56 x43 x19 x25 x52
x4 x9 x13 x15 x17 x19 x21 x24 x25 x28 x29 x32 x33 x41 x42 x43 x43 x43 x46 x47 x49 x50 x51 x51 x51 x52 x52 x53 x55 x56 x58 x62
{'task': 'sort', 'seq': ['x43', 'x29', 'x49', 'x42', 'x62', 'x21', 'x33', 'x55', 'x53', 'x50', 'x51', 'x58', 'x46', 'x15', 'x52', 'x51', 'x51', 'x32', 'x24', 'x41', 'x4', 'x47', 'x43', 'x28', 'x13', 'x9', 'x17', 'x56', 'x43', 'x19', 'x25', 'x52'], 'k': 4, 'n': 32, '_time': 0.0002868175506591797, '_task': 'basic_procedu...
sort
instruct
0
Reverse the sequence. (SEQUENCE) x6 x5 x61 x13 x59 x64 x57 x62 x12 x38 x26 x62 x32 x9 x37 x32 x46 x19 x27 x45 x1 x27 x17 x49 x9 x22 x32 x34 x31 x54 x61 x37
x37 x61 x54 x31 x34 x32 x22 x9 x49 x17 x27 x1 x45 x27 x19 x46 x32 x37 x9 x32 x62 x26 x38 x12 x62 x57 x64 x59 x13 x61 x5 x6
{'task': 'reverse', 'seq': ['x6', 'x5', 'x61', 'x13', 'x59', 'x64', 'x57', 'x62', 'x12', 'x38', 'x26', 'x62', 'x32', 'x9', 'x37', 'x32', 'x46', 'x19', 'x27', 'x45', 'x1', 'x27', 'x17', 'x49', 'x9', 'x22', 'x32', 'x34', 'x31', 'x54', 'x61', 'x37'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_task': 'basic_proced...
reverse
instruct
0
Copy the sequence exactly. (SEQUENCE) x56 x30 x27 x34 x14 x48 x60 x22 x10 x3 x11 x35 x12 x7 x38 x48 x49 x2 x16 x18 x53 x48 x45 x2 x59 x21 x29 x63 x26 x38 x10 x64
x56 x30 x27 x34 x14 x48 x60 x22 x10 x3 x11 x35 x12 x7 x38 x48 x49 x2 x16 x18 x53 x48 x45 x2 x59 x21 x29 x63 x26 x38 x10 x64
{'task': 'identity', 'seq': ['x56', 'x30', 'x27', 'x34', 'x14', 'x48', 'x60', 'x22', 'x10', 'x3', 'x11', 'x35', 'x12', 'x7', 'x38', 'x48', 'x49', 'x2', 'x16', 'x18', 'x53', 'x48', 'x45', 'x2', 'x59', 'x21', 'x29', 'x63', 'x26', 'x38', 'x10', 'x64'], 'k': 4, 'n': 32, '_time': 0.0011057853698730469, '_task': 'basic_proce...
identity
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x60 x25 x59 x35 x42 x46 x13 x26 x15 x40 x53 x38 x46 x16 x60 x32 x39 x8 x8 x61 x16 x26 x18 x41 x32 x37 x1 x55 x39 x22 x15 x38
x60 x25 x59 x35 x42 x46 x13 x26 x15 x40 x53 x38 x16 x32 x39 x8 x61 x18 x41 x37 x1 x55 x22
{'task': 'set', 'seq': ['x60', 'x25', 'x59', 'x35', 'x42', 'x46', 'x13', 'x26', 'x15', 'x40', 'x53', 'x38', 'x46', 'x16', 'x60', 'x32', 'x39', 'x8', 'x8', 'x61', 'x16', 'x26', 'x18', 'x41', 'x32', 'x37', 'x1', 'x55', 'x39', 'x22', 'x15', 'x38'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_procedura...
set
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x6 x23 x28 x54 x20 x52 x55 x40 x9 x4 x39 x28 x54 x54 x64 x32 (B) x64 x9 x42 x21 x31 x44 x15 x20 x43 x43 x55 x38 x35 x31 x35 x57
x6 x23 x28 x54 x20 x52 x55 x40 x9 x4 x39 x64 x32 x42 x21 x31 x44 x15 x43 x38 x35 x57
{'task': 'union', 'seq': [['x6', 'x23', 'x28', 'x54', 'x20', 'x52', 'x55', 'x40', 'x9', 'x4', 'x39', 'x28', 'x54', 'x54', 'x64', 'x32'], ['x64', 'x9', 'x42', 'x21', 'x31', 'x44', 'x15', 'x20', 'x43', 'x43', 'x55', 'x38', 'x35', 'x31', 'x35', 'x57']], 'k': 4, 'n': 32, '_time': 0.0004391670227050781, '_task': 'basic_proc...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x15 x22 x31 x53 x43 x24 x37 x13 x20 x35 x12 x26 x41 x8 x5 x49 x27 x27 x29 x54 x27 x51 x7 x12 x38 x55 x13 x36 x63 x42 x51 x1
x1 x5 x7 x8 x12 x12 x13 x13 x15 x20 x22 x24 x26 x27 x27 x27 x29 x31 x35 x36 x37 x38 x41 x42 x43 x49 x51 x51 x53 x54 x55 x63
{'task': 'sort', 'seq': ['x15', 'x22', 'x31', 'x53', 'x43', 'x24', 'x37', 'x13', 'x20', 'x35', 'x12', 'x26', 'x41', 'x8', 'x5', 'x49', 'x27', 'x27', 'x29', 'x54', 'x27', 'x51', 'x7', 'x12', 'x38', 'x55', 'x13', 'x36', 'x63', 'x42', 'x51', 'x1'], 'k': 4, 'n': 32, '_time': 0.0002868175506591797, '_task': 'basic_procedura...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x37 x18 x21 x6 x60 x58 x54 x44 x3 x7 x63 x6 x3 x63 x50 x4 x4 x33 x53 x3 x31 x59 x32 x58 x49 x58 x47 x7 x64 x55 x48 x13 (TARGET) x64
x37 x18 x21 x6 x60 x58 x54 x44 x3 x7 x63 x6 x3 x63 x50 x4 x4 x33 x53 x3 x31 x59 x32 x58 x49 x58 x47 x7 x55 x48 x13
{'task': 'delete', 'seq': [['x37', 'x18', 'x21', 'x6', 'x60', 'x58', 'x54', 'x44', 'x3', 'x7', 'x63', 'x6', 'x3', 'x63', 'x50', 'x4', 'x4', 'x33', 'x53', 'x3', 'x31', 'x59', 'x32', 'x58', 'x49', 'x58', 'x47', 'x7', 'x64', 'x55', 'x48', 'x13'], 'x64'], 'k': 4, 'n': 32, '_time': 0.00040340423583984375, '_task': 'basic_pr...
delete
instruct
0
Copy the sequence exactly. (SEQUENCE) x31 x25 x1 x54 x29 x50 x19 x14 x37 x55 x42 x40 x46 x51 x64 x11 x13 x28 x26 x47 x46 x47 x21 x18 x3 x60 x54 x41 x1 x36 x37 x36
x31 x25 x1 x54 x29 x50 x19 x14 x37 x55 x42 x40 x46 x51 x64 x11 x13 x28 x26 x47 x46 x47 x21 x18 x3 x60 x54 x41 x1 x36 x37 x36
{'task': 'identity', 'seq': ['x31', 'x25', 'x1', 'x54', 'x29', 'x50', 'x19', 'x14', 'x37', 'x55', 'x42', 'x40', 'x46', 'x51', 'x64', 'x11', 'x13', 'x28', 'x26', 'x47', 'x46', 'x47', 'x21', 'x18', 'x3', 'x60', 'x54', 'x41', 'x1', 'x36', 'x37', 'x36'], 'k': 4, 'n': 32, '_time': 0.00027251243591308594, '_task': 'basic_pro...
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.
o2 o1 c1 o1 c1 c2 o0 o2 o1 o1 o1 c1 o3 o3 o2 o2 c2 o2 c2 o1 c1 c2 o3 c3 o3 c3 c3 c3 c1 c1 c2 c0
{'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
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o0 c0 o0 c0 o3 o0 c0 c3 o1 o2 c2 c1 o0 o2 o1 o2 o3 c3 o1 c1 o1 c1 o0 c0 o2 o1 c1 c2 c2 c1 c2 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0010349750518798828, '_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) x50 x52 x38 x25 x32 x25 x13 x16 x15 x22 x3 x56 x37 x4 x50 x9 x44 x40 x35 x31 x50 x54 x49 x2 x1 x47 x42 x38 x21 x16 x28 x16
x16 x28 x16 x21 x38 x42 x47 x1 x2 x49 x54 x50 x31 x35 x40 x44 x9 x50 x4 x37 x56 x3 x22 x15 x16 x13 x25 x32 x25 x38 x52 x50
{'task': 'reverse', 'seq': ['x50', 'x52', 'x38', 'x25', 'x32', 'x25', 'x13', 'x16', 'x15', 'x22', 'x3', 'x56', 'x37', 'x4', 'x50', 'x9', 'x44', 'x40', 'x35', 'x31', 'x50', 'x54', 'x49', 'x2', 'x1', 'x47', 'x42', 'x38', 'x21', 'x16', 'x28', 'x16'], 'k': 4, 'n': 32, '_time': 0.0002713203430175781, '_task': 'basic_procedu...
reverse
instruct
0
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty. (OPERATIONS) PUSH x64; PUSH x19; PUSH x2; PUSH x43; PUSH x33; PUSH x12; POP; PUSH x9; PUSH x27; PUSH x35; POP; PUSH x53; PUSH x48; PUSH x21; PUSH x63; PUSH x57; PUSH x21; P...
x9 x11 x47 x56 x14 x21 x57 x63 x21 x48 x53 x27 x9 x33 x43 x2 x19 x64
{'task': 'stack', 'seq': ['PUSH x64', 'PUSH x19', 'PUSH x2', 'PUSH x43', 'PUSH x33', 'PUSH x12', 'POP', 'PUSH x9', 'PUSH x27', 'PUSH x35', 'POP', 'PUSH x53', 'PUSH x48', 'PUSH x21', 'PUSH x63', 'PUSH x57', 'PUSH x21', 'PUSH x14', 'PUSH x56', 'PUSH x10', 'POP', 'PUSH x47', 'PUSH x3', 'PUSH x54', 'POP', 'PUSH x49', 'PUSH...
stack
instruct
0
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence.
o1 o0 c1 o1 c1 c0 o3 c3 o0 c0 o2 o1 o3 o0 c3 o2 c1 c2 c0 c2 o0 c0 o2 o1 c2 c1 o3 c3 o1 o3 c3 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044918060302734375, '_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) x27 x54 x36 x14 x63 x15 x1 x5 x10 x13 x23 x41 x54 x13 x6 x11 x12 x16 x57 x11 x52 x56 x55 x15 x18 x8 x21 x43 x9 x31 x4 x29
x27 x54 x36 x14 x63 x15 x1 x5 x10 x13 x23 x41 x6 x11 x12 x16 x57 x52 x56 x55 x18 x8 x21 x43 x9 x31 x4 x29
{'task': 'set', 'seq': ['x27', 'x54', 'x36', 'x14', 'x63', 'x15', 'x1', 'x5', 'x10', 'x13', 'x23', 'x41', 'x54', 'x13', 'x6', 'x11', 'x12', 'x16', 'x57', 'x11', 'x52', 'x56', 'x55', 'x15', 'x18', 'x8', 'x21', 'x43', 'x9', 'x31', 'x4', 'x29'], 'k': 4, 'n': 32, '_time': 0.0002789497375488281, '_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) x39 x2 x35 x60 x10 x9 x19 x38 x57 x17 x19 x26 x6 x59 x40 x48 (B) x20 x38 x32 x7 x41 x24 x30 x24 x14 x17 x30 x54 x61 x40 x56 x41
x39 x2 x35 x60 x10 x9 x19 x38 x57 x17 x26 x6 x59 x40 x48 x20 x32 x7 x41 x24 x30 x14 x54 x61 x56
{'task': 'union', 'seq': [['x39', 'x2', 'x35', 'x60', 'x10', 'x9', 'x19', 'x38', 'x57', 'x17', 'x19', 'x26', 'x6', 'x59', 'x40', 'x48'], ['x20', 'x38', 'x32', 'x7', 'x41', 'x24', 'x30', 'x24', 'x14', 'x17', 'x30', 'x54', 'x61', 'x40', 'x56', 'x41']], 'k': 4, 'n': 32, '_time': 0.0002956390380859375, '_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 x39; PUSH x37; PUSH x56; PUSH x15; POP; PUSH x34; PUSH x23; PUSH x13; PUSH x41; PUSH x24; PUSH x48; POP; POP; POP; PUSH x52; POP; POP; PUSH x10; PUSH x31;...
EMPTY
{'task': 'stack', 'seq': ['PUSH x39', 'PUSH x37', 'PUSH x56', 'PUSH x15', 'POP', 'PUSH x34', 'PUSH x23', 'PUSH x13', 'PUSH x41', 'PUSH x24', 'PUSH x48', 'POP', 'POP', 'POP', 'PUSH x52', 'POP', 'POP', 'PUSH x10', 'PUSH x31', 'POP', 'PUSH x43', 'PUSH x30', 'POP', 'POP', 'POP', 'POP', 'PUSH x55', 'POP', 'POP', 'POP', 'POP...
stack
instruct
0
Copy the sequence exactly. (SEQUENCE) x53 x24 x58 x9 x24 x18 x47 x59 x10 x5 x49 x47 x53 x30 x43 x7 x53 x2 x8 x8 x63 x55 x47 x36 x8 x61 x5 x30 x60 x49 x20 x53
x53 x24 x58 x9 x24 x18 x47 x59 x10 x5 x49 x47 x53 x30 x43 x7 x53 x2 x8 x8 x63 x55 x47 x36 x8 x61 x5 x30 x60 x49 x20 x53
{'task': 'identity', 'seq': ['x53', 'x24', 'x58', 'x9', 'x24', 'x18', 'x47', 'x59', 'x10', 'x5', 'x49', 'x47', 'x53', 'x30', 'x43', 'x7', 'x53', 'x2', 'x8', 'x8', 'x63', 'x55', 'x47', 'x36', 'x8', 'x61', 'x5', 'x30', 'x60', 'x49', 'x20', 'x53'], 'k': 4, 'n': 32, '_time': 0.00024580955505371094, '_task': 'basic_procedur...
identity
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x47 x17 x24 x49 x33 x41 x41 x52 x57 x42 x21 x57 x61 x13 x48 x5 (B) x64 x20 x44 x27 x23 x57 x54 x13 x24 x41 x8 x20 x48 x41 x3 x52
x47 x17 x24 x49 x33 x41 x52 x57 x42 x21 x61 x13 x48 x5 x64 x20 x44 x27 x23 x54 x8 x3
{'task': 'union', 'seq': [['x47', 'x17', 'x24', 'x49', 'x33', 'x41', 'x41', 'x52', 'x57', 'x42', 'x21', 'x57', 'x61', 'x13', 'x48', 'x5'], ['x64', 'x20', 'x44', 'x27', 'x23', 'x57', 'x54', 'x13', 'x24', 'x41', 'x8', 'x20', 'x48', 'x41', 'x3', 'x52']], 'k': 4, 'n': 32, '_time': 0.0004467964172363281, '_task': 'basic_pro...
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.
o1 o3 c1 c3 o0 o1 c0 c1 o2 c2 o1 c1 o3 o1 o1 o0 c3 c0 c1 o0 c0 c1 o1 c1 o3 c3 o3 o3 o1 c1 c3 c3
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002982616424560547, '_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) x33 x58 x45 x40 x56 x14 x37 x44 x42 x10 x43 x63 x53 x2 x7 x17 x45 x59 x46 x10 x27 x63 x19 x1 x59 x61 x37 x29 x6 x64 x3 x32 (TARGET) x61
x33 x58 x45 x40 x56 x14 x37 x44 x42 x10 x43 x63 x53 x2 x7 x17 x45 x59 x46 x10 x27 x63 x19 x1 x59 x37 x29 x6 x64 x3 x32
{'task': 'delete', 'seq': [['x33', 'x58', 'x45', 'x40', 'x56', 'x14', 'x37', 'x44', 'x42', 'x10', 'x43', 'x63', 'x53', 'x2', 'x7', 'x17', 'x45', 'x59', 'x46', 'x10', 'x27', 'x63', 'x19', 'x1', 'x59', 'x61', 'x37', 'x29', 'x6', 'x64', 'x3', 'x32'], 'x61'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_task': 'basic...
delete
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x58 x58 x53 x26 x35 x48 x41 x13 x26 x45 x50 x38 x18 x52 x18 x57 x48 x33 x57 x33 x13 x61 x24 x21 x63 x31 x48 x53 x3 x24 x52 x29
x3 x13 x13 x18 x18 x21 x24 x24 x26 x26 x29 x31 x33 x33 x35 x38 x41 x45 x48 x48 x48 x50 x52 x52 x53 x53 x57 x57 x58 x58 x61 x63
{'task': 'sort', 'seq': ['x58', 'x58', 'x53', 'x26', 'x35', 'x48', 'x41', 'x13', 'x26', 'x45', 'x50', 'x38', 'x18', 'x52', 'x18', 'x57', 'x48', 'x33', 'x57', 'x33', 'x13', 'x61', 'x24', 'x21', 'x63', 'x31', 'x48', 'x53', 'x3', 'x24', 'x52', 'x29'], 'k': 4, 'n': 32, '_time': 0.00028634071350097656, '_task': 'basic_proce...
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.
o0 c0 o3 o0 c0 c3 o2 o1 c1 o2 c2 o1 c1 c2 o1 o2 o2 o2 c2 c2 c2 c1 o3 c3 o3 c3 o1 c1 o2 c2 o0 c0
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005185604095458984, '_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) x23 x30 x31 x31 x13 x26 x27 x9 x40 x50 x3 x47 x25 x53 x9 x17 (B) x33 x14 x58 x12 x15 x1 x42 x6 x61 x49 x54 x44 x36 x6 x52 x18
x23 x30 x31 x13 x26 x27 x9 x40 x50 x3 x47 x25 x53 x17 x33 x14 x58 x12 x15 x1 x42 x6 x61 x49 x54 x44 x36 x52 x18
{'task': 'union', 'seq': [['x23', 'x30', 'x31', 'x31', 'x13', 'x26', 'x27', 'x9', 'x40', 'x50', 'x3', 'x47', 'x25', 'x53', 'x9', 'x17'], ['x33', 'x14', 'x58', 'x12', 'x15', 'x1', 'x42', 'x6', 'x61', 'x49', 'x54', 'x44', 'x36', 'x6', 'x52', 'x18']], 'k': 4, 'n': 32, '_time': 0.0004513263702392578, '_task': 'basic_proced...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x62 x56 x17 x58 x57 x26 x64 x59 x30 x63 x63 x19 x25 x18 x30 x22 x28 x64 x33 x39 x46 x61 x35 x44 x13 x34 x50 x18 x58 x40 x27 x63
x13 x17 x18 x18 x19 x22 x25 x26 x27 x28 x30 x30 x33 x34 x35 x39 x40 x44 x46 x50 x56 x57 x58 x58 x59 x61 x62 x63 x63 x63 x64 x64
{'task': 'sort', 'seq': ['x62', 'x56', 'x17', 'x58', 'x57', 'x26', 'x64', 'x59', 'x30', 'x63', 'x63', 'x19', 'x25', 'x18', 'x30', 'x22', 'x28', 'x64', 'x33', 'x39', 'x46', 'x61', 'x35', 'x44', 'x13', 'x34', 'x50', 'x18', 'x58', 'x40', 'x27', 'x63'], 'k': 4, 'n': 32, '_time': 0.00028586387634277344, '_task': 'basic_proc...
sort
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x50 x25 x24 x4 x32 x29 x56 x22 x26 x39 x56 x58 x27 x14 x43 x46 x57 x48 x46 x40 x48 x3 x64 x11 x1 x22 x23 x28 x40 x52 x42 x64 (TARGET) x40
x50 x25 x24 x4 x32 x29 x56 x22 x26 x39 x56 x58 x27 x14 x43 x46 x57 x48 x46 x48 x3 x64 x11 x1 x22 x23 x28 x40 x52 x42 x64
{'task': 'delete', 'seq': [['x50', 'x25', 'x24', 'x4', 'x32', 'x29', 'x56', 'x22', 'x26', 'x39', 'x56', 'x58', 'x27', 'x14', 'x43', 'x46', 'x57', 'x48', 'x46', 'x40', 'x48', 'x3', 'x64', 'x11', 'x1', 'x22', 'x23', 'x28', 'x40', 'x52', 'x42', 'x64'], 'x40'], 'k': 4, 'n': 32, '_time': 0.0002875328063964844, '_task': 'bas...
delete
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x46 x14 x37 x40 x56 x20 x51 x48 x51 x12 x43 x45 x42 x46 x40 x47 x35 x58 x17 x58 x53 x32 x6 x18 x38 x33 x44 x60 x39 x45 x1 x38
x46 x14 x37 x40 x56 x20 x51 x48 x12 x43 x45 x42 x47 x35 x58 x17 x53 x32 x6 x18 x38 x33 x44 x60 x39 x1
{'task': 'set', 'seq': ['x46', 'x14', 'x37', 'x40', 'x56', 'x20', 'x51', 'x48', 'x51', 'x12', 'x43', 'x45', 'x42', 'x46', 'x40', 'x47', 'x35', 'x58', 'x17', 'x58', 'x53', 'x32', 'x6', 'x18', 'x38', 'x33', 'x44', 'x60', 'x39', 'x45', 'x1', 'x38'], 'k': 4, 'n': 32, '_time': 0.0005702972412109375, '_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 x60; PUSH x6; POP; PUSH x24; PUSH x21; POP; POP; PUSH x50; PUSH x63; PUSH x23; PUSH x41; PUSH x44; PUSH x4; PUSH x54; POP; PUSH x64; POP; PUSH x36; PUSH x...
EMPTY
{'task': 'stack', 'seq': ['PUSH x60', 'PUSH x6', 'POP', 'PUSH x24', 'PUSH x21', 'POP', 'POP', 'PUSH x50', 'PUSH x63', 'PUSH x23', 'PUSH x41', 'PUSH x44', 'PUSH x4', 'PUSH x54', 'POP', 'PUSH x64', 'POP', 'PUSH x36', 'PUSH x24', 'POP', 'POP', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x47',...
stack
instruct
0
Return the unique elements of the sequence in order of first appearance. (SEQUENCE) x2 x20 x33 x53 x21 x8 x41 x54 x58 x11 x7 x62 x2 x61 x30 x32 x56 x13 x43 x17 x36 x16 x51 x50 x60 x61 x43 x30 x19 x19 x5 x1
x2 x20 x33 x53 x21 x8 x41 x54 x58 x11 x7 x62 x61 x30 x32 x56 x13 x43 x17 x36 x16 x51 x50 x60 x19 x5 x1
{'task': 'set', 'seq': ['x2', 'x20', 'x33', 'x53', 'x21', 'x8', 'x41', 'x54', 'x58', 'x11', 'x7', 'x62', 'x2', 'x61', 'x30', 'x32', 'x56', 'x13', 'x43', 'x17', 'x36', 'x16', 'x51', 'x50', 'x60', 'x61', 'x43', 'x30', 'x19', 'x19', 'x5', 'x1'], 'k': 4, 'n': 32, '_time': 0.0004177093505859375, '_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) x44 x62 x60 x7 x63 x28 x29 x32 x12 x15 x51 x35 x20 x6 x23 x24 (B) x46 x36 x37 x22 x49 x18 x26 x24 x7 x19 x18 x38 x41 x21 x29 x38
x44 x62 x60 x7 x63 x28 x29 x32 x12 x15 x51 x35 x20 x6 x23 x24 x46 x36 x37 x22 x49 x18 x26 x19 x38 x41 x21
{'task': 'union', 'seq': [['x44', 'x62', 'x60', 'x7', 'x63', 'x28', 'x29', 'x32', 'x12', 'x15', 'x51', 'x35', 'x20', 'x6', 'x23', 'x24'], ['x46', 'x36', 'x37', 'x22', 'x49', 'x18', 'x26', 'x24', 'x7', 'x19', 'x18', 'x38', 'x41', 'x21', 'x29', 'x38']], 'k': 4, 'n': 32, '_time': 0.00029850006103515625, '_task': 'basic_pr...
union
instruct
0
Sort the sequence in ascending numeric order, where x2 < x10. (SEQUENCE) x58 x47 x51 x23 x4 x32 x52 x11 x58 x57 x48 x46 x21 x5 x18 x11 x7 x63 x48 x29 x46 x49 x5 x59 x45 x38 x56 x17 x36 x1 x15 x28
x1 x4 x5 x5 x7 x11 x11 x15 x17 x18 x21 x23 x28 x29 x32 x36 x38 x45 x46 x46 x47 x48 x48 x49 x51 x52 x56 x57 x58 x58 x59 x63
{'task': 'sort', 'seq': ['x58', 'x47', 'x51', 'x23', 'x4', 'x32', 'x52', 'x11', 'x58', 'x57', 'x48', 'x46', 'x21', 'x5', 'x18', 'x11', 'x7', 'x63', 'x48', 'x29', 'x46', 'x49', 'x5', 'x59', 'x45', 'x38', 'x56', 'x17', 'x36', 'x1', 'x15', 'x28'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_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 o0 c0 o3 o3 c3 o3 c3 c3 o0 o1 o1 o2 o0 o0 o2 o1 o3 c3 o1 o2 c2 c0 c1 c0 c2 c2 c1 c0 c1 c1
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00054168701171875, '_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
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o2 o3 o3 o0 c0 o1 c1 o3 o3 o3 c3 c3 o3 c3 c3 c3 c3 c2 o0 c0 o0 c0 o3 o1 c1 o3 o0 o0 c0 c0 c3 c3
{'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025343894958496094, '_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 x59 x57 x45 x23 x44 x27 x44 x13 x49 x40 x20 x59 x26 x33 x56 x48 x48 x13 x17 x27 x39 x23 x22 x33 x9 x20 x43 x19 x1 x36 x48
x63 x59 x57 x45 x23 x44 x27 x44 x13 x49 x40 x20 x59 x26 x33 x56 x48 x48 x13 x17 x27 x39 x23 x22 x33 x9 x20 x43 x19 x1 x36 x48
{'task': 'identity', 'seq': ['x63', 'x59', 'x57', 'x45', 'x23', 'x44', 'x27', 'x44', 'x13', 'x49', 'x40', 'x20', 'x59', 'x26', 'x33', 'x56', 'x48', 'x48', 'x13', 'x17', 'x27', 'x39', 'x23', 'x22', 'x33', 'x9', 'x20', 'x43', 'x19', 'x1', 'x36', 'x48'], 'k': 4, 'n': 32, '_time': 0.000270843505859375, '_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 x53; PUSH x14; PUSH x3; POP; POP; POP; PUSH x32; PUSH x45; POP; PUSH x58; PUSH x1; POP; PUSH x45; PUSH x35; POP; POP; POP; PUSH x49; POP; POP; PUSH x50; P...
EMPTY
{'task': 'stack', 'seq': ['PUSH x53', 'PUSH x14', 'PUSH x3', 'POP', 'POP', 'POP', 'PUSH x32', 'PUSH x45', 'POP', 'PUSH x58', 'PUSH x1', 'POP', 'PUSH x45', 'PUSH x35', 'POP', 'POP', 'POP', 'PUSH x49', 'POP', 'POP', 'PUSH x50', 'PUSH x4', 'POP', 'PUSH x27', 'POP', 'PUSH x5', 'POP', 'PUSH x17', 'POP', 'POP', 'PUSH x20', '...
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) x18 x26 x15 x54 x11 x64 x1 x19 x60 x51 x13 x56 x43 x10 x25 x38 (B) x8 x38 x47 x24 x7 x49 x7 x62 x29 x1 x57 x37 x51 x61 x23 x4
x18 x26 x15 x54 x11 x64 x1 x19 x60 x51 x13 x56 x43 x10 x25 x38 x8 x47 x24 x7 x49 x62 x29 x57 x37 x61 x23 x4
{'task': 'union', 'seq': [['x18', 'x26', 'x15', 'x54', 'x11', 'x64', 'x1', 'x19', 'x60', 'x51', 'x13', 'x56', 'x43', 'x10', 'x25', 'x38'], ['x8', 'x38', 'x47', 'x24', 'x7', 'x49', 'x7', 'x62', 'x29', 'x1', 'x57', 'x37', 'x51', 'x61', 'x23', 'x4']], 'k': 4, 'n': 32, '_time': 0.0004508495330810547, '_task': 'basic_proced...
union
instruct
0
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens. Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence.
o1 o3 o3 c3 o3 c3 o0 o0 c0 c0 o1 c1 c3 o1 c1 o3 c3 o0 c0 o2 o2 c2 o3 c3 c2 c1 o3 o1 o2 c2 c1 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
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 o3 o3 c3 c3 c3 o0 c0 o1 c1 o2 o2 c2 c2 o0 c0 o1 o1 c1 c1 o3 c3 o3 c3 o0 c0 o1 o0 c1 c0
{'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029778480529785156, '_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) x31 x36 x37 x36 x31 x40 x1 x58 x12 x23 x10 x46 x39 x54 x25 x31 x45 x2 x26 x48 x53 x6 x33 x26 x45 x60 x10 x49 x20 x14 x55 x51
x31 x36 x37 x40 x1 x58 x12 x23 x10 x46 x39 x54 x25 x45 x2 x26 x48 x53 x6 x33 x60 x49 x20 x14 x55 x51
{'task': 'set', 'seq': ['x31', 'x36', 'x37', 'x36', 'x31', 'x40', 'x1', 'x58', 'x12', 'x23', 'x10', 'x46', 'x39', 'x54', 'x25', 'x31', 'x45', 'x2', 'x26', 'x48', 'x53', 'x6', 'x33', 'x26', 'x45', 'x60', 'x10', 'x49', 'x20', 'x14', 'x55', 'x51'], 'k': 4, 'n': 32, '_time': 0.00027680397033691406, '_task': 'basic_procedur...
set
instruct
0
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged. (SEQUENCE) x1 x34 x17 x48 x21 x30 x23 x36 x51 x30 x38 x63 x1 x39 x58 x23 x20 x37 x58 x34 x13 x12 x14 x18 x50 x63 x8 x39 x53 x1 x26 x9 (TARGET) x63
x1 x34 x17 x48 x21 x30 x23 x36 x51 x30 x38 x1 x39 x58 x23 x20 x37 x58 x34 x13 x12 x14 x18 x50 x63 x8 x39 x53 x1 x26 x9
{'task': 'delete', 'seq': [['x1', 'x34', 'x17', 'x48', 'x21', 'x30', 'x23', 'x36', 'x51', 'x30', 'x38', 'x63', 'x1', 'x39', 'x58', 'x23', 'x20', 'x37', 'x58', 'x34', 'x13', 'x12', 'x14', 'x18', 'x50', 'x63', 'x8', 'x39', 'x53', 'x1', 'x26', 'x9'], 'x63'], 'k': 4, 'n': 32, '_time': 0.0004558563232421875, '_task': 'basic...
delete
instruct
0
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B. (A) x2 x13 x2 x19 x48 x61 x51 x23 x32 x63 x49 x32 x41 x46 x30 x47 (B) x17 x14 x51 x14 x27 x4 x24 x16 x50 x52 x25 x4 x36 x35 x5 x62
x2 x13 x19 x48 x61 x51 x23 x32 x63 x49 x41 x46 x30 x47 x17 x14 x27 x4 x24 x16 x50 x52 x25 x36 x35 x5 x62
{'task': 'union', 'seq': [['x2', 'x13', 'x2', 'x19', 'x48', 'x61', 'x51', 'x23', 'x32', 'x63', 'x49', 'x32', 'x41', 'x46', 'x30', 'x47'], ['x17', 'x14', 'x51', 'x14', 'x27', 'x4', 'x24', 'x16', 'x50', 'x52', 'x25', 'x4', 'x36', 'x35', 'x5', 'x62']], 'k': 4, 'n': 32, '_time': 0.00035858154296875, '_task': 'basic_procedu...
union
instruct
0
Reverse the sequence. (SEQUENCE) x23 x26 x59 x3 x20 x10 x40 x37 x37 x63 x61 x2 x49 x20 x21 x3 x16 x51 x37 x10 x17 x2 x37 x33 x60 x6 x46 x49 x25 x19 x32 x48
x48 x32 x19 x25 x49 x46 x6 x60 x33 x37 x2 x17 x10 x37 x51 x16 x3 x21 x20 x49 x2 x61 x63 x37 x37 x40 x10 x20 x3 x59 x26 x23
{'task': 'reverse', 'seq': ['x23', 'x26', 'x59', 'x3', 'x20', 'x10', 'x40', 'x37', 'x37', 'x63', 'x61', 'x2', 'x49', 'x20', 'x21', 'x3', 'x16', 'x51', 'x37', 'x10', 'x17', 'x2', 'x37', 'x33', 'x60', 'x6', 'x46', 'x49', 'x25', 'x19', 'x32', 'x48'], 'k': 4, 'n': 32, '_time': 0.00031638145446777344, '_task': 'basic_proced...
reverse
instruct
0