prompt stringlengths 144 465 | answer stringlengths 5 127 | metadata stringlengths 308 686 | task stringclasses 9
values | mode stringclasses 1
value | level int64 0 0 |
|---|---|---|---|---|---|
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x20 x53 x12 x59 x3 x30 x55 x20 x2 x63 x54 x45 x58 x40 x21 x41 x2 x53 x25 x2 x39 x15 x2 x22 x44 x53 x52 x50 x48 x61 x7 x5
(TARGET)
x5 | x20 x53 x12 x59 x3 x30 x55 x20 x2 x63 x54 x45 x58 x40 x21 x41 x2 x53 x25 x2 x39 x15 x2 x22 x44 x53 x52 x50 x48 x61 x7 | {'task': 'delete', 'seq': [['x20', 'x53', 'x12', 'x59', 'x3', 'x30', 'x55', 'x20', 'x2', 'x63', 'x54', 'x45', 'x58', 'x40', 'x21', 'x41', 'x2', 'x53', 'x25', 'x2', 'x39', 'x15', 'x2', 'x22', 'x44', 'x53', 'x52', 'x50', 'x48', 'x61', 'x7', 'x5'], 'x5'], 'k': 4, 'n': 32, '_time': 0.0002884864807128906, '_task': 'basic_pr... | 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 o1 c1 c2 o3 c3 o1 o2 o2 c2 o0 o3 c3 c0 o2 c2 c2 o0 c0 o3 c3 c1 o0 c0 o3 o1 o2 o2 c2 c2 c1 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002613067626953125, '_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)
x18 x51 x1 x63 x52 x49 x17 x60 x64 x6 x36 x49 x42 x13 x42 x9 x27 x3 x25 x20 x21 x50 x58 x31 x36 x20 x3 x40 x57 x57 x60 x62 | x62 x60 x57 x57 x40 x3 x20 x36 x31 x58 x50 x21 x20 x25 x3 x27 x9 x42 x13 x42 x49 x36 x6 x64 x60 x17 x49 x52 x63 x1 x51 x18 | {'task': 'reverse', 'seq': ['x18', 'x51', 'x1', 'x63', 'x52', 'x49', 'x17', 'x60', 'x64', 'x6', 'x36', 'x49', 'x42', 'x13', 'x42', 'x9', 'x27', 'x3', 'x25', 'x20', 'x21', 'x50', 'x58', 'x31', 'x36', 'x20', 'x3', 'x40', 'x57', 'x57', 'x60', 'x62'], 'k': 4, 'n': 32, '_time': 0.0004150867462158203, '_task': 'basic_procedu... | 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)
x40 x4 x18 x34 x1 x50 x31 x32 x10 x34 x24 x1 x38 x6 x30 x64
(B)
x3 x9 x15 x37 x43 x52 x57 x3 x29 x53 x62 x20 x60 x30 x18 x41 | x40 x4 x18 x34 x1 x50 x31 x32 x10 x24 x38 x6 x30 x64 x3 x9 x15 x37 x43 x52 x57 x29 x53 x62 x20 x60 x41 | {'task': 'union', 'seq': [['x40', 'x4', 'x18', 'x34', 'x1', 'x50', 'x31', 'x32', 'x10', 'x34', 'x24', 'x1', 'x38', 'x6', 'x30', 'x64'], ['x3', 'x9', 'x15', 'x37', 'x43', 'x52', 'x57', 'x3', 'x29', 'x53', 'x62', 'x20', 'x60', 'x30', 'x18', 'x41']], 'k': 4, 'n': 32, '_time': 0.0004718303680419922, '_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. | o1 c1 o2 o2 o0 o3 o1 c1 c3 c0 c2 o3 c3 o2 o2 o0 o3 o0 c0 o0 c0 o3 c3 o2 o2 c2 c2 c3 c0 c2 c2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00026035308837890625, '_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)
x59 x14 x26 x32 x7 x39 x57 x32 x28 x16 x58 x47 x22 x33 x57 x60 x22 x12 x20 x24 x46 x34 x7 x60 x5 x54 x5 x35 x21 x40 x9 x42
(TARGET)
x24 | x59 x14 x26 x32 x7 x39 x57 x32 x28 x16 x58 x47 x22 x33 x57 x60 x22 x12 x20 x46 x34 x7 x60 x5 x54 x5 x35 x21 x40 x9 x42 | {'task': 'delete', 'seq': [['x59', 'x14', 'x26', 'x32', 'x7', 'x39', 'x57', 'x32', 'x28', 'x16', 'x58', 'x47', 'x22', 'x33', 'x57', 'x60', 'x22', 'x12', 'x20', 'x24', 'x46', 'x34', 'x7', 'x60', 'x5', 'x54', 'x5', 'x35', 'x21', 'x40', 'x9', 'x42'], 'x24'], 'k': 4, 'n': 32, '_time': 0.0002880096435546875, '_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. | o3 c3 o1 c1 o0 c0 o2 c2 o3 o1 c3 o0 o0 o2 o2 o1 o1 c1 c1 c0 o0 c0 c2 c2 o3 o1 o1 c3 c0 c1 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000469207763671875, '_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)
x32 x8 x14 x36 x64 x13 x1 x7 x55 x49 x3 x3 x48 x35 x45 x38 x61 x38 x32 x37 x11 x24 x30 x1 x20 x58 x18 x11 x24 x33 x30 x29 | x32 x8 x14 x36 x64 x13 x1 x7 x55 x49 x3 x3 x48 x35 x45 x38 x61 x38 x32 x37 x11 x24 x30 x1 x20 x58 x18 x11 x24 x33 x30 x29 | {'task': 'identity', 'seq': ['x32', 'x8', 'x14', 'x36', 'x64', 'x13', 'x1', 'x7', 'x55', 'x49', 'x3', 'x3', 'x48', 'x35', 'x45', 'x38', 'x61', 'x38', 'x32', 'x37', 'x11', 'x24', 'x30', 'x1', 'x20', 'x58', 'x18', 'x11', 'x24', 'x33', 'x30', 'x29'], 'k': 4, 'n': 32, '_time': 0.00041365623474121094, '_task': 'basic_proced... | 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 c2 o3 c3 c0 o0 c0 o0 c0 o1 o2 c2 o1 c1 c1 o0 o3 c3 o2 c2 c0 o3 o0 c0 c3 o1 o0 c0 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002608299255371094, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x12 x62 x49 x64 x38 x48 x63 x49 x57 x13 x12 x56 x33 x40 x52 x34 x3 x54 x29 x12 x25 x34 x32 x9 x16 x4 x10 x33 x22 x17 x5 x18 | x3 x4 x5 x9 x10 x12 x12 x12 x13 x16 x17 x18 x22 x25 x29 x32 x33 x33 x34 x34 x38 x40 x48 x49 x49 x52 x54 x56 x57 x62 x63 x64 | {'task': 'sort', 'seq': ['x12', 'x62', 'x49', 'x64', 'x38', 'x48', 'x63', 'x49', 'x57', 'x13', 'x12', 'x56', 'x33', 'x40', 'x52', 'x34', 'x3', 'x54', 'x29', 'x12', 'x25', 'x34', 'x32', 'x9', 'x16', 'x4', 'x10', 'x33', 'x22', 'x17', 'x5', 'x18'], 'k': 4, 'n': 32, '_time': 0.0002899169921875, '_task': 'basic_procedural',... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x52 x31 x36 x27 x8 x31 x5 x41 x39 x30 x64 x43 x19 x34 x4 x9 x62 x56 x39 x56 x32 x46 x6 x42 x2 x19 x62 x59 x41 x52 x36 x9 | x52 x31 x36 x27 x8 x5 x41 x39 x30 x64 x43 x19 x34 x4 x9 x62 x56 x32 x46 x6 x42 x2 x59 | {'task': 'set', 'seq': ['x52', 'x31', 'x36', 'x27', 'x8', 'x31', 'x5', 'x41', 'x39', 'x30', 'x64', 'x43', 'x19', 'x34', 'x4', 'x9', 'x62', 'x56', 'x39', 'x56', 'x32', 'x46', 'x6', 'x42', 'x2', 'x19', 'x62', 'x59', 'x41', 'x52', 'x36', 'x9'], 'k': 4, 'n': 32, '_time': 0.00028395652770996094, '_task': 'basic_procedural',... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x51 x35 x2 x16 x33 x23 x27 x54 x33 x62 x19 x28 x59 x31 x20 x56 x51 x38 x1 x40 x61 x54 x34 x14 x42 x32 x25 x14 x42 x23 x13 x61
(TARGET)
x38 | x51 x35 x2 x16 x33 x23 x27 x54 x33 x62 x19 x28 x59 x31 x20 x56 x51 x1 x40 x61 x54 x34 x14 x42 x32 x25 x14 x42 x23 x13 x61 | {'task': 'delete', 'seq': [['x51', 'x35', 'x2', 'x16', 'x33', 'x23', 'x27', 'x54', 'x33', 'x62', 'x19', 'x28', 'x59', 'x31', 'x20', 'x56', 'x51', 'x38', 'x1', 'x40', 'x61', 'x54', 'x34', 'x14', 'x42', 'x32', 'x25', 'x14', 'x42', 'x23', 'x13', 'x61'], 'x38'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_task': 'ba... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x38 x21 x60 x12 x9 x64 x42 x51 x59 x1 x35 x11 x9 x4 x33 x5 x22 x8 x20 x38 x31 x64 x17 x63 x3 x1 x26 x58 x31 x51 x64 x21 | x1 x1 x3 x4 x5 x8 x9 x9 x11 x12 x17 x20 x21 x21 x22 x26 x31 x31 x33 x35 x38 x38 x42 x51 x51 x58 x59 x60 x63 x64 x64 x64 | {'task': 'sort', 'seq': ['x38', 'x21', 'x60', 'x12', 'x9', 'x64', 'x42', 'x51', 'x59', 'x1', 'x35', 'x11', 'x9', 'x4', 'x33', 'x5', 'x22', 'x8', 'x20', 'x38', 'x31', 'x64', 'x17', 'x63', 'x3', 'x1', 'x26', 'x58', 'x31', 'x51', 'x64', 'x21'], 'k': 4, 'n': 32, '_time': 0.0004620552062988281, '_task': 'basic_procedural', ... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x59 x61 x40 x41 x62 x6 x34 x28 x13 x3 x29 x25 x48 x38 x13 x55 x54 x41 x57 x50 x52 x37 x13 x28 x8 x23 x30 x51 x33 x7 x21 x9 | x59 x61 x40 x41 x62 x6 x34 x28 x13 x3 x29 x25 x48 x38 x55 x54 x57 x50 x52 x37 x8 x23 x30 x51 x33 x7 x21 x9 | {'task': 'set', 'seq': ['x59', 'x61', 'x40', 'x41', 'x62', 'x6', 'x34', 'x28', 'x13', 'x3', 'x29', 'x25', 'x48', 'x38', 'x13', 'x55', 'x54', 'x41', 'x57', 'x50', 'x52', 'x37', 'x13', 'x28', 'x8', 'x23', 'x30', 'x51', 'x33', 'x7', 'x21', 'x9'], 'k': 4, 'n': 32, '_time': 0.0002865791320800781, '_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 x64; PUSH x42; PUSH x56; PUSH x31; PUSH x12; PUSH x14; POP; PUSH x58; PUSH x7; PUSH x32; POP; PUSH x64; PUSH x3; POP; PUSH x61; PUSH x25; PUSH x55; POP; P... | x58 x12 x31 x56 x42 x64 | {'task': 'stack', 'seq': ['PUSH x64', 'PUSH x42', 'PUSH x56', 'PUSH x31', 'PUSH x12', 'PUSH x14', 'POP', 'PUSH x58', 'PUSH x7', 'PUSH x32', 'POP', 'PUSH x64', 'PUSH x3', 'POP', 'PUSH x61', 'PUSH x25', 'PUSH x55', 'POP', 'PUSH x19', 'PUSH x62', 'PUSH x17', 'PUSH x60', 'POP', 'PUSH x20', '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. | o1 o1 c1 c1 o1 o3 o2 o2 o1 o2 c2 c1 o1 o0 c0 o3 c3 c1 o0 o1 c1 o2 c2 c0 c2 o1 c1 c2 o3 c3 c3 c1 | {'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 |
Copy the sequence exactly.
(SEQUENCE)
x51 x44 x8 x17 x21 x40 x38 x23 x43 x31 x7 x2 x3 x37 x22 x28 x56 x44 x35 x14 x24 x23 x58 x12 x58 x29 x31 x52 x48 x45 x11 x34 | x51 x44 x8 x17 x21 x40 x38 x23 x43 x31 x7 x2 x3 x37 x22 x28 x56 x44 x35 x14 x24 x23 x58 x12 x58 x29 x31 x52 x48 x45 x11 x34 | {'task': 'identity', 'seq': ['x51', 'x44', 'x8', 'x17', 'x21', 'x40', 'x38', 'x23', 'x43', 'x31', 'x7', 'x2', 'x3', 'x37', 'x22', 'x28', 'x56', 'x44', 'x35', 'x14', 'x24', 'x23', 'x58', 'x12', 'x58', 'x29', 'x31', 'x52', 'x48', 'x45', 'x11', 'x34'], 'k': 4, 'n': 32, '_time': 0.0002727508544921875, '_task': 'basic_proce... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x63 x58 x4 x44 x10 x4 x47 x26 x54 x16 x54 x64 x46 x14 x35 x28 x21 x18 x4 x44 x39 x23 x27 x17 x6 x7 x32 x3 x11 x46 x31 x42 | x63 x58 x4 x44 x10 x47 x26 x54 x16 x64 x46 x14 x35 x28 x21 x18 x39 x23 x27 x17 x6 x7 x32 x3 x11 x31 x42 | {'task': 'set', 'seq': ['x63', 'x58', 'x4', 'x44', 'x10', 'x4', 'x47', 'x26', 'x54', 'x16', 'x54', 'x64', 'x46', 'x14', 'x35', 'x28', 'x21', 'x18', 'x4', 'x44', 'x39', 'x23', 'x27', 'x17', 'x6', 'x7', 'x32', 'x3', 'x11', 'x46', 'x31', 'x42'], 'k': 4, 'n': 32, '_time': 0.0004432201385498047, '_task': 'basic_procedural',... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x19 x30 x51 x17 x42 x37 x12 x36 x57 x34 x64 x6 x23 x49 x6 x31 x11 x13 x58 x40 x17 x35 x49 x40 x46 x21 x12 x53 x64 x53 x20 x60 | x6 x6 x11 x12 x12 x13 x17 x17 x19 x20 x21 x23 x30 x31 x34 x35 x36 x37 x40 x40 x42 x46 x49 x49 x51 x53 x53 x57 x58 x60 x64 x64 | {'task': 'sort', 'seq': ['x19', 'x30', 'x51', 'x17', 'x42', 'x37', 'x12', 'x36', 'x57', 'x34', 'x64', 'x6', 'x23', 'x49', 'x6', 'x31', 'x11', 'x13', 'x58', 'x40', 'x17', 'x35', 'x49', 'x40', 'x46', 'x21', 'x12', 'x53', 'x64', 'x53', 'x20', 'x60'], 'k': 4, 'n': 32, '_time': 0.00029850006103515625, '_task': 'basic_proced... | 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. | o2 c2 o0 o3 o1 o1 o2 c3 c2 c0 c1 o3 o1 c1 o3 c3 o1 o0 c0 c3 o2 c1 c2 o2 c2 c1 o2 c2 o2 o0 c2 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029921531677246094, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 o1 o3 o2 c2 o0 o3 o1 o0 c0 o2 c2 o0 c0 c1 c3 o3 o0 o3 c3 c0 c3 c0 c3 o0 o1 c1 c0 o2 c2 c1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00022459030151367188, '_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 o2 o1 o3 o2 o2 c2 o1 o0 o2 o1 c1 c2 c0 c1 c2 o3 o3 o0 o2 c2 o3 c3 o2 c2 c0 c3 c3 c3 c1 c2 c2 | {'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 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 c2 o2 o1 o1 o1 c0 c1 c2 o1 c1 o0 c1 o3 o3 c3 o0 o1 c1 o0 o2 o2 o1 c3 c0 c1 c1 c2 c2 c0 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030493736267089844, '_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)
x22 x5 x49 x14 x11 x10 x17 x33 x14 x49 x53 x24 x40 x64 x34 x51 x10 x50 x40 x64 x26 x29 x11 x22 x22 x16 x39 x51 x33 x18 x43 x44 | x22 x5 x49 x14 x11 x10 x17 x33 x53 x24 x40 x64 x34 x51 x50 x26 x29 x16 x39 x18 x43 x44 | {'task': 'set', 'seq': ['x22', 'x5', 'x49', 'x14', 'x11', 'x10', 'x17', 'x33', 'x14', 'x49', 'x53', 'x24', 'x40', 'x64', 'x34', 'x51', 'x10', 'x50', 'x40', 'x64', 'x26', 'x29', 'x11', 'x22', 'x22', 'x16', 'x39', 'x51', 'x33', 'x18', 'x43', 'x44'], 'k': 4, 'n': 32, '_time': 0.0004343986511230469, '_task': 'basic_procedu... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x46 x35 x40 x44 x22 x37 x61 x32 x10 x7 x4 x54 x60 x14 x37 x11 x21 x3 x46 x63 x6 x26 x9 x16 x7 x64 x33 x38 x28 x49 x31 x37 | x46 x35 x40 x44 x22 x37 x61 x32 x10 x7 x4 x54 x60 x14 x11 x21 x3 x63 x6 x26 x9 x16 x64 x33 x38 x28 x49 x31 | {'task': 'set', 'seq': ['x46', 'x35', 'x40', 'x44', 'x22', 'x37', 'x61', 'x32', 'x10', 'x7', 'x4', 'x54', 'x60', 'x14', 'x37', 'x11', 'x21', 'x3', 'x46', 'x63', 'x6', 'x26', 'x9', 'x16', 'x7', 'x64', 'x33', 'x38', 'x28', 'x49', 'x31', 'x37'], 'k': 4, 'n': 32, '_time': 0.0002815723419189453, '_task': 'basic_procedural',... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x17 x63 x54 x32 x18 x38 x54 x56 x53 x53 x35 x16 x42 x35 x62 x28 x11 x45 x64 x63 x25 x40 x38 x6 x48 x43 x22 x1 x34 x14 x61 x21 | x17 x63 x54 x32 x18 x38 x56 x53 x35 x16 x42 x62 x28 x11 x45 x64 x25 x40 x6 x48 x43 x22 x1 x34 x14 x61 x21 | {'task': 'set', 'seq': ['x17', 'x63', 'x54', 'x32', 'x18', 'x38', 'x54', 'x56', 'x53', 'x53', 'x35', 'x16', 'x42', 'x35', 'x62', 'x28', 'x11', 'x45', 'x64', 'x63', 'x25', 'x40', 'x38', 'x6', 'x48', 'x43', 'x22', 'x1', 'x34', 'x14', 'x61', 'x21'], 'k': 4, 'n': 32, '_time': 0.00042366981506347656, '_task': 'basic_procedu... | 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)
x21 x35 x8 x33 x14 x11 x52 x14 x15 x51 x10 x1 x40 x1 x48 x27
(B)
x10 x42 x32 x46 x14 x8 x31 x20 x10 x28 x56 x14 x51 x64 x27 x60 | x21 x35 x8 x33 x14 x11 x52 x15 x51 x10 x1 x40 x48 x27 x42 x32 x46 x31 x20 x28 x56 x64 x60 | {'task': 'union', 'seq': [['x21', 'x35', 'x8', 'x33', 'x14', 'x11', 'x52', 'x14', 'x15', 'x51', 'x10', 'x1', 'x40', 'x1', 'x48', 'x27'], ['x10', 'x42', 'x32', 'x46', 'x14', 'x8', 'x31', 'x20', 'x10', 'x28', 'x56', 'x14', 'x51', 'x64', 'x27', 'x60']], 'k': 4, 'n': 32, '_time': 0.00030612945556640625, '_task': 'basic_pro... | union | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x57 x25 x61 x29 x50 x3 x40 x64 x21 x21 x3 x16 x8 x24 x31 x2 x18 x37 x58 x61 x2 x11 x7 x49 x7 x24 x38 x61 x13 x28 x48 x42 | x42 x48 x28 x13 x61 x38 x24 x7 x49 x7 x11 x2 x61 x58 x37 x18 x2 x31 x24 x8 x16 x3 x21 x21 x64 x40 x3 x50 x29 x61 x25 x57 | {'task': 'reverse', 'seq': ['x57', 'x25', 'x61', 'x29', 'x50', 'x3', 'x40', 'x64', 'x21', 'x21', 'x3', 'x16', 'x8', 'x24', 'x31', 'x2', 'x18', 'x37', 'x58', 'x61', 'x2', 'x11', 'x7', 'x49', 'x7', 'x24', 'x38', 'x61', 'x13', 'x28', 'x48', 'x42'], 'k': 4, 'n': 32, '_time': 0.00043392181396484375, '_task': 'basic_procedur... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x18 x20 x37 x16 x20 x54 x38 x15 x50 x57 x53 x16 x27 x23 x61 x7 x8 x24 x28 x41 x28 x30 x21 x40 x36 x28 x25 x10 x5 x47 x6 x13 | x18 x20 x37 x16 x54 x38 x15 x50 x57 x53 x27 x23 x61 x7 x8 x24 x28 x41 x30 x21 x40 x36 x25 x10 x5 x47 x6 x13 | {'task': 'set', 'seq': ['x18', 'x20', 'x37', 'x16', 'x20', 'x54', 'x38', 'x15', 'x50', 'x57', 'x53', 'x16', 'x27', 'x23', 'x61', 'x7', 'x8', 'x24', 'x28', 'x41', 'x28', 'x30', 'x21', 'x40', 'x36', 'x28', 'x25', 'x10', 'x5', 'x47', 'x6', 'x13'], 'k': 4, 'n': 32, '_time': 0.00028204917907714844, '_task': 'basic_procedura... | set | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x64 x6 x64 x12 x22 x41 x30 x1 x21 x36 x38 x62 x58 x46 x27 x60
(B)
x63 x13 x7 x60 x38 x23 x12 x33 x27 x56 x7 x19 x3 x13 x29 x60 | x64 x6 x12 x22 x41 x30 x1 x21 x36 x38 x62 x58 x46 x27 x60 x63 x13 x7 x23 x33 x56 x19 x3 x29 | {'task': 'union', 'seq': [['x64', 'x6', 'x64', 'x12', 'x22', 'x41', 'x30', 'x1', 'x21', 'x36', 'x38', 'x62', 'x58', 'x46', 'x27', 'x60'], ['x63', 'x13', 'x7', 'x60', 'x38', 'x23', 'x12', 'x33', 'x27', 'x56', 'x7', 'x19', 'x3', 'x13', 'x29', 'x60']], 'k': 4, 'n': 32, '_time': 0.00044798851013183594, '_task': 'basic_proc... | union | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x32 x40 x64 x16 x12 x25 x4 x41 x11 x11 x49 x62 x8 x29 x46 x29 x34 x5 x27 x4 x12 x28 x50 x20 x23 x11 x48 x52 x19 x48 x60 x54 | x54 x60 x48 x19 x52 x48 x11 x23 x20 x50 x28 x12 x4 x27 x5 x34 x29 x46 x29 x8 x62 x49 x11 x11 x41 x4 x25 x12 x16 x64 x40 x32 | {'task': 'reverse', 'seq': ['x32', 'x40', 'x64', 'x16', 'x12', 'x25', 'x4', 'x41', 'x11', 'x11', 'x49', 'x62', 'x8', 'x29', 'x46', 'x29', 'x34', 'x5', 'x27', 'x4', 'x12', 'x28', 'x50', 'x20', 'x23', 'x11', 'x48', 'x52', 'x19', 'x48', 'x60', 'x54'], 'k': 4, 'n': 32, '_time': 0.00028228759765625, '_task': 'basic_procedur... | reverse | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x40 x45 x10 x4 x50 x16 x53 x27 x39 x62 x27 x1 x28 x3 x32 x47 x15 x35 x31 x22 x36 x20 x50 x24 x60 x63 x35 x12 x41 x58 x6 x44 | x40 x45 x10 x4 x50 x16 x53 x27 x39 x62 x27 x1 x28 x3 x32 x47 x15 x35 x31 x22 x36 x20 x50 x24 x60 x63 x35 x12 x41 x58 x6 x44 | {'task': 'identity', 'seq': ['x40', 'x45', 'x10', 'x4', 'x50', 'x16', 'x53', 'x27', 'x39', 'x62', 'x27', 'x1', 'x28', 'x3', 'x32', 'x47', 'x15', 'x35', 'x31', 'x22', 'x36', 'x20', 'x50', 'x24', 'x60', 'x63', 'x35', 'x12', 'x41', 'x58', 'x6', 'x44'], 'k': 4, 'n': 32, '_time': 0.0004322528839111328, '_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. | o2 o2 c2 o1 o0 c1 c0 o2 o1 c2 c1 o0 o0 c0 o1 c1 o2 c0 o2 o3 c3 c2 c2 o1 o2 c2 c2 c1 o1 o0 c0 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002994537353515625, '_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)
x44 x62 x21 x29 x50 x37 x8 x13 x47 x28 x53 x21 x6 x50 x57 x49 x43 x4 x64 x50 x39 x5 x1 x62 x55 x16 x16 x31 x15 x54 x40 x29 | x29 x40 x54 x15 x31 x16 x16 x55 x62 x1 x5 x39 x50 x64 x4 x43 x49 x57 x50 x6 x21 x53 x28 x47 x13 x8 x37 x50 x29 x21 x62 x44 | {'task': 'reverse', 'seq': ['x44', 'x62', 'x21', 'x29', 'x50', 'x37', 'x8', 'x13', 'x47', 'x28', 'x53', 'x21', 'x6', 'x50', 'x57', 'x49', 'x43', 'x4', 'x64', 'x50', 'x39', 'x5', 'x1', 'x62', 'x55', 'x16', 'x16', 'x31', 'x15', 'x54', 'x40', 'x29'], 'k': 4, 'n': 32, '_time': 0.0004208087921142578, '_task': 'basic_procedu... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x37 x60 x7 x2 x45 x30 x53 x45 x30 x16 x8 x22 x40 x46 x24 x34 x42 x35 x13 x22 x40 x24 x3 x6 x47 x19 x4 x46 x25 x34 x30 x57
(TARGET)
x1 | x37 x60 x7 x2 x45 x30 x53 x45 x30 x16 x8 x22 x40 x46 x24 x34 x42 x35 x13 x22 x40 x24 x3 x6 x47 x19 x4 x46 x25 x34 x30 x57 | {'task': 'delete', 'seq': [['x37', 'x60', 'x7', 'x2', 'x45', 'x30', 'x53', 'x45', 'x30', 'x16', 'x8', 'x22', 'x40', 'x46', 'x24', 'x34', 'x42', 'x35', 'x13', 'x22', 'x40', 'x24', 'x3', 'x6', 'x47', 'x19', 'x4', 'x46', 'x25', 'x34', 'x30', 'x57'], 'x1'], 'k': 4, 'n': 32, '_time': 0.00032138824462890625, '_task': 'basic_... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x17 x58 x5 x4 x63 x62 x22 x54 x49 x5 x4 x59 x51 x17 x31 x59 x27 x14 x63 x40 x33 x20 x17 x10 x54 x7 x46 x58 x16 x62 x43 x17 | x17 x58 x5 x4 x63 x62 x22 x54 x49 x5 x4 x59 x51 x17 x31 x59 x27 x14 x63 x40 x33 x20 x17 x10 x54 x7 x46 x58 x16 x62 x43 x17 | {'task': 'identity', 'seq': ['x17', 'x58', 'x5', 'x4', 'x63', 'x62', 'x22', 'x54', 'x49', 'x5', 'x4', 'x59', 'x51', 'x17', 'x31', 'x59', 'x27', 'x14', 'x63', 'x40', 'x33', 'x20', 'x17', 'x10', 'x54', 'x7', 'x46', 'x58', 'x16', 'x62', 'x43', 'x17'], 'k': 4, 'n': 32, '_time': 0.00026226043701171875, '_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. | o2 c2 o2 o3 c3 o1 c1 c2 o0 o2 c2 c0 o2 o1 c1 o1 o2 o1 c1 c2 c1 c2 o0 c0 o0 c0 o1 c1 o3 c3 o1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003998279571533203, '_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)
x2 x35 x55 x20 x44 x58 x52 x37 x55 x64 x6 x16 x47 x41 x31 x17 x14 x26 x26 x39 x56 x33 x20 x61 x31 x18 x5 x14 x5 x9 x26 x50 | x2 x35 x55 x20 x44 x58 x52 x37 x55 x64 x6 x16 x47 x41 x31 x17 x14 x26 x26 x39 x56 x33 x20 x61 x31 x18 x5 x14 x5 x9 x26 x50 | {'task': 'identity', 'seq': ['x2', 'x35', 'x55', 'x20', 'x44', 'x58', 'x52', 'x37', 'x55', 'x64', 'x6', 'x16', 'x47', 'x41', 'x31', 'x17', 'x14', 'x26', 'x26', 'x39', 'x56', 'x33', 'x20', 'x61', 'x31', 'x18', 'x5', 'x14', 'x5', 'x9', 'x26', 'x50'], 'k': 4, 'n': 32, '_time': 0.0002830028533935547, '_task': 'basic_proced... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o2 o1 c1 o1 c1 c2 o2 o2 c2 o2 c2 c2 o3 c3 o1 c1 o2 c2 o0 o2 c2 c0 o0 o0 o0 c0 o2 c2 o3 c3 c0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000255584716796875, '_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)
x42 x6 x22 x47 x16 x43 x22 x58 x10 x3 x29 x58 x39 x40 x47 x1 x50 x13 x48 x20 x54 x22 x51 x23 x60 x59 x47 x16 x59 x37 x5 x42 | x42 x5 x37 x59 x16 x47 x59 x60 x23 x51 x22 x54 x20 x48 x13 x50 x1 x47 x40 x39 x58 x29 x3 x10 x58 x22 x43 x16 x47 x22 x6 x42 | {'task': 'reverse', 'seq': ['x42', 'x6', 'x22', 'x47', 'x16', 'x43', 'x22', 'x58', 'x10', 'x3', 'x29', 'x58', 'x39', 'x40', 'x47', 'x1', 'x50', 'x13', 'x48', 'x20', 'x54', 'x22', 'x51', 'x23', 'x60', 'x59', 'x47', 'x16', 'x59', 'x37', 'x5', 'x42'], 'k': 4, 'n': 32, '_time': 0.0004000663757324219, '_task': 'basic_proced... | reverse | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x11 x7 x57 x62 x52 x64 x54 x63 x24 x60 x19 x6 x53 x4 x15 x62 x24 x55 x9 x48 x38 x28 x24 x39 x41 x45 x38 x35 x16 x25 x49 x35 | x4 x6 x7 x9 x11 x15 x16 x19 x24 x24 x24 x25 x28 x35 x35 x38 x38 x39 x41 x45 x48 x49 x52 x53 x54 x55 x57 x60 x62 x62 x63 x64 | {'task': 'sort', 'seq': ['x11', 'x7', 'x57', 'x62', 'x52', 'x64', 'x54', 'x63', 'x24', 'x60', 'x19', 'x6', 'x53', 'x4', 'x15', 'x62', 'x24', 'x55', 'x9', 'x48', 'x38', 'x28', 'x24', 'x39', 'x41', 'x45', 'x38', 'x35', 'x16', 'x25', 'x49', 'x35'], '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 x15; POP; PUSH x57; POP; PUSH x34; POP; PUSH x53; PUSH x26; PUSH x19; PUSH x41; PUSH x54; POP; POP; PUSH x43; POP; POP; PUSH x55; PUSH x43; PUSH x36; PUSH... | EMPTY | {'task': 'stack', 'seq': ['PUSH x15', 'POP', 'PUSH x57', 'POP', 'PUSH x34', 'POP', 'PUSH x53', 'PUSH x26', 'PUSH x19', 'PUSH x41', 'PUSH x54', 'POP', 'POP', 'PUSH x43', 'POP', 'POP', 'PUSH x55', 'PUSH x43', 'PUSH x36', 'PUSH x19', 'PUSH x47', 'PUSH x35', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x8'... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x52 x35 x3 x45 x64 x29 x17 x14 x1 x32 x7 x45 x39 x22 x36 x7 x29 x39 x22 x37 x46 x49 x36 x36 x28 x22 x63 x39 x48 x22 x28 x53 | x53 x28 x22 x48 x39 x63 x22 x28 x36 x36 x49 x46 x37 x22 x39 x29 x7 x36 x22 x39 x45 x7 x32 x1 x14 x17 x29 x64 x45 x3 x35 x52 | {'task': 'reverse', 'seq': ['x52', 'x35', 'x3', 'x45', 'x64', 'x29', 'x17', 'x14', 'x1', 'x32', 'x7', 'x45', 'x39', 'x22', 'x36', 'x7', 'x29', 'x39', 'x22', 'x37', 'x46', 'x49', 'x36', 'x36', 'x28', 'x22', 'x63', 'x39', 'x48', 'x22', 'x28', 'x53'], 'k': 4, 'n': 32, '_time': 0.0002830028533935547, '_task': 'basic_proced... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x47 x9 x48 x36 x4 x28 x23 x3 x35 x55 x35 x54 x23 x25 x15 x29 x59 x29 x10 x5 x25 x27 x59 x10 x29 x23 x53 x23 x31 x60 x21 x29 | x47 x9 x48 x36 x4 x28 x23 x3 x35 x55 x54 x25 x15 x29 x59 x10 x5 x27 x53 x31 x60 x21 | {'task': 'set', 'seq': ['x47', 'x9', 'x48', 'x36', 'x4', 'x28', 'x23', 'x3', 'x35', 'x55', 'x35', 'x54', 'x23', 'x25', 'x15', 'x29', 'x59', 'x29', 'x10', 'x5', 'x25', 'x27', 'x59', 'x10', 'x29', 'x23', 'x53', 'x23', 'x31', 'x60', 'x21', 'x29'], 'k': 4, 'n': 32, '_time': 0.00043487548828125, '_task': 'basic_procedural',... | set | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o3 o3 o2 c3 c2 c3 c1 o1 c1 o1 c1 o3 c3 o1 o1 o0 c0 o0 o2 c2 c1 o0 c0 o3 o3 o1 c3 c1 c0 c1 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029921531677246094, '_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)
x42 x15 x24 x53 x56 x39 x15 x42 x43 x30 x26 x1 x56 x13 x56 x24 x32 x31 x38 x64 x32 x56 x47 x1 x56 x55 x52 x56 x24 x48 x29 x13
(TARGET)
x38 | x42 x15 x24 x53 x56 x39 x15 x42 x43 x30 x26 x1 x56 x13 x56 x24 x32 x31 x64 x32 x56 x47 x1 x56 x55 x52 x56 x24 x48 x29 x13 | {'task': 'delete', 'seq': [['x42', 'x15', 'x24', 'x53', 'x56', 'x39', 'x15', 'x42', 'x43', 'x30', 'x26', 'x1', 'x56', 'x13', 'x56', 'x24', 'x32', 'x31', 'x38', 'x64', 'x32', 'x56', 'x47', 'x1', 'x56', 'x55', 'x52', 'x56', 'x24', 'x48', 'x29', 'x13'], 'x38'], 'k': 4, 'n': 32, '_time': 0.00044155120849609375, '_task': 'b... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x7 x58 x3 x33 x60 x22 x25 x29 x39 x43 x1 x18 x7 x38 x46 x61 x55 x26 x1 x51 x22 x50 x9 x9 x2 x20 x14 x28 x58 x18 x58 x45 | x7 x58 x3 x33 x60 x22 x25 x29 x39 x43 x1 x18 x7 x38 x46 x61 x55 x26 x1 x51 x22 x50 x9 x9 x2 x20 x14 x28 x58 x18 x58 x45 | {'task': 'identity', 'seq': ['x7', 'x58', 'x3', 'x33', 'x60', 'x22', 'x25', 'x29', 'x39', 'x43', 'x1', 'x18', 'x7', 'x38', 'x46', 'x61', 'x55', 'x26', 'x1', 'x51', 'x22', 'x50', 'x9', 'x9', 'x2', 'x20', 'x14', 'x28', 'x58', 'x18', 'x58', 'x45'], 'k': 4, 'n': 32, '_time': 0.00028777122497558594, '_task': 'basic_procedur... | identity | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x30 x23 x43 x18 x28 x50 x58 x54 x19 x6 x55 x5 x64 x54 x30 x46
(B)
x5 x12 x44 x2 x62 x50 x32 x60 x33 x5 x32 x62 x42 x19 x17 x53 | x30 x23 x43 x18 x28 x50 x58 x54 x19 x6 x55 x5 x64 x46 x12 x44 x2 x62 x32 x60 x33 x42 x17 x53 | {'task': 'union', 'seq': [['x30', 'x23', 'x43', 'x18', 'x28', 'x50', 'x58', 'x54', 'x19', 'x6', 'x55', 'x5', 'x64', 'x54', 'x30', 'x46'], ['x5', 'x12', 'x44', 'x2', 'x62', 'x50', 'x32', 'x60', 'x33', 'x5', 'x32', 'x62', 'x42', 'x19', 'x17', 'x53']], 'k': 4, 'n': 32, '_time': 0.00029587745666503906, '_task': 'basic_proc... | 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. | o3 o1 c3 o1 c1 o1 c1 o3 o2 c3 c1 o0 o1 c1 c0 c2 o2 o0 c0 o2 c2 c2 o1 c1 o1 c1 o1 o1 c1 c1 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000469207763671875, '_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)
x20 x43 x35 x51 x29 x41 x38 x35 x64 x54 x50 x57 x12 x26 x35 x2 x27 x56 x14 x19 x1 x29 x21 x5 x42 x48 x57 x13 x35 x62 x55 x8 | x20 x43 x35 x51 x29 x41 x38 x64 x54 x50 x57 x12 x26 x2 x27 x56 x14 x19 x1 x21 x5 x42 x48 x13 x62 x55 x8 | {'task': 'set', 'seq': ['x20', 'x43', 'x35', 'x51', 'x29', 'x41', 'x38', 'x35', 'x64', 'x54', 'x50', 'x57', 'x12', 'x26', 'x35', 'x2', 'x27', 'x56', 'x14', 'x19', 'x1', 'x29', 'x21', 'x5', 'x42', 'x48', 'x57', 'x13', 'x35', 'x62', 'x55', 'x8'], 'k': 4, 'n': 32, '_time': 0.0002906322479248047, '_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 o3 c2 o2 c3 c2 o0 c0 o1 o1 c1 o1 c1 c1 o2 o0 o2 o2 o0 o3 o2 c3 o3 c2 o3 c0 c0 c2 c3 c3 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044989585876464844, '_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)
x53 x58 x6 x17 x13 x35 x39 x4 x44 x20 x1 x18 x42 x58 x12 x10 x27 x39 x58 x40 x3 x57 x39 x41 x16 x2 x42 x32 x64 x13 x4 x32 | x53 x58 x6 x17 x13 x35 x39 x4 x44 x20 x1 x18 x42 x58 x12 x10 x27 x39 x58 x40 x3 x57 x39 x41 x16 x2 x42 x32 x64 x13 x4 x32 | {'task': 'identity', 'seq': ['x53', 'x58', 'x6', 'x17', 'x13', 'x35', 'x39', 'x4', 'x44', 'x20', 'x1', 'x18', 'x42', 'x58', 'x12', 'x10', 'x27', 'x39', 'x58', 'x40', 'x3', 'x57', 'x39', 'x41', 'x16', 'x2', 'x42', 'x32', 'x64', 'x13', 'x4', 'x32'], 'k': 4, 'n': 32, '_time': 0.000431060791015625, '_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 x51; PUSH x17; PUSH x54; POP; POP; PUSH x18; POP; POP; PUSH x9; PUSH x44; PUSH x53; PUSH x49; POP; PUSH x12; PUSH x46; POP; PUSH x34; PUSH x32; POP; PUSH ... | EMPTY | {'task': 'stack', 'seq': ['PUSH x51', 'PUSH x17', 'PUSH x54', 'POP', 'POP', 'PUSH x18', 'POP', 'POP', 'PUSH x9', 'PUSH x44', 'PUSH x53', 'PUSH x49', 'POP', 'PUSH x12', 'PUSH x46', 'POP', 'PUSH x34', 'PUSH x32', 'POP', 'PUSH x19', 'POP', 'POP', 'POP', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'PUSH x31', 'PUSH x35', 'POP'... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x35 x26 x32 x29 x58 x27 x24 x62 x60 x24 x15 x24 x21 x23 x25 x42 x3 x17 x5 x36 x45 x18 x4 x1 x61 x42 x26 x27 x11 x45 x41 x23 | x23 x41 x45 x11 x27 x26 x42 x61 x1 x4 x18 x45 x36 x5 x17 x3 x42 x25 x23 x21 x24 x15 x24 x60 x62 x24 x27 x58 x29 x32 x26 x35 | {'task': 'reverse', 'seq': ['x35', 'x26', 'x32', 'x29', 'x58', 'x27', 'x24', 'x62', 'x60', 'x24', 'x15', 'x24', 'x21', 'x23', 'x25', 'x42', 'x3', 'x17', 'x5', 'x36', 'x45', 'x18', 'x4', 'x1', 'x61', 'x42', 'x26', 'x27', 'x11', 'x45', 'x41', 'x23'], 'k': 4, 'n': 32, '_time': 0.00025844573974609375, '_task': 'basic_proce... | reverse | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x8 x59 x7 x11 x2 x27 x21 x51 x9 x44 x5 x26 x43 x41 x45 x43 x7 x64 x34 x36 x23 x19 x7 x46 x42 x30 x49 x15 x60 x34 x10 x58 | x2 x5 x7 x7 x7 x8 x9 x10 x11 x15 x19 x21 x23 x26 x27 x30 x34 x34 x36 x41 x42 x43 x43 x44 x45 x46 x49 x51 x58 x59 x60 x64 | {'task': 'sort', 'seq': ['x8', 'x59', 'x7', 'x11', 'x2', 'x27', 'x21', 'x51', 'x9', 'x44', 'x5', 'x26', 'x43', 'x41', 'x45', 'x43', 'x7', 'x64', 'x34', 'x36', 'x23', 'x19', 'x7', 'x46', 'x42', 'x30', 'x49', 'x15', 'x60', 'x34', 'x10', 'x58'], 'k': 4, 'n': 32, '_time': 0.0004572868347167969, '_task': 'basic_procedural',... | sort | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 c0 o0 c0 o2 o2 o2 c2 o0 c0 o2 o2 o3 c3 o0 o1 c1 c0 o2 o1 c1 o0 c0 o1 o1 c1 c1 c2 c2 c2 c2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00023508071899414062, '_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)
x64 x4 x8 x37 x62 x26 x58 x16 x18 x60 x42 x44 x24 x27 x26 x44 x64 x50 x32 x36 x15 x53 x15 x47 x55 x32 x62 x52 x49 x4 x42 x25
(TARGET)
x32 | x64 x4 x8 x37 x62 x26 x58 x16 x18 x60 x42 x44 x24 x27 x26 x44 x64 x50 x36 x15 x53 x15 x47 x55 x32 x62 x52 x49 x4 x42 x25 | {'task': 'delete', 'seq': [['x64', 'x4', 'x8', 'x37', 'x62', 'x26', 'x58', 'x16', 'x18', 'x60', 'x42', 'x44', 'x24', 'x27', 'x26', 'x44', 'x64', 'x50', 'x32', 'x36', 'x15', 'x53', 'x15', 'x47', 'x55', 'x32', 'x62', 'x52', 'x49', 'x4', 'x42', 'x25'], 'x32'], 'k': 4, 'n': 32, '_time': 0.00028705596923828125, '_task': 'ba... | 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 x12; PUSH x43; PUSH x47; PUSH x27; POP; PUSH x29; PUSH x41; PUSH x33; PUSH x49; PUSH x3; PUSH x9; PUSH x56; PUSH x60; PUSH x44; PUSH x44; PUSH x63; PUSH x... | x56 x2 x57 x5 x56 x3 x63 x44 x44 x60 x56 x9 x3 x49 x33 x41 x29 x47 x43 x12 | {'task': 'stack', 'seq': ['PUSH x12', 'PUSH x43', 'PUSH x47', 'PUSH x27', 'POP', 'PUSH x29', 'PUSH x41', 'PUSH x33', 'PUSH x49', 'PUSH x3', 'PUSH x9', 'PUSH x56', 'PUSH x60', 'PUSH x44', 'PUSH x44', 'PUSH x63', 'PUSH x3', 'PUSH x56', 'PUSH x5', 'PUSH x57', 'PUSH x2', 'PUSH x56', 'PUSH x51', 'PUSH x54', 'PUSH x56', 'POP... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x3 x6 x40 x28 x48 x10 x45 x8 x41 x28 x35 x62 x27 x58 x17 x19 x13 x42 x22 x16 x17 x52 x58 x63 x13 x29 x20 x45 x48 x12 x47 x49
(TARGET)
x36 | x3 x6 x40 x28 x48 x10 x45 x8 x41 x28 x35 x62 x27 x58 x17 x19 x13 x42 x22 x16 x17 x52 x58 x63 x13 x29 x20 x45 x48 x12 x47 x49 | {'task': 'delete', 'seq': [['x3', 'x6', 'x40', 'x28', 'x48', 'x10', 'x45', 'x8', 'x41', 'x28', 'x35', 'x62', 'x27', 'x58', 'x17', 'x19', 'x13', 'x42', 'x22', 'x16', 'x17', 'x52', 'x58', 'x63', 'x13', 'x29', 'x20', 'x45', 'x48', 'x12', 'x47', 'x49'], 'x36'], 'k': 4, 'n': 32, '_time': 0.0003037452697753906, '_task': 'bas... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x20 x42 x61 x26 x59 x24 x39 x63 x61 x40 x12 x46 x20 x28 x64 x9 x64 x57 x48 x56 x45 x34 x43 x32 x25 x42 x6 x58 x40 x59 x17 x59 | x20 x42 x61 x26 x59 x24 x39 x63 x61 x40 x12 x46 x20 x28 x64 x9 x64 x57 x48 x56 x45 x34 x43 x32 x25 x42 x6 x58 x40 x59 x17 x59 | {'task': 'identity', 'seq': ['x20', 'x42', 'x61', 'x26', 'x59', 'x24', 'x39', 'x63', 'x61', 'x40', 'x12', 'x46', 'x20', 'x28', 'x64', 'x9', 'x64', 'x57', 'x48', 'x56', 'x45', 'x34', 'x43', 'x32', 'x25', 'x42', 'x6', 'x58', 'x40', 'x59', 'x17', 'x59'], 'k': 4, 'n': 32, '_time': 0.00028324127197265625, '_task': 'basic_pr... | 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 x47; POP; PUSH x51; PUSH x19; PUSH x40; PUSH x47; PUSH x64; PUSH x43; PUSH x9; POP; PUSH x32; POP; PUSH x62; POP; PUSH x11; PUSH x34; PUSH x44; POP; PUSH ... | x43 x64 x47 x40 x19 x51 | {'task': 'stack', 'seq': ['PUSH x47', 'POP', 'PUSH x51', 'PUSH x19', 'PUSH x40', 'PUSH x47', 'PUSH x64', 'PUSH x43', 'PUSH x9', 'POP', 'PUSH x32', 'POP', 'PUSH x62', 'POP', 'PUSH x11', 'PUSH x34', 'PUSH x44', 'POP', 'PUSH x41', 'PUSH x40', 'PUSH x51', 'PUSH x10', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x30', 'PUSH x9'... | 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 o0 c0 c0 o1 o3 o1 o0 c0 c1 c3 c1 o1 c1 o3 o3 c3 c3 o2 c2 o0 c0 o0 o3 c3 c0 o3 o3 o3 c3 c3 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025582313537597656, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x29 x16 x60 x44 x12 x20 x16 x20 x27 x40 x52 x41 x15 x9 x64 x6 x23 x41 x50 x26 x5 x45 x9 x57 x27 x64 x24 x64 x14 x25 x14 x35 | x35 x14 x25 x14 x64 x24 x64 x27 x57 x9 x45 x5 x26 x50 x41 x23 x6 x64 x9 x15 x41 x52 x40 x27 x20 x16 x20 x12 x44 x60 x16 x29 | {'task': 'reverse', 'seq': ['x29', 'x16', 'x60', 'x44', 'x12', 'x20', 'x16', 'x20', 'x27', 'x40', 'x52', 'x41', 'x15', 'x9', 'x64', 'x6', 'x23', 'x41', 'x50', 'x26', 'x5', 'x45', 'x9', 'x57', 'x27', 'x64', 'x24', 'x64', 'x14', 'x25', 'x14', 'x35'], 'k': 4, 'n': 32, '_time': 0.0002818107604980469, '_task': 'basic_proced... | 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 x41; PUSH x23; PUSH x12; POP; POP; PUSH x18; PUSH x55; PUSH x23; PUSH x44; PUSH x21; PUSH x62; PUSH x54; PUSH x17; PUSH x55; POP; PUSH x24; PUSH x35; PUSH... | x54 x62 x21 x44 x23 x55 x18 x41 | {'task': 'stack', 'seq': ['PUSH x41', 'PUSH x23', 'PUSH x12', 'POP', 'POP', 'PUSH x18', 'PUSH x55', 'PUSH x23', 'PUSH x44', 'PUSH x21', 'PUSH x62', 'PUSH x54', 'PUSH x17', 'PUSH x55', 'POP', 'PUSH x24', 'PUSH x35', 'PUSH x6', 'POP', 'PUSH x21', 'PUSH x59', 'PUSH x27', 'PUSH x57', 'POP', 'POP', 'PUSH x34', 'POP', 'POP',... | stack | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x17 x30 x30 x12 x32 x19 x45 x51 x13 x6 x42 x30 x43 x20 x3 x44 x42 x39 x43 x10 x53 x57 x38 x46 x57 x16 x55 x31 x28 x53 x41 x61 | x17 x30 x12 x32 x19 x45 x51 x13 x6 x42 x43 x20 x3 x44 x39 x10 x53 x57 x38 x46 x16 x55 x31 x28 x41 x61 | {'task': 'set', 'seq': ['x17', 'x30', 'x30', 'x12', 'x32', 'x19', 'x45', 'x51', 'x13', 'x6', 'x42', 'x30', 'x43', 'x20', 'x3', 'x44', 'x42', 'x39', 'x43', 'x10', 'x53', 'x57', 'x38', 'x46', 'x57', 'x16', 'x55', 'x31', 'x28', 'x53', 'x41', 'x61'], 'k': 4, 'n': 32, '_time': 0.0002791881561279297, '_task': 'basic_procedur... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x34 x34 x14 x37 x21 x4 x32 x44 x32 x9 x15 x13 x50 x11 x24 x28 x57 x64 x24 x54 x36 x57 x63 x54 x19 x9 x18 x21 x24 x1 x33 x24 | x1 x4 x9 x9 x11 x13 x14 x15 x18 x19 x21 x21 x24 x24 x24 x24 x28 x32 x32 x33 x34 x34 x36 x37 x44 x50 x54 x54 x57 x57 x63 x64 | {'task': 'sort', 'seq': ['x34', 'x34', 'x14', 'x37', 'x21', 'x4', 'x32', 'x44', 'x32', 'x9', 'x15', 'x13', 'x50', 'x11', 'x24', 'x28', 'x57', 'x64', 'x24', 'x54', 'x36', 'x57', 'x63', 'x54', 'x19', 'x9', 'x18', 'x21', 'x24', 'x1', 'x33', 'x24'], 'k': 4, 'n': 32, '_time': 0.0002982616424560547, '_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 x8; PUSH x4; PUSH x4; PUSH x59; PUSH x19; PUSH x45; PUSH x30; PUSH x10; POP; PUSH x29; PUSH x15; PUSH x39; PUSH x54; POP; PUSH x29; PUSH x37; POP; POP; PU... | x63 x58 x39 x15 x29 x30 x45 x19 x59 x4 x4 x8 | {'task': 'stack', 'seq': ['PUSH x8', 'PUSH x4', 'PUSH x4', 'PUSH x59', 'PUSH x19', 'PUSH x45', 'PUSH x30', 'PUSH x10', 'POP', 'PUSH x29', 'PUSH x15', 'PUSH x39', 'PUSH x54', 'POP', 'PUSH x29', 'PUSH x37', 'POP', 'POP', 'PUSH x58', 'PUSH x63', 'PUSH x25', 'PUSH x42', 'PUSH x35', 'POP', 'PUSH x19', 'POP', 'PUSH x29', 'PO... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x10 x7 x20 x21 x60 x6 x6 x25 x24 x1 x12 x8 x21 x47 x50 x5 x24 x3 x60 x4 x35 x33 x47 x12 x17 x8 x56 x29 x39 x62 x53 x58 | x58 x53 x62 x39 x29 x56 x8 x17 x12 x47 x33 x35 x4 x60 x3 x24 x5 x50 x47 x21 x8 x12 x1 x24 x25 x6 x6 x60 x21 x20 x7 x10 | {'task': 'reverse', 'seq': ['x10', 'x7', 'x20', 'x21', 'x60', 'x6', 'x6', 'x25', 'x24', 'x1', 'x12', 'x8', 'x21', 'x47', 'x50', 'x5', 'x24', 'x3', 'x60', 'x4', 'x35', 'x33', 'x47', 'x12', 'x17', 'x8', 'x56', 'x29', 'x39', 'x62', 'x53', 'x58'], 'k': 4, 'n': 32, '_time': 0.0004146099090576172, '_task': 'basic_procedural'... | reverse | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 c3 o0 c0 o1 o3 c3 c1 o1 c1 o3 o2 c2 c3 o3 o3 o0 o1 c1 c0 c3 o1 c1 c3 o2 o1 o3 c3 o0 c0 c1 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002613067626953125, '_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)
x55 x27 x28 x52 x13 x5 x17 x16 x9 x16 x20 x23 x39 x64 x35 x18 x17 x14 x18 x1 x11 x44 x49 x38 x49 x51 x64 x15 x29 x41 x16 x35
(TARGET)
x39 | x55 x27 x28 x52 x13 x5 x17 x16 x9 x16 x20 x23 x64 x35 x18 x17 x14 x18 x1 x11 x44 x49 x38 x49 x51 x64 x15 x29 x41 x16 x35 | {'task': 'delete', 'seq': [['x55', 'x27', 'x28', 'x52', 'x13', 'x5', 'x17', 'x16', 'x9', 'x16', 'x20', 'x23', 'x39', 'x64', 'x35', 'x18', 'x17', 'x14', 'x18', 'x1', 'x11', 'x44', 'x49', 'x38', 'x49', 'x51', 'x64', 'x15', 'x29', 'x41', 'x16', 'x35'], 'x39'], 'k': 4, 'n': 32, '_time': 0.00029087066650390625, '_task': 'ba... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x27 x16 x50 x44 x34 x11 x10 x43 x10 x56 x39 x41 x49 x37 x57 x12 x42 x23 x20 x52 x32 x25 x8 x40 x8 x64 x47 x53 x5 x37 x7 x7 | x5 x7 x7 x8 x8 x10 x10 x11 x12 x16 x20 x23 x25 x27 x32 x34 x37 x37 x39 x40 x41 x42 x43 x44 x47 x49 x50 x52 x53 x56 x57 x64 | {'task': 'sort', 'seq': ['x27', 'x16', 'x50', 'x44', 'x34', 'x11', 'x10', 'x43', 'x10', 'x56', 'x39', 'x41', 'x49', 'x37', 'x57', 'x12', 'x42', 'x23', 'x20', 'x52', 'x32', 'x25', 'x8', 'x40', 'x8', 'x64', 'x47', 'x53', 'x5', 'x37', 'x7', 'x7'], 'k': 4, 'n': 32, '_time': 0.00043654441833496094, '_task': 'basic_procedura... | sort | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 o1 o0 o2 o2 c0 c1 c2 o0 c2 o0 o1 c0 o2 c1 o2 c0 c2 o0 c2 c0 c2 o3 o1 o1 c1 o2 c3 o3 c3 c2 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000469207763671875, '_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)
x40 x3 x60 x1 x20 x42 x63 x5 x11 x10 x13 x4 x44 x62 x1 x23 x56 x23 x37 x10 x41 x8 x51 x29 x18 x57 x24 x24 x63 x41 x31 x39 | x40 x3 x60 x1 x20 x42 x63 x5 x11 x10 x13 x4 x44 x62 x1 x23 x56 x23 x37 x10 x41 x8 x51 x29 x18 x57 x24 x24 x63 x41 x31 x39 | {'task': 'identity', 'seq': ['x40', 'x3', 'x60', 'x1', 'x20', 'x42', 'x63', 'x5', 'x11', 'x10', 'x13', 'x4', 'x44', 'x62', 'x1', 'x23', 'x56', 'x23', 'x37', 'x10', 'x41', 'x8', 'x51', 'x29', 'x18', 'x57', 'x24', 'x24', 'x63', 'x41', 'x31', 'x39'], 'k': 4, 'n': 32, '_time': 0.00039887428283691406, '_task': 'basic_proced... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x9 x22 x18 x18 x55 x55 x12 x25 x55 x20 x43 x47 x62 x9 x25 x20 x8 x32 x9 x48 x62 x30 x38 x27 x55 x36 x34 x18 x28 x29 x22 x22 | x8 x9 x9 x9 x12 x18 x18 x18 x20 x20 x22 x22 x22 x25 x25 x27 x28 x29 x30 x32 x34 x36 x38 x43 x47 x48 x55 x55 x55 x55 x62 x62 | {'task': 'sort', 'seq': ['x9', 'x22', 'x18', 'x18', 'x55', 'x55', 'x12', 'x25', 'x55', 'x20', 'x43', 'x47', 'x62', 'x9', 'x25', 'x20', 'x8', 'x32', 'x9', 'x48', 'x62', 'x30', 'x38', 'x27', 'x55', 'x36', 'x34', 'x18', 'x28', 'x29', 'x22', 'x22'], 'k': 4, 'n': 32, '_time': 0.00028824806213378906, '_task': 'basic_procedur... | sort | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x29 x31 x62 x28 x21 x29 x6 x45 x51 x38 x42 x55 x61 x62 x51 x39 x6 x41 x21 x44 x23 x51 x59 x37 x12 x50 x58 x34 x44 x61 x51 x33 | x6 x6 x12 x21 x21 x23 x28 x29 x29 x31 x33 x34 x37 x38 x39 x41 x42 x44 x44 x45 x50 x51 x51 x51 x51 x55 x58 x59 x61 x61 x62 x62 | {'task': 'sort', 'seq': ['x29', 'x31', 'x62', 'x28', 'x21', 'x29', 'x6', 'x45', 'x51', 'x38', 'x42', 'x55', 'x61', 'x62', 'x51', 'x39', 'x6', 'x41', 'x21', 'x44', 'x23', 'x51', 'x59', 'x37', 'x12', 'x50', 'x58', 'x34', 'x44', 'x61', 'x51', 'x33'], 'k': 4, 'n': 32, '_time': 0.00028824806213378906, '_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 x63; POP; PUSH x8; PUSH x29; POP; PUSH x30; PUSH x19; PUSH x41; PUSH x4; PUSH x41; PUSH x45; PUSH x45; PUSH x23; PUSH x57; PUSH x18; POP; PUSH x11; POP; P... | x41 x4 x41 x19 x30 x8 | {'task': 'stack', 'seq': ['PUSH x63', 'POP', 'PUSH x8', 'PUSH x29', 'POP', 'PUSH x30', 'PUSH x19', 'PUSH x41', 'PUSH x4', 'PUSH x41', 'PUSH x45', 'PUSH x45', 'PUSH x23', 'PUSH x57', 'PUSH x18', 'POP', 'PUSH x11', 'POP', 'PUSH x2', 'PUSH x14', 'PUSH x2', 'PUSH x2', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x31', '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 x25; PUSH x35; POP; PUSH x17; PUSH x17; PUSH x58; PUSH x39; POP; POP; POP; PUSH x49; PUSH x58; PUSH x52; PUSH x42; POP; PUSH x42; PUSH x48; PUSH x1; POP; ... | x3 x56 x63 x48 x42 x52 x58 x49 x17 x25 | {'task': 'stack', 'seq': ['PUSH x25', 'PUSH x35', 'POP', 'PUSH x17', 'PUSH x17', 'PUSH x58', 'PUSH x39', 'POP', 'POP', 'POP', 'PUSH x49', 'PUSH x58', 'PUSH x52', 'PUSH x42', 'POP', 'PUSH x42', 'PUSH x48', 'PUSH x1', 'POP', 'PUSH x63', 'PUSH x56', 'PUSH x16', 'POP', 'PUSH x3', 'PUSH x3', 'POP', 'PUSH x48', 'POP', 'PUSH ... | stack | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o3 o0 o2 o1 c2 c0 c1 o3 o1 c1 o2 o0 o2 o3 c0 o2 o2 c3 c2 o3 c2 o1 o0 c2 c0 c3 c3 o0 c1 c0 c2 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000469207763671875, '_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 x45; POP; PUSH x59; PUSH x57; PUSH x40; POP; PUSH x63; POP; PUSH x27; POP; PUSH x49; PUSH x12; PUSH x62; PUSH x49; POP; PUSH x28; PUSH x26; PUSH x19; PUSH... | x28 x62 x12 x49 x57 x59 | {'task': 'stack', 'seq': ['PUSH x45', 'POP', 'PUSH x59', 'PUSH x57', 'PUSH x40', 'POP', 'PUSH x63', 'POP', 'PUSH x27', 'POP', 'PUSH x49', 'PUSH x12', 'PUSH x62', 'PUSH x49', 'POP', 'PUSH x28', 'PUSH x26', 'PUSH x19', 'PUSH x39', 'PUSH x8', 'PUSH x44', 'POP', 'PUSH x55', 'POP', 'PUSH x56', 'POP', 'POP', 'POP', 'PUSH x39... | stack | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 o1 o1 o1 o1 o3 c3 o2 o3 c3 o0 o0 o0 o2 c2 c0 c0 c0 c2 o0 c0 c1 c1 c1 o1 c1 c1 c3 o1 o0 c0 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002562999725341797, '_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)
x22 x11 x3 x64 x8 x43 x14 x54 x4 x28 x14 x45 x32 x16 x6 x44 x36 x63 x29 x5 x19 x35 x26 x14 x43 x13 x25 x54 x24 x31 x59 x49 | x49 x59 x31 x24 x54 x25 x13 x43 x14 x26 x35 x19 x5 x29 x63 x36 x44 x6 x16 x32 x45 x14 x28 x4 x54 x14 x43 x8 x64 x3 x11 x22 | {'task': 'reverse', 'seq': ['x22', 'x11', 'x3', 'x64', 'x8', 'x43', 'x14', 'x54', 'x4', 'x28', 'x14', 'x45', 'x32', 'x16', 'x6', 'x44', 'x36', 'x63', 'x29', 'x5', 'x19', 'x35', 'x26', 'x14', 'x43', 'x13', 'x25', 'x54', 'x24', 'x31', 'x59', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_task': 'basic_procedu... | reverse | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x52 x9 x50 x34 x15 x53 x36 x42 x62 x18 x29 x16 x56 x8 x20 x59
(B)
x13 x16 x46 x35 x5 x24 x38 x47 x6 x61 x12 x61 x36 x15 x43 x47 | x52 x9 x50 x34 x15 x53 x36 x42 x62 x18 x29 x16 x56 x8 x20 x59 x13 x46 x35 x5 x24 x38 x47 x6 x61 x12 x43 | {'task': 'union', 'seq': [['x52', 'x9', 'x50', 'x34', 'x15', 'x53', 'x36', 'x42', 'x62', 'x18', 'x29', 'x16', 'x56', 'x8', 'x20', 'x59'], ['x13', 'x16', 'x46', 'x35', 'x5', 'x24', 'x38', 'x47', 'x6', 'x61', 'x12', 'x61', 'x36', 'x15', 'x43', 'x47']], '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)
x35 x18 x37 x46 x23 x20 x47 x7 x26 x44 x52 x37 x46 x28 x56 x22 x27 x46 x47 x29 x2 x22 x64 x5 x33 x26 x36 x41 x19 x14 x39 x55
(TARGET)
x64 | x35 x18 x37 x46 x23 x20 x47 x7 x26 x44 x52 x37 x46 x28 x56 x22 x27 x46 x47 x29 x2 x22 x5 x33 x26 x36 x41 x19 x14 x39 x55 | {'task': 'delete', 'seq': [['x35', 'x18', 'x37', 'x46', 'x23', 'x20', 'x47', 'x7', 'x26', 'x44', 'x52', 'x37', 'x46', 'x28', 'x56', 'x22', 'x27', 'x46', 'x47', 'x29', 'x2', 'x22', 'x64', 'x5', 'x33', 'x26', 'x36', 'x41', 'x19', 'x14', 'x39', 'x55'], 'x64'], 'k': 4, 'n': 32, '_time': 0.00029921531677246094, '_task': 'ba... | 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; POP; PUSH x55; PUSH x51; PUSH x11; PUSH x35; POP; PUSH x13; PUSH x11; POP; PUSH x36; POP; POP; PUSH x48; PUSH x32; POP; PUSH x51; POP; POP; PUSH x48;... | EMPTY | {'task': 'stack', 'seq': ['PUSH x59', 'POP', 'PUSH x55', 'PUSH x51', 'PUSH x11', 'PUSH x35', 'POP', 'PUSH x13', 'PUSH x11', 'POP', 'PUSH x36', 'POP', 'POP', 'PUSH x48', 'PUSH x32', 'POP', 'PUSH x51', 'POP', 'POP', 'PUSH x48', 'PUSH x58', 'POP', 'PUSH x19', 'PUSH x43', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x22... | stack | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x52 x58 x56 x44 x53 x59 x25 x50 x58 x47 x62 x18 x35 x7 x30 x43 x10 x61 x28 x24 x41 x16 x41 x3 x23 x49 x52 x25 x53 x36 x14 x38 | x3 x7 x10 x14 x16 x18 x23 x24 x25 x25 x28 x30 x35 x36 x38 x41 x41 x43 x44 x47 x49 x50 x52 x52 x53 x53 x56 x58 x58 x59 x61 x62 | {'task': 'sort', 'seq': ['x52', 'x58', 'x56', 'x44', 'x53', 'x59', 'x25', 'x50', 'x58', 'x47', 'x62', 'x18', 'x35', 'x7', 'x30', 'x43', 'x10', 'x61', 'x28', 'x24', 'x41', 'x16', 'x41', 'x3', 'x23', 'x49', 'x52', 'x25', 'x53', 'x36', 'x14', 'x38'], 'k': 4, 'n': 32, '_time': 0.00027060508728027344, '_task': 'basic_proced... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x9 x12 x14 x37 x62 x49 x33 x7 x51 x31 x25 x9 x55 x35 x18 x14 x3 x10 x6 x5 x48 x10 x60 x6 x54 x10 x18 x57 x20 x8 x45 x50 | x9 x12 x14 x37 x62 x49 x33 x7 x51 x31 x25 x9 x55 x35 x18 x14 x3 x10 x6 x5 x48 x10 x60 x6 x54 x10 x18 x57 x20 x8 x45 x50 | {'task': 'identity', 'seq': ['x9', 'x12', 'x14', 'x37', 'x62', 'x49', 'x33', 'x7', 'x51', 'x31', 'x25', 'x9', 'x55', 'x35', 'x18', 'x14', 'x3', 'x10', 'x6', 'x5', 'x48', 'x10', 'x60', 'x6', 'x54', 'x10', 'x18', 'x57', 'x20', 'x8', 'x45', 'x50'], 'k': 4, 'n': 32, '_time': 0.00041222572326660156, '_task': 'basic_procedur... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x38 x55 x52 x16 x45 x35 x16 x15 x21 x8 x16 x64 x19 x8 x8 x26 x62 x29 x28 x6 x27 x22 x19 x64 x16 x45 x5 x32 x11 x43 x23 x41 | x5 x6 x8 x8 x8 x11 x15 x16 x16 x16 x16 x19 x19 x21 x22 x23 x26 x27 x28 x29 x32 x35 x38 x41 x43 x45 x45 x52 x55 x62 x64 x64 | {'task': 'sort', 'seq': ['x38', 'x55', 'x52', 'x16', 'x45', 'x35', 'x16', 'x15', 'x21', 'x8', 'x16', 'x64', 'x19', 'x8', 'x8', 'x26', 'x62', 'x29', 'x28', 'x6', 'x27', 'x22', 'x19', 'x64', 'x16', 'x45', 'x5', 'x32', 'x11', 'x43', 'x23', 'x41'], 'k': 4, 'n': 32, '_time': 0.0002887248992919922, '_task': 'basic_procedural... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x55 x57 x42 x15 x17 x15 x29 x27 x31 x24 x56 x51 x50 x30 x7 x31 x4 x48 x53 x34 x17 x4 x7 x5 x26 x35 x46 x10 x17 x37 x39 x46 | x46 x39 x37 x17 x10 x46 x35 x26 x5 x7 x4 x17 x34 x53 x48 x4 x31 x7 x30 x50 x51 x56 x24 x31 x27 x29 x15 x17 x15 x42 x57 x55 | {'task': 'reverse', 'seq': ['x55', 'x57', 'x42', 'x15', 'x17', 'x15', 'x29', 'x27', 'x31', 'x24', 'x56', 'x51', 'x50', 'x30', 'x7', 'x31', 'x4', 'x48', 'x53', 'x34', 'x17', 'x4', 'x7', 'x5', 'x26', 'x35', 'x46', 'x10', 'x17', 'x37', 'x39', 'x46'], 'k': 4, 'n': 32, '_time': 0.0004343986511230469, '_task': 'basic_procedu... | reverse | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 o1 o3 o2 o0 o0 o1 c1 c0 c0 c2 o3 c3 o3 c3 c3 o2 c2 o0 c0 o3 o3 o0 o3 o3 c3 c3 c0 c3 c3 c1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00026226043701171875, '_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)
x60 x50 x38 x22 x21 x3 x58 x40 x4 x9 x15 x49 x23 x59 x7 x58
(B)
x12 x11 x13 x57 x29 x9 x35 x44 x14 x1 x49 x64 x42 x13 x28 x28 | x60 x50 x38 x22 x21 x3 x58 x40 x4 x9 x15 x49 x23 x59 x7 x12 x11 x13 x57 x29 x35 x44 x14 x1 x64 x42 x28 | {'task': 'union', 'seq': [['x60', 'x50', 'x38', 'x22', 'x21', 'x3', 'x58', 'x40', 'x4', 'x9', 'x15', 'x49', 'x23', 'x59', 'x7', 'x58'], ['x12', 'x11', 'x13', 'x57', 'x29', 'x9', 'x35', 'x44', 'x14', 'x1', 'x49', 'x64', 'x42', 'x13', 'x28', 'x28']], 'k': 4, 'n': 32, '_time': 0.0003006458282470703, '_task': 'basic_proced... | 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)
x24 x60 x41 x61 x24 x52 x1 x62 x60 x47 x15 x62 x16 x44 x37 x60
(B)
x56 x14 x36 x54 x46 x60 x5 x34 x6 x53 x1 x9 x50 x14 x38 x17 | x24 x60 x41 x61 x52 x1 x62 x47 x15 x16 x44 x37 x56 x14 x36 x54 x46 x5 x34 x6 x53 x9 x50 x38 x17 | {'task': 'union', 'seq': [['x24', 'x60', 'x41', 'x61', 'x24', 'x52', 'x1', 'x62', 'x60', 'x47', 'x15', 'x62', 'x16', 'x44', 'x37', 'x60'], ['x56', 'x14', 'x36', 'x54', 'x46', 'x60', 'x5', 'x34', 'x6', 'x53', 'x1', 'x9', 'x50', 'x14', 'x38', 'x17']], 'k': 4, 'n': 32, '_time': 0.0003066062927246094, '_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 x48; PUSH x2; PUSH x53; PUSH x8; PUSH x62; POP; PUSH x58; POP; PUSH x10; PUSH x28; PUSH x30; PUSH x52; PUSH x46; POP; PUSH x25; POP; PUSH x47; PUSH x31; P... | x28 x10 x8 x53 x2 x48 | {'task': 'stack', 'seq': ['PUSH x48', 'PUSH x2', 'PUSH x53', 'PUSH x8', 'PUSH x62', 'POP', 'PUSH x58', 'POP', 'PUSH x10', 'PUSH x28', 'PUSH x30', 'PUSH x52', 'PUSH x46', 'POP', 'PUSH x25', 'POP', 'PUSH x47', 'PUSH x31', 'PUSH x13', 'PUSH x31', 'PUSH x39', 'PUSH x62', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PU... | 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 x52; PUSH x23; PUSH x64; PUSH x41; PUSH x53; POP; PUSH x52; PUSH x51; PUSH x32; PUSH x48; POP; PUSH x44; POP; PUSH x29; PUSH x8; POP; PUSH x31; PUSH x16; ... | x32 x36 x29 x32 x51 x52 x41 x64 x23 x52 | {'task': 'stack', 'seq': ['PUSH x52', 'PUSH x23', 'PUSH x64', 'PUSH x41', 'PUSH x53', 'POP', 'PUSH x52', 'PUSH x51', 'PUSH x32', 'PUSH x48', 'POP', 'PUSH x44', 'POP', 'PUSH x29', 'PUSH x8', 'POP', 'PUSH x31', 'PUSH x16', 'PUSH x40', 'PUSH x13', 'PUSH x18', 'PUSH x7', 'POP', 'PUSH x13', 'POP', 'POP', 'POP', 'POP', 'POP'... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x23 x12 x63 x56 x41 x13 x33 x52 x36 x4 x17 x51 x34 x48 x24 x11 x64 x5 x11 x23 x46 x57 x54 x41 x55 x63 x12 x25 x29 x45 x59 x31 | x23 x12 x63 x56 x41 x13 x33 x52 x36 x4 x17 x51 x34 x48 x24 x11 x64 x5 x11 x23 x46 x57 x54 x41 x55 x63 x12 x25 x29 x45 x59 x31 | {'task': 'identity', 'seq': ['x23', 'x12', 'x63', 'x56', 'x41', 'x13', 'x33', 'x52', 'x36', 'x4', 'x17', 'x51', 'x34', 'x48', 'x24', 'x11', 'x64', 'x5', 'x11', 'x23', 'x46', 'x57', 'x54', 'x41', 'x55', 'x63', 'x12', 'x25', 'x29', 'x45', 'x59', 'x31'], 'k': 4, 'n': 32, '_time': 0.0002734661102294922, '_task': 'basic_pro... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 o3 c3 c3 o0 c0 o2 c2 o2 o2 c2 o0 o1 o1 c1 c1 c0 c2 o2 o3 c3 c2 o3 o3 o2 c2 c3 c3 o0 o0 c0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002620220184326172, '_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)
x47 x58 x40 x55 x56 x3 x57 x2 x64 x62 x35 x29 x54 x18 x45 x18 x35 x61 x13 x27 x30 x32 x46 x4 x40 x41 x12 x27 x46 x5 x37 x15
(TARGET)
x13 | x47 x58 x40 x55 x56 x3 x57 x2 x64 x62 x35 x29 x54 x18 x45 x18 x35 x61 x27 x30 x32 x46 x4 x40 x41 x12 x27 x46 x5 x37 x15 | {'task': 'delete', 'seq': [['x47', 'x58', 'x40', 'x55', 'x56', 'x3', 'x57', 'x2', 'x64', 'x62', 'x35', 'x29', 'x54', 'x18', 'x45', 'x18', 'x35', 'x61', 'x13', 'x27', 'x30', 'x32', 'x46', 'x4', 'x40', 'x41', 'x12', 'x27', 'x46', 'x5', 'x37', 'x15'], 'x13'], 'k': 4, 'n': 32, '_time': 0.00028896331787109375, '_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. | o0 c0 o2 o0 o0 c2 o0 o2 o1 c1 c0 c2 o2 c2 c0 c0 o1 o2 c2 o2 o0 o3 c1 c0 c2 c3 o2 o3 c3 c2 o1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004508495330810547, '_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)
x55 x29 x50 x21 x8 x10 x50 x3 x59 x13 x20 x7 x14 x28 x57 x52 x21 x17 x39 x57 x4 x64 x52 x46 x42 x35 x36 x48 x56 x44 x17 x53 | x55 x29 x50 x21 x8 x10 x50 x3 x59 x13 x20 x7 x14 x28 x57 x52 x21 x17 x39 x57 x4 x64 x52 x46 x42 x35 x36 x48 x56 x44 x17 x53 | {'task': 'identity', 'seq': ['x55', 'x29', 'x50', 'x21', 'x8', 'x10', 'x50', 'x3', 'x59', 'x13', 'x20', 'x7', 'x14', 'x28', 'x57', 'x52', 'x21', 'x17', 'x39', 'x57', 'x4', 'x64', 'x52', 'x46', 'x42', 'x35', 'x36', 'x48', 'x56', 'x44', 'x17', 'x53'], 'k': 4, 'n': 32, '_time': 0.0004105567932128906, '_task': 'basic_proce... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x62 x20 x38 x18 x62 x63 x5 x35 x64 x25 x7 x45 x35 x46 x10 x28 x30 x34 x62 x3 x35 x29 x58 x44 x37 x45 x33 x35 x43 x54 x50 x36 | x3 x5 x7 x10 x18 x20 x25 x28 x29 x30 x33 x34 x35 x35 x35 x35 x36 x37 x38 x43 x44 x45 x45 x46 x50 x54 x58 x62 x62 x62 x63 x64 | {'task': 'sort', 'seq': ['x62', 'x20', 'x38', 'x18', 'x62', 'x63', 'x5', 'x35', 'x64', 'x25', 'x7', 'x45', 'x35', 'x46', 'x10', 'x28', 'x30', 'x34', 'x62', 'x3', 'x35', 'x29', 'x58', 'x44', 'x37', 'x45', 'x33', 'x35', 'x43', 'x54', 'x50', 'x36'], 'k': 4, 'n': 32, '_time': 0.00028896331787109375, '_task': 'basic_procedu... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x2 x21 x47 x24 x56 x8 x9 x60 x54 x26 x45 x31 x14 x10 x40 x55 x46 x4 x61 x54 x35 x49 x19 x20 x62 x56 x22 x39 x62 x20 x52 x53 | x2 x21 x47 x24 x56 x8 x9 x60 x54 x26 x45 x31 x14 x10 x40 x55 x46 x4 x61 x54 x35 x49 x19 x20 x62 x56 x22 x39 x62 x20 x52 x53 | {'task': 'identity', 'seq': ['x2', 'x21', 'x47', 'x24', 'x56', 'x8', 'x9', 'x60', 'x54', 'x26', 'x45', 'x31', 'x14', 'x10', 'x40', 'x55', 'x46', 'x4', 'x61', 'x54', 'x35', 'x49', 'x19', 'x20', 'x62', 'x56', 'x22', 'x39', 'x62', 'x20', 'x52', 'x53'], 'k': 4, 'n': 32, '_time': 0.0002818107604980469, '_task': 'basic_proce... | identity | instruct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.