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)
x14 x52 x38 x23 x40 x36 x16 x5 x30 x55 x38 x5 x13 x50 x18 x1 x44 x62 x4 x22 x16 x38 x35 x18 x27 x5 x15 x60 x1 x12 x2 x20 | x20 x2 x12 x1 x60 x15 x5 x27 x18 x35 x38 x16 x22 x4 x62 x44 x1 x18 x50 x13 x5 x38 x55 x30 x5 x16 x36 x40 x23 x38 x52 x14 | {'task': 'reverse', 'seq': ['x14', 'x52', 'x38', 'x23', 'x40', 'x36', 'x16', 'x5', 'x30', 'x55', 'x38', 'x5', 'x13', 'x50', 'x18', 'x1', 'x44', 'x62', 'x4', 'x22', 'x16', 'x38', 'x35', 'x18', 'x27', 'x5', 'x15', 'x60', 'x1', 'x12', 'x2', 'x20'], 'k': 4, 'n': 32, '_time': 0.00042176246643066406, '_task': 'basic_procedur... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x5 x55 x27 x45 x24 x62 x33 x13 x6 x58 x22 x58 x31 x53 x27 x30 x44 x45 x59 x27 x27 x3 x62 x24 x36 x58 x23 x17 x57 x58 x16 x5
(TARGET)
x31 | x5 x55 x27 x45 x24 x62 x33 x13 x6 x58 x22 x58 x53 x27 x30 x44 x45 x59 x27 x27 x3 x62 x24 x36 x58 x23 x17 x57 x58 x16 x5 | {'task': 'delete', 'seq': [['x5', 'x55', 'x27', 'x45', 'x24', 'x62', 'x33', 'x13', 'x6', 'x58', 'x22', 'x58', 'x31', 'x53', 'x27', 'x30', 'x44', 'x45', 'x59', 'x27', 'x27', 'x3', 'x62', 'x24', 'x36', 'x58', 'x23', 'x17', 'x57', 'x58', 'x16', 'x5'], 'x31'], 'k': 4, 'n': 32, '_time': 0.00043582916259765625, '_task': 'bas... | 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 o2 c2 o2 o2 o0 o3 o0 c0 c0 c2 o3 c3 o3 c3 c3 o1 o1 o0 c0 o0 o3 c2 o0 o0 c1 c3 c1 c0 c0 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00043845176696777344, '_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)
x11 x53 x24 x20 x33 x42 x51 x29 x45 x14 x30 x5 x45 x46 x40 x17 x21 x20 x56 x23 x52 x52 x56 x62 x62 x1 x31 x11 x12 x53 x13 x36
(TARGET)
x29 | x11 x53 x24 x20 x33 x42 x51 x45 x14 x30 x5 x45 x46 x40 x17 x21 x20 x56 x23 x52 x52 x56 x62 x62 x1 x31 x11 x12 x53 x13 x36 | {'task': 'delete', 'seq': [['x11', 'x53', 'x24', 'x20', 'x33', 'x42', 'x51', 'x29', 'x45', 'x14', 'x30', 'x5', 'x45', 'x46', 'x40', 'x17', 'x21', 'x20', 'x56', 'x23', 'x52', 'x52', 'x56', 'x62', 'x62', 'x1', 'x31', 'x11', 'x12', 'x53', 'x13', 'x36'], 'x29'], 'k': 4, 'n': 32, '_time': 0.0004737377166748047, '_task': 'ba... | 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)
x14 x23 x27 x15 x4 x13 x41 x59 x38 x23 x45 x37 x9 x42 x4 x47
(B)
x17 x52 x5 x9 x6 x53 x55 x13 x51 x61 x40 x23 x40 x52 x26 x19 | x14 x23 x27 x15 x4 x13 x41 x59 x38 x45 x37 x9 x42 x47 x17 x52 x5 x6 x53 x55 x51 x61 x40 x26 x19 | {'task': 'union', 'seq': [['x14', 'x23', 'x27', 'x15', 'x4', 'x13', 'x41', 'x59', 'x38', 'x23', 'x45', 'x37', 'x9', 'x42', 'x4', 'x47'], ['x17', 'x52', 'x5', 'x9', 'x6', 'x53', 'x55', 'x13', 'x51', 'x61', 'x40', 'x23', 'x40', 'x52', 'x26', 'x19']], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_task': 'basic_proce... | union | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x40; PUSH x33; PUSH x44; POP; PUSH x36; PUSH x41; PUSH x42; PUSH x5; PUSH x27; POP; PUSH x48; PUSH x12; POP; PUSH x52; PUSH x57; PUSH x4; PUSH x14; PUSH x... | x52 x48 x5 x42 x41 x36 x33 x40 | {'task': 'stack', 'seq': ['PUSH x40', 'PUSH x33', 'PUSH x44', 'POP', 'PUSH x36', 'PUSH x41', 'PUSH x42', 'PUSH x5', 'PUSH x27', 'POP', 'PUSH x48', 'PUSH x12', 'POP', 'PUSH x52', 'PUSH x57', 'PUSH x4', 'PUSH x14', 'PUSH x19', 'PUSH x31', 'PUSH x54', 'POP', 'PUSH x55', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x2',... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x11 x8 x46 x26 x61 x37 x7 x58 x4 x42 x6 x25 x62 x51 x35 x13 x13 x38 x21 x3 x43 x16 x8 x26 x50 x49 x59 x57 x40 x37 x29 x59 | x11 x8 x46 x26 x61 x37 x7 x58 x4 x42 x6 x25 x62 x51 x35 x13 x13 x38 x21 x3 x43 x16 x8 x26 x50 x49 x59 x57 x40 x37 x29 x59 | {'task': 'identity', 'seq': ['x11', 'x8', 'x46', 'x26', 'x61', 'x37', 'x7', 'x58', 'x4', 'x42', 'x6', 'x25', 'x62', 'x51', 'x35', 'x13', 'x13', 'x38', 'x21', 'x3', 'x43', 'x16', 'x8', 'x26', 'x50', 'x49', 'x59', 'x57', 'x40', 'x37', 'x29', 'x59'], 'k': 4, 'n': 32, '_time': 0.0004258155822753906, '_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 o0 c0 o2 o3 c2 c3 o1 c1 c0 o1 c1 o3 c3 o3 c3 o0 o1 o3 o2 o1 c3 o3 c0 o2 o0 c0 c2 c1 c3 c1 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004425048828125, '_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 o1 c1 c3 o1 o2 o0 c0 c2 c1 o0 o3 o3 o3 o0 o1 c1 c3 c0 o0 o1 o3 o1 o3 c1 c3 c3 c1 c3 c3 c0 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004558563232421875, '_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)
x3 x9 x61 x21 x56 x48 x57 x3 x10 x10 x5 x17 x44 x49 x58 x20 x51 x27 x44 x14 x18 x58 x47 x35 x58 x5 x46 x7 x43 x59 x31 x39 | x3 x9 x61 x21 x56 x48 x57 x10 x5 x17 x44 x49 x58 x20 x51 x27 x14 x18 x47 x35 x46 x7 x43 x59 x31 x39 | {'task': 'set', 'seq': ['x3', 'x9', 'x61', 'x21', 'x56', 'x48', 'x57', 'x3', 'x10', 'x10', 'x5', 'x17', 'x44', 'x49', 'x58', 'x20', 'x51', 'x27', 'x44', 'x14', 'x18', 'x58', 'x47', 'x35', 'x58', 'x5', 'x46', 'x7', 'x43', 'x59', 'x31', 'x39'], 'k': 4, 'n': 32, '_time': 0.00042128562927246094, '_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 o3 c3 c2 o0 o0 c0 c0 o2 o1 c1 c2 o0 c0 o0 o2 c2 o2 c2 o2 o2 o2 c2 o1 o1 c1 c1 c2 o1 c1 c2 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038909912109375, '_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)
x13 x11 x6 x48 x35 x8 x54 x25 x21 x31 x55 x63 x11 x12 x58 x29 x41 x39 x16 x40 x5 x54 x55 x27 x29 x64 x37 x58 x36 x62 x45 x40 | x13 x11 x6 x48 x35 x8 x54 x25 x21 x31 x55 x63 x12 x58 x29 x41 x39 x16 x40 x5 x27 x64 x37 x36 x62 x45 | {'task': 'set', 'seq': ['x13', 'x11', 'x6', 'x48', 'x35', 'x8', 'x54', 'x25', 'x21', 'x31', 'x55', 'x63', 'x11', 'x12', 'x58', 'x29', 'x41', 'x39', 'x16', 'x40', 'x5', 'x54', 'x55', 'x27', 'x29', 'x64', 'x37', 'x58', 'x36', 'x62', 'x45', 'x40'], 'k': 4, 'n': 32, '_time': 0.0004208087921142578, '_task': 'basic_procedura... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x16 x63 x2 x54 x16 x59 x6 x22 x39 x14 x49 x1 x3 x31 x46 x29 x18 x21 x50 x39 x28 x55 x3 x4 x6 x6 x35 x39 x37 x8 x4 x24 | x16 x63 x2 x54 x16 x59 x6 x22 x39 x14 x49 x1 x3 x31 x46 x29 x18 x21 x50 x39 x28 x55 x3 x4 x6 x6 x35 x39 x37 x8 x4 x24 | {'task': 'identity', 'seq': ['x16', 'x63', 'x2', 'x54', 'x16', 'x59', 'x6', 'x22', 'x39', 'x14', 'x49', 'x1', 'x3', 'x31', 'x46', 'x29', 'x18', 'x21', 'x50', 'x39', 'x28', 'x55', 'x3', 'x4', 'x6', 'x6', 'x35', 'x39', 'x37', 'x8', 'x4', 'x24'], 'k': 4, 'n': 32, '_time': 0.00041413307189941406, '_task': 'basic_procedural... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 c0 o0 o2 o0 o2 o3 c3 o0 c0 c2 c0 o2 c2 c2 o1 c1 o2 c2 c0 o0 c0 o3 c3 o3 o1 c1 c3 o1 c1 o2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003871917724609375, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x31; PUSH x35; PUSH x60; PUSH x27; PUSH x14; POP; POP; PUSH x36; PUSH x64; POP; PUSH x36; POP; PUSH x37; PUSH x10; PUSH x30; POP; PUSH x18; PUSH x60; PUSH... | x35 x31 | {'task': 'stack', 'seq': ['PUSH x31', 'PUSH x35', 'PUSH x60', 'PUSH x27', 'PUSH x14', 'POP', 'POP', 'PUSH x36', 'PUSH x64', 'POP', 'PUSH x36', 'POP', 'PUSH x37', 'PUSH x10', 'PUSH x30', 'POP', 'PUSH x18', 'PUSH x60', 'PUSH x13', 'PUSH x10', 'PUSH x22', 'POP', 'POP', 'POP', 'PUSH x3', 'POP', 'POP', 'POP', 'POP', 'POP', ... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x24 x55 x40 x57 x29 x6 x19 x45 x21 x34 x26 x7 x62 x60 x18 x22 x49 x35 x63 x1 x60 x4 x35 x15 x33 x51 x1 x25 x1 x1 x37 x50 | x24 x55 x40 x57 x29 x6 x19 x45 x21 x34 x26 x7 x62 x60 x18 x22 x49 x35 x63 x1 x60 x4 x35 x15 x33 x51 x1 x25 x1 x1 x37 x50 | {'task': 'identity', 'seq': ['x24', 'x55', 'x40', 'x57', 'x29', 'x6', 'x19', 'x45', 'x21', 'x34', 'x26', 'x7', 'x62', 'x60', 'x18', 'x22', 'x49', 'x35', 'x63', 'x1', 'x60', 'x4', 'x35', 'x15', 'x33', 'x51', 'x1', 'x25', 'x1', 'x1', 'x37', 'x50'], 'k': 4, 'n': 32, '_time': 0.0004165172576904297, '_task': 'basic_procedur... | 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; POP; PUSH x55; PUSH x21; PUSH x5; PUSH x36; POP; POP; POP; PUSH x44; PUSH x18; PUSH x18; PUSH x3; PUSH x43; PUSH x53; PUSH x10; PUSH x52; PUSH x34; P... | x9 x47 x1 x50 x34 x52 x10 x53 x43 x3 x18 x18 x44 x55 | {'task': 'stack', 'seq': ['PUSH x62', 'POP', 'PUSH x55', 'PUSH x21', 'PUSH x5', 'PUSH x36', 'POP', 'POP', 'POP', 'PUSH x44', 'PUSH x18', 'PUSH x18', 'PUSH x3', 'PUSH x43', 'PUSH x53', 'PUSH x10', 'PUSH x52', 'PUSH x34', 'PUSH x50', 'PUSH x1', 'PUSH x47', 'PUSH x48', 'PUSH x10', 'POP', 'PUSH x1', 'POP', 'POP', 'PUSH x9'... | stack | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x49 x8 x37 x3 x63 x33 x24 x54 x7 x41 x48 x9 x49 x14 x48 x26 x36 x36 x25 x54 x8 x35 x47 x31 x46 x6 x36 x21 x52 x20 x61 x26 | x49 x8 x37 x3 x63 x33 x24 x54 x7 x41 x48 x9 x14 x26 x36 x25 x35 x47 x31 x46 x6 x21 x52 x20 x61 | {'task': 'set', 'seq': ['x49', 'x8', 'x37', 'x3', 'x63', 'x33', 'x24', 'x54', 'x7', 'x41', 'x48', 'x9', 'x49', 'x14', 'x48', 'x26', 'x36', 'x36', 'x25', 'x54', 'x8', 'x35', 'x47', 'x31', 'x46', 'x6', 'x36', 'x21', 'x52', 'x20', 'x61', 'x26'], 'k': 4, 'n': 32, '_time': 0.00042891502380371094, '_task': 'basic_procedural'... | set | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 c2 o3 o2 c2 c3 o3 o2 o3 o0 o1 c3 o3 o1 c2 c0 c1 c1 c3 c3 o1 o0 c0 o0 o3 o3 o1 c1 c1 c0 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004558563232421875, '_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 x6; POP; PUSH x38; PUSH x27; PUSH x39; PUSH x25; PUSH x30; PUSH x42; POP; PUSH x55; PUSH x39; POP; POP; PUSH x10; POP; PUSH x56; PUSH x52; PUSH x41; POP; ... | EMPTY | {'task': 'stack', 'seq': ['PUSH x6', 'POP', 'PUSH x38', 'PUSH x27', 'PUSH x39', 'PUSH x25', 'PUSH x30', 'PUSH x42', 'POP', 'PUSH x55', 'PUSH x39', 'POP', 'POP', 'PUSH x10', 'POP', 'PUSH x56', 'PUSH x52', 'PUSH x41', 'POP', 'POP', 'PUSH x48', 'PUSH x4', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x29',... | stack | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x37 x6 x44 x5 x46 x42 x2 x10 x5 x19 x57 x10 x18 x5 x47 x17 x64 x36 x19 x55 x28 x32 x62 x14 x25 x1 x17 x13 x41 x37 x36 x17 | x37 x6 x44 x5 x46 x42 x2 x10 x19 x57 x18 x47 x17 x64 x36 x55 x28 x32 x62 x14 x25 x1 x13 x41 | {'task': 'set', 'seq': ['x37', 'x6', 'x44', 'x5', 'x46', 'x42', 'x2', 'x10', 'x5', 'x19', 'x57', 'x10', 'x18', 'x5', 'x47', 'x17', 'x64', 'x36', 'x19', 'x55', 'x28', 'x32', 'x62', 'x14', 'x25', 'x1', 'x17', 'x13', 'x41', 'x37', 'x36', 'x17'], 'k': 4, 'n': 32, '_time': 0.00028705596923828125, '_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)
x2 x61 x27 x30 x56 x19 x9 x53 x58 x37 x52 x37 x43 x52 x12 x3
(B)
x11 x7 x28 x55 x40 x2 x16 x2 x13 x19 x40 x15 x47 x61 x55 x9 | x2 x61 x27 x30 x56 x19 x9 x53 x58 x37 x52 x43 x12 x3 x11 x7 x28 x55 x40 x16 x13 x15 x47 | {'task': 'union', 'seq': [['x2', 'x61', 'x27', 'x30', 'x56', 'x19', 'x9', 'x53', 'x58', 'x37', 'x52', 'x37', 'x43', 'x52', 'x12', 'x3'], ['x11', 'x7', 'x28', 'x55', 'x40', 'x2', 'x16', 'x2', 'x13', 'x19', 'x40', 'x15', 'x47', 'x61', 'x55', 'x9']], 'k': 4, 'n': 32, '_time': 0.00044727325439453125, '_task': 'basic_proced... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x51 x25 x23 x57 x12 x19 x35 x17 x5 x47 x63 x43 x19 x51 x39 x9 x7 x36 x36 x59 x24 x15 x48 x5 x7 x32 x5 x23 x1 x8 x55 x49 | x51 x25 x23 x57 x12 x19 x35 x17 x5 x47 x63 x43 x19 x51 x39 x9 x7 x36 x36 x59 x24 x15 x48 x5 x7 x32 x5 x23 x1 x8 x55 x49 | {'task': 'identity', 'seq': ['x51', 'x25', 'x23', 'x57', 'x12', 'x19', 'x35', 'x17', 'x5', 'x47', 'x63', 'x43', 'x19', 'x51', 'x39', 'x9', 'x7', 'x36', 'x36', 'x59', 'x24', 'x15', 'x48', 'x5', 'x7', 'x32', 'x5', 'x23', 'x1', 'x8', 'x55', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_task': 'basic_procedura... | 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 x27; PUSH x34; PUSH x32; PUSH x11; POP; PUSH x51; PUSH x44; PUSH x57; PUSH x53; PUSH x32; PUSH x38; PUSH x46; PUSH x12; POP; PUSH x5; POP; POP; PUSH x36; ... | x39 x53 x57 x44 x51 x32 x34 x27 | {'task': 'stack', 'seq': ['PUSH x27', 'PUSH x34', 'PUSH x32', 'PUSH x11', 'POP', 'PUSH x51', 'PUSH x44', 'PUSH x57', 'PUSH x53', 'PUSH x32', 'PUSH x38', 'PUSH x46', 'PUSH x12', 'POP', 'PUSH x5', 'POP', 'POP', 'PUSH x36', 'PUSH x40', 'PUSH x32', 'PUSH x14', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x52', 'PUSH x22... | 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 x8; PUSH x7; PUSH x18; PUSH x24; PUSH x20; PUSH x19; PUSH x29; PUSH x31; POP; PUSH x8; PUSH x6; PUSH x58; PUSH x15; PUSH x8; POP; POP; POP; PUSH x34; PUSH... | x8 x29 x19 x20 x24 x18 x7 x8 | {'task': 'stack', 'seq': ['PUSH x8', 'PUSH x7', 'PUSH x18', 'PUSH x24', 'PUSH x20', 'PUSH x19', 'PUSH x29', 'PUSH x31', 'POP', 'PUSH x8', 'PUSH x6', 'PUSH x58', 'PUSH x15', 'PUSH x8', 'POP', 'POP', 'POP', 'PUSH x34', 'PUSH x19', 'PUSH x53', 'PUSH x12', 'POP', 'POP', 'PUSH x50', 'PUSH x50', 'PUSH x10', 'POP', 'POP', 'PO... | stack | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x43 x49 x44 x58 x39 x16 x19 x39 x30 x25 x33 x1 x53 x16 x5 x51 x55 x9 x17 x1 x63 x37 x10 x41 x10 x23 x49 x21 x60 x59 x20 x36 | x1 x1 x5 x9 x10 x10 x16 x16 x17 x19 x20 x21 x23 x25 x30 x33 x36 x37 x39 x39 x41 x43 x44 x49 x49 x51 x53 x55 x58 x59 x60 x63 | {'task': 'sort', 'seq': ['x43', 'x49', 'x44', 'x58', 'x39', 'x16', 'x19', 'x39', 'x30', 'x25', 'x33', 'x1', 'x53', 'x16', 'x5', 'x51', 'x55', 'x9', 'x17', 'x1', 'x63', 'x37', 'x10', 'x41', 'x10', 'x23', 'x49', 'x21', 'x60', 'x59', 'x20', 'x36'], 'k': 4, 'n': 32, '_time': 0.00043582916259765625, '_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. | o3 c3 o1 o1 c1 c1 o3 o3 o3 c3 c3 o3 o1 o2 c1 o2 c2 c3 c2 o3 o3 c3 o0 c0 c3 c3 o2 c2 o2 c2 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029969215393066406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x8 x4 x49 x31 x43 x10 x45 x39 x14 x2 x29 x7 x12 x1 x14 x52
(B)
x40 x14 x14 x35 x37 x15 x35 x50 x31 x12 x17 x14 x30 x24 x29 x64 | x8 x4 x49 x31 x43 x10 x45 x39 x14 x2 x29 x7 x12 x1 x52 x40 x35 x37 x15 x50 x17 x30 x24 x64 | {'task': 'union', 'seq': [['x8', 'x4', 'x49', 'x31', 'x43', 'x10', 'x45', 'x39', 'x14', 'x2', 'x29', 'x7', 'x12', 'x1', 'x14', 'x52'], ['x40', 'x14', 'x14', 'x35', 'x37', 'x15', 'x35', 'x50', 'x31', 'x12', 'x17', 'x14', 'x30', 'x24', 'x29', 'x64']], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_task': 'basic_proc... | union | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x25 x17 x57 x15 x47 x40 x33 x30 x39 x50 x61 x3 x16 x6 x56 x53 x23 x61 x63 x9 x11 x27 x38 x43 x19 x30 x49 x47 x13 x4 x26 x33 | x33 x26 x4 x13 x47 x49 x30 x19 x43 x38 x27 x11 x9 x63 x61 x23 x53 x56 x6 x16 x3 x61 x50 x39 x30 x33 x40 x47 x15 x57 x17 x25 | {'task': 'reverse', 'seq': ['x25', 'x17', 'x57', 'x15', 'x47', 'x40', 'x33', 'x30', 'x39', 'x50', 'x61', 'x3', 'x16', 'x6', 'x56', 'x53', 'x23', 'x61', 'x63', 'x9', 'x11', 'x27', 'x38', 'x43', 'x19', 'x30', 'x49', 'x47', 'x13', 'x4', 'x26', 'x33'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_proced... | reverse | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o3 c3 o2 c2 o0 o1 o2 c1 c0 o1 c2 o3 o3 o1 o1 c1 c3 o1 o2 c1 c3 o3 o2 c3 o0 c2 o3 c3 c0 c2 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004532337188720703, '_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)
x12 x40 x45 x47 x28 x11 x57 x57 x52 x12 x38 x35 x45 x61 x28 x45 x46 x50 x23 x57 x2 x25 x60 x40 x34 x32 x50 x37 x24 x40 x3 x20 | x12 x40 x45 x47 x28 x11 x57 x52 x38 x35 x61 x46 x50 x23 x2 x25 x60 x34 x32 x37 x24 x3 x20 | {'task': 'set', 'seq': ['x12', 'x40', 'x45', 'x47', 'x28', 'x11', 'x57', 'x57', 'x52', 'x12', 'x38', 'x35', 'x45', 'x61', 'x28', 'x45', 'x46', 'x50', 'x23', 'x57', 'x2', 'x25', 'x60', 'x40', 'x34', 'x32', 'x50', 'x37', 'x24', 'x40', 'x3', 'x20'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_task': 'basic_procedur... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x64 x34 x15 x29 x39 x10 x40 x22 x55 x18 x34 x63 x61 x52 x37 x45 x58 x48 x57 x48 x64 x62 x11 x48 x60 x57 x20 x32 x44 x40 x22 x26 | x10 x11 x15 x18 x20 x22 x22 x26 x29 x32 x34 x34 x37 x39 x40 x40 x44 x45 x48 x48 x48 x52 x55 x57 x57 x58 x60 x61 x62 x63 x64 x64 | {'task': 'sort', 'seq': ['x64', 'x34', 'x15', 'x29', 'x39', 'x10', 'x40', 'x22', 'x55', 'x18', 'x34', 'x63', 'x61', 'x52', 'x37', 'x45', 'x58', 'x48', 'x57', 'x48', 'x64', 'x62', 'x11', 'x48', 'x60', 'x57', 'x20', 'x32', 'x44', 'x40', 'x22', 'x26'], 'k': 4, 'n': 32, '_time': 0.00043582916259765625, '_task': 'basic_proc... | sort | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 c1 o2 o1 c1 c2 o1 c1 o1 o0 o0 c0 o3 c3 o0 c0 c0 o0 c0 o2 o2 c2 o0 o2 o0 c0 c2 o2 c2 c0 c2 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00026702880859375, '_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)
x56 x22 x46 x21 x61 x14 x14 x53 x52 x52 x17 x14 x9 x56 x14 x4 x10 x11 x27 x52 x51 x30 x39 x29 x27 x38 x33 x9 x44 x48 x14 x36
(TARGET)
x47 | x56 x22 x46 x21 x61 x14 x14 x53 x52 x52 x17 x14 x9 x56 x14 x4 x10 x11 x27 x52 x51 x30 x39 x29 x27 x38 x33 x9 x44 x48 x14 x36 | {'task': 'delete', 'seq': [['x56', 'x22', 'x46', 'x21', 'x61', 'x14', 'x14', 'x53', 'x52', 'x52', 'x17', 'x14', 'x9', 'x56', 'x14', 'x4', 'x10', 'x11', 'x27', 'x52', 'x51', 'x30', 'x39', 'x29', 'x27', 'x38', 'x33', 'x9', 'x44', 'x48', 'x14', 'x36'], 'x47'], 'k': 4, 'n': 32, '_time': 0.00045871734619140625, '_task': 'ba... | delete | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x53 x30 x29 x54 x15 x19 x7 x51 x59 x52 x38 x58 x41 x31 x20 x29 x17 x58 x51 x60 x34 x51 x31 x16 x34 x44 x22 x39 x46 x50 x11 x57
(TARGET)
x46 | x53 x30 x29 x54 x15 x19 x7 x51 x59 x52 x38 x58 x41 x31 x20 x29 x17 x58 x51 x60 x34 x51 x31 x16 x34 x44 x22 x39 x50 x11 x57 | {'task': 'delete', 'seq': [['x53', 'x30', 'x29', 'x54', 'x15', 'x19', 'x7', 'x51', 'x59', 'x52', 'x38', 'x58', 'x41', 'x31', 'x20', 'x29', 'x17', 'x58', 'x51', 'x60', 'x34', 'x51', 'x31', 'x16', 'x34', 'x44', 'x22', 'x39', 'x46', 'x50', 'x11', 'x57'], 'x46'], 'k': 4, 'n': 32, '_time': 0.00029730796813964844, '_task': '... | 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. | o2 c2 o3 c3 o1 o0 c0 o2 c2 c1 o3 o1 c1 o2 o2 c2 c2 c3 o2 o2 o0 c0 c2 c2 o1 c1 o0 c0 o3 c3 o3 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002627372741699219, '_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)
x5 x47 x57 x23 x12 x57 x43 x20 x29 x51 x39 x26 x36 x9 x39 x14 x44 x20 x60 x24 x6 x27 x16 x4 x38 x23 x31 x27 x37 x50 x51 x4 | x4 x51 x50 x37 x27 x31 x23 x38 x4 x16 x27 x6 x24 x60 x20 x44 x14 x39 x9 x36 x26 x39 x51 x29 x20 x43 x57 x12 x23 x57 x47 x5 | {'task': 'reverse', 'seq': ['x5', 'x47', 'x57', 'x23', 'x12', 'x57', 'x43', 'x20', 'x29', 'x51', 'x39', 'x26', 'x36', 'x9', 'x39', 'x14', 'x44', 'x20', 'x60', 'x24', 'x6', 'x27', 'x16', 'x4', 'x38', 'x23', 'x31', 'x27', 'x37', 'x50', 'x51', 'x4'], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_procedu... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x49 x48 x8 x8 x53 x52 x55 x50 x13 x25 x24 x49 x31 x36 x8 x3 x14 x55 x8 x63 x6 x63 x45 x1 x50 x43 x5 x31 x27 x12 x27 x40 | x49 x48 x8 x53 x52 x55 x50 x13 x25 x24 x31 x36 x3 x14 x63 x6 x45 x1 x43 x5 x27 x12 x40 | {'task': 'set', 'seq': ['x49', 'x48', 'x8', 'x8', 'x53', 'x52', 'x55', 'x50', 'x13', 'x25', 'x24', 'x49', 'x31', 'x36', 'x8', 'x3', 'x14', 'x55', 'x8', 'x63', 'x6', 'x63', 'x45', 'x1', 'x50', 'x43', 'x5', 'x31', 'x27', 'x12', 'x27', 'x40'], 'k': 4, 'n': 32, '_time': 0.0003592967987060547, '_task': 'basic_procedural', '... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x36 x63 x53 x54 x6 x1 x47 x22 x45 x1 x22 x28 x60 x30 x40 x48 x48 x56 x35 x3 x27 x25 x31 x57 x60 x46 x12 x30 x26 x24 x50 x13 | x36 x63 x53 x54 x6 x1 x47 x22 x45 x1 x22 x28 x60 x30 x40 x48 x48 x56 x35 x3 x27 x25 x31 x57 x60 x46 x12 x30 x26 x24 x50 x13 | {'task': 'identity', 'seq': ['x36', 'x63', 'x53', 'x54', 'x6', 'x1', 'x47', 'x22', 'x45', 'x1', 'x22', 'x28', 'x60', 'x30', 'x40', 'x48', 'x48', 'x56', 'x35', 'x3', 'x27', 'x25', 'x31', 'x57', 'x60', 'x46', 'x12', 'x30', 'x26', 'x24', 'x50', 'x13'], 'k': 4, 'n': 32, '_time': 0.00036644935607910156, '_task': 'basic_proc... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x26 x49 x40 x60 x40 x20 x19 x2 x44 x16 x52 x12 x26 x38 x8 x19 x63 x44 x10 x61 x59 x34 x9 x4 x38 x49 x45 x4 x44 x23 x41 x4 | x26 x49 x40 x60 x40 x20 x19 x2 x44 x16 x52 x12 x26 x38 x8 x19 x63 x44 x10 x61 x59 x34 x9 x4 x38 x49 x45 x4 x44 x23 x41 x4 | {'task': 'identity', 'seq': ['x26', 'x49', 'x40', 'x60', 'x40', 'x20', 'x19', 'x2', 'x44', 'x16', 'x52', 'x12', 'x26', 'x38', 'x8', 'x19', 'x63', 'x44', 'x10', 'x61', 'x59', 'x34', 'x9', 'x4', 'x38', 'x49', 'x45', 'x4', 'x44', 'x23', 'x41', 'x4'], 'k': 4, 'n': 32, '_time': 0.0004177093505859375, '_task': 'basic_procedu... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 o0 c0 o1 o1 c1 c1 c3 o2 c2 o1 o0 o2 c2 c0 c1 o0 o3 o1 o2 c2 c1 c3 c0 o1 c1 o1 o1 c1 c1 o2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000385284423828125, '_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)
x51 x38 x25 x25 x40 x35 x6 x24 x26 x59 x18 x27 x36 x2 x32 x42 x48 x14 x33 x24 x24 x12 x51 x30 x19 x25 x19 x5 x30 x16 x11 x64 | x51 x38 x25 x25 x40 x35 x6 x24 x26 x59 x18 x27 x36 x2 x32 x42 x48 x14 x33 x24 x24 x12 x51 x30 x19 x25 x19 x5 x30 x16 x11 x64 | {'task': 'identity', 'seq': ['x51', 'x38', 'x25', 'x25', 'x40', 'x35', 'x6', 'x24', 'x26', 'x59', 'x18', 'x27', 'x36', 'x2', 'x32', 'x42', 'x48', 'x14', 'x33', 'x24', 'x24', 'x12', 'x51', 'x30', 'x19', 'x25', 'x19', 'x5', 'x30', 'x16', 'x11', 'x64'], 'k': 4, 'n': 32, '_time': 0.00042748451232910156, '_task': 'basic_pro... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x19 x1 x61 x44 x48 x34 x52 x59 x21 x20 x5 x18 x21 x24 x61 x35 x51 x16 x11 x43 x58 x21 x4 x60 x59 x9 x47 x59 x2 x7 x60 x32 | x32 x60 x7 x2 x59 x47 x9 x59 x60 x4 x21 x58 x43 x11 x16 x51 x35 x61 x24 x21 x18 x5 x20 x21 x59 x52 x34 x48 x44 x61 x1 x19 | {'task': 'reverse', 'seq': ['x19', 'x1', 'x61', 'x44', 'x48', 'x34', 'x52', 'x59', 'x21', 'x20', 'x5', 'x18', 'x21', 'x24', 'x61', 'x35', 'x51', 'x16', 'x11', 'x43', 'x58', 'x21', 'x4', 'x60', 'x59', 'x9', 'x47', 'x59', 'x2', 'x7', 'x60', 'x32'], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_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)
x20 x17 x41 x54 x41 x50 x59 x38 x7 x19 x16 x55 x28 x37 x64 x52
(B)
x6 x52 x63 x54 x58 x23 x56 x4 x12 x11 x63 x51 x9 x27 x47 x33 | x20 x17 x41 x54 x50 x59 x38 x7 x19 x16 x55 x28 x37 x64 x52 x6 x63 x58 x23 x56 x4 x12 x11 x51 x9 x27 x47 x33 | {'task': 'union', 'seq': [['x20', 'x17', 'x41', 'x54', 'x41', 'x50', 'x59', 'x38', 'x7', 'x19', 'x16', 'x55', 'x28', 'x37', 'x64', 'x52'], ['x6', 'x52', 'x63', 'x54', 'x58', 'x23', 'x56', 'x4', 'x12', 'x11', 'x63', 'x51', 'x9', 'x27', 'x47', 'x33']], 'k': 4, 'n': 32, '_time': 0.00045228004455566406, '_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. | o2 o2 c2 c2 o2 o0 o0 o0 o3 o0 c2 c3 o1 o2 o1 c1 o0 c0 o1 c1 o1 c1 c0 o1 o3 c2 c0 c1 c0 c3 c0 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045013427734375, '_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 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x44 x5 x11 x49 x49 x26 x52 x19 x16 x32 x10 x2 x28 x32 x46 x39 x24 x32 x24 x25 x19 x45 x11 x41 x41 x6 x27 x52 x27 x62 x3 x34 | x2 x3 x5 x6 x10 x11 x11 x16 x19 x19 x24 x24 x25 x26 x27 x27 x28 x32 x32 x32 x34 x39 x41 x41 x44 x45 x46 x49 x49 x52 x52 x62 | {'task': 'sort', 'seq': ['x44', 'x5', 'x11', 'x49', 'x49', 'x26', 'x52', 'x19', 'x16', 'x32', 'x10', 'x2', 'x28', 'x32', 'x46', 'x39', 'x24', 'x32', 'x24', 'x25', 'x19', 'x45', 'x11', 'x41', 'x41', 'x6', 'x27', 'x52', 'x27', 'x62', 'x3', 'x34'], 'k': 4, 'n': 32, '_time': 0.00043463706970214844, '_task': 'basic_procedur... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x54 x3 x30 x20 x26 x1 x6 x60 x16 x8 x28 x27 x23 x63 x36 x8 x23 x38 x5 x53 x34 x10 x30 x11 x60 x49 x11 x3 x61 x29 x19 x20 | x20 x19 x29 x61 x3 x11 x49 x60 x11 x30 x10 x34 x53 x5 x38 x23 x8 x36 x63 x23 x27 x28 x8 x16 x60 x6 x1 x26 x20 x30 x3 x54 | {'task': 'reverse', 'seq': ['x54', 'x3', 'x30', 'x20', 'x26', 'x1', 'x6', 'x60', 'x16', 'x8', 'x28', 'x27', 'x23', 'x63', 'x36', 'x8', 'x23', 'x38', 'x5', 'x53', 'x34', 'x10', 'x30', 'x11', 'x60', 'x49', 'x11', 'x3', 'x61', 'x29', 'x19', 'x20'], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_procedura... | reverse | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 o0 c0 c3 o1 c1 o1 o1 o0 c0 o3 c3 c1 c1 o1 c1 o1 o2 o0 c0 o2 o2 o2 o1 o1 c1 c1 c2 c2 c2 c2 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00039196014404296875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x56; PUSH x19; PUSH x60; PUSH x57; PUSH x44; PUSH x48; POP; POP; PUSH x15; PUSH x33; PUSH x4; POP; PUSH x36; POP; PUSH x25; POP; PUSH x34; PUSH x33; POP; ... | x63 x56 | {'task': 'stack', 'seq': ['PUSH x56', 'PUSH x19', 'PUSH x60', 'PUSH x57', 'PUSH x44', 'PUSH x48', 'POP', 'POP', 'PUSH x15', 'PUSH x33', 'PUSH x4', 'POP', 'PUSH x36', 'POP', 'PUSH x25', 'POP', 'PUSH x34', 'PUSH x33', 'POP', 'PUSH x22', 'PUSH x44', 'PUSH x19', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP'... | stack | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x43 x63 x59 x2 x62 x16 x45 x19 x14 x28 x21 x25 x1 x34 x62 x19 x57 x61 x16 x45 x9 x49 x22 x63 x13 x44 x41 x28 x1 x10 x31 x26 | x1 x1 x2 x9 x10 x13 x14 x16 x16 x19 x19 x21 x22 x25 x26 x28 x28 x31 x34 x41 x43 x44 x45 x45 x49 x57 x59 x61 x62 x62 x63 x63 | {'task': 'sort', 'seq': ['x43', 'x63', 'x59', 'x2', 'x62', 'x16', 'x45', 'x19', 'x14', 'x28', 'x21', 'x25', 'x1', 'x34', 'x62', 'x19', 'x57', 'x61', 'x16', 'x45', 'x9', 'x49', 'x22', 'x63', 'x13', 'x44', 'x41', 'x28', 'x1', 'x10', 'x31', 'x26'], 'k': 4, 'n': 32, '_time': 0.0002894401550292969, '_task': 'basic_procedura... | 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 x25; PUSH x60; PUSH x61; PUSH x26; PUSH x1; PUSH x13; PUSH x14; PUSH x51; PUSH x63; POP; PUSH x40; PUSH x3; PUSH x15; PUSH x15; POP; POP; POP; PUSH x4; PU... | x4 x40 x51 x14 x13 x1 x26 x61 x60 x25 | {'task': 'stack', 'seq': ['PUSH x25', 'PUSH x60', 'PUSH x61', 'PUSH x26', 'PUSH x1', 'PUSH x13', 'PUSH x14', 'PUSH x51', 'PUSH x63', 'POP', 'PUSH x40', 'PUSH x3', 'PUSH x15', 'PUSH x15', 'POP', 'POP', 'POP', 'PUSH x4', 'PUSH x31', 'PUSH x10', 'PUSH x18', 'PUSH x9', 'POP', 'PUSH x58', 'POP', 'POP', 'POP', 'POP', 'PUSH x... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x56 x21 x4 x13 x42 x55 x28 x45 x23 x29 x46 x7 x64 x50 x37 x63 x63 x47 x34 x47 x29 x20 x41 x39 x59 x62 x26 x20 x33 x60 x25 x35 | x35 x25 x60 x33 x20 x26 x62 x59 x39 x41 x20 x29 x47 x34 x47 x63 x63 x37 x50 x64 x7 x46 x29 x23 x45 x28 x55 x42 x13 x4 x21 x56 | {'task': 'reverse', 'seq': ['x56', 'x21', 'x4', 'x13', 'x42', 'x55', 'x28', 'x45', 'x23', 'x29', 'x46', 'x7', 'x64', 'x50', 'x37', 'x63', 'x63', 'x47', 'x34', 'x47', 'x29', 'x20', 'x41', 'x39', 'x59', 'x62', 'x26', 'x20', 'x33', 'x60', 'x25', 'x35'], 'k': 4, 'n': 32, '_time': 0.0004146099090576172, '_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 x62; PUSH x34; PUSH x26; PUSH x47; PUSH x40; PUSH x13; PUSH x63; PUSH x33; PUSH x40; PUSH x21; PUSH x54; PUSH x35; PUSH x12; PUSH x45; POP; PUSH x56; PUSH... | x35 x54 x21 x40 x33 x63 x13 x40 x47 x26 x34 x62 | {'task': 'stack', 'seq': ['PUSH x62', 'PUSH x34', 'PUSH x26', 'PUSH x47', 'PUSH x40', 'PUSH x13', 'PUSH x63', 'PUSH x33', 'PUSH x40', 'PUSH x21', 'PUSH x54', 'PUSH x35', 'PUSH x12', 'PUSH x45', 'POP', 'PUSH x56', 'PUSH x9', 'PUSH x36', 'PUSH x10', 'PUSH x15', 'PUSH x21', 'PUSH x46', 'POP', 'POP', 'POP', 'POP', 'POP', '... | stack | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x36 x56 x49 x1 x26 x20 x58 x61 x1 x40 x26 x18 x61 x29 x50 x54 x21 x27 x49 x40 x1 x20 x39 x7 x45 x53 x18 x40 x25 x33 x54 x16 | x36 x56 x49 x1 x26 x20 x58 x61 x40 x18 x29 x50 x54 x21 x27 x39 x7 x45 x53 x25 x33 x16 | {'task': 'set', 'seq': ['x36', 'x56', 'x49', 'x1', 'x26', 'x20', 'x58', 'x61', 'x1', 'x40', 'x26', 'x18', 'x61', 'x29', 'x50', 'x54', 'x21', 'x27', 'x49', 'x40', 'x1', 'x20', 'x39', 'x7', 'x45', 'x53', 'x18', 'x40', 'x25', 'x33', 'x54', 'x16'], 'k': 4, 'n': 32, '_time': 0.0002770423889160156, '_task': 'basic_procedural... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x26 x19 x12 x51 x3 x15 x17 x25 x60 x14 x1 x26 x2 x10 x23 x1 x63 x18 x12 x11 x1 x63 x22 x21 x54 x33 x6 x42 x8 x13 x63 x36 | x26 x19 x12 x51 x3 x15 x17 x25 x60 x14 x1 x2 x10 x23 x63 x18 x11 x22 x21 x54 x33 x6 x42 x8 x13 x36 | {'task': 'set', 'seq': ['x26', 'x19', 'x12', 'x51', 'x3', 'x15', 'x17', 'x25', 'x60', 'x14', 'x1', 'x26', 'x2', 'x10', 'x23', 'x1', 'x63', 'x18', 'x12', 'x11', 'x1', 'x63', 'x22', 'x21', 'x54', 'x33', 'x6', 'x42', 'x8', 'x13', 'x63', 'x36'], 'k': 4, 'n': 32, '_time': 0.000423431396484375, '_task': 'basic_procedural', '... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x12 x43 x59 x50 x41 x45 x52 x33 x49 x14 x42 x33 x33 x31 x28 x7 x42 x8 x4 x39 x54 x63 x14 x48 x8 x28 x51 x43 x47 x21 x27 x56 | x4 x7 x8 x8 x12 x14 x14 x21 x27 x28 x28 x31 x33 x33 x33 x39 x41 x42 x42 x43 x43 x45 x47 x48 x49 x50 x51 x52 x54 x56 x59 x63 | {'task': 'sort', 'seq': ['x12', 'x43', 'x59', 'x50', 'x41', 'x45', 'x52', 'x33', 'x49', 'x14', 'x42', 'x33', 'x33', 'x31', 'x28', 'x7', 'x42', 'x8', 'x4', 'x39', 'x54', 'x63', 'x14', 'x48', 'x8', 'x28', 'x51', 'x43', 'x47', 'x21', 'x27', 'x56'], 'k': 4, 'n': 32, '_time': 0.00028824806213378906, '_task': 'basic_procedur... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x58 x57 x57 x44 x36 x60 x31 x53 x10 x12 x42 x9 x33 x35 x61 x29 x7 x10 x48 x37 x57 x16 x62 x55 x6 x24 x45 x47 x11 x48 x26 x26 | x58 x57 x44 x36 x60 x31 x53 x10 x12 x42 x9 x33 x35 x61 x29 x7 x48 x37 x16 x62 x55 x6 x24 x45 x47 x11 x26 | {'task': 'set', 'seq': ['x58', 'x57', 'x57', 'x44', 'x36', 'x60', 'x31', 'x53', 'x10', 'x12', 'x42', 'x9', 'x33', 'x35', 'x61', 'x29', 'x7', 'x10', 'x48', 'x37', 'x57', 'x16', 'x62', 'x55', 'x6', 'x24', 'x45', 'x47', 'x11', 'x48', 'x26', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004220008850097656, '_task': 'basic_procedura... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x51 x47 x4 x57 x2 x30 x7 x1 x14 x36 x1 x51 x26 x51 x20 x11 x9 x5 x42 x48 x26 x17 x5 x29 x36 x44 x1 x56 x55 x32 x47 x31 | x1 x1 x1 x2 x4 x5 x5 x7 x9 x11 x14 x17 x20 x26 x26 x29 x30 x31 x32 x36 x36 x42 x44 x47 x47 x48 x51 x51 x51 x55 x56 x57 | {'task': 'sort', 'seq': ['x51', 'x47', 'x4', 'x57', 'x2', 'x30', 'x7', 'x1', 'x14', 'x36', 'x1', 'x51', 'x26', 'x51', 'x20', 'x11', 'x9', 'x5', 'x42', 'x48', 'x26', 'x17', 'x5', 'x29', 'x36', 'x44', 'x1', 'x56', 'x55', 'x32', 'x47', 'x31'], 'k': 4, 'n': 32, '_time': 0.00028395652770996094, '_task': 'basic_procedural', ... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x53 x39 x57 x54 x23 x28 x62 x40 x35 x44 x49 x43 x4 x5 x35 x34 x28 x8 x61 x34 x53 x34 x18 x27 x39 x63 x7 x4 x18 x40 x55 x56 | x56 x55 x40 x18 x4 x7 x63 x39 x27 x18 x34 x53 x34 x61 x8 x28 x34 x35 x5 x4 x43 x49 x44 x35 x40 x62 x28 x23 x54 x57 x39 x53 | {'task': 'reverse', 'seq': ['x53', 'x39', 'x57', 'x54', 'x23', 'x28', 'x62', 'x40', 'x35', 'x44', 'x49', 'x43', 'x4', 'x5', 'x35', 'x34', 'x28', 'x8', 'x61', 'x34', 'x53', 'x34', 'x18', 'x27', 'x39', 'x63', 'x7', 'x4', 'x18', 'x40', 'x55', 'x56'], 'k': 4, 'n': 32, '_time': 0.00038552284240722656, '_task': 'basic_proced... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x20 x62 x22 x54 x7 x33 x11 x6 x16 x63 x10 x7 x47 x9 x50 x13 x61 x25 x53 x45 x26 x31 x26 x35 x47 x50 x35 x53 x36 x25 x7 x3
(TARGET)
x3 | x20 x62 x22 x54 x7 x33 x11 x6 x16 x63 x10 x7 x47 x9 x50 x13 x61 x25 x53 x45 x26 x31 x26 x35 x47 x50 x35 x53 x36 x25 x7 | {'task': 'delete', 'seq': [['x20', 'x62', 'x22', 'x54', 'x7', 'x33', 'x11', 'x6', 'x16', 'x63', 'x10', 'x7', 'x47', 'x9', 'x50', 'x13', 'x61', 'x25', 'x53', 'x45', 'x26', 'x31', 'x26', 'x35', 'x47', 'x50', 'x35', 'x53', 'x36', 'x25', 'x7', 'x3'], 'x3'], 'k': 4, 'n': 32, '_time': 0.0002932548522949219, '_task': 'basic_p... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x36 x7 x21 x63 x27 x34 x8 x60 x6 x44 x63 x32 x8 x1 x49 x7 x4 x29 x20 x29 x19 x54 x20 x58 x21 x30 x63 x36 x36 x27 x38 x38 | x1 x4 x6 x7 x7 x8 x8 x19 x20 x20 x21 x21 x27 x27 x29 x29 x30 x32 x34 x36 x36 x36 x38 x38 x44 x49 x54 x58 x60 x63 x63 x63 | {'task': 'sort', 'seq': ['x36', 'x7', 'x21', 'x63', 'x27', 'x34', 'x8', 'x60', 'x6', 'x44', 'x63', 'x32', 'x8', 'x1', 'x49', 'x7', 'x4', 'x29', 'x20', 'x29', 'x19', 'x54', 'x20', 'x58', 'x21', 'x30', 'x63', 'x36', 'x36', 'x27', 'x38', 'x38'], 'k': 4, 'n': 32, '_time': 0.00043582916259765625, '_task': 'basic_procedural'... | sort | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x2 x24 x4 x17 x39 x38 x11 x10 x46 x39 x8 x24 x39 x42 x4 x58 x1 x31 x39 x51 x38 x41 x40 x51 x33 x37 x49 x1 x31 x3 x21 x4 | x1 x1 x2 x3 x4 x4 x4 x8 x10 x11 x17 x21 x24 x24 x31 x31 x33 x37 x38 x38 x39 x39 x39 x39 x40 x41 x42 x46 x49 x51 x51 x58 | {'task': 'sort', 'seq': ['x2', 'x24', 'x4', 'x17', 'x39', 'x38', 'x11', 'x10', 'x46', 'x39', 'x8', 'x24', 'x39', 'x42', 'x4', 'x58', 'x1', 'x31', 'x39', 'x51', 'x38', 'x41', 'x40', 'x51', 'x33', 'x37', 'x49', 'x1', 'x31', 'x3', 'x21', 'x4'], 'k': 4, 'n': 32, '_time': 0.0002713203430175781, '_task': 'basic_procedural', ... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x49 x45 x52 x37 x16 x14 x51 x31 x54 x46 x37 x20 x26 x50 x16 x4 x48 x53 x39 x28 x27 x17 x8 x62 x31 x52 x10 x14 x24 x43 x48 x14 | x49 x45 x52 x37 x16 x14 x51 x31 x54 x46 x37 x20 x26 x50 x16 x4 x48 x53 x39 x28 x27 x17 x8 x62 x31 x52 x10 x14 x24 x43 x48 x14 | {'task': 'identity', 'seq': ['x49', 'x45', 'x52', 'x37', 'x16', 'x14', 'x51', 'x31', 'x54', 'x46', 'x37', 'x20', 'x26', 'x50', 'x16', 'x4', 'x48', 'x53', 'x39', 'x28', 'x27', 'x17', 'x8', 'x62', 'x31', 'x52', 'x10', 'x14', 'x24', 'x43', 'x48', 'x14'], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_pro... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x53 x24 x53 x63 x32 x20 x33 x56 x50 x41 x35 x42 x40 x48 x35 x61 x56 x56 x56 x6 x9 x44 x26 x61 x53 x45 x37 x34 x64 x64 x13 x33
(TARGET)
x34 | x53 x24 x53 x63 x32 x20 x33 x56 x50 x41 x35 x42 x40 x48 x35 x61 x56 x56 x56 x6 x9 x44 x26 x61 x53 x45 x37 x64 x64 x13 x33 | {'task': 'delete', 'seq': [['x53', 'x24', 'x53', 'x63', 'x32', 'x20', 'x33', 'x56', 'x50', 'x41', 'x35', 'x42', 'x40', 'x48', 'x35', 'x61', 'x56', 'x56', 'x56', 'x6', 'x9', 'x44', 'x26', 'x61', 'x53', 'x45', 'x37', 'x34', 'x64', 'x64', 'x13', 'x33'], 'x34'], 'k': 4, 'n': 32, '_time': 0.00030303001403808594, '_task': 'b... | delete | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x8 x41 x41 x7 x51 x45 x44 x36 x3 x8 x25 x6 x29 x33 x8 x23 x31 x44 x47 x26 x53 x57 x37 x61 x12 x44 x11 x41 x59 x47 x30 x2
(TARGET)
x23 | x8 x41 x41 x7 x51 x45 x44 x36 x3 x8 x25 x6 x29 x33 x8 x31 x44 x47 x26 x53 x57 x37 x61 x12 x44 x11 x41 x59 x47 x30 x2 | {'task': 'delete', 'seq': [['x8', 'x41', 'x41', 'x7', 'x51', 'x45', 'x44', 'x36', 'x3', 'x8', 'x25', 'x6', 'x29', 'x33', 'x8', 'x23', 'x31', 'x44', 'x47', 'x26', 'x53', 'x57', 'x37', 'x61', 'x12', 'x44', 'x11', 'x41', 'x59', 'x47', 'x30', 'x2'], 'x23'], 'k': 4, 'n': 32, '_time': 0.00028586387634277344, '_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)
x6 x6 x16 x36 x42 x64 x57 x44 x32 x50 x12 x4 x39 x56 x44 x8
(B)
x37 x13 x52 x15 x15 x13 x13 x6 x14 x13 x51 x40 x62 x1 x13 x50 | x6 x16 x36 x42 x64 x57 x44 x32 x50 x12 x4 x39 x56 x8 x37 x13 x52 x15 x14 x51 x40 x62 x1 | {'task': 'union', 'seq': [['x6', 'x6', 'x16', 'x36', 'x42', 'x64', 'x57', 'x44', 'x32', 'x50', 'x12', 'x4', 'x39', 'x56', 'x44', 'x8'], ['x37', 'x13', 'x52', 'x15', 'x15', 'x13', 'x13', 'x6', 'x14', 'x13', 'x51', 'x40', 'x62', 'x1', 'x13', 'x50']], 'k': 4, 'n': 32, '_time': 0.000446319580078125, '_task': 'basic_procedu... | union | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 c0 o3 o3 c3 c3 o1 o2 o2 o0 c0 o1 c1 o0 o1 c1 c0 o1 c1 c2 c2 o2 o1 o2 o0 c0 c2 o1 c1 c1 c2 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038504600524902344, '_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)
x9 x57 x47 x40 x2 x9 x9 x63 x20 x32 x57 x54 x5 x57 x53 x54 x11 x15 x53 x6 x9 x27 x20 x18 x33 x64 x41 x21 x52 x62 x29 x28
(TARGET)
x35 | x9 x57 x47 x40 x2 x9 x9 x63 x20 x32 x57 x54 x5 x57 x53 x54 x11 x15 x53 x6 x9 x27 x20 x18 x33 x64 x41 x21 x52 x62 x29 x28 | {'task': 'delete', 'seq': [['x9', 'x57', 'x47', 'x40', 'x2', 'x9', 'x9', 'x63', 'x20', 'x32', 'x57', 'x54', 'x5', 'x57', 'x53', 'x54', 'x11', 'x15', 'x53', 'x6', 'x9', 'x27', 'x20', 'x18', 'x33', 'x64', 'x41', 'x21', 'x52', 'x62', 'x29', 'x28'], 'x35'], 'k': 4, 'n': 32, '_time': 0.0004508495330810547, '_task': 'basic_p... | 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 o0 c0 c2 o0 c0 o0 o0 o1 o2 o3 o1 c0 c2 c1 o1 c1 o3 o2 o1 c3 o2 o0 c3 c0 c2 o2 c0 c1 c2 c2 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045037269592285156, '_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)
x37 x29 x52 x2 x11 x29 x47 x20 x30 x43 x47 x25 x11 x11 x49 x28 x26 x30 x36 x60 x9 x21 x48 x42 x46 x21 x8 x54 x22 x34 x32 x9 | x37 x29 x52 x2 x11 x29 x47 x20 x30 x43 x47 x25 x11 x11 x49 x28 x26 x30 x36 x60 x9 x21 x48 x42 x46 x21 x8 x54 x22 x34 x32 x9 | {'task': 'identity', 'seq': ['x37', 'x29', 'x52', 'x2', 'x11', 'x29', 'x47', 'x20', 'x30', 'x43', 'x47', 'x25', 'x11', 'x11', 'x49', 'x28', 'x26', 'x30', 'x36', 'x60', 'x9', 'x21', 'x48', 'x42', 'x46', 'x21', 'x8', 'x54', 'x22', 'x34', 'x32', 'x9'], 'k': 4, 'n': 32, '_time': 0.00042700767517089844, '_task': 'basic_proc... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x19 x18 x15 x49 x28 x17 x26 x36 x54 x36 x21 x26 x44 x30 x59 x49 x51 x47 x5 x50 x42 x51 x28 x44 x61 x37 x19 x58 x64 x17 x12 x37 | x19 x18 x15 x49 x28 x17 x26 x36 x54 x36 x21 x26 x44 x30 x59 x49 x51 x47 x5 x50 x42 x51 x28 x44 x61 x37 x19 x58 x64 x17 x12 x37 | {'task': 'identity', 'seq': ['x19', 'x18', 'x15', 'x49', 'x28', 'x17', 'x26', 'x36', 'x54', 'x36', 'x21', 'x26', 'x44', 'x30', 'x59', 'x49', 'x51', 'x47', 'x5', 'x50', 'x42', 'x51', 'x28', 'x44', 'x61', 'x37', 'x19', 'x58', 'x64', 'x17', 'x12', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004096031188964844, '_task': 'basic_pr... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 c0 o2 o0 o1 o0 o2 c2 c0 o2 o1 o0 c0 o0 o1 o3 c3 o2 o0 c0 o1 c1 c2 c1 o3 c3 c0 c1 c2 c1 c0 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038743019104003906, '_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)
x64 x55 x7 x8 x5 x38 x19 x34 x30 x23 x60 x37 x58 x17 x25 x35
(B)
x1 x60 x60 x24 x24 x54 x45 x37 x59 x23 x33 x4 x49 x6 x32 x15 | x64 x55 x7 x8 x5 x38 x19 x34 x30 x23 x60 x37 x58 x17 x25 x35 x1 x24 x54 x45 x59 x33 x4 x49 x6 x32 x15 | {'task': 'union', 'seq': [['x64', 'x55', 'x7', 'x8', 'x5', 'x38', 'x19', 'x34', 'x30', 'x23', 'x60', 'x37', 'x58', 'x17', 'x25', 'x35'], ['x1', 'x60', 'x60', 'x24', 'x24', 'x54', 'x45', 'x37', 'x59', 'x23', 'x33', 'x4', 'x49', 'x6', 'x32', 'x15']], 'k': 4, 'n': 32, '_time': 0.00045490264892578125, '_task': 'basic_proce... | union | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x30; PUSH x14; PUSH x63; PUSH x58; PUSH x12; POP; PUSH x62; POP; PUSH x53; POP; PUSH x44; PUSH x37; POP; PUSH x44; PUSH x17; PUSH x1; PUSH x22; POP; POP; ... | x58 x63 x14 x30 | {'task': 'stack', 'seq': ['PUSH x30', 'PUSH x14', 'PUSH x63', 'PUSH x58', 'PUSH x12', 'POP', 'PUSH x62', 'POP', 'PUSH x53', 'POP', 'PUSH x44', 'PUSH x37', 'POP', 'PUSH x44', 'PUSH x17', 'PUSH x1', 'PUSH x22', 'POP', 'POP', 'POP', 'PUSH x30', 'PUSH x49', 'PUSH x1', 'POP', 'POP', 'PUSH x8', 'PUSH x13', '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)
x31 x58 x30 x2 x26 x48 x20 x21 x3 x7 x10 x60 x64 x52 x38 x54
(B)
x15 x54 x38 x16 x7 x15 x49 x51 x58 x59 x8 x38 x30 x35 x28 x62 | x31 x58 x30 x2 x26 x48 x20 x21 x3 x7 x10 x60 x64 x52 x38 x54 x15 x16 x49 x51 x59 x8 x35 x28 x62 | {'task': 'union', 'seq': [['x31', 'x58', 'x30', 'x2', 'x26', 'x48', 'x20', 'x21', 'x3', 'x7', 'x10', 'x60', 'x64', 'x52', 'x38', 'x54'], ['x15', 'x54', 'x38', 'x16', 'x7', 'x15', 'x49', 'x51', 'x58', 'x59', 'x8', 'x38', 'x30', 'x35', 'x28', 'x62']], 'k': 4, 'n': 32, '_time': 0.00044727325439453125, '_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)
x63 x13 x4 x17 x18 x63 x37 x21 x45 x14 x7 x48 x2 x34 x25 x47
(B)
x40 x11 x10 x61 x30 x24 x31 x41 x1 x61 x59 x50 x59 x15 x61 x60 | x63 x13 x4 x17 x18 x37 x21 x45 x14 x7 x48 x2 x34 x25 x47 x40 x11 x10 x61 x30 x24 x31 x41 x1 x59 x50 x15 x60 | {'task': 'union', 'seq': [['x63', 'x13', 'x4', 'x17', 'x18', 'x63', 'x37', 'x21', 'x45', 'x14', 'x7', 'x48', 'x2', 'x34', 'x25', 'x47'], ['x40', 'x11', 'x10', 'x61', 'x30', 'x24', 'x31', 'x41', 'x1', 'x61', 'x59', 'x50', 'x59', 'x15', 'x61', 'x60']], 'k': 4, 'n': 32, '_time': 0.0004527568817138672, '_task': 'basic_proc... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x56 x33 x29 x30 x53 x34 x34 x2 x2 x43 x51 x50 x46 x57 x14 x63 x23 x48 x45 x13 x49 x47 x40 x7 x29 x42 x22 x38 x1 x17 x27 x11
(TARGET)
x22 | x56 x33 x29 x30 x53 x34 x34 x2 x2 x43 x51 x50 x46 x57 x14 x63 x23 x48 x45 x13 x49 x47 x40 x7 x29 x42 x38 x1 x17 x27 x11 | {'task': 'delete', 'seq': [['x56', 'x33', 'x29', 'x30', 'x53', 'x34', 'x34', 'x2', 'x2', 'x43', 'x51', 'x50', 'x46', 'x57', 'x14', 'x63', 'x23', 'x48', 'x45', 'x13', 'x49', 'x47', 'x40', 'x7', 'x29', 'x42', 'x22', 'x38', 'x1', 'x17', 'x27', 'x11'], 'x22'], 'k': 4, 'n': 32, '_time': 0.0004527568817138672, '_task': 'basi... | delete | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x62 x28 x36 x17 x23 x43 x38 x12 x29 x5 x24 x4 x7 x46 x56 x62 x22 x64 x41 x35 x42 x34 x13 x51 x31 x2 x53 x53 x28 x38 x51 x46
(TARGET)
x46 | x62 x28 x36 x17 x23 x43 x38 x12 x29 x5 x24 x4 x7 x56 x62 x22 x64 x41 x35 x42 x34 x13 x51 x31 x2 x53 x53 x28 x38 x51 x46 | {'task': 'delete', 'seq': [['x62', 'x28', 'x36', 'x17', 'x23', 'x43', 'x38', 'x12', 'x29', 'x5', 'x24', 'x4', 'x7', 'x46', 'x56', 'x62', 'x22', 'x64', 'x41', 'x35', 'x42', 'x34', 'x13', 'x51', 'x31', 'x2', 'x53', 'x53', 'x28', 'x38', 'x51', 'x46'], 'x46'], 'k': 4, 'n': 32, '_time': 0.00044274330139160156, '_task': 'bas... | delete | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x1 x1 x11 x40 x36 x23 x21 x58 x22 x29 x30 x25 x51 x11 x32 x56 x21 x48 x30 x42 x37 x21 x51 x2 x5 x37 x51 x30 x33 x11 x35 x42
(TARGET)
x22 | x1 x1 x11 x40 x36 x23 x21 x58 x29 x30 x25 x51 x11 x32 x56 x21 x48 x30 x42 x37 x21 x51 x2 x5 x37 x51 x30 x33 x11 x35 x42 | {'task': 'delete', 'seq': [['x1', 'x1', 'x11', 'x40', 'x36', 'x23', 'x21', 'x58', 'x22', 'x29', 'x30', 'x25', 'x51', 'x11', 'x32', 'x56', 'x21', 'x48', 'x30', 'x42', 'x37', 'x21', 'x51', 'x2', 'x5', 'x37', 'x51', 'x30', 'x33', 'x11', 'x35', 'x42'], 'x22'], 'k': 4, 'n': 32, '_time': 0.0002779960632324219, '_task': 'basi... | delete | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 c1 o3 c3 o1 o3 c3 o1 c1 c1 o1 c1 o3 c3 o2 c2 o0 c0 o3 o1 c1 c3 o3 c3 o2 c2 o3 o1 c1 o1 c1 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003561973571777344, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x24; PUSH x10; PUSH x48; POP; PUSH x44; PUSH x39; PUSH x37; PUSH x53; PUSH x14; PUSH x2; POP; PUSH x7; PUSH x6; PUSH x50; PUSH x2; PUSH x15; PUSH x5; POP;... | x39 x44 x10 x24 | {'task': 'stack', 'seq': ['PUSH x24', 'PUSH x10', 'PUSH x48', 'POP', 'PUSH x44', 'PUSH x39', 'PUSH x37', 'PUSH x53', 'PUSH x14', 'PUSH x2', 'POP', 'PUSH x7', 'PUSH x6', 'PUSH x50', 'PUSH x2', 'PUSH x15', 'PUSH x5', 'POP', 'PUSH x20', 'PUSH x49', 'POP', 'POP', 'POP', 'POP', 'PUSH x46', 'POP', 'POP', 'POP', 'POP', 'POP',... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x63 x20 x12 x5 x60 x44 x63 x27 x6 x55 x32 x16 x49 x2 x20 x60 x30 x24 x4 x31 x49 x25 x4 x23 x38 x41 x46 x55 x37 x40 x50 x41 | x63 x20 x12 x5 x60 x44 x63 x27 x6 x55 x32 x16 x49 x2 x20 x60 x30 x24 x4 x31 x49 x25 x4 x23 x38 x41 x46 x55 x37 x40 x50 x41 | {'task': 'identity', 'seq': ['x63', 'x20', 'x12', 'x5', 'x60', 'x44', 'x63', 'x27', 'x6', 'x55', 'x32', 'x16', 'x49', 'x2', 'x20', 'x60', 'x30', 'x24', 'x4', 'x31', 'x49', 'x25', 'x4', 'x23', 'x38', 'x41', 'x46', 'x55', 'x37', 'x40', 'x50', 'x41'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_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. | o3 o2 c2 o1 o2 c1 o2 c3 o0 o3 c2 c3 c0 c2 o1 c1 o0 o1 o3 c1 c3 c0 o2 o1 o1 o0 c2 o0 c0 c0 c1 c1 | {'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 |
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; POP; PUSH x17; POP; PUSH x13; PUSH x30; PUSH x26; PUSH x24; PUSH x7; PUSH x44; POP; POP; POP; PUSH x18; PUSH x27; PUSH x11; PUSH x61; PUSH x63; PUSH ... | x5 x2 x18 x26 x30 x13 | {'task': 'stack', 'seq': ['PUSH x41', 'POP', 'PUSH x17', 'POP', 'PUSH x13', 'PUSH x30', 'PUSH x26', 'PUSH x24', 'PUSH x7', 'PUSH x44', 'POP', 'POP', 'POP', 'PUSH x18', 'PUSH x27', 'PUSH x11', 'PUSH x61', 'PUSH x63', 'PUSH x29', 'PUSH x38', 'POP', 'PUSH x14', 'PUSH x43', '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 x62; PUSH x50; POP; PUSH x41; PUSH x3; PUSH x64; PUSH x51; PUSH x17; POP; PUSH x22; POP; POP; PUSH x6; PUSH x56; PUSH x29; POP; PUSH x54; POP; PUSH x18; P... | x64 x3 x41 x62 | {'task': 'stack', 'seq': ['PUSH x62', 'PUSH x50', 'POP', 'PUSH x41', 'PUSH x3', 'PUSH x64', 'PUSH x51', 'PUSH x17', 'POP', 'PUSH x22', 'POP', 'POP', 'PUSH x6', 'PUSH x56', 'PUSH x29', 'POP', 'PUSH x54', 'POP', 'PUSH x18', 'PUSH x5', 'PUSH x55', 'PUSH x10', 'PUSH x17', 'POP', 'POP', 'PUSH x54', 'POP', 'POP', 'POP', 'POP... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x26 x40 x31 x28 x36 x63 x50 x38 x43 x47 x4 x18 x30 x14 x18 x28 x51 x47 x57 x31 x37 x17 x24 x9 x29 x13 x5 x48 x44 x42 x18 x62 | x26 x40 x31 x28 x36 x63 x50 x38 x43 x47 x4 x18 x30 x14 x18 x28 x51 x47 x57 x31 x37 x17 x24 x9 x29 x13 x5 x48 x44 x42 x18 x62 | {'task': 'identity', 'seq': ['x26', 'x40', 'x31', 'x28', 'x36', 'x63', 'x50', 'x38', 'x43', 'x47', 'x4', 'x18', 'x30', 'x14', 'x18', 'x28', 'x51', 'x47', 'x57', 'x31', 'x37', 'x17', 'x24', 'x9', 'x29', 'x13', 'x5', 'x48', 'x44', 'x42', 'x18', 'x62'], 'k': 4, 'n': 32, '_time': 0.00041294097900390625, '_task': 'basic_pro... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x2 x54 x40 x56 x8 x30 x35 x55 x16 x63 x37 x27 x49 x8 x12 x51 x62 x54 x41 x57 x45 x47 x54 x12 x58 x46 x31 x62 x31 x54 x6 x34 | x2 x54 x40 x56 x8 x30 x35 x55 x16 x63 x37 x27 x49 x8 x12 x51 x62 x54 x41 x57 x45 x47 x54 x12 x58 x46 x31 x62 x31 x54 x6 x34 | {'task': 'identity', 'seq': ['x2', 'x54', 'x40', 'x56', 'x8', 'x30', 'x35', 'x55', 'x16', 'x63', 'x37', 'x27', 'x49', 'x8', 'x12', 'x51', 'x62', 'x54', 'x41', 'x57', 'x45', 'x47', 'x54', 'x12', 'x58', 'x46', 'x31', 'x62', 'x31', 'x54', 'x6', 'x34'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedura... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x3 x29 x3 x64 x16 x15 x24 x18 x23 x16 x40 x59 x22 x4 x50 x7 x55 x29 x31 x33 x35 x48 x48 x4 x59 x54 x64 x21 x62 x40 x24 x40 | x3 x29 x64 x16 x15 x24 x18 x23 x40 x59 x22 x4 x50 x7 x55 x31 x33 x35 x48 x54 x21 x62 | {'task': 'set', 'seq': ['x3', 'x29', 'x3', 'x64', 'x16', 'x15', 'x24', 'x18', 'x23', 'x16', 'x40', 'x59', 'x22', 'x4', 'x50', 'x7', 'x55', 'x29', 'x31', 'x33', 'x35', 'x48', 'x48', 'x4', 'x59', 'x54', 'x64', 'x21', 'x62', 'x40', 'x24', 'x40'], 'k': 4, 'n': 32, '_time': 0.00041556358337402344, '_task': 'basic_procedural... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x61 x35 x31 x58 x16 x9 x54 x28 x38 x7 x45 x57 x52 x26 x44 x25 x41 x15 x63 x29 x11 x54 x3 x44 x39 x29 x29 x46 x7 x12 x54 x30 | x61 x35 x31 x58 x16 x9 x54 x28 x38 x7 x45 x57 x52 x26 x44 x25 x41 x15 x63 x29 x11 x3 x39 x46 x12 x30 | {'task': 'set', 'seq': ['x61', 'x35', 'x31', 'x58', 'x16', 'x9', 'x54', 'x28', 'x38', 'x7', 'x45', 'x57', 'x52', 'x26', 'x44', 'x25', 'x41', 'x15', 'x63', 'x29', 'x11', 'x54', 'x3', 'x44', 'x39', 'x29', 'x29', 'x46', 'x7', 'x12', 'x54', 'x30'], 'k': 4, 'n': 32, '_time': 0.0002880096435546875, '_task': 'basic_procedural... | set | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 c2 o0 c0 o3 c3 o1 c1 o3 o3 c3 o1 o0 o3 c3 o1 c1 c0 o0 c1 o3 o0 o3 c3 o3 c3 o1 c0 c1 c3 c0 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004489421844482422, '_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)
x1 x53 x30 x50 x22 x52 x4 x33 x50 x41 x54 x38 x52 x19 x1 x28 x63 x29 x44 x30 x15 x59 x4 x63 x43 x33 x38 x61 x36 x9 x53 x51 | x1 x1 x4 x4 x9 x15 x19 x22 x28 x29 x30 x30 x33 x33 x36 x38 x38 x41 x43 x44 x50 x50 x51 x52 x52 x53 x53 x54 x59 x61 x63 x63 | {'task': 'sort', 'seq': ['x1', 'x53', 'x30', 'x50', 'x22', 'x52', 'x4', 'x33', 'x50', 'x41', 'x54', 'x38', 'x52', 'x19', 'x1', 'x28', 'x63', 'x29', 'x44', 'x30', 'x15', 'x59', 'x4', 'x63', 'x43', 'x33', 'x38', 'x61', 'x36', 'x9', 'x53', 'x51'], 'k': 4, 'n': 32, '_time': 0.000347137451171875, '_task': 'basic_procedural'... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x5 x53 x50 x58 x14 x13 x18 x27 x1 x37 x22 x26 x22 x52 x27 x52 x32 x10 x35 x13 x33 x11 x18 x63 x44 x21 x45 x19 x38 x56 x41 x23 | x5 x53 x50 x58 x14 x13 x18 x27 x1 x37 x22 x26 x22 x52 x27 x52 x32 x10 x35 x13 x33 x11 x18 x63 x44 x21 x45 x19 x38 x56 x41 x23 | {'task': 'identity', 'seq': ['x5', 'x53', 'x50', 'x58', 'x14', 'x13', 'x18', 'x27', 'x1', 'x37', 'x22', 'x26', 'x22', 'x52', 'x27', 'x52', 'x32', 'x10', 'x35', 'x13', 'x33', 'x11', 'x18', 'x63', 'x44', 'x21', 'x45', 'x19', 'x38', 'x56', 'x41', 'x23'], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_pro... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x43 x50 x58 x17 x18 x26 x34 x35 x57 x32 x11 x10 x5 x5 x38 x38 x30 x46 x61 x47 x44 x9 x7 x35 x5 x54 x29 x60 x25 x28 x11 x60
(TARGET)
x30 | x43 x50 x58 x17 x18 x26 x34 x35 x57 x32 x11 x10 x5 x5 x38 x38 x46 x61 x47 x44 x9 x7 x35 x5 x54 x29 x60 x25 x28 x11 x60 | {'task': 'delete', 'seq': [['x43', 'x50', 'x58', 'x17', 'x18', 'x26', 'x34', 'x35', 'x57', 'x32', 'x11', 'x10', 'x5', 'x5', 'x38', 'x38', 'x30', 'x46', 'x61', 'x47', 'x44', 'x9', 'x7', 'x35', 'x5', 'x54', 'x29', 'x60', 'x25', 'x28', 'x11', 'x60'], 'x30'], 'k': 4, 'n': 32, '_time': 0.0003635883331298828, '_task': 'basic... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x19 x29 x62 x57 x44 x25 x62 x18 x10 x58 x30 x42 x47 x36 x53 x28 x14 x29 x15 x17 x11 x11 x51 x45 x27 x20 x31 x20 x14 x47 x5 x23 | x19 x29 x62 x57 x44 x25 x62 x18 x10 x58 x30 x42 x47 x36 x53 x28 x14 x29 x15 x17 x11 x11 x51 x45 x27 x20 x31 x20 x14 x47 x5 x23 | {'task': 'identity', 'seq': ['x19', 'x29', 'x62', 'x57', 'x44', 'x25', 'x62', 'x18', 'x10', 'x58', 'x30', 'x42', 'x47', 'x36', 'x53', 'x28', 'x14', 'x29', 'x15', 'x17', 'x11', 'x11', 'x51', 'x45', 'x27', 'x20', 'x31', 'x20', 'x14', 'x47', 'x5', 'x23'], 'k': 4, 'n': 32, '_time': 0.0004112720489501953, '_task': 'basic_pr... | identity | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o1 o1 o3 o0 o3 c0 o3 o3 c3 o1 c1 o3 o3 c1 o2 o0 o3 c3 o0 c1 o3 c1 c0 c0 c2 c3 c3 c3 c3 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00036644935607910156, '_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)
x15 x51 x18 x46 x20 x51 x38 x16 x35 x47 x33 x15 x62 x56 x37 x46 x59 x50 x12 x6 x40 x31 x18 x15 x31 x23 x6 x44 x46 x63 x58 x25 | x25 x58 x63 x46 x44 x6 x23 x31 x15 x18 x31 x40 x6 x12 x50 x59 x46 x37 x56 x62 x15 x33 x47 x35 x16 x38 x51 x20 x46 x18 x51 x15 | {'task': 'reverse', 'seq': ['x15', 'x51', 'x18', 'x46', 'x20', 'x51', 'x38', 'x16', 'x35', 'x47', 'x33', 'x15', 'x62', 'x56', 'x37', 'x46', 'x59', 'x50', 'x12', 'x6', 'x40', 'x31', 'x18', 'x15', 'x31', 'x23', 'x6', 'x44', 'x46', 'x63', 'x58', 'x25'], 'k': 4, 'n': 32, '_time': 0.0004124641418457031, '_task': 'basic_proc... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x37 x47 x64 x31 x58 x7 x20 x62 x19 x35 x15 x10 x25 x32 x26 x38 x33 x39 x23 x10 x29 x51 x62 x7 x16 x24 x28 x34 x13 x26 x27 x41
(TARGET)
x37 | x47 x64 x31 x58 x7 x20 x62 x19 x35 x15 x10 x25 x32 x26 x38 x33 x39 x23 x10 x29 x51 x62 x7 x16 x24 x28 x34 x13 x26 x27 x41 | {'task': 'delete', 'seq': [['x37', 'x47', 'x64', 'x31', 'x58', 'x7', 'x20', 'x62', 'x19', 'x35', 'x15', 'x10', 'x25', 'x32', 'x26', 'x38', 'x33', 'x39', 'x23', 'x10', 'x29', 'x51', 'x62', 'x7', 'x16', 'x24', 'x28', 'x34', 'x13', 'x26', 'x27', 'x41'], 'x37'], 'k': 4, 'n': 32, '_time': 0.0003666877746582031, '_task': 'ba... | 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 o3 o2 o3 c3 c2 c3 o3 o0 o0 c0 o0 c0 c0 o1 c1 o1 c1 c3 o0 c0 c1 o3 o0 o0 o3 o2 c2 c3 c0 c0 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003848075866699219, '_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. | o2 c2 o2 c2 o2 o2 c2 o1 o3 c3 c1 o1 o3 o2 o3 c3 o1 o0 c0 o1 c1 c1 c2 c3 o3 c3 o2 o1 c1 c2 c1 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003712177276611328, '_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)
x14 x9 x58 x18 x17 x51 x52 x61 x47 x42 x29 x13 x13 x1 x17 x40 x63 x5 x39 x13 x60 x29 x38 x61 x44 x16 x29 x8 x28 x16 x31 x32
(TARGET)
x29 | x14 x9 x58 x18 x17 x51 x52 x61 x47 x42 x13 x13 x1 x17 x40 x63 x5 x39 x13 x60 x29 x38 x61 x44 x16 x29 x8 x28 x16 x31 x32 | {'task': 'delete', 'seq': [['x14', 'x9', 'x58', 'x18', 'x17', 'x51', 'x52', 'x61', 'x47', 'x42', 'x29', 'x13', 'x13', 'x1', 'x17', 'x40', 'x63', 'x5', 'x39', 'x13', 'x60', 'x29', 'x38', 'x61', 'x44', 'x16', 'x29', 'x8', 'x28', 'x16', 'x31', 'x32'], 'x29'], 'k': 4, 'n': 32, '_time': 0.0004343986511230469, '_task': 'basi... | delete | instruct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.