prompt stringlengths 144 465 | answer stringlengths 5 127 | metadata stringlengths 308 686 | task stringclasses 9
values | mode stringclasses 1
value | level int64 0 0 |
|---|---|---|---|---|---|
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 c1 o2 c2 o3 o0 o3 o1 c0 o2 c1 c2 c3 c3 o1 c1 o2 o1 o2 c1 o2 c2 o0 o3 c0 c3 o0 o0 c0 c2 c0 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048732757568359375, '_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)
x29 x27 x60 x51 x47 x55 x53 x50 x48 x43 x22 x57 x46 x36 x53 x33 x39 x57 x1 x24 x16 x42 x64 x62 x51 x41 x25 x6 x62 x22 x26 x34 | x1 x6 x16 x22 x22 x24 x25 x26 x27 x29 x33 x34 x36 x39 x41 x42 x43 x46 x47 x48 x50 x51 x51 x53 x53 x55 x57 x57 x60 x62 x62 x64 | {'task': 'sort', 'seq': ['x29', 'x27', 'x60', 'x51', 'x47', 'x55', 'x53', 'x50', 'x48', 'x43', 'x22', 'x57', 'x46', 'x36', 'x53', 'x33', 'x39', 'x57', 'x1', 'x24', 'x16', 'x42', 'x64', 'x62', 'x51', 'x41', 'x25', 'x6', 'x62', 'x22', 'x26', 'x34'], 'k': 4, 'n': 32, '_time': 0.00047397613525390625, '_task': 'basic_proced... | sort | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x19; PUSH x21; PUSH x23; PUSH x15; PUSH x25; POP; POP; POP; PUSH x23; PUSH x35; PUSH x36; PUSH x59; POP; POP; POP; PUSH x29; PUSH x1; PUSH x6; PUSH x34; P... | x29 x23 x21 x19 | {'task': 'stack', 'seq': ['PUSH x19', 'PUSH x21', 'PUSH x23', 'PUSH x15', 'PUSH x25', 'POP', 'POP', 'POP', 'PUSH x23', 'PUSH x35', 'PUSH x36', 'PUSH x59', 'POP', 'POP', 'POP', 'PUSH x29', 'PUSH x1', 'PUSH x6', 'PUSH x34', 'PUSH x21', 'POP', 'POP', 'PUSH x2', 'PUSH x22', 'POP', 'PUSH x50', 'PUSH x56', 'POP', 'POP', 'POP... | stack | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 o3 o3 c0 c3 c3 o2 o2 c2 c2 o1 c1 o2 c2 o3 o2 c2 o3 c3 c3 o2 o0 o3 o0 c0 c3 o2 c0 o2 c2 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004899501800537109, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 o3 c3 c3 o2 c2 o2 o0 c0 o2 o1 o0 o2 o3 o0 o2 c2 o1 c1 c0 c3 c2 o2 c2 c0 c1 o2 c2 c2 c2 o0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041604042053222656, '_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)
x6 x1 x12 x12 x44 x52 x22 x4 x35 x2 x64 x10 x32 x1 x53 x57 x14 x54 x51 x7 x29 x56 x2 x54 x52 x62 x5 x40 x42 x59 x42 x39 | x6 x1 x12 x44 x52 x22 x4 x35 x2 x64 x10 x32 x53 x57 x14 x54 x51 x7 x29 x56 x62 x5 x40 x42 x59 x39 | {'task': 'set', 'seq': ['x6', 'x1', 'x12', 'x12', 'x44', 'x52', 'x22', 'x4', 'x35', 'x2', 'x64', 'x10', 'x32', 'x1', 'x53', 'x57', 'x14', 'x54', 'x51', 'x7', 'x29', 'x56', 'x2', 'x54', 'x52', 'x62', 'x5', 'x40', 'x42', 'x59', 'x42', 'x39'], 'k': 4, 'n': 32, '_time': 0.0004558563232421875, '_task': 'basic_procedural', '... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x16 x11 x19 x64 x47 x40 x57 x14 x9 x24 x58 x11 x14 x62 x47 x25 x48 x20 x20 x62 x64 x47 x50 x11 x34 x32 x11 x7 x21 x32 x64 x37 | x16 x11 x19 x64 x47 x40 x57 x14 x9 x24 x58 x11 x14 x62 x47 x25 x48 x20 x20 x62 x64 x47 x50 x11 x34 x32 x11 x7 x21 x32 x64 x37 | {'task': 'identity', 'seq': ['x16', 'x11', 'x19', 'x64', 'x47', 'x40', 'x57', 'x14', 'x9', 'x24', 'x58', 'x11', 'x14', 'x62', 'x47', 'x25', 'x48', 'x20', 'x20', 'x62', 'x64', 'x47', 'x50', 'x11', 'x34', 'x32', 'x11', 'x7', 'x21', 'x32', 'x64', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004401206970214844, '_task': 'basic_pro... | 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 x40; POP; PUSH x48; PUSH x23; PUSH x51; POP; PUSH x23; POP; POP; PUSH x60; PUSH x16; PUSH x44; PUSH x64; PUSH x24; PUSH x12; POP; PUSH x47; PUSH x23; PUSH... | x24 x64 x44 x16 x60 x48 | {'task': 'stack', 'seq': ['PUSH x40', 'POP', 'PUSH x48', 'PUSH x23', 'PUSH x51', 'POP', 'PUSH x23', 'POP', 'POP', 'PUSH x60', 'PUSH x16', 'PUSH x44', 'PUSH x64', 'PUSH x24', 'PUSH x12', 'POP', 'PUSH x47', 'PUSH x23', 'PUSH x40', 'PUSH x30', 'PUSH x55', 'PUSH x19', 'PUSH x58', 'POP', 'POP', 'POP', 'POP', 'PUSH x64', 'PO... | stack | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 o2 c2 o3 c0 c3 o3 o1 o1 o2 o0 c0 c1 o0 o2 c0 o0 o0 o0 c2 o1 c0 c3 o2 o0 c2 c0 c0 c2 c1 c0 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048160552978515625, '_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)
x55 x46 x9 x6 x10 x44 x17 x24 x17 x64 x54 x31 x45 x48 x33 x54 x29 x36 x50 x2 x6 x8 x40 x39 x13 x26 x54 x51 x4 x45 x20 x27 | x27 x20 x45 x4 x51 x54 x26 x13 x39 x40 x8 x6 x2 x50 x36 x29 x54 x33 x48 x45 x31 x54 x64 x17 x24 x17 x44 x10 x6 x9 x46 x55 | {'task': 'reverse', 'seq': ['x55', 'x46', 'x9', 'x6', 'x10', 'x44', 'x17', 'x24', 'x17', 'x64', 'x54', 'x31', 'x45', 'x48', 'x33', 'x54', 'x29', 'x36', 'x50', 'x2', 'x6', 'x8', 'x40', 'x39', 'x13', 'x26', 'x54', 'x51', 'x4', 'x45', 'x20', 'x27'], 'k': 4, 'n': 32, '_time': 0.0004477500915527344, '_task': 'basic_procedur... | reverse | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o3 c3 c1 o0 o1 o0 o1 o1 o0 o2 o3 c0 o2 c1 o1 c0 c0 o2 o0 o3 o1 c3 c2 c3 c0 c1 c1 c1 c1 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048041343688964844, '_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)
x27 x20 x24 x17 x56 x40 x46 x19 x47 x6 x39 x1 x41 x21 x11 x23 x18 x3 x11 x59 x40 x5 x60 x43 x55 x23 x54 x5 x17 x18 x19 x54
(TARGET)
x23 | x27 x20 x24 x17 x56 x40 x46 x19 x47 x6 x39 x1 x41 x21 x11 x18 x3 x11 x59 x40 x5 x60 x43 x55 x23 x54 x5 x17 x18 x19 x54 | {'task': 'delete', 'seq': [['x27', 'x20', 'x24', 'x17', 'x56', 'x40', 'x46', 'x19', 'x47', 'x6', 'x39', 'x1', 'x41', 'x21', 'x11', 'x23', 'x18', 'x3', 'x11', 'x59', 'x40', 'x5', 'x60', 'x43', 'x55', 'x23', 'x54', 'x5', 'x17', 'x18', 'x19', 'x54'], 'x23'], 'k': 4, 'n': 32, '_time': 0.0004661083221435547, '_task': 'basic... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x14 x63 x57 x45 x14 x4 x59 x32 x23 x9 x46 x13 x50 x4 x29 x32 x2 x7 x57 x63 x29 x9 x9 x47 x61 x53 x25 x40 x28 x17 x53 x18 | x14 x63 x57 x45 x14 x4 x59 x32 x23 x9 x46 x13 x50 x4 x29 x32 x2 x7 x57 x63 x29 x9 x9 x47 x61 x53 x25 x40 x28 x17 x53 x18 | {'task': 'identity', 'seq': ['x14', 'x63', 'x57', 'x45', 'x14', 'x4', 'x59', 'x32', 'x23', 'x9', 'x46', 'x13', 'x50', 'x4', 'x29', 'x32', 'x2', 'x7', 'x57', 'x63', 'x29', 'x9', 'x9', 'x47', 'x61', 'x53', 'x25', 'x40', 'x28', 'x17', 'x53', 'x18'], 'k': 4, 'n': 32, '_time': 0.00044155120849609375, '_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 o0 c0 c0 c3 o3 o0 o1 c1 c0 c3 o3 c3 o1 o2 c2 c1 o3 c3 o1 c1 o2 o3 c3 o3 c3 o3 o3 c3 c3 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004177093505859375, '_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)
x45 x61 x4 x34 x39 x19 x58 x35 x35 x4 x56 x10 x18 x32 x31 x9 x62 x57 x13 x49 x1 x6 x19 x28 x30 x62 x29 x3 x10 x7 x50 x42 | x45 x61 x4 x34 x39 x19 x58 x35 x35 x4 x56 x10 x18 x32 x31 x9 x62 x57 x13 x49 x1 x6 x19 x28 x30 x62 x29 x3 x10 x7 x50 x42 | {'task': 'identity', 'seq': ['x45', 'x61', 'x4', 'x34', 'x39', 'x19', 'x58', 'x35', 'x35', 'x4', 'x56', 'x10', 'x18', 'x32', 'x31', 'x9', 'x62', 'x57', 'x13', 'x49', 'x1', 'x6', 'x19', 'x28', 'x30', 'x62', 'x29', 'x3', 'x10', 'x7', 'x50', 'x42'], 'k': 4, 'n': 32, '_time': 0.0004405975341796875, '_task': 'basic_procedur... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x42 x58 x14 x29 x43 x14 x36 x23 x16 x10 x27 x38 x32 x25 x62 x21 x62 x33 x16 x22 x13 x22 x11 x34 x59 x46 x16 x60 x35 x54 x12 x13 | x13 x12 x54 x35 x60 x16 x46 x59 x34 x11 x22 x13 x22 x16 x33 x62 x21 x62 x25 x32 x38 x27 x10 x16 x23 x36 x14 x43 x29 x14 x58 x42 | {'task': 'reverse', 'seq': ['x42', 'x58', 'x14', 'x29', 'x43', 'x14', 'x36', 'x23', 'x16', 'x10', 'x27', 'x38', 'x32', 'x25', 'x62', 'x21', 'x62', 'x33', 'x16', 'x22', 'x13', 'x22', 'x11', 'x34', 'x59', 'x46', 'x16', 'x60', 'x35', 'x54', 'x12', 'x13'], 'k': 4, 'n': 32, '_time': 0.00044226646423339844, '_task': 'basic_p... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x51 x49 x43 x25 x54 x11 x47 x27 x43 x22 x46 x46 x34 x59 x23 x9 x12 x27 x57 x52 x64 x26 x63 x19 x12 x37 x64 x55 x48 x29 x36 x63 | x51 x49 x43 x25 x54 x11 x47 x27 x22 x46 x34 x59 x23 x9 x12 x57 x52 x64 x26 x63 x19 x37 x55 x48 x29 x36 | {'task': 'set', 'seq': ['x51', 'x49', 'x43', 'x25', 'x54', 'x11', 'x47', 'x27', 'x43', 'x22', 'x46', 'x46', 'x34', 'x59', 'x23', 'x9', 'x12', 'x27', 'x57', 'x52', 'x64', 'x26', 'x63', 'x19', 'x12', 'x37', 'x64', 'x55', 'x48', 'x29', 'x36', 'x63'], 'k': 4, 'n': 32, '_time': 0.0004634857177734375, '_task': 'basic_procedu... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x36 x25 x60 x41 x10 x10 x16 x15 x34 x43 x18 x42 x58 x59 x62 x40 x49 x13 x22 x28 x21 x3 x42 x46 x27 x44 x50 x56 x25 x58 x3 x13 | x36 x25 x60 x41 x10 x16 x15 x34 x43 x18 x42 x58 x59 x62 x40 x49 x13 x22 x28 x21 x3 x46 x27 x44 x50 x56 | {'task': 'set', 'seq': ['x36', 'x25', 'x60', 'x41', 'x10', 'x10', 'x16', 'x15', 'x34', 'x43', 'x18', 'x42', 'x58', 'x59', 'x62', 'x40', 'x49', 'x13', 'x22', 'x28', 'x21', 'x3', 'x42', 'x46', 'x27', 'x44', 'x50', 'x56', 'x25', 'x58', 'x3', 'x13'], 'k': 4, 'n': 32, '_time': 0.0004611015319824219, '_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 x14; PUSH x59; PUSH x3; PUSH x17; PUSH x2; PUSH x36; PUSH x18; POP; PUSH x6; PUSH x62; POP; PUSH x46; PUSH x41; PUSH x25; POP; PUSH x22; PUSH x27; PUSH x5... | x36 x2 x17 x3 x59 x14 | {'task': 'stack', 'seq': ['PUSH x14', 'PUSH x59', 'PUSH x3', 'PUSH x17', 'PUSH x2', 'PUSH x36', 'PUSH x18', 'POP', 'PUSH x6', 'PUSH x62', 'POP', 'PUSH x46', 'PUSH x41', 'PUSH x25', 'POP', 'PUSH x22', 'PUSH x27', 'PUSH x51', 'PUSH x49', 'PUSH x58', 'POP', 'PUSH x18', 'POP', 'POP', 'POP', 'POP', 'PUSH x34', 'POP', 'POP',... | stack | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x3 x53 x36 x10 x5 x7 x25 x23 x33 x47 x23 x14 x57 x54 x19 x33 x61 x32 x2 x39 x34 x40 x51 x24 x41 x36 x13 x46 x35 x3 x11 x15 | x2 x3 x3 x5 x7 x10 x11 x13 x14 x15 x19 x23 x23 x24 x25 x32 x33 x33 x34 x35 x36 x36 x39 x40 x41 x46 x47 x51 x53 x54 x57 x61 | {'task': 'sort', 'seq': ['x3', 'x53', 'x36', 'x10', 'x5', 'x7', 'x25', 'x23', 'x33', 'x47', 'x23', 'x14', 'x57', 'x54', 'x19', 'x33', 'x61', 'x32', 'x2', 'x39', 'x34', 'x40', 'x51', 'x24', 'x41', 'x36', 'x13', 'x46', 'x35', 'x3', 'x11', 'x15'], 'k': 4, 'n': 32, '_time': 0.00046563148498535156, '_task': 'basic_procedura... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x46 x57 x38 x18 x49 x2 x10 x23 x13 x52 x35 x22 x52 x34 x16 x46 x6 x31 x57 x19 x62 x52 x20 x6 x61 x31 x14 x33 x6 x57 x28 x27 | x27 x28 x57 x6 x33 x14 x31 x61 x6 x20 x52 x62 x19 x57 x31 x6 x46 x16 x34 x52 x22 x35 x52 x13 x23 x10 x2 x49 x18 x38 x57 x46 | {'task': 'reverse', 'seq': ['x46', 'x57', 'x38', 'x18', 'x49', 'x2', 'x10', 'x23', 'x13', 'x52', 'x35', 'x22', 'x52', 'x34', 'x16', 'x46', 'x6', 'x31', 'x57', 'x19', 'x62', 'x52', 'x20', 'x6', 'x61', 'x31', 'x14', 'x33', 'x6', 'x57', 'x28', 'x27'], 'k': 4, 'n': 32, '_time': 0.0004451274871826172, '_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)
x6 x12 x23 x59 x45 x22 x55 x42 x29 x46 x1 x9 x39 x49 x64 x18
(B)
x41 x12 x14 x12 x38 x37 x59 x17 x10 x6 x2 x23 x54 x20 x9 x1 | x6 x12 x23 x59 x45 x22 x55 x42 x29 x46 x1 x9 x39 x49 x64 x18 x41 x14 x38 x37 x17 x10 x2 x54 x20 | {'task': 'union', 'seq': [['x6', 'x12', 'x23', 'x59', 'x45', 'x22', 'x55', 'x42', 'x29', 'x46', 'x1', 'x9', 'x39', 'x49', 'x64', 'x18'], ['x41', 'x12', 'x14', 'x12', 'x38', 'x37', 'x59', 'x17', 'x10', 'x6', 'x2', 'x23', 'x54', 'x20', 'x9', 'x1']], 'k': 4, 'n': 32, '_time': 0.000484466552734375, '_task': 'basic_procedur... | union | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x10 x34 x2 x10 x3 x8 x17 x42 x29 x30 x17 x19 x50 x21 x44 x33 x64 x33 x5 x9 x25 x12 x47 x8 x18 x31 x54 x55 x37 x14 x30 x23 | x10 x34 x2 x3 x8 x17 x42 x29 x30 x19 x50 x21 x44 x33 x64 x5 x9 x25 x12 x47 x18 x31 x54 x55 x37 x14 x23 | {'task': 'set', 'seq': ['x10', 'x34', 'x2', 'x10', 'x3', 'x8', 'x17', 'x42', 'x29', 'x30', 'x17', 'x19', 'x50', 'x21', 'x44', 'x33', 'x64', 'x33', 'x5', 'x9', 'x25', 'x12', 'x47', 'x8', 'x18', 'x31', 'x54', 'x55', 'x37', 'x14', 'x30', 'x23'], 'k': 4, 'n': 32, '_time': 0.0004532337188720703, '_task': 'basic_procedural',... | set | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x4; POP; PUSH x60; PUSH x42; POP; PUSH x7; PUSH x8; POP; PUSH x29; PUSH x63; PUSH x43; PUSH x20; PUSH x40; PUSH x21; PUSH x45; POP; PUSH x33; PUSH x24; PU... | x20 x43 x63 x29 x7 x60 | {'task': 'stack', 'seq': ['PUSH x4', 'POP', 'PUSH x60', 'PUSH x42', 'POP', 'PUSH x7', 'PUSH x8', 'POP', 'PUSH x29', 'PUSH x63', 'PUSH x43', 'PUSH x20', 'PUSH x40', 'PUSH x21', 'PUSH x45', 'POP', 'PUSH x33', 'PUSH x24', 'PUSH x6', 'PUSH x23', 'PUSH x44', 'POP', 'PUSH x5', '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. | o0 o3 o0 o2 c2 o3 o3 o0 c0 c3 o2 o0 c0 c2 o0 o1 o0 c0 c1 o2 o0 c0 c2 o3 o1 c1 c3 c0 c3 c0 c3 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041675567626953125, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x15 x32 x2 x14 x12 x54 x50 x46 x36 x12 x60 x59 x57 x26 x30 x15
(B)
x12 x64 x56 x3 x25 x17 x6 x12 x28 x12 x55 x45 x62 x10 x18 x15 | x15 x32 x2 x14 x12 x54 x50 x46 x36 x60 x59 x57 x26 x30 x64 x56 x3 x25 x17 x6 x28 x55 x45 x62 x10 x18 | {'task': 'union', 'seq': [['x15', 'x32', 'x2', 'x14', 'x12', 'x54', 'x50', 'x46', 'x36', 'x12', 'x60', 'x59', 'x57', 'x26', 'x30', 'x15'], ['x12', 'x64', 'x56', 'x3', 'x25', 'x17', 'x6', 'x12', 'x28', 'x12', 'x55', 'x45', 'x62', 'x10', 'x18', 'x15']], 'k': 4, 'n': 32, '_time': 0.0004878044128417969, '_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 c2 o1 o0 o1 o3 c3 c0 c1 o1 o1 c1 c1 o2 c1 o2 o1 o0 c0 o2 c2 o0 o2 o3 c3 o3 c3 c0 c1 c2 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00047898292541503906, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 c1 o1 o0 o0 c0 c0 o3 c1 o3 c3 o2 o0 c2 o2 o2 o3 o2 o1 c0 c3 c2 o0 o3 o3 c2 c3 c1 c0 c2 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004851818084716797, '_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)
x62 x38 x5 x42 x64 x22 x55 x56 x3 x54 x27 x37 x44 x36 x27 x24 x16 x46 x40 x8 x49 x51 x7 x28 x28 x49 x26 x47 x44 x1 x12 x31 | x31 x12 x1 x44 x47 x26 x49 x28 x28 x7 x51 x49 x8 x40 x46 x16 x24 x27 x36 x44 x37 x27 x54 x3 x56 x55 x22 x64 x42 x5 x38 x62 | {'task': 'reverse', 'seq': ['x62', 'x38', 'x5', 'x42', 'x64', 'x22', 'x55', 'x56', 'x3', 'x54', 'x27', 'x37', 'x44', 'x36', 'x27', 'x24', 'x16', 'x46', 'x40', 'x8', 'x49', 'x51', 'x7', 'x28', 'x28', 'x49', 'x26', 'x47', 'x44', 'x1', 'x12', 'x31'], 'k': 4, 'n': 32, '_time': 0.00044226646423339844, '_task': 'basic_proced... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x1 x8 x33 x19 x35 x9 x16 x3 x2 x36 x18 x5 x50 x49 x55 x42 x35 x23 x26 x20 x36 x48 x1 x19 x17 x39 x4 x23 x31 x14 x59 x46
(TARGET)
x49 | x1 x8 x33 x19 x35 x9 x16 x3 x2 x36 x18 x5 x50 x55 x42 x35 x23 x26 x20 x36 x48 x1 x19 x17 x39 x4 x23 x31 x14 x59 x46 | {'task': 'delete', 'seq': [['x1', 'x8', 'x33', 'x19', 'x35', 'x9', 'x16', 'x3', 'x2', 'x36', 'x18', 'x5', 'x50', 'x49', 'x55', 'x42', 'x35', 'x23', 'x26', 'x20', 'x36', 'x48', 'x1', 'x19', 'x17', 'x39', 'x4', 'x23', 'x31', 'x14', 'x59', 'x46'], 'x49'], 'k': 4, 'n': 32, '_time': 0.0004942417144775391, '_task': 'basic_pr... | 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 x31; PUSH x26; PUSH x1; POP; POP; PUSH x34; PUSH x9; PUSH x11; PUSH x8; POP; POP; PUSH x30; PUSH x22; PUSH x56; POP; POP; PUSH x61; PUSH x24; PUSH x27; PU... | x34 x31 | {'task': 'stack', 'seq': ['PUSH x31', 'PUSH x26', 'PUSH x1', 'POP', 'POP', 'PUSH x34', 'PUSH x9', 'PUSH x11', 'PUSH x8', 'POP', 'POP', 'PUSH x30', 'PUSH x22', 'PUSH x56', 'POP', 'POP', 'PUSH x61', 'PUSH x24', 'PUSH x27', 'PUSH x29', 'PUSH x11', 'PUSH x2', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x1... | 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)
x46 x58 x23 x55 x40 x12 x6 x44 x51 x47 x15 x33 x22 x52 x63 x40
(B)
x12 x56 x3 x6 x60 x12 x30 x34 x25 x56 x32 x41 x62 x33 x60 x24 | x46 x58 x23 x55 x40 x12 x6 x44 x51 x47 x15 x33 x22 x52 x63 x56 x3 x60 x30 x34 x25 x32 x41 x62 x24 | {'task': 'union', 'seq': [['x46', 'x58', 'x23', 'x55', 'x40', 'x12', 'x6', 'x44', 'x51', 'x47', 'x15', 'x33', 'x22', 'x52', 'x63', 'x40'], ['x12', 'x56', 'x3', 'x6', 'x60', 'x12', 'x30', 'x34', 'x25', 'x56', 'x32', 'x41', 'x62', 'x33', 'x60', 'x24']], 'k': 4, 'n': 32, '_time': 0.0004794597625732422, '_task': 'basic_pro... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x51 x60 x22 x2 x50 x41 x20 x43 x37 x48 x33 x51 x37 x43 x18 x42 x36 x55 x6 x22 x58 x24 x47 x51 x40 x3 x11 x23 x38 x40 x20 x19
(TARGET)
x25 | x51 x60 x22 x2 x50 x41 x20 x43 x37 x48 x33 x51 x37 x43 x18 x42 x36 x55 x6 x22 x58 x24 x47 x51 x40 x3 x11 x23 x38 x40 x20 x19 | {'task': 'delete', 'seq': [['x51', 'x60', 'x22', 'x2', 'x50', 'x41', 'x20', 'x43', 'x37', 'x48', 'x33', 'x51', 'x37', 'x43', 'x18', 'x42', 'x36', 'x55', 'x6', 'x22', 'x58', 'x24', 'x47', 'x51', 'x40', 'x3', 'x11', 'x23', 'x38', 'x40', 'x20', 'x19'], 'x25'], 'k': 4, 'n': 32, '_time': 0.0004954338073730469, '_task': 'bas... | delete | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x8 x60 x15 x17 x43 x9 x46 x45 x40 x61 x19 x19 x45 x11 x55 x13
(B)
x34 x9 x59 x8 x28 x49 x53 x50 x1 x43 x43 x21 x47 x27 x12 x28 | x8 x60 x15 x17 x43 x9 x46 x45 x40 x61 x19 x11 x55 x13 x34 x59 x28 x49 x53 x50 x1 x21 x47 x27 x12 | {'task': 'union', 'seq': [['x8', 'x60', 'x15', 'x17', 'x43', 'x9', 'x46', 'x45', 'x40', 'x61', 'x19', 'x19', 'x45', 'x11', 'x55', 'x13'], ['x34', 'x9', 'x59', 'x8', 'x28', 'x49', 'x53', 'x50', 'x1', 'x43', 'x43', 'x21', 'x47', 'x27', 'x12', 'x28']], 'k': 4, 'n': 32, '_time': 0.0004858970642089844, '_task': 'basic_proce... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x49 x40 x26 x6 x48 x43 x61 x5 x50 x49 x15 x8 x49 x54 x47 x21 x53 x61 x51 x23 x22 x30 x49 x28 x7 x64 x44 x13 x21 x62 x40 x18 | x49 x40 x26 x6 x48 x43 x61 x5 x50 x49 x15 x8 x49 x54 x47 x21 x53 x61 x51 x23 x22 x30 x49 x28 x7 x64 x44 x13 x21 x62 x40 x18 | {'task': 'identity', 'seq': ['x49', 'x40', 'x26', 'x6', 'x48', 'x43', 'x61', 'x5', 'x50', 'x49', 'x15', 'x8', 'x49', 'x54', 'x47', 'x21', 'x53', 'x61', 'x51', 'x23', 'x22', 'x30', 'x49', 'x28', 'x7', 'x64', 'x44', 'x13', 'x21', 'x62', 'x40', 'x18'], 'k': 4, 'n': 32, '_time': 0.0004405975341796875, '_task': 'basic_proce... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x20 x25 x40 x40 x19 x17 x8 x63 x41 x31 x15 x19 x23 x30 x49 x27 x36 x41 x64 x49 x1 x35 x14 x7 x2 x11 x7 x30 x16 x54 x19 x37 | x37 x19 x54 x16 x30 x7 x11 x2 x7 x14 x35 x1 x49 x64 x41 x36 x27 x49 x30 x23 x19 x15 x31 x41 x63 x8 x17 x19 x40 x40 x25 x20 | {'task': 'reverse', 'seq': ['x20', 'x25', 'x40', 'x40', 'x19', 'x17', 'x8', 'x63', 'x41', 'x31', 'x15', 'x19', 'x23', 'x30', 'x49', 'x27', 'x36', 'x41', 'x64', 'x49', 'x1', 'x35', 'x14', 'x7', 'x2', 'x11', 'x7', 'x30', 'x16', 'x54', 'x19', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004401206970214844, '_task': 'basic_procedu... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x5 x42 x33 x32 x23 x15 x55 x31 x13 x64 x61 x5 x52 x3 x11 x12 x6 x58 x20 x34 x52 x45 x14 x21 x53 x58 x29 x1 x7 x49 x11 x13
(TARGET)
x49 | x5 x42 x33 x32 x23 x15 x55 x31 x13 x64 x61 x5 x52 x3 x11 x12 x6 x58 x20 x34 x52 x45 x14 x21 x53 x58 x29 x1 x7 x11 x13 | {'task': 'delete', 'seq': [['x5', 'x42', 'x33', 'x32', 'x23', 'x15', 'x55', 'x31', 'x13', 'x64', 'x61', 'x5', 'x52', 'x3', 'x11', 'x12', 'x6', 'x58', 'x20', 'x34', 'x52', 'x45', 'x14', 'x21', 'x53', 'x58', 'x29', 'x1', 'x7', 'x49', 'x11', 'x13'], 'x49'], 'k': 4, 'n': 32, '_time': 0.0004966259002685547, '_task': 'basic_... | delete | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x40; PUSH x59; PUSH x1; PUSH x6; PUSH x40; POP; PUSH x26; PUSH x64; POP; PUSH x17; PUSH x22; PUSH x23; POP; PUSH x58; PUSH x54; PUSH x56; PUSH x13; PUSH x... | x56 x54 x58 x22 x17 x26 x6 x1 x59 x40 | {'task': 'stack', 'seq': ['PUSH x40', 'PUSH x59', 'PUSH x1', 'PUSH x6', 'PUSH x40', 'POP', 'PUSH x26', 'PUSH x64', 'POP', 'PUSH x17', 'PUSH x22', 'PUSH x23', 'POP', 'PUSH x58', 'PUSH x54', 'PUSH x56', 'PUSH x13', 'PUSH x4', 'PUSH x4', 'PUSH x10', 'PUSH x17', 'PUSH x62', 'POP', 'POP', 'PUSH x62', 'POP', 'POP', 'PUSH x16... | 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 x19; PUSH x12; PUSH x5; POP; PUSH x1; PUSH x33; POP; PUSH x51; POP; PUSH x20; PUSH x52; PUSH x31; PUSH x2; POP; PUSH x34; PUSH x44; POP; PUSH x55; PUSH x1... | x12 x19 | {'task': 'stack', 'seq': ['PUSH x19', 'PUSH x12', 'PUSH x5', 'POP', 'PUSH x1', 'PUSH x33', 'POP', 'PUSH x51', 'POP', 'PUSH x20', 'PUSH x52', 'PUSH x31', 'PUSH x2', 'POP', 'PUSH x34', 'PUSH x44', 'POP', 'PUSH x55', 'PUSH x13', 'PUSH x10', 'POP', 'PUSH x59', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x10', 'POP', 'POP', 'P... | stack | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x9 x16 x8 x12 x19 x22 x3 x45 x55 x50 x27 x21 x46 x59 x61 x45
(B)
x1 x31 x7 x39 x30 x33 x40 x9 x21 x9 x16 x40 x50 x8 x48 x47 | x9 x16 x8 x12 x19 x22 x3 x45 x55 x50 x27 x21 x46 x59 x61 x1 x31 x7 x39 x30 x33 x40 x48 x47 | {'task': 'union', 'seq': [['x9', 'x16', 'x8', 'x12', 'x19', 'x22', 'x3', 'x45', 'x55', 'x50', 'x27', 'x21', 'x46', 'x59', 'x61', 'x45'], ['x1', 'x31', 'x7', 'x39', 'x30', 'x33', 'x40', 'x9', 'x21', 'x9', 'x16', 'x40', 'x50', 'x8', 'x48', 'x47']], 'k': 4, 'n': 32, '_time': 0.0004787445068359375, '_task': 'basic_procedur... | 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 x64; POP; PUSH x62; POP; PUSH x49; PUSH x3; PUSH x7; PUSH x35; POP; PUSH x39; PUSH x46; PUSH x42; POP; PUSH x27; PUSH x5; POP; PUSH x18; POP; PUSH x6; POP... | x37 x46 x39 x7 x3 x49 | {'task': 'stack', 'seq': ['PUSH x64', 'POP', 'PUSH x62', 'POP', 'PUSH x49', 'PUSH x3', 'PUSH x7', 'PUSH x35', 'POP', 'PUSH x39', 'PUSH x46', 'PUSH x42', 'POP', 'PUSH x27', 'PUSH x5', 'POP', 'PUSH x18', 'POP', 'PUSH x6', 'POP', 'PUSH x59', 'PUSH x50', 'POP', 'POP', 'POP', 'PUSH x37', 'PUSH x47', 'POP', 'PUSH x33', 'POP'... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x64 x11 x49 x16 x50 x43 x60 x46 x9 x33 x10 x1 x48 x49 x56 x52 x41 x8 x59 x43 x32 x28 x37 x57 x19 x16 x7 x53 x58 x51 x40 x38 | x64 x11 x49 x16 x50 x43 x60 x46 x9 x33 x10 x1 x48 x49 x56 x52 x41 x8 x59 x43 x32 x28 x37 x57 x19 x16 x7 x53 x58 x51 x40 x38 | {'task': 'identity', 'seq': ['x64', 'x11', 'x49', 'x16', 'x50', 'x43', 'x60', 'x46', 'x9', 'x33', 'x10', 'x1', 'x48', 'x49', 'x56', 'x52', 'x41', 'x8', 'x59', 'x43', 'x32', 'x28', 'x37', 'x57', 'x19', 'x16', 'x7', 'x53', 'x58', 'x51', 'x40', 'x38'], 'k': 4, 'n': 32, '_time': 0.0004458427429199219, '_task': 'basic_proce... | 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 o3 o2 o1 c1 o3 c3 c2 o2 c2 c3 o3 o0 o2 o2 o2 c2 o1 c1 c2 o2 c2 o2 o0 o1 c1 c0 c2 c2 c0 c3 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x60 x12 x57 x59 x15 x63 x15 x45 x9 x13 x25 x26 x51 x50 x49 x10 x24 x55 x58 x11 x4 x64 x7 x24 x25 x41 x64 x57 x4 x44 x5 x18 | x60 x12 x57 x59 x15 x63 x15 x45 x9 x13 x25 x26 x51 x50 x49 x10 x24 x55 x58 x11 x4 x64 x7 x24 x25 x41 x64 x57 x4 x44 x5 x18 | {'task': 'identity', 'seq': ['x60', 'x12', 'x57', 'x59', 'x15', 'x63', 'x15', 'x45', 'x9', 'x13', 'x25', 'x26', 'x51', 'x50', 'x49', 'x10', 'x24', 'x55', 'x58', 'x11', 'x4', 'x64', 'x7', 'x24', 'x25', 'x41', 'x64', 'x57', 'x4', 'x44', 'x5', 'x18'], 'k': 4, 'n': 32, '_time': 0.00044035911560058594, '_task': 'basic_proce... | 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 c3 o0 c0 o0 c0 o1 c1 o1 o1 o1 c1 c1 o0 c1 c0 o3 o0 o1 o3 o0 c1 c0 o3 o0 o3 c0 c0 c3 c3 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004961490631103516, '_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)
x24 x14 x23 x33 x33 x34 x6 x20 x60 x43 x56 x35 x15 x37 x53 x59 x43 x45 x61 x1 x27 x61 x63 x12 x45 x28 x38 x27 x21 x37 x2 x62 | x24 x14 x23 x33 x34 x6 x20 x60 x43 x56 x35 x15 x37 x53 x59 x45 x61 x1 x27 x63 x12 x28 x38 x21 x2 x62 | {'task': 'set', 'seq': ['x24', 'x14', 'x23', 'x33', 'x33', 'x34', 'x6', 'x20', 'x60', 'x43', 'x56', 'x35', 'x15', 'x37', 'x53', 'x59', 'x43', 'x45', 'x61', 'x1', 'x27', 'x61', 'x63', 'x12', 'x45', 'x28', 'x38', 'x27', 'x21', 'x37', 'x2', 'x62'], 'k': 4, 'n': 32, '_time': 0.00045752525329589844, '_task': 'basic_procedur... | set | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 c1 o1 o0 c1 c0 o0 c0 o2 c2 o2 c2 o3 o2 c3 o2 o0 c2 c2 c0 o2 c2 o2 c2 o0 c0 o1 c1 o1 o0 c1 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004811286926269531, '_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)
x27 x38 x59 x63 x40 x45 x20 x42 x51 x30 x49 x34 x10 x13 x3 x10 x12 x44 x7 x30 x10 x22 x4 x36 x6 x41 x64 x10 x36 x6 x64 x2
(TARGET)
x40 | x27 x38 x59 x63 x45 x20 x42 x51 x30 x49 x34 x10 x13 x3 x10 x12 x44 x7 x30 x10 x22 x4 x36 x6 x41 x64 x10 x36 x6 x64 x2 | {'task': 'delete', 'seq': [['x27', 'x38', 'x59', 'x63', 'x40', 'x45', 'x20', 'x42', 'x51', 'x30', 'x49', 'x34', 'x10', 'x13', 'x3', 'x10', 'x12', 'x44', 'x7', 'x30', 'x10', 'x22', 'x4', 'x36', 'x6', 'x41', 'x64', 'x10', 'x36', 'x6', 'x64', 'x2'], 'x40'], 'k': 4, 'n': 32, '_time': 0.00047326087951660156, '_task': 'basic... | delete | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o2 o2 o0 c1 c2 o1 o3 c1 c2 c3 c0 o2 c2 o1 o1 c1 o3 o1 o3 c1 c1 o1 c3 c1 o0 o2 o2 c2 c3 c0 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004801750183105469, '_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)
x39 x6 x1 x22 x58 x30 x12 x8 x6 x35 x22 x54 x21 x5 x22 x11 x27 x2 x14 x18 x26 x20 x47 x6 x53 x30 x50 x31 x31 x31 x42 x3
(TARGET)
x22 | x39 x6 x1 x58 x30 x12 x8 x6 x35 x22 x54 x21 x5 x22 x11 x27 x2 x14 x18 x26 x20 x47 x6 x53 x30 x50 x31 x31 x31 x42 x3 | {'task': 'delete', 'seq': [['x39', 'x6', 'x1', 'x22', 'x58', 'x30', 'x12', 'x8', 'x6', 'x35', 'x22', 'x54', 'x21', 'x5', 'x22', 'x11', 'x27', 'x2', 'x14', 'x18', 'x26', 'x20', 'x47', 'x6', 'x53', 'x30', 'x50', 'x31', 'x31', 'x31', 'x42', 'x3'], 'x22'], 'k': 4, 'n': 32, '_time': 0.00047135353088378906, '_task': 'basic_p... | delete | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x21 x8 x6 x22 x52 x64 x36 x17 x8 x15 x37 x4 x51 x20 x40 x54 x51 x27 x35 x39 x51 x16 x10 x5 x42 x24 x57 x49 x37 x15 x13 x4
(TARGET)
x57 | x21 x8 x6 x22 x52 x64 x36 x17 x8 x15 x37 x4 x51 x20 x40 x54 x51 x27 x35 x39 x51 x16 x10 x5 x42 x24 x49 x37 x15 x13 x4 | {'task': 'delete', 'seq': [['x21', 'x8', 'x6', 'x22', 'x52', 'x64', 'x36', 'x17', 'x8', 'x15', 'x37', 'x4', 'x51', 'x20', 'x40', 'x54', 'x51', 'x27', 'x35', 'x39', 'x51', 'x16', 'x10', 'x5', 'x42', 'x24', 'x57', 'x49', 'x37', 'x15', 'x13', 'x4'], 'x57'], 'k': 4, 'n': 32, '_time': 0.0004703998565673828, '_task': 'basic_... | delete | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x32; PUSH x35; PUSH x40; PUSH x55; POP; POP; POP; PUSH x16; PUSH x20; PUSH x36; PUSH x45; POP; PUSH x3; PUSH x9; PUSH x44; POP; POP; POP; PUSH x50; PUSH x... | x21 x50 x36 x20 x16 x32 | {'task': 'stack', 'seq': ['PUSH x32', 'PUSH x35', 'PUSH x40', 'PUSH x55', 'POP', 'POP', 'POP', 'PUSH x16', 'PUSH x20', 'PUSH x36', 'PUSH x45', 'POP', 'PUSH x3', 'PUSH x9', 'PUSH x44', 'POP', 'POP', 'POP', 'PUSH x50', 'PUSH x4', 'PUSH x3', 'PUSH x38', 'POP', 'POP', 'POP', 'PUSH x61', 'POP', 'PUSH x25', 'POP', 'PUSH x21'... | 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)
x61 x29 x60 x33 x52 x22 x18 x44 x50 x30 x40 x60 x56 x51 x13 x5
(B)
x56 x4 x46 x64 x55 x42 x11 x4 x48 x8 x5 x54 x34 x43 x32 x12 | x61 x29 x60 x33 x52 x22 x18 x44 x50 x30 x40 x56 x51 x13 x5 x4 x46 x64 x55 x42 x11 x48 x8 x54 x34 x43 x32 x12 | {'task': 'union', 'seq': [['x61', 'x29', 'x60', 'x33', 'x52', 'x22', 'x18', 'x44', 'x50', 'x30', 'x40', 'x60', 'x56', 'x51', 'x13', 'x5'], ['x56', 'x4', 'x46', 'x64', 'x55', 'x42', 'x11', 'x4', 'x48', 'x8', 'x5', 'x54', 'x34', 'x43', 'x32', 'x12']], 'k': 4, 'n': 32, '_time': 0.00048422813415527344, '_task': 'basic_proc... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x26 x14 x24 x44 x35 x60 x53 x18 x37 x37 x34 x39 x26 x50 x63 x35 x38 x62 x39 x30 x39 x58 x20 x63 x26 x2 x23 x20 x28 x26 x1 x61 | x26 x14 x24 x44 x35 x60 x53 x18 x37 x37 x34 x39 x26 x50 x63 x35 x38 x62 x39 x30 x39 x58 x20 x63 x26 x2 x23 x20 x28 x26 x1 x61 | {'task': 'identity', 'seq': ['x26', 'x14', 'x24', 'x44', 'x35', 'x60', 'x53', 'x18', 'x37', 'x37', 'x34', 'x39', 'x26', 'x50', 'x63', 'x35', 'x38', 'x62', 'x39', 'x30', 'x39', 'x58', 'x20', 'x63', 'x26', 'x2', 'x23', 'x20', 'x28', 'x26', 'x1', 'x61'], 'k': 4, 'n': 32, '_time': 0.00044274330139160156, '_task': 'basic_pr... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x46 x11 x57 x19 x6 x42 x16 x4 x2 x4 x18 x32 x21 x6 x15 x41 x51 x46 x20 x4 x31 x19 x40 x62 x6 x34 x48 x57 x33 x49 x19 x64 | x46 x11 x57 x19 x6 x42 x16 x4 x2 x18 x32 x21 x15 x41 x51 x20 x31 x40 x62 x34 x48 x33 x49 x64 | {'task': 'set', 'seq': ['x46', 'x11', 'x57', 'x19', 'x6', 'x42', 'x16', 'x4', 'x2', 'x4', 'x18', 'x32', 'x21', 'x6', 'x15', 'x41', 'x51', 'x46', 'x20', 'x4', 'x31', 'x19', 'x40', 'x62', 'x6', 'x34', 'x48', 'x57', 'x33', 'x49', 'x19', 'x64'], 'k': 4, 'n': 32, '_time': 0.0004475116729736328, '_task': 'basic_procedural', ... | set | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x4; POP; PUSH x22; POP; PUSH x33; PUSH x12; PUSH x56; POP; PUSH x27; POP; PUSH x40; PUSH x46; PUSH x1; PUSH x55; PUSH x36; PUSH x8; PUSH x28; PUSH x52; PU... | x55 x1 x46 x40 x12 x33 | {'task': 'stack', 'seq': ['PUSH x4', 'POP', 'PUSH x22', 'POP', 'PUSH x33', 'PUSH x12', 'PUSH x56', 'POP', 'PUSH x27', 'POP', 'PUSH x40', 'PUSH x46', 'PUSH x1', 'PUSH x55', 'PUSH x36', 'PUSH x8', 'PUSH x28', 'PUSH x52', 'PUSH x42', 'PUSH x10', 'PUSH x61', 'PUSH x63', 'POP', 'POP', 'POP', 'PUSH x30', '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)
x32 x19 x14 x55 x57 x32 x44 x34 x49 x33 x46 x24 x17 x30 x59 x36
(B)
x38 x48 x58 x17 x30 x61 x7 x40 x12 x4 x27 x62 x43 x26 x5 x28 | x32 x19 x14 x55 x57 x44 x34 x49 x33 x46 x24 x17 x30 x59 x36 x38 x48 x58 x61 x7 x40 x12 x4 x27 x62 x43 x26 x5 x28 | {'task': 'union', 'seq': [['x32', 'x19', 'x14', 'x55', 'x57', 'x32', 'x44', 'x34', 'x49', 'x33', 'x46', 'x24', 'x17', 'x30', 'x59', 'x36'], ['x38', 'x48', 'x58', 'x17', 'x30', 'x61', 'x7', 'x40', 'x12', 'x4', 'x27', 'x62', 'x43', 'x26', 'x5', 'x28']], 'k': 4, 'n': 32, '_time': 0.0004887580871582031, '_task': 'basic_pro... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x40 x29 x6 x42 x26 x44 x38 x42 x40 x56 x51 x4 x28 x5 x1 x46 x43 x34 x16 x11 x62 x22 x19 x41 x13 x60 x18 x23 x21 x37 x38 x54
(TARGET)
x37 | x40 x29 x6 x42 x26 x44 x38 x42 x40 x56 x51 x4 x28 x5 x1 x46 x43 x34 x16 x11 x62 x22 x19 x41 x13 x60 x18 x23 x21 x38 x54 | {'task': 'delete', 'seq': [['x40', 'x29', 'x6', 'x42', 'x26', 'x44', 'x38', 'x42', 'x40', 'x56', 'x51', 'x4', 'x28', 'x5', 'x1', 'x46', 'x43', 'x34', 'x16', 'x11', 'x62', 'x22', 'x19', 'x41', 'x13', 'x60', 'x18', 'x23', 'x21', 'x37', 'x38', 'x54'], 'x37'], 'k': 4, 'n': 32, '_time': 0.00046515464782714844, '_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. | o3 o2 o0 c3 c0 c2 o2 o1 c2 c1 o2 c2 o1 o2 c2 o3 o1 o1 c3 o1 o1 c1 c1 c1 c1 c1 o1 c1 o1 c1 o3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004820823669433594, '_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)
x16 x4 x14 x7 x49 x52 x54 x46 x62 x33 x24 x63 x43 x61 x6 x37 x43 x15 x9 x46 x8 x5 x56 x60 x22 x21 x34 x52 x40 x25 x35 x17
(TARGET)
x5 | x16 x4 x14 x7 x49 x52 x54 x46 x62 x33 x24 x63 x43 x61 x6 x37 x43 x15 x9 x46 x8 x56 x60 x22 x21 x34 x52 x40 x25 x35 x17 | {'task': 'delete', 'seq': [['x16', 'x4', 'x14', 'x7', 'x49', 'x52', 'x54', 'x46', 'x62', 'x33', 'x24', 'x63', 'x43', 'x61', 'x6', 'x37', 'x43', 'x15', 'x9', 'x46', 'x8', 'x5', 'x56', 'x60', 'x22', 'x21', 'x34', 'x52', 'x40', 'x25', 'x35', 'x17'], 'x5'], 'k': 4, 'n': 32, '_time': 0.00047469139099121094, '_task': 'basic_... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x53 x57 x15 x11 x23 x48 x62 x45 x56 x4 x25 x14 x13 x7 x33 x51 x28 x4 x39 x6 x21 x25 x59 x22 x44 x10 x10 x10 x48 x26 x34 x62 | x4 x4 x6 x7 x10 x10 x10 x11 x13 x14 x15 x21 x22 x23 x25 x25 x26 x28 x33 x34 x39 x44 x45 x48 x48 x51 x53 x56 x57 x59 x62 x62 | {'task': 'sort', 'seq': ['x53', 'x57', 'x15', 'x11', 'x23', 'x48', 'x62', 'x45', 'x56', 'x4', 'x25', 'x14', 'x13', 'x7', 'x33', 'x51', 'x28', 'x4', 'x39', 'x6', 'x21', 'x25', 'x59', 'x22', 'x44', 'x10', 'x10', 'x10', 'x48', 'x26', 'x34', 'x62'], 'k': 4, 'n': 32, '_time': 0.0004687309265136719, '_task': 'basic_procedura... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x14 x18 x38 x22 x16 x64 x36 x12 x13 x2 x39 x47 x61 x38 x32 x8 x60 x10 x25 x18 x60 x48 x45 x50 x21 x15 x23 x8 x9 x25 x17 x9 | x9 x17 x25 x9 x8 x23 x15 x21 x50 x45 x48 x60 x18 x25 x10 x60 x8 x32 x38 x61 x47 x39 x2 x13 x12 x36 x64 x16 x22 x38 x18 x14 | {'task': 'reverse', 'seq': ['x14', 'x18', 'x38', 'x22', 'x16', 'x64', 'x36', 'x12', 'x13', 'x2', 'x39', 'x47', 'x61', 'x38', 'x32', 'x8', 'x60', 'x10', 'x25', 'x18', 'x60', 'x48', 'x45', 'x50', 'x21', 'x15', 'x23', 'x8', 'x9', 'x25', 'x17', 'x9'], 'k': 4, 'n': 32, '_time': 0.0004420280456542969, '_task': 'basic_procedu... | reverse | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x47 x11 x61 x14 x10 x29 x51 x39 x44 x62 x51 x24 x61 x19 x53 x18 x58 x51 x46 x58 x28 x63 x48 x40 x26 x46 x37 x13 x2 x46 x49 x39 | x2 x10 x11 x13 x14 x18 x19 x24 x26 x28 x29 x37 x39 x39 x40 x44 x46 x46 x46 x47 x48 x49 x51 x51 x51 x53 x58 x58 x61 x61 x62 x63 | {'task': 'sort', 'seq': ['x47', 'x11', 'x61', 'x14', 'x10', 'x29', 'x51', 'x39', 'x44', 'x62', 'x51', 'x24', 'x61', 'x19', 'x53', 'x18', 'x58', 'x51', 'x46', 'x58', 'x28', 'x63', 'x48', 'x40', 'x26', 'x46', 'x37', 'x13', 'x2', 'x46', 'x49', 'x39'], 'k': 4, 'n': 32, '_time': 0.00046515464782714844, '_task': 'basic_proce... | 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 x14 x47 x43 x8 x50 x61 x52 x52 x5 x36 x44 x14 x4 x42 x3
(B)
x17 x14 x8 x53 x32 x41 x61 x35 x10 x57 x61 x58 x8 x3 x52 x16 | x27 x14 x47 x43 x8 x50 x61 x52 x5 x36 x44 x4 x42 x3 x17 x53 x32 x41 x35 x10 x57 x58 x16 | {'task': 'union', 'seq': [['x27', 'x14', 'x47', 'x43', 'x8', 'x50', 'x61', 'x52', 'x52', 'x5', 'x36', 'x44', 'x14', 'x4', 'x42', 'x3'], ['x17', 'x14', 'x8', 'x53', 'x32', 'x41', 'x61', 'x35', 'x10', 'x57', 'x61', 'x58', 'x8', 'x3', 'x52', 'x16']], 'k': 4, 'n': 32, '_time': 0.0004887580871582031, '_task': 'basic_procedu... | union | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 c0 o1 o3 c3 o1 c1 c1 o3 c3 o2 c2 o2 o0 c0 o0 o1 c0 c2 c1 o2 c2 o1 c1 o1 o3 o0 o0 c0 c3 c1 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048089027404785156, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 c3 o0 o1 c1 o2 c2 c0 o3 c3 o1 o1 c1 c1 o0 c0 o2 o0 o0 c0 c0 o3 c3 c2 o2 o2 c2 c2 o0 c0 o1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041794776916503906, '_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)
x53 x59 x15 x7 x53 x9 x23 x2 x43 x62 x32 x30 x58 x54 x48 x34 x23 x31 x44 x36 x31 x52 x46 x24 x12 x36 x46 x29 x6 x51 x61 x8
(TARGET)
x23 | x53 x59 x15 x7 x53 x9 x2 x43 x62 x32 x30 x58 x54 x48 x34 x23 x31 x44 x36 x31 x52 x46 x24 x12 x36 x46 x29 x6 x51 x61 x8 | {'task': 'delete', 'seq': [['x53', 'x59', 'x15', 'x7', 'x53', 'x9', 'x23', 'x2', 'x43', 'x62', 'x32', 'x30', 'x58', 'x54', 'x48', 'x34', 'x23', 'x31', 'x44', 'x36', 'x31', 'x52', 'x46', 'x24', 'x12', 'x36', 'x46', 'x29', 'x6', 'x51', 'x61', 'x8'], 'x23'], 'k': 4, 'n': 32, '_time': 0.0004725456237792969, '_task': 'basic... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x20 x32 x50 x7 x16 x19 x33 x46 x41 x33 x2 x21 x49 x57 x24 x8 x38 x5 x38 x13 x18 x19 x15 x52 x61 x28 x6 x31 x17 x63 x59 x24 | x20 x32 x50 x7 x16 x19 x33 x46 x41 x33 x2 x21 x49 x57 x24 x8 x38 x5 x38 x13 x18 x19 x15 x52 x61 x28 x6 x31 x17 x63 x59 x24 | {'task': 'identity', 'seq': ['x20', 'x32', 'x50', 'x7', 'x16', 'x19', 'x33', 'x46', 'x41', 'x33', 'x2', 'x21', 'x49', 'x57', 'x24', 'x8', 'x38', 'x5', 'x38', 'x13', 'x18', 'x19', 'x15', 'x52', 'x61', 'x28', 'x6', 'x31', 'x17', 'x63', 'x59', 'x24'], 'k': 4, 'n': 32, '_time': 0.0004413127899169922, '_task': 'basic_proced... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x30 x56 x4 x26 x44 x57 x27 x33 x6 x31 x14 x40 x32 x47 x15 x1 x22 x53 x44 x50 x19 x28 x12 x59 x25 x58 x47 x18 x10 x32 x44 x29 | x29 x44 x32 x10 x18 x47 x58 x25 x59 x12 x28 x19 x50 x44 x53 x22 x1 x15 x47 x32 x40 x14 x31 x6 x33 x27 x57 x44 x26 x4 x56 x30 | {'task': 'reverse', 'seq': ['x30', 'x56', 'x4', 'x26', 'x44', 'x57', 'x27', 'x33', 'x6', 'x31', 'x14', 'x40', 'x32', 'x47', 'x15', 'x1', 'x22', 'x53', 'x44', 'x50', 'x19', 'x28', 'x12', 'x59', 'x25', 'x58', 'x47', 'x18', 'x10', 'x32', 'x44', 'x29'], 'k': 4, 'n': 32, '_time': 0.0004410743713378906, '_task': 'basic_proce... | reverse | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x27 x7 x59 x33 x9 x49 x14 x57 x3 x16 x44 x10 x32 x22 x41 x8 x48 x54 x51 x38 x58 x43 x47 x61 x22 x46 x1 x19 x2 x33 x19 x52 | x27 x7 x59 x33 x9 x49 x14 x57 x3 x16 x44 x10 x32 x22 x41 x8 x48 x54 x51 x38 x58 x43 x47 x61 x22 x46 x1 x19 x2 x33 x19 x52 | {'task': 'identity', 'seq': ['x27', 'x7', 'x59', 'x33', 'x9', 'x49', 'x14', 'x57', 'x3', 'x16', 'x44', 'x10', 'x32', 'x22', 'x41', 'x8', 'x48', 'x54', 'x51', 'x38', 'x58', 'x43', 'x47', 'x61', 'x22', 'x46', 'x1', 'x19', 'x2', 'x33', 'x19', 'x52'], 'k': 4, 'n': 32, '_time': 0.0004429817199707031, '_task': 'basic_procedu... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x27 x26 x21 x9 x18 x31 x13 x62 x56 x62 x41 x38 x57 x32 x54 x59 x20 x57 x18 x41 x16 x52 x6 x62 x46 x22 x22 x18 x17 x47 x63 x11 | x27 x26 x21 x9 x18 x31 x13 x62 x56 x41 x38 x57 x32 x54 x59 x20 x16 x52 x6 x46 x22 x17 x47 x63 x11 | {'task': 'set', 'seq': ['x27', 'x26', 'x21', 'x9', 'x18', 'x31', 'x13', 'x62', 'x56', 'x62', 'x41', 'x38', 'x57', 'x32', 'x54', 'x59', 'x20', 'x57', 'x18', 'x41', 'x16', 'x52', 'x6', 'x62', 'x46', 'x22', 'x22', 'x18', 'x17', 'x47', 'x63', 'x11'], 'k': 4, 'n': 32, '_time': 0.00046634674072265625, '_task': 'basic_procedu... | 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 x54; PUSH x46; PUSH x64; PUSH x38; POP; POP; PUSH x55; POP; PUSH x51; POP; PUSH x7; PUSH x49; POP; POP; POP; PUSH x32; PUSH x18; PUSH x17; POP; PUSH x38; ... | x38 x18 x32 x54 | {'task': 'stack', 'seq': ['PUSH x54', 'PUSH x46', 'PUSH x64', 'PUSH x38', 'POP', 'POP', 'PUSH x55', 'POP', 'PUSH x51', 'POP', 'PUSH x7', 'PUSH x49', 'POP', 'POP', 'POP', 'PUSH x32', 'PUSH x18', 'PUSH x17', 'POP', 'PUSH x38', 'PUSH x41', 'PUSH x7', 'POP', 'POP', 'PUSH x26', 'PUSH x57', 'POP', 'POP', 'PUSH x40', 'PUSH x4... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x16 x54 x62 x29 x36 x31 x17 x11 x37 x64 x6 x26 x53 x27 x5 x64 x29 x13 x6 x62 x22 x48 x50 x55 x16 x40 x20 x15 x31 x57 x63 x60 | x60 x63 x57 x31 x15 x20 x40 x16 x55 x50 x48 x22 x62 x6 x13 x29 x64 x5 x27 x53 x26 x6 x64 x37 x11 x17 x31 x36 x29 x62 x54 x16 | {'task': 'reverse', 'seq': ['x16', 'x54', 'x62', 'x29', 'x36', 'x31', 'x17', 'x11', 'x37', 'x64', 'x6', 'x26', 'x53', 'x27', 'x5', 'x64', 'x29', 'x13', 'x6', 'x62', 'x22', 'x48', 'x50', 'x55', 'x16', 'x40', 'x20', 'x15', 'x31', 'x57', 'x63', 'x60'], 'k': 4, 'n': 32, '_time': 0.0004413127899169922, '_task': 'basic_proce... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x52 x1 x24 x49 x8 x2 x40 x45 x24 x44 x48 x32 x21 x45 x60 x54 x10 x19 x64 x34 x23 x34 x31 x47 x10 x18 x46 x57 x11 x10 x49 x5
(TARGET)
x50 | x52 x1 x24 x49 x8 x2 x40 x45 x24 x44 x48 x32 x21 x45 x60 x54 x10 x19 x64 x34 x23 x34 x31 x47 x10 x18 x46 x57 x11 x10 x49 x5 | {'task': 'delete', 'seq': [['x52', 'x1', 'x24', 'x49', 'x8', 'x2', 'x40', 'x45', 'x24', 'x44', 'x48', 'x32', 'x21', 'x45', 'x60', 'x54', 'x10', 'x19', 'x64', 'x34', 'x23', 'x34', 'x31', 'x47', 'x10', 'x18', 'x46', 'x57', 'x11', 'x10', 'x49', 'x5'], 'x50'], 'k': 4, 'n': 32, '_time': 0.0004949569702148438, '_task': 'basi... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x24 x24 x34 x28 x38 x12 x18 x28 x27 x31 x16 x49 x11 x64 x17 x1 x25 x11 x2 x23 x57 x24 x63 x55 x5 x44 x45 x45 x60 x27 x2 x33 | x24 x24 x34 x28 x38 x12 x18 x28 x27 x31 x16 x49 x11 x64 x17 x1 x25 x11 x2 x23 x57 x24 x63 x55 x5 x44 x45 x45 x60 x27 x2 x33 | {'task': 'identity', 'seq': ['x24', 'x24', 'x34', 'x28', 'x38', 'x12', 'x18', 'x28', 'x27', 'x31', 'x16', 'x49', 'x11', 'x64', 'x17', 'x1', 'x25', 'x11', 'x2', 'x23', 'x57', 'x24', 'x63', 'x55', 'x5', 'x44', 'x45', 'x45', 'x60', 'x27', 'x2', 'x33'], 'k': 4, 'n': 32, '_time': 0.0004444122314453125, '_task': 'basic_proce... | identity | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x55; POP; PUSH x40; PUSH x37; PUSH x60; PUSH x4; POP; POP; PUSH x63; PUSH x4; PUSH x39; POP; PUSH x58; PUSH x63; PUSH x3; POP; PUSH x29; PUSH x52; PUSH x5... | EMPTY | {'task': 'stack', 'seq': ['PUSH x55', 'POP', 'PUSH x40', 'PUSH x37', 'PUSH x60', 'PUSH x4', 'POP', 'POP', 'PUSH x63', 'PUSH x4', 'PUSH x39', 'POP', 'PUSH x58', 'PUSH x63', 'PUSH x3', 'POP', 'PUSH x29', 'PUSH x52', 'PUSH x54', 'PUSH x55', 'POP', 'POP', 'POP', 'POP', 'PUSH x54', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', ... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x2 x15 x20 x59 x5 x60 x18 x3 x60 x16 x49 x49 x44 x18 x22 x39 x2 x32 x3 x11 x58 x27 x3 x47 x9 x31 x42 x31 x13 x39 x20 x58 | x58 x20 x39 x13 x31 x42 x31 x9 x47 x3 x27 x58 x11 x3 x32 x2 x39 x22 x18 x44 x49 x49 x16 x60 x3 x18 x60 x5 x59 x20 x15 x2 | {'task': 'reverse', 'seq': ['x2', 'x15', 'x20', 'x59', 'x5', 'x60', 'x18', 'x3', 'x60', 'x16', 'x49', 'x49', 'x44', 'x18', 'x22', 'x39', 'x2', 'x32', 'x3', 'x11', 'x58', 'x27', 'x3', 'x47', 'x9', 'x31', 'x42', 'x31', 'x13', 'x39', 'x20', 'x58'], 'k': 4, 'n': 32, '_time': 0.0004475116729736328, '_task': 'basic_procedura... | reverse | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x51 x41 x53 x14 x17 x25 x45 x20 x50 x63 x29 x15 x29 x36 x40 x11 x31 x49 x19 x54 x31 x63 x25 x15 x10 x11 x4 x53 x54 x5 x25 x23 | x23 x25 x5 x54 x53 x4 x11 x10 x15 x25 x63 x31 x54 x19 x49 x31 x11 x40 x36 x29 x15 x29 x63 x50 x20 x45 x25 x17 x14 x53 x41 x51 | {'task': 'reverse', 'seq': ['x51', 'x41', 'x53', 'x14', 'x17', 'x25', 'x45', 'x20', 'x50', 'x63', 'x29', 'x15', 'x29', 'x36', 'x40', 'x11', 'x31', 'x49', 'x19', 'x54', 'x31', 'x63', 'x25', 'x15', 'x10', 'x11', 'x4', 'x53', 'x54', 'x5', 'x25', 'x23'], 'k': 4, 'n': 32, '_time': 0.0003864765167236328, '_task': 'basic_proc... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x51 x16 x62 x18 x27 x14 x53 x7 x33 x55 x53 x26 x57 x3 x1 x63 x2 x8 x57 x20 x32 x35 x27 x11 x16 x55 x60 x3 x35 x35 x34 x30
(TARGET)
x8 | x51 x16 x62 x18 x27 x14 x53 x7 x33 x55 x53 x26 x57 x3 x1 x63 x2 x57 x20 x32 x35 x27 x11 x16 x55 x60 x3 x35 x35 x34 x30 | {'task': 'delete', 'seq': [['x51', 'x16', 'x62', 'x18', 'x27', 'x14', 'x53', 'x7', 'x33', 'x55', 'x53', 'x26', 'x57', 'x3', 'x1', 'x63', 'x2', 'x8', 'x57', 'x20', 'x32', 'x35', 'x27', 'x11', 'x16', 'x55', 'x60', 'x3', 'x35', 'x35', 'x34', 'x30'], 'x8'], 'k': 4, 'n': 32, '_time': 0.0004894733428955078, '_task': 'basic_p... | delete | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 o1 o3 c3 c1 o2 o0 c0 c2 o2 c2 c0 o0 o2 c2 o2 o0 o1 c1 o0 o2 c2 o3 o2 o1 c1 c2 c3 c0 c0 c2 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041866302490234375, '_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)
x55 x52 x16 x54 x34 x15 x42 x7 x28 x9 x6 x38 x1 x30 x28 x37 x11 x35 x36 x13 x14 x13 x53 x16 x12 x16 x50 x13 x37 x1 x38 x49 | x55 x52 x16 x54 x34 x15 x42 x7 x28 x9 x6 x38 x1 x30 x28 x37 x11 x35 x36 x13 x14 x13 x53 x16 x12 x16 x50 x13 x37 x1 x38 x49 | {'task': 'identity', 'seq': ['x55', 'x52', 'x16', 'x54', 'x34', 'x15', 'x42', 'x7', 'x28', 'x9', 'x6', 'x38', 'x1', 'x30', 'x28', 'x37', 'x11', 'x35', 'x36', 'x13', 'x14', 'x13', 'x53', 'x16', 'x12', 'x16', 'x50', 'x13', 'x37', 'x1', 'x38', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004444122314453125, '_task': 'basic_proced... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x19 x9 x55 x8 x33 x26 x2 x19 x41 x4 x5 x31 x55 x13 x17 x41 x55 x48 x42 x47 x59 x52 x55 x40 x8 x18 x15 x3 x26 x30 x33 x42 | x19 x9 x55 x8 x33 x26 x2 x41 x4 x5 x31 x13 x17 x48 x42 x47 x59 x52 x40 x18 x15 x3 x30 | {'task': 'set', 'seq': ['x19', 'x9', 'x55', 'x8', 'x33', 'x26', 'x2', 'x19', 'x41', 'x4', 'x5', 'x31', 'x55', 'x13', 'x17', 'x41', 'x55', 'x48', 'x42', 'x47', 'x59', 'x52', 'x55', 'x40', 'x8', 'x18', 'x15', 'x3', 'x26', 'x30', 'x33', 'x42'], 'k': 4, 'n': 32, '_time': 0.000446319580078125, '_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. | o3 c3 o2 o3 c2 c3 o3 o1 o0 c1 o3 c3 o1 o2 c3 o2 c2 o1 c2 o0 o2 c0 c0 o3 c1 o2 o3 c1 c2 c3 c3 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004303455352783203, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o2 c1 c2 o1 c1 o3 o2 o3 o0 c2 o3 c0 c3 c3 c3 o3 o1 c1 c3 o1 o3 c1 o0 c3 o1 c0 c1 o3 c3 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004987716674804688, '_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)
x9 x45 x8 x21 x64 x57 x25 x8 x18 x11 x41 x3 x35 x6 x37 x52 x9 x38 x56 x30 x18 x3 x11 x23 x59 x19 x31 x8 x46 x55 x30 x58 | x9 x45 x8 x21 x64 x57 x25 x18 x11 x41 x3 x35 x6 x37 x52 x38 x56 x30 x23 x59 x19 x31 x46 x55 x58 | {'task': 'set', 'seq': ['x9', 'x45', 'x8', 'x21', 'x64', 'x57', 'x25', 'x8', 'x18', 'x11', 'x41', 'x3', 'x35', 'x6', 'x37', 'x52', 'x9', 'x38', 'x56', 'x30', 'x18', 'x3', 'x11', 'x23', 'x59', 'x19', 'x31', 'x8', 'x46', 'x55', 'x30', 'x58'], 'k': 4, 'n': 32, '_time': 0.0004482269287109375, '_task': 'basic_procedural', '... | set | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x55 x6 x41 x32 x55 x57 x10 x17 x35 x11 x35 x50 x4 x46 x58 x32 x21 x47 x23 x62 x33 x21 x36 x18 x31 x44 x18 x12 x44 x28 x6 x14 | x14 x6 x28 x44 x12 x18 x44 x31 x18 x36 x21 x33 x62 x23 x47 x21 x32 x58 x46 x4 x50 x35 x11 x35 x17 x10 x57 x55 x32 x41 x6 x55 | {'task': 'reverse', 'seq': ['x55', 'x6', 'x41', 'x32', 'x55', 'x57', 'x10', 'x17', 'x35', 'x11', 'x35', 'x50', 'x4', 'x46', 'x58', 'x32', 'x21', 'x47', 'x23', 'x62', 'x33', 'x21', 'x36', 'x18', 'x31', 'x44', 'x18', 'x12', 'x44', 'x28', 'x6', 'x14'], 'k': 4, 'n': 32, '_time': 0.0004425048828125, '_task': 'basic_procedur... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x45 x10 x44 x16 x46 x33 x2 x53 x18 x23 x47 x60 x54 x30 x44 x58 x35 x17 x18 x56 x59 x31 x56 x12 x5 x53 x55 x26 x7 x51 x2 x50
(TARGET)
x51 | x45 x10 x44 x16 x46 x33 x2 x53 x18 x23 x47 x60 x54 x30 x44 x58 x35 x17 x18 x56 x59 x31 x56 x12 x5 x53 x55 x26 x7 x2 x50 | {'task': 'delete', 'seq': [['x45', 'x10', 'x44', 'x16', 'x46', 'x33', 'x2', 'x53', 'x18', 'x23', 'x47', 'x60', 'x54', 'x30', 'x44', 'x58', 'x35', 'x17', 'x18', 'x56', 'x59', 'x31', 'x56', 'x12', 'x5', 'x53', 'x55', 'x26', 'x7', 'x51', 'x2', 'x50'], 'x51'], 'k': 4, 'n': 32, '_time': 0.0004730224609375, '_task': 'basic_p... | 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)
x32 x46 x23 x20 x3 x56 x34 x61 x22 x33 x22 x5 x45 x35 x25 x37
(B)
x14 x30 x57 x19 x60 x43 x31 x46 x1 x49 x28 x60 x15 x47 x36 x49 | x32 x46 x23 x20 x3 x56 x34 x61 x22 x33 x5 x45 x35 x25 x37 x14 x30 x57 x19 x60 x43 x31 x1 x49 x28 x15 x47 x36 | {'task': 'union', 'seq': [['x32', 'x46', 'x23', 'x20', 'x3', 'x56', 'x34', 'x61', 'x22', 'x33', 'x22', 'x5', 'x45', 'x35', 'x25', 'x37'], ['x14', 'x30', 'x57', 'x19', 'x60', 'x43', 'x31', 'x46', 'x1', 'x49', 'x28', 'x60', 'x15', 'x47', 'x36', 'x49']], 'k': 4, 'n': 32, '_time': 0.00048661231994628906, '_task': 'basic_pr... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x1 x34 x55 x30 x59 x25 x26 x6 x9 x46 x37 x28 x36 x17 x12 x46 x57 x6 x20 x29 x38 x6 x49 x62 x17 x42 x46 x59 x54 x58 x43 x3
(TARGET)
x37 | x1 x34 x55 x30 x59 x25 x26 x6 x9 x46 x28 x36 x17 x12 x46 x57 x6 x20 x29 x38 x6 x49 x62 x17 x42 x46 x59 x54 x58 x43 x3 | {'task': 'delete', 'seq': [['x1', 'x34', 'x55', 'x30', 'x59', 'x25', 'x26', 'x6', 'x9', 'x46', 'x37', 'x28', 'x36', 'x17', 'x12', 'x46', 'x57', 'x6', 'x20', 'x29', 'x38', 'x6', 'x49', 'x62', 'x17', 'x42', 'x46', 'x59', 'x54', 'x58', 'x43', 'x3'], 'x37'], 'k': 4, 'n': 32, '_time': 0.00048828125, '_task': 'basic_procedur... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x5 x64 x28 x44 x29 x22 x61 x45 x45 x2 x53 x52 x32 x57 x18 x16 x36 x54 x60 x8 x57 x44 x56 x6 x60 x42 x9 x54 x36 x8 x47 x59 | x5 x64 x28 x44 x29 x22 x61 x45 x45 x2 x53 x52 x32 x57 x18 x16 x36 x54 x60 x8 x57 x44 x56 x6 x60 x42 x9 x54 x36 x8 x47 x59 | {'task': 'identity', 'seq': ['x5', 'x64', 'x28', 'x44', 'x29', 'x22', 'x61', 'x45', 'x45', 'x2', 'x53', 'x52', 'x32', 'x57', 'x18', 'x16', 'x36', 'x54', 'x60', 'x8', 'x57', 'x44', 'x56', 'x6', 'x60', 'x42', 'x9', 'x54', 'x36', 'x8', 'x47', 'x59'], 'k': 4, 'n': 32, '_time': 0.0004394054412841797, '_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 c0 o2 c2 o3 c3 o2 c2 o0 o2 c0 c2 o2 c2 o3 c3 o0 c0 o2 c2 o3 o2 o0 o0 c0 o0 c2 o2 c0 c0 c2 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004825592041015625, '_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 x47 x27 x10 x26 x63 x26 x12 x5 x31 x7 x61 x16 x38 x10 x8 x42 x52 x24 x22 x2 x58 x11 x28 x31 x58 x63 x15 x58 x36 x40 x17 | x12 x47 x27 x10 x26 x63 x5 x31 x7 x61 x16 x38 x8 x42 x52 x24 x22 x2 x58 x11 x28 x15 x36 x40 x17 | {'task': 'set', 'seq': ['x12', 'x47', 'x27', 'x10', 'x26', 'x63', 'x26', 'x12', 'x5', 'x31', 'x7', 'x61', 'x16', 'x38', 'x10', 'x8', 'x42', 'x52', 'x24', 'x22', 'x2', 'x58', 'x11', 'x28', 'x31', 'x58', 'x63', 'x15', 'x58', 'x36', 'x40', 'x17'], 'k': 4, 'n': 32, '_time': 0.00046515464782714844, '_task': 'basic_procedura... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x35 x34 x40 x60 x13 x34 x56 x43 x52 x43 x37 x20 x57 x26 x58 x34 x14 x63 x47 x33 x57 x63 x56 x33 x24 x25 x19 x40 x2 x45 x20 x4 | x35 x34 x40 x60 x13 x34 x56 x43 x52 x43 x37 x20 x57 x26 x58 x34 x14 x63 x47 x33 x57 x63 x56 x33 x24 x25 x19 x40 x2 x45 x20 x4 | {'task': 'identity', 'seq': ['x35', 'x34', 'x40', 'x60', 'x13', 'x34', 'x56', 'x43', 'x52', 'x43', 'x37', 'x20', 'x57', 'x26', 'x58', 'x34', 'x14', 'x63', 'x47', 'x33', 'x57', 'x63', 'x56', 'x33', 'x24', 'x25', 'x19', 'x40', 'x2', 'x45', 'x20', 'x4'], 'k': 4, 'n': 32, '_time': 0.00045180320739746094, '_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. | o3 c3 o2 o2 o3 c2 c3 o1 c2 c1 o0 o0 c0 c0 o0 c0 o3 c3 o1 c1 o0 o1 c0 o3 o2 o0 c3 c0 o0 c1 c2 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004811286926269531, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 c2 o3 c3 o2 c2 o2 c2 o0 c0 o0 o0 c0 o0 o0 o0 o3 o3 o2 c3 c3 c2 c0 o3 c0 c0 c3 o0 c0 o3 c3 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048542022705078125, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o3 c1 c3 o2 c2 o3 c3 o3 c3 o2 o1 o3 c1 c2 o2 o0 o2 c0 c2 c2 o3 c3 o0 o3 o3 c0 c3 c3 c3 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048041343688964844, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o3 c3 o2 c2 o1 c1 o1 c1 o0 o1 o2 o1 o3 c0 c1 o2 c2 o0 c3 o2 o1 c2 o3 o3 c1 c0 c3 o1 c3 c2 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048089027404785156, '_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)
x49 x56 x44 x15 x40 x5 x16 x60 x42 x29 x18 x16 x11 x54 x7 x45 x2 x47 x57 x26 x46 x20 x4 x35 x8 x48 x40 x64 x44 x12 x11 x38
(TARGET)
x16 | x49 x56 x44 x15 x40 x5 x60 x42 x29 x18 x16 x11 x54 x7 x45 x2 x47 x57 x26 x46 x20 x4 x35 x8 x48 x40 x64 x44 x12 x11 x38 | {'task': 'delete', 'seq': [['x49', 'x56', 'x44', 'x15', 'x40', 'x5', 'x16', 'x60', 'x42', 'x29', 'x18', 'x16', 'x11', 'x54', 'x7', 'x45', 'x2', 'x47', 'x57', 'x26', 'x46', 'x20', 'x4', 'x35', 'x8', 'x48', 'x40', 'x64', 'x44', 'x12', 'x11', 'x38'], 'x16'], 'k': 4, 'n': 32, '_time': 0.00047206878662109375, '_task': 'basi... | 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 x59; PUSH x32; PUSH x52; POP; PUSH x19; PUSH x5; POP; PUSH x42; PUSH x44; PUSH x8; PUSH x56; PUSH x19; PUSH x50; POP; PUSH x58; POP; PUSH x58; PUSH x5; PU... | x24 x56 x8 x44 x42 x19 x32 x59 | {'task': 'stack', 'seq': ['PUSH x59', 'PUSH x32', 'PUSH x52', 'POP', 'PUSH x19', 'PUSH x5', 'POP', 'PUSH x42', 'PUSH x44', 'PUSH x8', 'PUSH x56', 'PUSH x19', 'PUSH x50', 'POP', 'PUSH x58', 'POP', 'PUSH x58', 'PUSH x5', 'PUSH x34', 'PUSH x48', 'PUSH x57', 'POP', 'POP', 'PUSH x51', 'POP', 'PUSH x47', 'POP', 'POP', 'POP',... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x31 x22 x32 x18 x63 x16 x40 x28 x30 x17 x28 x21 x57 x2 x34 x36 x33 x7 x31 x40 x47 x29 x32 x47 x5 x23 x36 x15 x56 x54 x49 x8 | x8 x49 x54 x56 x15 x36 x23 x5 x47 x32 x29 x47 x40 x31 x7 x33 x36 x34 x2 x57 x21 x28 x17 x30 x28 x40 x16 x63 x18 x32 x22 x31 | {'task': 'reverse', 'seq': ['x31', 'x22', 'x32', 'x18', 'x63', 'x16', 'x40', 'x28', 'x30', 'x17', 'x28', 'x21', 'x57', 'x2', 'x34', 'x36', 'x33', 'x7', 'x31', 'x40', 'x47', 'x29', 'x32', 'x47', 'x5', 'x23', 'x36', 'x15', 'x56', 'x54', 'x49', 'x8'], 'k': 4, 'n': 32, '_time': 0.0004417896270751953, '_task': 'basic_proced... | reverse | instruct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.