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. | o3 c3 o3 o1 c3 o3 c3 c1 o1 c1 o3 c3 o2 c2 o2 c2 o1 o1 o2 o2 o0 c2 c0 o1 c1 o1 o2 c2 c2 c1 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003261566162109375, '_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 o3 c3 o0 o2 c2 o3 o2 o0 o2 c2 c0 o3 o0 c0 o2 c2 c3 o0 o0 o3 o0 o0 c0 c0 c3 c0 c0 c2 c3 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002498626708984375, '_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)
x29 x28 x42 x56 x47 x20 x13 x22 x23 x9 x46 x37 x64 x61 x5 x27 x25 x7 x37 x39 x17 x8 x15 x50 x40 x22 x43 x3 x20 x21 x42 x25 | x29 x28 x42 x56 x47 x20 x13 x22 x23 x9 x46 x37 x64 x61 x5 x27 x25 x7 x37 x39 x17 x8 x15 x50 x40 x22 x43 x3 x20 x21 x42 x25 | {'task': 'identity', 'seq': ['x29', 'x28', 'x42', 'x56', 'x47', 'x20', 'x13', 'x22', 'x23', 'x9', 'x46', 'x37', 'x64', 'x61', 'x5', 'x27', 'x25', 'x7', 'x37', 'x39', 'x17', 'x8', 'x15', 'x50', 'x40', 'x22', 'x43', 'x3', 'x20', 'x21', 'x42', 'x25'], 'k': 4, 'n': 32, '_time': 0.0002734661102294922, '_task': 'basic_proced... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x4 x5 x2 x48 x51 x23 x33 x1 x63 x38 x48 x20 x50 x30 x49 x57 x34 x43 x30 x16 x46 x35 x44 x43 x50 x3 x57 x60 x25 x53 x58 x9
(TARGET)
x43 | x4 x5 x2 x48 x51 x23 x33 x1 x63 x38 x48 x20 x50 x30 x49 x57 x34 x30 x16 x46 x35 x44 x43 x50 x3 x57 x60 x25 x53 x58 x9 | {'task': 'delete', 'seq': [['x4', 'x5', 'x2', 'x48', 'x51', 'x23', 'x33', 'x1', 'x63', 'x38', 'x48', 'x20', 'x50', 'x30', 'x49', 'x57', 'x34', 'x43', 'x30', 'x16', 'x46', 'x35', 'x44', 'x43', 'x50', 'x3', 'x57', 'x60', 'x25', 'x53', 'x58', 'x9'], 'x43'], 'k': 4, 'n': 32, '_time': 0.00044226646423339844, '_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 x26; PUSH x45; POP; PUSH x56; PUSH x14; PUSH x12; PUSH x47; POP; PUSH x30; POP; POP; PUSH x4; POP; PUSH x33; PUSH x39; PUSH x3; PUSH x63; PUSH x20; PUSH x... | x20 x63 x3 x39 x33 x14 x56 x26 | {'task': 'stack', 'seq': ['PUSH x26', 'PUSH x45', 'POP', 'PUSH x56', 'PUSH x14', 'PUSH x12', 'PUSH x47', 'POP', 'PUSH x30', 'POP', 'POP', 'PUSH x4', 'POP', 'PUSH x33', 'PUSH x39', 'PUSH x3', 'PUSH x63', 'PUSH x20', 'PUSH x5', 'PUSH x60', 'PUSH x5', 'PUSH x43', 'POP', 'POP', 'PUSH x31', 'PUSH x35', 'PUSH x12', 'POP', 'P... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x53 x28 x24 x4 x8 x50 x21 x22 x40 x52 x45 x63 x27 x12 x3 x59 x46 x11 x13 x42 x52 x32 x23 x9 x59 x38 x2 x55 x63 x54 x38 x61
(TARGET)
x24 | x53 x28 x4 x8 x50 x21 x22 x40 x52 x45 x63 x27 x12 x3 x59 x46 x11 x13 x42 x52 x32 x23 x9 x59 x38 x2 x55 x63 x54 x38 x61 | {'task': 'delete', 'seq': [['x53', 'x28', 'x24', 'x4', 'x8', 'x50', 'x21', 'x22', 'x40', 'x52', 'x45', 'x63', 'x27', 'x12', 'x3', 'x59', 'x46', 'x11', 'x13', 'x42', 'x52', 'x32', 'x23', 'x9', 'x59', 'x38', 'x2', 'x55', 'x63', 'x54', 'x38', 'x61'], 'x24'], 'k': 4, 'n': 32, '_time': 0.0003039836883544922, '_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 x61; PUSH x63; PUSH x12; PUSH x11; PUSH x1; PUSH x4; PUSH x29; PUSH x58; POP; PUSH x48; PUSH x4; PUSH x20; PUSH x17; PUSH x27; PUSH x39; PUSH x45; POP; PU... | x4 x1 x11 x12 x63 x61 | {'task': 'stack', 'seq': ['PUSH x61', 'PUSH x63', 'PUSH x12', 'PUSH x11', 'PUSH x1', 'PUSH x4', 'PUSH x29', 'PUSH x58', 'POP', 'PUSH x48', 'PUSH x4', 'PUSH x20', 'PUSH x17', 'PUSH x27', 'PUSH x39', 'PUSH x45', 'POP', 'PUSH x45', 'PUSH x49', 'POP', 'PUSH x29', 'PUSH x24', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP',... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x43 x24 x54 x57 x29 x17 x29 x12 x57 x39 x56 x59 x56 x42 x2 x51 x28 x29 x55 x30 x19 x16 x12 x9 x39 x55 x23 x37 x26 x22 x33 x3
(TARGET)
x42 | x43 x24 x54 x57 x29 x17 x29 x12 x57 x39 x56 x59 x56 x2 x51 x28 x29 x55 x30 x19 x16 x12 x9 x39 x55 x23 x37 x26 x22 x33 x3 | {'task': 'delete', 'seq': [['x43', 'x24', 'x54', 'x57', 'x29', 'x17', 'x29', 'x12', 'x57', 'x39', 'x56', 'x59', 'x56', 'x42', 'x2', 'x51', 'x28', 'x29', 'x55', 'x30', 'x19', 'x16', 'x12', 'x9', 'x39', 'x55', 'x23', 'x37', 'x26', 'x22', 'x33', 'x3'], 'x42'], 'k': 4, 'n': 32, '_time': 0.00046062469482421875, '_task': 'ba... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x43 x21 x10 x30 x12 x18 x37 x45 x36 x23 x59 x43 x54 x63 x6 x59 x46 x29 x33 x57 x60 x41 x13 x61 x53 x22 x15 x25 x28 x10 x22 x49 | x43 x21 x10 x30 x12 x18 x37 x45 x36 x23 x59 x54 x63 x6 x46 x29 x33 x57 x60 x41 x13 x61 x53 x22 x15 x25 x28 x49 | {'task': 'set', 'seq': ['x43', 'x21', 'x10', 'x30', 'x12', 'x18', 'x37', 'x45', 'x36', 'x23', 'x59', 'x43', 'x54', 'x63', 'x6', 'x59', 'x46', 'x29', 'x33', 'x57', 'x60', 'x41', 'x13', 'x61', 'x53', 'x22', 'x15', 'x25', 'x28', 'x10', 'x22', 'x49'], 'k': 4, 'n': 32, '_time': 0.0002834796905517578, '_task': 'basic_procedu... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x57 x60 x28 x33 x50 x42 x51 x2 x35 x10 x6 x11 x52 x6 x29 x55 x5 x51 x28 x47 x59 x50 x2 x44 x20 x60 x42 x34 x3 x57 x41 x48
(TARGET)
x44 | x57 x60 x28 x33 x50 x42 x51 x2 x35 x10 x6 x11 x52 x6 x29 x55 x5 x51 x28 x47 x59 x50 x2 x20 x60 x42 x34 x3 x57 x41 x48 | {'task': 'delete', 'seq': [['x57', 'x60', 'x28', 'x33', 'x50', 'x42', 'x51', 'x2', 'x35', 'x10', 'x6', 'x11', 'x52', 'x6', 'x29', 'x55', 'x5', 'x51', 'x28', 'x47', 'x59', 'x50', 'x2', 'x44', 'x20', 'x60', 'x42', 'x34', 'x3', 'x57', 'x41', 'x48'], 'x44'], 'k': 4, 'n': 32, '_time': 0.0002884864807128906, '_task': 'basic_... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x61 x29 x49 x35 x28 x25 x38 x12 x33 x5 x13 x38 x53 x3 x59 x1 x44 x34 x31 x26 x9 x15 x59 x54 x38 x21 x19 x24 x52 x42 x6 x57 | x57 x6 x42 x52 x24 x19 x21 x38 x54 x59 x15 x9 x26 x31 x34 x44 x1 x59 x3 x53 x38 x13 x5 x33 x12 x38 x25 x28 x35 x49 x29 x61 | {'task': 'reverse', 'seq': ['x61', 'x29', 'x49', 'x35', 'x28', 'x25', 'x38', 'x12', 'x33', 'x5', 'x13', 'x38', 'x53', 'x3', 'x59', 'x1', 'x44', 'x34', 'x31', 'x26', 'x9', 'x15', 'x59', 'x54', 'x38', 'x21', 'x19', 'x24', 'x52', 'x42', 'x6', 'x57'], 'k': 4, 'n': 32, '_time': 0.0002765655517578125, '_task': 'basic_procedu... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x16 x12 x41 x8 x7 x16 x24 x13 x23 x20 x14 x19 x56 x63 x23 x61 x21 x12 x62 x39 x10 x34 x53 x6 x7 x42 x1 x20 x47 x1 x50 x19 | x16 x12 x41 x8 x7 x24 x13 x23 x20 x14 x19 x56 x63 x61 x21 x62 x39 x10 x34 x53 x6 x42 x1 x47 x50 | {'task': 'set', 'seq': ['x16', 'x12', 'x41', 'x8', 'x7', 'x16', 'x24', 'x13', 'x23', 'x20', 'x14', 'x19', 'x56', 'x63', 'x23', 'x61', 'x21', 'x12', 'x62', 'x39', 'x10', 'x34', 'x53', 'x6', 'x7', 'x42', 'x1', 'x20', 'x47', 'x1', 'x50', 'x19'], 'k': 4, 'n': 32, '_time': 0.0002503395080566406, '_task': 'basic_procedural',... | set | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x24 x44 x48 x64 x58 x40 x1 x55 x53 x15 x50 x61 x3 x25 x1 x13 x55 x23 x57 x23 x58 x21 x63 x7 x35 x40 x9 x29 x33 x52 x56 x9 | x9 x56 x52 x33 x29 x9 x40 x35 x7 x63 x21 x58 x23 x57 x23 x55 x13 x1 x25 x3 x61 x50 x15 x53 x55 x1 x40 x58 x64 x48 x44 x24 | {'task': 'reverse', 'seq': ['x24', 'x44', 'x48', 'x64', 'x58', 'x40', 'x1', 'x55', 'x53', 'x15', 'x50', 'x61', 'x3', 'x25', 'x1', 'x13', 'x55', 'x23', 'x57', 'x23', 'x58', 'x21', 'x63', 'x7', 'x35', 'x40', 'x9', 'x29', 'x33', 'x52', 'x56', 'x9'], 'k': 4, 'n': 32, '_time': 0.00027370452880859375, '_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 o3 c3 c1 o3 c3 o0 c0 o2 c2 o3 c3 o3 o1 o3 c3 o0 o0 c0 c0 o1 c1 c1 o1 c1 c3 o3 o0 o2 c2 c0 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002779960632324219, '_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)
x42 x6 x16 x52 x4 x41 x1 x58 x21 x43 x35 x63 x19 x56 x33 x42 x47 x1 x9 x27 x32 x27 x45 x4 x49 x17 x1 x32 x30 x26 x50 x25 | x1 x1 x1 x4 x4 x6 x9 x16 x17 x19 x21 x25 x26 x27 x27 x30 x32 x32 x33 x35 x41 x42 x42 x43 x45 x47 x49 x50 x52 x56 x58 x63 | {'task': 'sort', 'seq': ['x42', 'x6', 'x16', 'x52', 'x4', 'x41', 'x1', 'x58', 'x21', 'x43', 'x35', 'x63', 'x19', 'x56', 'x33', 'x42', 'x47', 'x1', 'x9', 'x27', 'x32', 'x27', 'x45', 'x4', 'x49', 'x17', 'x1', 'x32', 'x30', 'x26', 'x50', 'x25'], 'k': 4, 'n': 32, '_time': 0.0002942085266113281, '_task': 'basic_procedural',... | sort | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x57 x19 x36 x20 x30 x20 x44 x13 x5 x37 x26 x38 x43 x40 x38 x51 x55 x56 x5 x19 x5 x4 x63 x37 x4 x32 x28 x21 x4 x17 x40 x47
(TARGET)
x38 | x57 x19 x36 x20 x30 x20 x44 x13 x5 x37 x26 x43 x40 x38 x51 x55 x56 x5 x19 x5 x4 x63 x37 x4 x32 x28 x21 x4 x17 x40 x47 | {'task': 'delete', 'seq': [['x57', 'x19', 'x36', 'x20', 'x30', 'x20', 'x44', 'x13', 'x5', 'x37', 'x26', 'x38', 'x43', 'x40', 'x38', 'x51', 'x55', 'x56', 'x5', 'x19', 'x5', 'x4', 'x63', 'x37', 'x4', 'x32', 'x28', 'x21', 'x4', 'x17', 'x40', 'x47'], 'x38'], 'k': 4, 'n': 32, '_time': 0.0002903938293457031, '_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 x35; PUSH x50; PUSH x35; PUSH x52; PUSH x51; PUSH x39; PUSH x61; PUSH x64; PUSH x45; PUSH x34; PUSH x7; PUSH x49; POP; PUSH x12; PUSH x27; PUSH x50; POP; ... | x12 x7 x34 x45 x64 x61 x39 x51 x52 x35 x50 x35 | {'task': 'stack', 'seq': ['PUSH x35', 'PUSH x50', 'PUSH x35', 'PUSH x52', 'PUSH x51', 'PUSH x39', 'PUSH x61', 'PUSH x64', 'PUSH x45', 'PUSH x34', 'PUSH x7', 'PUSH x49', 'POP', 'PUSH x12', 'PUSH x27', 'PUSH x50', 'POP', 'PUSH x36', 'POP', 'PUSH x61', 'PUSH x15', 'PUSH x60', 'PUSH x51', 'PUSH x44', 'POP', 'POP', 'PUSH x3... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x55 x64 x56 x12 x64 x40 x6 x63 x23 x48 x29 x12 x5 x62 x52 x43 x7 x36 x13 x10 x8 x47 x41 x11 x37 x13 x32 x21 x13 x54 x10 x49 | x55 x64 x56 x12 x64 x40 x6 x63 x23 x48 x29 x12 x5 x62 x52 x43 x7 x36 x13 x10 x8 x47 x41 x11 x37 x13 x32 x21 x13 x54 x10 x49 | {'task': 'identity', 'seq': ['x55', 'x64', 'x56', 'x12', 'x64', 'x40', 'x6', 'x63', 'x23', 'x48', 'x29', 'x12', 'x5', 'x62', 'x52', 'x43', 'x7', 'x36', 'x13', 'x10', 'x8', 'x47', 'x41', 'x11', 'x37', 'x13', 'x32', 'x21', 'x13', 'x54', 'x10', 'x49'], 'k': 4, 'n': 32, '_time': 0.0002741813659667969, '_task': 'basic_proce... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x5 x48 x22 x15 x46 x49 x61 x62 x64 x48 x34 x47 x19 x57 x39 x52 x4 x9 x56 x46 x40 x55 x13 x31 x28 x11 x13 x21 x54 x17 x16 x34 | x5 x48 x22 x15 x46 x49 x61 x62 x64 x48 x34 x47 x19 x57 x39 x52 x4 x9 x56 x46 x40 x55 x13 x31 x28 x11 x13 x21 x54 x17 x16 x34 | {'task': 'identity', 'seq': ['x5', 'x48', 'x22', 'x15', 'x46', 'x49', 'x61', 'x62', 'x64', 'x48', 'x34', 'x47', 'x19', 'x57', 'x39', 'x52', 'x4', 'x9', 'x56', 'x46', 'x40', 'x55', 'x13', 'x31', 'x28', 'x11', 'x13', 'x21', 'x54', 'x17', 'x16', 'x34'], 'k': 4, 'n': 32, '_time': 0.00027561187744140625, '_task': 'basic_pro... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x46 x31 x61 x36 x19 x18 x25 x27 x1 x20 x11 x33 x59 x22 x44 x41 x24 x21 x28 x17 x28 x15 x1 x26 x9 x37 x53 x52 x64 x51 x1 x41 | x41 x1 x51 x64 x52 x53 x37 x9 x26 x1 x15 x28 x17 x28 x21 x24 x41 x44 x22 x59 x33 x11 x20 x1 x27 x25 x18 x19 x36 x61 x31 x46 | {'task': 'reverse', 'seq': ['x46', 'x31', 'x61', 'x36', 'x19', 'x18', 'x25', 'x27', 'x1', 'x20', 'x11', 'x33', 'x59', 'x22', 'x44', 'x41', 'x24', 'x21', 'x28', 'x17', 'x28', 'x15', 'x1', 'x26', 'x9', 'x37', 'x53', 'x52', 'x64', 'x51', 'x1', 'x41'], 'k': 4, 'n': 32, '_time': 0.0002751350402832031, '_task': 'basic_proced... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x42 x57 x56 x54 x33 x18 x43 x32 x8 x56 x7 x58 x4 x41 x45 x18 x45 x38 x2 x5 x19 x9 x48 x64 x23 x42 x11 x32 x64 x4 x62 x50 | x42 x57 x56 x54 x33 x18 x43 x32 x8 x7 x58 x4 x41 x45 x38 x2 x5 x19 x9 x48 x64 x23 x11 x62 x50 | {'task': 'set', 'seq': ['x42', 'x57', 'x56', 'x54', 'x33', 'x18', 'x43', 'x32', 'x8', 'x56', 'x7', 'x58', 'x4', 'x41', 'x45', 'x18', 'x45', 'x38', 'x2', 'x5', 'x19', 'x9', 'x48', 'x64', 'x23', 'x42', 'x11', 'x32', 'x64', 'x4', 'x62', 'x50'], 'k': 4, 'n': 32, '_time': 0.00041866302490234375, '_task': 'basic_procedural',... | set | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x64 x52 x21 x33 x7 x22 x27 x17 x21 x55 x5 x40 x43 x11 x47 x42 x34 x21 x45 x31 x54 x57 x1 x26 x24 x24 x64 x18 x21 x20 x45 x6 | x6 x45 x20 x21 x18 x64 x24 x24 x26 x1 x57 x54 x31 x45 x21 x34 x42 x47 x11 x43 x40 x5 x55 x21 x17 x27 x22 x7 x33 x21 x52 x64 | {'task': 'reverse', 'seq': ['x64', 'x52', 'x21', 'x33', 'x7', 'x22', 'x27', 'x17', 'x21', 'x55', 'x5', 'x40', 'x43', 'x11', 'x47', 'x42', 'x34', 'x21', 'x45', 'x31', 'x54', 'x57', 'x1', 'x26', 'x24', 'x24', 'x64', 'x18', 'x21', 'x20', 'x45', 'x6'], 'k': 4, 'n': 32, '_time': 0.0002760887145996094, '_task': 'basic_proced... | reverse | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x11 x54 x51 x36 x21 x34 x12 x20 x50 x56 x26 x2 x32 x34 x20 x13 x5 x24 x52 x61 x40 x21 x12 x55 x23 x36 x56 x48 x25 x37 x50 x4 | x11 x54 x51 x36 x21 x34 x12 x20 x50 x56 x26 x2 x32 x34 x20 x13 x5 x24 x52 x61 x40 x21 x12 x55 x23 x36 x56 x48 x25 x37 x50 x4 | {'task': 'identity', 'seq': ['x11', 'x54', 'x51', 'x36', 'x21', 'x34', 'x12', 'x20', 'x50', 'x56', 'x26', 'x2', 'x32', 'x34', 'x20', 'x13', 'x5', 'x24', 'x52', 'x61', 'x40', 'x21', 'x12', 'x55', 'x23', 'x36', 'x56', 'x48', 'x25', 'x37', 'x50', 'x4'], 'k': 4, 'n': 32, '_time': 0.00027370452880859375, '_task': 'basic_pro... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x30 x10 x12 x34 x49 x42 x13 x6 x29 x3 x43 x13 x18 x22 x34 x41 x4 x24 x63 x40 x58 x25 x11 x47 x59 x20 x55 x36 x49 x15 x51 x48 | x48 x51 x15 x49 x36 x55 x20 x59 x47 x11 x25 x58 x40 x63 x24 x4 x41 x34 x22 x18 x13 x43 x3 x29 x6 x13 x42 x49 x34 x12 x10 x30 | {'task': 'reverse', 'seq': ['x30', 'x10', 'x12', 'x34', 'x49', 'x42', 'x13', 'x6', 'x29', 'x3', 'x43', 'x13', 'x18', 'x22', 'x34', 'x41', 'x4', 'x24', 'x63', 'x40', 'x58', 'x25', 'x11', 'x47', 'x59', 'x20', 'x55', 'x36', 'x49', 'x15', 'x51', 'x48'], 'k': 4, 'n': 32, '_time': 0.00027489662170410156, '_task': 'basic_proc... | reverse | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x24 x32 x19 x16 x28 x7 x21 x58 x53 x45 x52 x7 x14 x42 x29 x54 x28 x6 x64 x18 x9 x28 x29 x26 x52 x3 x51 x25 x14 x49 x48 x39 | x3 x6 x7 x7 x9 x14 x14 x16 x18 x19 x21 x24 x25 x26 x28 x28 x28 x29 x29 x32 x39 x42 x45 x48 x49 x51 x52 x52 x53 x54 x58 x64 | {'task': 'sort', 'seq': ['x24', 'x32', 'x19', 'x16', 'x28', 'x7', 'x21', 'x58', 'x53', 'x45', 'x52', 'x7', 'x14', 'x42', 'x29', 'x54', 'x28', 'x6', 'x64', 'x18', 'x9', 'x28', 'x29', 'x26', 'x52', 'x3', 'x51', 'x25', 'x14', 'x49', 'x48', 'x39'], 'k': 4, 'n': 32, '_time': 0.0002887248992919922, '_task': 'basic_procedural... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x43 x26 x43 x29 x55 x28 x13 x2 x54 x11 x23 x10 x4 x26 x57 x30 x42 x31 x38 x50 x4 x6 x10 x33 x20 x49 x53 x36 x16 x7 x21 x7 | x43 x26 x43 x29 x55 x28 x13 x2 x54 x11 x23 x10 x4 x26 x57 x30 x42 x31 x38 x50 x4 x6 x10 x33 x20 x49 x53 x36 x16 x7 x21 x7 | {'task': 'identity', 'seq': ['x43', 'x26', 'x43', 'x29', 'x55', 'x28', 'x13', 'x2', 'x54', 'x11', 'x23', 'x10', 'x4', 'x26', 'x57', 'x30', 'x42', 'x31', 'x38', 'x50', 'x4', 'x6', 'x10', 'x33', 'x20', 'x49', 'x53', 'x36', 'x16', 'x7', 'x21', 'x7'], 'k': 4, 'n': 32, '_time': 0.00041222572326660156, '_task': 'basic_proced... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x57 x29 x13 x10 x19 x10 x62 x41 x18 x6 x56 x32 x21 x42 x30 x48 x37 x5 x56 x27 x28 x34 x11 x37 x43 x63 x58 x12 x62 x28 x9 x24 | x57 x29 x13 x10 x19 x10 x62 x41 x18 x6 x56 x32 x21 x42 x30 x48 x37 x5 x56 x27 x28 x34 x11 x37 x43 x63 x58 x12 x62 x28 x9 x24 | {'task': 'identity', 'seq': ['x57', 'x29', 'x13', 'x10', 'x19', 'x10', 'x62', 'x41', 'x18', 'x6', 'x56', 'x32', 'x21', 'x42', 'x30', 'x48', 'x37', 'x5', 'x56', 'x27', 'x28', 'x34', 'x11', 'x37', 'x43', 'x63', 'x58', 'x12', 'x62', 'x28', 'x9', 'x24'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_proc... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x17 x41 x54 x5 x12 x51 x33 x15 x16 x36 x14 x54 x26 x53 x50 x37 x43 x5 x7 x39 x52 x8 x49 x16 x60 x23 x22 x38 x40 x6 x15 x19 | x17 x41 x54 x5 x12 x51 x33 x15 x16 x36 x14 x26 x53 x50 x37 x43 x7 x39 x52 x8 x49 x60 x23 x22 x38 x40 x6 x19 | {'task': 'set', 'seq': ['x17', 'x41', 'x54', 'x5', 'x12', 'x51', 'x33', 'x15', 'x16', 'x36', 'x14', 'x54', 'x26', 'x53', 'x50', 'x37', 'x43', 'x5', 'x7', 'x39', 'x52', 'x8', 'x49', 'x16', 'x60', 'x23', 'x22', 'x38', 'x40', 'x6', 'x15', 'x19'], 'k': 4, 'n': 32, '_time': 0.0002830028533935547, '_task': 'basic_procedural'... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x7 x35 x29 x12 x29 x32 x61 x36 x40 x44 x11 x2 x26 x31 x3 x27 x26 x58 x57 x25 x7 x9 x26 x5 x5 x19 x14 x23 x41 x60 x38 x31 | x2 x3 x5 x5 x7 x7 x9 x11 x12 x14 x19 x23 x25 x26 x26 x26 x27 x29 x29 x31 x31 x32 x35 x36 x38 x40 x41 x44 x57 x58 x60 x61 | {'task': 'sort', 'seq': ['x7', 'x35', 'x29', 'x12', 'x29', 'x32', 'x61', 'x36', 'x40', 'x44', 'x11', 'x2', 'x26', 'x31', 'x3', 'x27', 'x26', 'x58', 'x57', 'x25', 'x7', 'x9', 'x26', 'x5', 'x5', 'x19', 'x14', 'x23', 'x41', 'x60', 'x38', 'x31'], 'k': 4, 'n': 32, '_time': 0.00028896331787109375, '_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 o3 o0 o2 c2 o0 c0 o1 o0 c0 c1 o0 c0 o0 o0 c0 o2 o1 o2 o0 c0 c2 o0 c0 o1 c1 c1 c2 c0 c0 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002560615539550781, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x63 x12 x13 x39 x10 x49 x53 x58 x61 x44 x1 x27 x11 x46 x39 x11 x50 x18 x7 x19 x30 x20 x4 x47 x46 x27 x10 x52 x9 x49 x46 x4 | x1 x4 x4 x7 x9 x10 x10 x11 x11 x12 x13 x18 x19 x20 x27 x27 x30 x39 x39 x44 x46 x46 x46 x47 x49 x49 x50 x52 x53 x58 x61 x63 | {'task': 'sort', 'seq': ['x63', 'x12', 'x13', 'x39', 'x10', 'x49', 'x53', 'x58', 'x61', 'x44', 'x1', 'x27', 'x11', 'x46', 'x39', 'x11', 'x50', 'x18', 'x7', 'x19', 'x30', 'x20', 'x4', 'x47', 'x46', 'x27', 'x10', 'x52', 'x9', 'x49', 'x46', 'x4'], 'k': 4, 'n': 32, '_time': 0.0004057884216308594, '_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. | o3 o2 c2 c3 o3 o3 c3 c3 o2 c2 o2 c2 o3 c3 o0 o2 c2 o3 o1 o1 o0 o0 o2 o1 c1 c2 c0 c0 c1 c1 c3 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025725364685058594, '_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)
x21 x1 x21 x8 x46 x46 x5 x30 x22 x16 x58 x11 x25 x20 x39 x43 x61 x61 x34 x23 x55 x25 x11 x51 x47 x56 x60 x3 x24 x28 x39 x10 | x21 x1 x8 x46 x5 x30 x22 x16 x58 x11 x25 x20 x39 x43 x61 x34 x23 x55 x51 x47 x56 x60 x3 x24 x28 x10 | {'task': 'set', 'seq': ['x21', 'x1', 'x21', 'x8', 'x46', 'x46', 'x5', 'x30', 'x22', 'x16', 'x58', 'x11', 'x25', 'x20', 'x39', 'x43', 'x61', 'x61', 'x34', 'x23', 'x55', 'x25', 'x11', 'x51', 'x47', 'x56', 'x60', 'x3', 'x24', 'x28', 'x39', 'x10'], 'k': 4, 'n': 32, '_time': 0.0002529621124267578, '_task': 'basic_procedural... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x36 x22 x32 x60 x5 x42 x33 x11 x30 x30 x58 x34 x21 x37 x26 x45 x63 x52 x12 x28 x13 x53 x16 x8 x31 x27 x63 x56 x12 x39 x44 x6 | x36 x22 x32 x60 x5 x42 x33 x11 x30 x58 x34 x21 x37 x26 x45 x63 x52 x12 x28 x13 x53 x16 x8 x31 x27 x56 x39 x44 x6 | {'task': 'set', 'seq': ['x36', 'x22', 'x32', 'x60', 'x5', 'x42', 'x33', 'x11', 'x30', 'x30', 'x58', 'x34', 'x21', 'x37', 'x26', 'x45', 'x63', 'x52', 'x12', 'x28', 'x13', 'x53', 'x16', 'x8', 'x31', 'x27', 'x63', 'x56', 'x12', 'x39', 'x44', 'x6'], 'k': 4, 'n': 32, '_time': 0.0002837181091308594, '_task': 'basic_procedura... | set | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 c0 o3 o0 c0 o0 o1 c1 o3 o2 c2 o2 o0 o2 c2 c0 c2 o2 o2 o2 o2 o0 c0 o2 c2 c2 c2 c2 c2 c3 c0 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002269744873046875, '_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. | o0 c0 o3 o1 o1 c1 o0 o3 o3 o0 o2 o3 o3 c2 o1 c1 o1 o0 c3 c0 o0 c1 o0 c3 c0 c1 c0 c0 c0 c3 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002989768981933594, '_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)
x60 x55 x50 x53 x13 x26 x23 x38 x7 x40 x10 x48 x5 x19 x55 x9 x8 x64 x35 x19 x54 x56 x23 x30 x38 x9 x35 x27 x5 x51 x63 x36 | x60 x55 x50 x53 x13 x26 x23 x38 x7 x40 x10 x48 x5 x19 x55 x9 x8 x64 x35 x19 x54 x56 x23 x30 x38 x9 x35 x27 x5 x51 x63 x36 | {'task': 'identity', 'seq': ['x60', 'x55', 'x50', 'x53', 'x13', 'x26', 'x23', 'x38', 'x7', 'x40', 'x10', 'x48', 'x5', 'x19', 'x55', 'x9', 'x8', 'x64', 'x35', 'x19', 'x54', 'x56', 'x23', 'x30', 'x38', 'x9', 'x35', 'x27', 'x5', 'x51', 'x63', 'x36'], 'k': 4, 'n': 32, '_time': 0.0004088878631591797, '_task': 'basic_procedu... | identity | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x25 x24 x34 x6 x35 x16 x1 x27 x37 x19 x52 x17 x19 x45 x14 x32
(B)
x13 x40 x38 x42 x43 x11 x32 x4 x51 x20 x1 x43 x11 x14 x23 x49 | x25 x24 x34 x6 x35 x16 x1 x27 x37 x19 x52 x17 x45 x14 x32 x13 x40 x38 x42 x43 x11 x4 x51 x20 x23 x49 | {'task': 'union', 'seq': [['x25', 'x24', 'x34', 'x6', 'x35', 'x16', 'x1', 'x27', 'x37', 'x19', 'x52', 'x17', 'x19', 'x45', 'x14', 'x32'], ['x13', 'x40', 'x38', 'x42', 'x43', 'x11', 'x32', 'x4', 'x51', 'x20', 'x1', 'x43', 'x11', 'x14', 'x23', 'x49']], 'k': 4, 'n': 32, '_time': 0.0002999305725097656, '_task': 'basic_proc... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x42 x56 x56 x12 x29 x44 x61 x58 x34 x54 x11 x5 x56 x31 x33 x7 x49 x56 x54 x9 x23 x44 x49 x49 x38 x22 x3 x25 x23 x55 x9 x45
(TARGET)
x5 | x42 x56 x56 x12 x29 x44 x61 x58 x34 x54 x11 x56 x31 x33 x7 x49 x56 x54 x9 x23 x44 x49 x49 x38 x22 x3 x25 x23 x55 x9 x45 | {'task': 'delete', 'seq': [['x42', 'x56', 'x56', 'x12', 'x29', 'x44', 'x61', 'x58', 'x34', 'x54', 'x11', 'x5', 'x56', 'x31', 'x33', 'x7', 'x49', 'x56', 'x54', 'x9', 'x23', 'x44', 'x49', 'x49', 'x38', 'x22', 'x3', 'x25', 'x23', 'x55', 'x9', 'x45'], 'x5'], 'k': 4, 'n': 32, '_time': 0.00026988983154296875, '_task': 'basic... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x57 x13 x28 x39 x18 x62 x58 x15 x12 x16 x59 x42 x30 x6 x54 x63 x14 x63 x23 x16 x38 x52 x38 x3 x38 x54 x55 x4 x12 x32 x8 x43 | x57 x13 x28 x39 x18 x62 x58 x15 x12 x16 x59 x42 x30 x6 x54 x63 x14 x63 x23 x16 x38 x52 x38 x3 x38 x54 x55 x4 x12 x32 x8 x43 | {'task': 'identity', 'seq': ['x57', 'x13', 'x28', 'x39', 'x18', 'x62', 'x58', 'x15', 'x12', 'x16', 'x59', 'x42', 'x30', 'x6', 'x54', 'x63', 'x14', 'x63', 'x23', 'x16', 'x38', 'x52', 'x38', 'x3', 'x38', 'x54', 'x55', 'x4', 'x12', 'x32', 'x8', 'x43'], 'k': 4, 'n': 32, '_time': 0.0002446174621582031, '_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. | o0 c0 o0 c0 o1 o2 c2 o1 c1 o3 c3 o3 c3 o2 o0 c0 o1 c1 c2 o0 c0 c1 o2 c2 o0 o0 c0 c0 o2 o2 c2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003826618194580078, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x37 x59 x64 x3 x11 x57 x11 x30 x15 x62 x3 x11 x30 x15 x15 x24 x10 x63 x41 x2 x4 x53 x38 x25 x42 x6 x48 x58 x27 x34 x54 x22 | x2 x3 x3 x4 x6 x10 x11 x11 x11 x15 x15 x15 x22 x24 x25 x27 x30 x30 x34 x37 x38 x41 x42 x48 x53 x54 x57 x58 x59 x62 x63 x64 | {'task': 'sort', 'seq': ['x37', 'x59', 'x64', 'x3', 'x11', 'x57', 'x11', 'x30', 'x15', 'x62', 'x3', 'x11', 'x30', 'x15', 'x15', 'x24', 'x10', 'x63', 'x41', 'x2', 'x4', 'x53', 'x38', 'x25', 'x42', 'x6', 'x48', 'x58', 'x27', 'x34', 'x54', 'x22'], 'k': 4, 'n': 32, '_time': 0.00029015541076660156, '_task': 'basic_procedura... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x54 x46 x3 x62 x56 x1 x32 x25 x51 x13 x22 x36 x51 x26 x13 x19 x63 x32 x53 x63 x15 x41 x49 x53 x49 x35 x49 x38 x27 x41 x50 x32 | x54 x46 x3 x62 x56 x1 x32 x25 x51 x13 x22 x36 x26 x19 x63 x53 x15 x41 x49 x35 x38 x27 x50 | {'task': 'set', 'seq': ['x54', 'x46', 'x3', 'x62', 'x56', 'x1', 'x32', 'x25', 'x51', 'x13', 'x22', 'x36', 'x51', 'x26', 'x13', 'x19', 'x63', 'x32', 'x53', 'x63', 'x15', 'x41', 'x49', 'x53', 'x49', 'x35', 'x49', 'x38', 'x27', 'x41', 'x50', 'x32'], 'k': 4, 'n': 32, '_time': 0.0002465248107910156, '_task': 'basic_procedur... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x9 x2 x8 x58 x20 x15 x48 x1 x33 x54 x31 x47 x10 x12 x52 x54 x49 x31 x28 x9 x25 x49 x56 x8 x52 x11 x31 x25 x63 x62 x47 x29 | x9 x2 x8 x58 x20 x15 x48 x1 x33 x54 x31 x47 x10 x12 x52 x49 x28 x25 x56 x11 x63 x62 x29 | {'task': 'set', 'seq': ['x9', 'x2', 'x8', 'x58', 'x20', 'x15', 'x48', 'x1', 'x33', 'x54', 'x31', 'x47', 'x10', 'x12', 'x52', 'x54', 'x49', 'x31', 'x28', 'x9', 'x25', 'x49', 'x56', 'x8', 'x52', 'x11', 'x31', 'x25', 'x63', 'x62', 'x47', 'x29'], 'k': 4, 'n': 32, '_time': 0.00027751922607421875, '_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 o1 c3 c1 o2 o1 c2 o2 c2 o1 c1 c1 o3 o1 c1 o3 o0 o0 c3 c3 o1 c1 o0 c0 o0 c0 c0 c0 o2 o3 c2 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00026488304138183594, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 c0 o1 o3 o0 c1 c3 c0 o1 c1 o2 o0 o3 o3 o0 c3 c2 c0 c0 o0 o1 c0 c1 o2 o2 o1 o0 c2 c3 c2 c1 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044798851013183594, '_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)
x56 x22 x47 x18 x9 x8 x52 x22 x6 x2 x62 x57 x38 x13 x41 x11 x60 x19 x45 x26 x15 x15 x25 x32 x20 x43 x15 x57 x64 x56 x39 x40
(TARGET)
x8 | x56 x22 x47 x18 x9 x52 x22 x6 x2 x62 x57 x38 x13 x41 x11 x60 x19 x45 x26 x15 x15 x25 x32 x20 x43 x15 x57 x64 x56 x39 x40 | {'task': 'delete', 'seq': [['x56', 'x22', 'x47', 'x18', 'x9', 'x8', 'x52', 'x22', 'x6', 'x2', 'x62', 'x57', 'x38', 'x13', 'x41', 'x11', 'x60', 'x19', 'x45', 'x26', 'x15', 'x15', 'x25', 'x32', 'x20', 'x43', 'x15', 'x57', 'x64', 'x56', 'x39', 'x40'], 'x8'], 'k': 4, 'n': 32, '_time': 0.0002894401550292969, '_task': 'basic... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x50 x13 x64 x8 x39 x39 x61 x24 x2 x42 x38 x46 x50 x50 x60 x60 x36 x55 x62 x3 x28 x35 x29 x44 x29 x56 x31 x12 x10 x55 x63 x64 | x64 x63 x55 x10 x12 x31 x56 x29 x44 x29 x35 x28 x3 x62 x55 x36 x60 x60 x50 x50 x46 x38 x42 x2 x24 x61 x39 x39 x8 x64 x13 x50 | {'task': 'reverse', 'seq': ['x50', 'x13', 'x64', 'x8', 'x39', 'x39', 'x61', 'x24', 'x2', 'x42', 'x38', 'x46', 'x50', 'x50', 'x60', 'x60', 'x36', 'x55', 'x62', 'x3', 'x28', 'x35', 'x29', 'x44', 'x29', 'x56', 'x31', 'x12', 'x10', 'x55', 'x63', 'x64'], 'k': 4, 'n': 32, '_time': 0.0002377033233642578, '_task': 'basic_proce... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x17 x12 x24 x5 x33 x49 x29 x59 x23 x27 x29 x57 x1 x26 x47 x21 x53 x3 x60 x8 x39 x28 x14 x8 x1 x3 x23 x22 x30 x61 x43 x34
(TARGET)
x51 | x17 x12 x24 x5 x33 x49 x29 x59 x23 x27 x29 x57 x1 x26 x47 x21 x53 x3 x60 x8 x39 x28 x14 x8 x1 x3 x23 x22 x30 x61 x43 x34 | {'task': 'delete', 'seq': [['x17', 'x12', 'x24', 'x5', 'x33', 'x49', 'x29', 'x59', 'x23', 'x27', 'x29', 'x57', 'x1', 'x26', 'x47', 'x21', 'x53', 'x3', 'x60', 'x8', 'x39', 'x28', 'x14', 'x8', 'x1', 'x3', 'x23', 'x22', 'x30', 'x61', 'x43', 'x34'], 'x51'], 'k': 4, 'n': 32, '_time': 0.0003058910369873047, '_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 o0 o3 c3 c0 o2 c2 o3 c3 c1 c0 o2 c2 o0 o0 o0 o3 c3 o3 c3 c0 c0 c0 o2 c2 o2 o0 o0 c0 c0 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025725364685058594, '_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)
x45 x48 x38 x41 x55 x34 x52 x10 x33 x57 x34 x25 x60 x7 x7 x38 x47 x51 x63 x10 x17 x46 x23 x48 x61 x53 x63 x5 x62 x14 x54 x21 | x5 x7 x7 x10 x10 x14 x17 x21 x23 x25 x33 x34 x34 x38 x38 x41 x45 x46 x47 x48 x48 x51 x52 x53 x54 x55 x57 x60 x61 x62 x63 x63 | {'task': 'sort', 'seq': ['x45', 'x48', 'x38', 'x41', 'x55', 'x34', 'x52', 'x10', 'x33', 'x57', 'x34', 'x25', 'x60', 'x7', 'x7', 'x38', 'x47', 'x51', 'x63', 'x10', 'x17', 'x46', 'x23', 'x48', 'x61', 'x53', 'x63', 'x5', 'x62', 'x14', 'x54', 'x21'], 'k': 4, 'n': 32, '_time': 0.00043487548828125, '_task': 'basic_procedural... | sort | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x5 x27 x9 x55 x6 x50 x43 x17 x13 x2 x56 x21 x41 x5 x25 x22
(B)
x31 x28 x29 x33 x17 x47 x6 x7 x22 x49 x48 x9 x2 x2 x9 x45 | x5 x27 x9 x55 x6 x50 x43 x17 x13 x2 x56 x21 x41 x25 x22 x31 x28 x29 x33 x47 x7 x49 x48 x45 | {'task': 'union', 'seq': [['x5', 'x27', 'x9', 'x55', 'x6', 'x50', 'x43', 'x17', 'x13', 'x2', 'x56', 'x21', 'x41', 'x5', 'x25', 'x22'], ['x31', 'x28', 'x29', 'x33', 'x17', 'x47', 'x6', 'x7', 'x22', 'x49', 'x48', 'x9', 'x2', 'x2', 'x9', 'x45']], 'k': 4, 'n': 32, '_time': 0.00026106834411621094, '_task': 'basic_procedural... | 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)
x18 x9 x21 x14 x41 x9 x53 x20 x27 x33 x11 x11 x29 x35 x64 x61
(B)
x21 x29 x9 x60 x30 x41 x27 x47 x19 x17 x24 x12 x60 x27 x64 x35 | x18 x9 x21 x14 x41 x53 x20 x27 x33 x11 x29 x35 x64 x61 x60 x30 x47 x19 x17 x24 x12 | {'task': 'union', 'seq': [['x18', 'x9', 'x21', 'x14', 'x41', 'x9', 'x53', 'x20', 'x27', 'x33', 'x11', 'x11', 'x29', 'x35', 'x64', 'x61'], ['x21', 'x29', 'x9', 'x60', 'x30', 'x41', 'x27', 'x47', 'x19', 'x17', 'x24', 'x12', 'x60', 'x27', 'x64', 'x35']], 'k': 4, 'n': 32, '_time': 0.00029468536376953125, '_task': 'basic_pr... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x37 x11 x48 x2 x56 x30 x25 x27 x59 x58 x6 x60 x42 x64 x57 x6 x9 x51 x19 x62 x20 x46 x17 x59 x32 x1 x14 x20 x60 x54 x19 x13
(TARGET)
x19 | x37 x11 x48 x2 x56 x30 x25 x27 x59 x58 x6 x60 x42 x64 x57 x6 x9 x51 x62 x20 x46 x17 x59 x32 x1 x14 x20 x60 x54 x19 x13 | {'task': 'delete', 'seq': [['x37', 'x11', 'x48', 'x2', 'x56', 'x30', 'x25', 'x27', 'x59', 'x58', 'x6', 'x60', 'x42', 'x64', 'x57', 'x6', 'x9', 'x51', 'x19', 'x62', 'x20', 'x46', 'x17', 'x59', 'x32', 'x1', 'x14', 'x20', 'x60', 'x54', 'x19', 'x13'], 'x19'], 'k': 4, 'n': 32, '_time': 0.0002911090850830078, '_task': 'basic... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x44 x28 x50 x33 x14 x64 x44 x8 x29 x64 x46 x23 x43 x8 x16 x33 x32 x28 x62 x64 x38 x4 x18 x44 x8 x24 x19 x18 x25 x64 x35 x27 | x4 x8 x8 x8 x14 x16 x18 x18 x19 x23 x24 x25 x27 x28 x28 x29 x32 x33 x33 x35 x38 x43 x44 x44 x44 x46 x50 x62 x64 x64 x64 x64 | {'task': 'sort', 'seq': ['x44', 'x28', 'x50', 'x33', 'x14', 'x64', 'x44', 'x8', 'x29', 'x64', 'x46', 'x23', 'x43', 'x8', 'x16', 'x33', 'x32', 'x28', 'x62', 'x64', 'x38', 'x4', 'x18', 'x44', 'x8', 'x24', 'x19', 'x18', 'x25', 'x64', 'x35', 'x27'], 'k': 4, 'n': 32, '_time': 0.0002529621124267578, '_task': 'basic_procedura... | sort | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x20 x5 x12 x54 x31 x21 x39 x47 x25 x25 x61 x19 x63 x12 x26 x1 x35 x26 x45 x43 x17 x42 x23 x13 x27 x17 x6 x36 x62 x42 x18 x18 | x1 x5 x6 x12 x12 x13 x17 x17 x18 x18 x19 x20 x21 x23 x25 x25 x26 x26 x27 x31 x35 x36 x39 x42 x42 x43 x45 x47 x54 x61 x62 x63 | {'task': 'sort', 'seq': ['x20', 'x5', 'x12', 'x54', 'x31', 'x21', 'x39', 'x47', 'x25', 'x25', 'x61', 'x19', 'x63', 'x12', 'x26', 'x1', 'x35', 'x26', 'x45', 'x43', 'x17', 'x42', 'x23', 'x13', 'x27', 'x17', 'x6', 'x36', 'x62', 'x42', 'x18', 'x18'], 'k': 4, 'n': 32, '_time': 0.00043392181396484375, '_task': 'basic_procedu... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x8 x6 x14 x7 x34 x42 x17 x17 x49 x14 x49 x54 x31 x4 x64 x10 x23 x54 x16 x19 x34 x17 x48 x23 x34 x47 x17 x44 x58 x40 x5 x11 | x8 x6 x14 x7 x34 x42 x17 x49 x54 x31 x4 x64 x10 x23 x16 x19 x48 x47 x44 x58 x40 x5 x11 | {'task': 'set', 'seq': ['x8', 'x6', 'x14', 'x7', 'x34', 'x42', 'x17', 'x17', 'x49', 'x14', 'x49', 'x54', 'x31', 'x4', 'x64', 'x10', 'x23', 'x54', 'x16', 'x19', 'x34', 'x17', 'x48', 'x23', 'x34', 'x47', 'x17', 'x44', 'x58', 'x40', 'x5', 'x11'], 'k': 4, 'n': 32, '_time': 0.0002548694610595703, '_task': 'basic_procedural'... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x7 x19 x50 x27 x24 x48 x39 x17 x31 x34 x3 x48 x59 x38 x51 x5 x55 x32 x30 x64 x25 x51 x31 x56 x44 x39 x59 x60 x64 x53 x40 x33 | x7 x19 x50 x27 x24 x48 x39 x17 x31 x34 x3 x59 x38 x51 x5 x55 x32 x30 x64 x25 x56 x44 x60 x53 x40 x33 | {'task': 'set', 'seq': ['x7', 'x19', 'x50', 'x27', 'x24', 'x48', 'x39', 'x17', 'x31', 'x34', 'x3', 'x48', 'x59', 'x38', 'x51', 'x5', 'x55', 'x32', 'x30', 'x64', 'x25', 'x51', 'x31', 'x56', 'x44', 'x39', 'x59', 'x60', 'x64', 'x53', 'x40', 'x33'], 'k': 4, 'n': 32, '_time': 0.00024247169494628906, '_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 x17; PUSH x5; POP; PUSH x32; PUSH x14; PUSH x52; POP; POP; POP; POP; PUSH x62; PUSH x63; PUSH x2; PUSH x36; PUSH x30; PUSH x60; PUSH x51; PUSH x31; POP; P... | x36 x2 x63 x62 | {'task': 'stack', 'seq': ['PUSH x17', 'PUSH x5', 'POP', 'PUSH x32', 'PUSH x14', 'PUSH x52', 'POP', 'POP', 'POP', 'POP', 'PUSH x62', 'PUSH x63', 'PUSH x2', 'PUSH x36', 'PUSH x30', 'PUSH x60', 'PUSH x51', 'PUSH x31', 'POP', 'PUSH x64', 'POP', 'PUSH x63', 'POP', 'POP', 'POP', 'POP', 'PUSH x48', 'PUSH x44', '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. | o1 c1 o3 c3 o0 o3 o3 c0 c3 c3 o1 c1 o2 c2 o0 o3 o1 c1 c0 c3 o1 c1 o1 c1 o1 o0 o3 o2 c3 c1 c0 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x57 x7 x42 x47 x60 x63 x55 x33 x1 x53 x21 x4 x26 x48 x13 x26 x58 x20 x4 x52 x56 x63 x17 x19 x42 x61 x17 x2 x53 x57 x11 x11 | x57 x7 x42 x47 x60 x63 x55 x33 x1 x53 x21 x4 x26 x48 x13 x26 x58 x20 x4 x52 x56 x63 x17 x19 x42 x61 x17 x2 x53 x57 x11 x11 | {'task': 'identity', 'seq': ['x57', 'x7', 'x42', 'x47', 'x60', 'x63', 'x55', 'x33', 'x1', 'x53', 'x21', 'x4', 'x26', 'x48', 'x13', 'x26', 'x58', 'x20', 'x4', 'x52', 'x56', 'x63', 'x17', 'x19', 'x42', 'x61', 'x17', 'x2', 'x53', 'x57', 'x11', 'x11'], 'k': 4, 'n': 32, '_time': 0.00023794174194335938, '_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. | o1 c1 o1 c1 o2 c2 o3 c3 o1 o2 c1 o1 o1 c2 o3 c1 o3 o3 o0 o1 c3 o0 c0 o2 c0 c2 o2 c1 c3 c1 c2 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029850006103515625, '_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 x24; PUSH x23; PUSH x32; PUSH x56; PUSH x55; PUSH x7; POP; PUSH x48; PUSH x62; PUSH x13; PUSH x23; POP; PUSH x20; PUSH x36; PUSH x63; PUSH x52; POP; POP; ... | x27 x20 x13 x62 x48 x55 x56 x32 x23 x24 | {'task': 'stack', 'seq': ['PUSH x24', 'PUSH x23', 'PUSH x32', 'PUSH x56', 'PUSH x55', 'PUSH x7', 'POP', 'PUSH x48', 'PUSH x62', 'PUSH x13', 'PUSH x23', 'POP', 'PUSH x20', 'PUSH x36', 'PUSH x63', 'PUSH x52', 'POP', 'POP', 'PUSH x21', 'PUSH x34', 'PUSH x7', 'PUSH x24', 'POP', 'POP', 'POP', 'POP', 'PUSH x59', 'PUSH x32', ... | stack | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 o3 c2 o0 c3 c0 o3 o0 c0 c3 o1 o0 o2 c1 c0 c2 o3 o3 c3 o0 c3 o3 c3 o3 o3 c0 c3 c3 o3 c3 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00027823448181152344, '_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)
x33 x45 x9 x16 x60 x6 x54 x33 x57 x7 x24 x11 x4 x12 x25 x60 x4 x34 x8 x50 x23 x28 x52 x62 x27 x41 x12 x61 x30 x27 x45 x61 | x33 x45 x9 x16 x60 x6 x54 x33 x57 x7 x24 x11 x4 x12 x25 x60 x4 x34 x8 x50 x23 x28 x52 x62 x27 x41 x12 x61 x30 x27 x45 x61 | {'task': 'identity', 'seq': ['x33', 'x45', 'x9', 'x16', 'x60', 'x6', 'x54', 'x33', 'x57', 'x7', 'x24', 'x11', 'x4', 'x12', 'x25', 'x60', 'x4', 'x34', 'x8', 'x50', 'x23', 'x28', 'x52', 'x62', 'x27', 'x41', 'x12', 'x61', 'x30', 'x27', 'x45', 'x61'], 'k': 4, 'n': 32, '_time': 0.00040984153747558594, '_task': 'basic_proced... | identity | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x54; POP; PUSH x53; PUSH x54; PUSH x29; POP; POP; PUSH x49; PUSH x7; POP; POP; PUSH x6; POP; PUSH x13; PUSH x57; POP; PUSH x27; PUSH x47; PUSH x4; POP; PU... | EMPTY | {'task': 'stack', 'seq': ['PUSH x54', 'POP', 'PUSH x53', 'PUSH x54', 'PUSH x29', 'POP', 'POP', 'PUSH x49', 'PUSH x7', 'POP', 'POP', 'PUSH x6', 'POP', 'PUSH x13', 'PUSH x57', 'POP', 'PUSH x27', 'PUSH x47', 'PUSH x4', 'POP', 'PUSH x22', 'POP', 'POP', 'POP', 'POP', 'PUSH x61', 'PUSH x58', 'POP', 'POP', 'POP', 'PUSH x33', ... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x12 x39 x38 x4 x7 x21 x3 x20 x58 x35 x13 x16 x16 x8 x28 x3 x8 x13 x56 x60 x23 x63 x55 x10 x42 x50 x53 x36 x3 x61 x29 x39 | x12 x39 x38 x4 x7 x21 x3 x20 x58 x35 x13 x16 x16 x8 x28 x3 x8 x13 x56 x60 x23 x63 x55 x10 x42 x50 x53 x36 x3 x61 x29 x39 | {'task': 'identity', 'seq': ['x12', 'x39', 'x38', 'x4', 'x7', 'x21', 'x3', 'x20', 'x58', 'x35', 'x13', 'x16', 'x16', 'x8', 'x28', 'x3', 'x8', 'x13', 'x56', 'x60', 'x23', 'x63', 'x55', 'x10', 'x42', 'x50', 'x53', 'x36', 'x3', 'x61', 'x29', 'x39'], 'k': 4, 'n': 32, '_time': 0.0002758502960205078, '_task': 'basic_procedur... | 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. | o1 c1 o2 c2 o0 c0 o3 o0 o0 c0 o3 c3 c0 c3 o2 o3 c3 o0 o3 o2 c2 c3 c0 o1 o2 o2 o0 c0 c2 c2 c1 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00022292137145996094, '_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. | o3 c3 o1 o0 c0 c1 o0 c0 o2 o1 o0 c0 c1 c2 o1 c1 o1 c1 o0 c0 o2 c2 o1 o3 c1 c3 o1 o0 o1 c0 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004487037658691406, '_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)
x25 x54 x3 x17 x51 x2 x50 x57 x35 x56 x4 x41 x55 x17 x14 x6 x47 x63 x2 x3 x16 x42 x58 x25 x23 x2 x29 x3 x60 x41 x56 x42 | x2 x2 x2 x3 x3 x3 x4 x6 x14 x16 x17 x17 x23 x25 x25 x29 x35 x41 x41 x42 x42 x47 x50 x51 x54 x55 x56 x56 x57 x58 x60 x63 | {'task': 'sort', 'seq': ['x25', 'x54', 'x3', 'x17', 'x51', 'x2', 'x50', 'x57', 'x35', 'x56', 'x4', 'x41', 'x55', 'x17', 'x14', 'x6', 'x47', 'x63', 'x2', 'x3', 'x16', 'x42', 'x58', 'x25', 'x23', 'x2', 'x29', 'x3', 'x60', 'x41', 'x56', 'x42'], 'k': 4, 'n': 32, '_time': 0.00025010108947753906, '_task': 'basic_procedural',... | sort | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x29 x9 x31 x22 x18 x61 x41 x17 x51 x45 x18 x22 x32 x2 x29 x57
(B)
x51 x29 x17 x23 x32 x7 x46 x4 x14 x21 x36 x34 x42 x17 x14 x29 | x29 x9 x31 x22 x18 x61 x41 x17 x51 x45 x32 x2 x57 x23 x7 x46 x4 x14 x21 x36 x34 x42 | {'task': 'union', 'seq': [['x29', 'x9', 'x31', 'x22', 'x18', 'x61', 'x41', 'x17', 'x51', 'x45', 'x18', 'x22', 'x32', 'x2', 'x29', 'x57'], ['x51', 'x29', 'x17', 'x23', 'x32', 'x7', 'x46', 'x4', 'x14', 'x21', 'x36', 'x34', 'x42', 'x17', 'x14', 'x29']], 'k': 4, 'n': 32, '_time': 0.0002968311309814453, '_task': 'basic_proc... | union | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x36 x18 x58 x41 x26 x9 x41 x17 x23 x17 x35 x46 x15 x52 x22 x54 x39 x58 x1 x33 x1 x37 x12 x11 x26 x55 x42 x60 x17 x61 x52 x63 | x36 x18 x58 x41 x26 x9 x17 x23 x35 x46 x15 x52 x22 x54 x39 x1 x33 x37 x12 x11 x55 x42 x60 x61 x63 | {'task': 'set', 'seq': ['x36', 'x18', 'x58', 'x41', 'x26', 'x9', 'x41', 'x17', 'x23', 'x17', 'x35', 'x46', 'x15', 'x52', 'x22', 'x54', 'x39', 'x58', 'x1', 'x33', 'x1', 'x37', 'x12', 'x11', 'x26', 'x55', 'x42', 'x60', 'x17', 'x61', 'x52', 'x63'], 'k': 4, 'n': 32, '_time': 0.0002799034118652344, '_task': 'basic_procedura... | set | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x45; POP; PUSH x63; POP; PUSH x52; PUSH x29; PUSH x38; POP; POP; POP; PUSH x24; POP; PUSH x62; POP; PUSH x29; PUSH x32; PUSH x25; PUSH x57; PUSH x16; POP;... | EMPTY | {'task': 'stack', 'seq': ['PUSH x45', 'POP', 'PUSH x63', 'POP', 'PUSH x52', 'PUSH x29', 'PUSH x38', 'POP', 'POP', 'POP', 'PUSH x24', 'POP', 'PUSH x62', 'POP', 'PUSH x29', 'PUSH x32', 'PUSH x25', 'PUSH x57', 'PUSH x16', 'POP', 'PUSH x18', 'PUSH x28', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x23', 'POP', 'POP', 'PUSH x6'... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x49 x13 x15 x1 x40 x44 x49 x51 x25 x13 x46 x61 x23 x50 x9 x48 x10 x7 x57 x56 x49 x63 x27 x47 x12 x29 x8 x51 x5 x23 x53 x5 | x49 x13 x15 x1 x40 x44 x49 x51 x25 x13 x46 x61 x23 x50 x9 x48 x10 x7 x57 x56 x49 x63 x27 x47 x12 x29 x8 x51 x5 x23 x53 x5 | {'task': 'identity', 'seq': ['x49', 'x13', 'x15', 'x1', 'x40', 'x44', 'x49', 'x51', 'x25', 'x13', 'x46', 'x61', 'x23', 'x50', 'x9', 'x48', 'x10', 'x7', 'x57', 'x56', 'x49', 'x63', 'x27', 'x47', 'x12', 'x29', 'x8', 'x51', 'x5', 'x23', 'x53', 'x5'], 'k': 4, 'n': 32, '_time': 0.0004093647003173828, '_task': 'basic_procedu... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x5 x60 x52 x48 x23 x11 x24 x13 x48 x22 x35 x26 x1 x31 x13 x11 x52 x12 x50 x21 x46 x3 x26 x45 x39 x18 x64 x31 x62 x10 x33 x29
(TARGET)
x5 | x60 x52 x48 x23 x11 x24 x13 x48 x22 x35 x26 x1 x31 x13 x11 x52 x12 x50 x21 x46 x3 x26 x45 x39 x18 x64 x31 x62 x10 x33 x29 | {'task': 'delete', 'seq': [['x5', 'x60', 'x52', 'x48', 'x23', 'x11', 'x24', 'x13', 'x48', 'x22', 'x35', 'x26', 'x1', 'x31', 'x13', 'x11', 'x52', 'x12', 'x50', 'x21', 'x46', 'x3', 'x26', 'x45', 'x39', 'x18', 'x64', 'x31', 'x62', 'x10', 'x33', 'x29'], 'x5'], 'k': 4, 'n': 32, '_time': 0.00024771690368652344, '_task': 'bas... | 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 x49; PUSH x34; PUSH x54; PUSH x40; PUSH x14; POP; PUSH x28; PUSH x24; PUSH x47; PUSH x45; PUSH x12; POP; PUSH x8; PUSH x37; PUSH x35; PUSH x44; PUSH x40; ... | x16 x5 x37 x8 x45 x47 x24 x28 x40 x54 x34 x49 | {'task': 'stack', 'seq': ['PUSH x49', 'PUSH x34', 'PUSH x54', 'PUSH x40', 'PUSH x14', 'POP', 'PUSH x28', 'PUSH x24', 'PUSH x47', 'PUSH x45', 'PUSH x12', 'POP', 'PUSH x8', 'PUSH x37', 'PUSH x35', 'PUSH x44', 'PUSH x40', 'PUSH x25', 'PUSH x61', 'PUSH x12', 'PUSH x23', 'PUSH x28', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP',... | stack | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x3 x59 x28 x15 x51 x43 x55 x34 x5 x46 x44 x55 x19 x52 x27 x14
(B)
x33 x60 x16 x42 x5 x5 x20 x28 x35 x39 x17 x33 x57 x20 x3 x2 | x3 x59 x28 x15 x51 x43 x55 x34 x5 x46 x44 x19 x52 x27 x14 x33 x60 x16 x42 x20 x35 x39 x17 x57 x2 | {'task': 'union', 'seq': [['x3', 'x59', 'x28', 'x15', 'x51', 'x43', 'x55', 'x34', 'x5', 'x46', 'x44', 'x55', 'x19', 'x52', 'x27', 'x14'], ['x33', 'x60', 'x16', 'x42', 'x5', 'x5', 'x20', 'x28', 'x35', 'x39', 'x17', 'x33', 'x57', 'x20', 'x3', 'x2']], 'k': 4, 'n': 32, '_time': 0.0002980232238769531, '_task': 'basic_proced... | union | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 o1 c1 o0 c0 c0 o2 c2 o2 o2 c2 c2 o0 c0 o1 o2 c2 c1 o2 o2 c2 o2 o3 o2 o3 o3 c3 c3 c2 c3 c2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002269744873046875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 o0 c0 o1 o3 c3 c1 c1 o1 o2 o0 c0 o0 c0 c2 c1 o3 o2 o3 o2 o3 c3 c2 o1 c1 o0 o2 c2 c0 c3 c2 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00023293495178222656, '_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. | o1 c1 o0 c0 o0 c0 o2 o0 o0 c2 o3 o0 c0 c0 c0 c3 o2 c2 o1 o3 o1 c3 c1 c1 o2 c2 o0 o0 o2 c0 c0 c2 | {'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 |
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; PUSH x27; PUSH x54; PUSH x31; PUSH x44; POP; PUSH x22; PUSH x44; PUSH x7; PUSH x14; PUSH x41; PUSH x20; POP; PUSH x57; POP; PUSH x46; POP; PUSH x4; P... | x52 x7 x44 x22 x31 x54 x27 x63 | {'task': 'stack', 'seq': ['PUSH x63', 'PUSH x27', 'PUSH x54', 'PUSH x31', 'PUSH x44', 'POP', 'PUSH x22', 'PUSH x44', 'PUSH x7', 'PUSH x14', 'PUSH x41', 'PUSH x20', 'POP', 'PUSH x57', 'POP', 'PUSH x46', 'POP', 'PUSH x4', 'POP', 'PUSH x64', 'PUSH x7', 'PUSH x63', 'PUSH x11', 'POP', 'POP', 'PUSH x5', 'POP', 'POP', 'POP', ... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x30 x8 x2 x1 x46 x41 x48 x17 x59 x25 x52 x35 x46 x44 x34 x30 x54 x3 x31 x57 x52 x2 x44 x29 x18 x16 x47 x61 x18 x27 x34 x13 | x30 x8 x2 x1 x46 x41 x48 x17 x59 x25 x52 x35 x46 x44 x34 x30 x54 x3 x31 x57 x52 x2 x44 x29 x18 x16 x47 x61 x18 x27 x34 x13 | {'task': 'identity', 'seq': ['x30', 'x8', 'x2', 'x1', 'x46', 'x41', 'x48', 'x17', 'x59', 'x25', 'x52', 'x35', 'x46', 'x44', 'x34', 'x30', 'x54', 'x3', 'x31', 'x57', 'x52', 'x2', 'x44', 'x29', 'x18', 'x16', 'x47', 'x61', 'x18', 'x27', 'x34', 'x13'], 'k': 4, 'n': 32, '_time': 0.00027489662170410156, '_task': 'basic_proce... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x17 x44 x61 x36 x28 x61 x53 x34 x6 x4 x13 x57 x44 x15 x22 x3 x26 x52 x40 x33 x8 x58 x22 x32 x18 x32 x61 x24 x46 x6 x55 x36 | x36 x55 x6 x46 x24 x61 x32 x18 x32 x22 x58 x8 x33 x40 x52 x26 x3 x22 x15 x44 x57 x13 x4 x6 x34 x53 x61 x28 x36 x61 x44 x17 | {'task': 'reverse', 'seq': ['x17', 'x44', 'x61', 'x36', 'x28', 'x61', 'x53', 'x34', 'x6', 'x4', 'x13', 'x57', 'x44', 'x15', 'x22', 'x3', 'x26', 'x52', 'x40', 'x33', 'x8', 'x58', 'x22', 'x32', 'x18', 'x32', 'x61', 'x24', 'x46', 'x6', 'x55', 'x36'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedural'... | reverse | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x10 x13 x49 x29 x23 x19 x37 x24 x27 x20 x15 x10 x38 x28 x47 x55 x57 x49 x25 x37 x30 x13 x16 x28 x23 x22 x49 x32 x5 x45 x49 x54 | x54 x49 x45 x5 x32 x49 x22 x23 x28 x16 x13 x30 x37 x25 x49 x57 x55 x47 x28 x38 x10 x15 x20 x27 x24 x37 x19 x23 x29 x49 x13 x10 | {'task': 'reverse', 'seq': ['x10', 'x13', 'x49', 'x29', 'x23', 'x19', 'x37', 'x24', 'x27', 'x20', 'x15', 'x10', 'x38', 'x28', 'x47', 'x55', 'x57', 'x49', 'x25', 'x37', 'x30', 'x13', 'x16', 'x28', 'x23', 'x22', 'x49', 'x32', 'x5', 'x45', 'x49', 'x54'], 'k': 4, 'n': 32, '_time': 0.0002741813659667969, '_task': 'basic_pro... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x62 x42 x56 x28 x3 x42 x60 x30 x50 x52 x52 x41 x36 x31 x25 x34 x52 x16 x35 x8 x60 x43 x22 x12 x63 x23 x4 x64 x18 x1 x31 x4
(TARGET)
x63 | x62 x42 x56 x28 x3 x42 x60 x30 x50 x52 x52 x41 x36 x31 x25 x34 x52 x16 x35 x8 x60 x43 x22 x12 x23 x4 x64 x18 x1 x31 x4 | {'task': 'delete', 'seq': [['x62', 'x42', 'x56', 'x28', 'x3', 'x42', 'x60', 'x30', 'x50', 'x52', 'x52', 'x41', 'x36', 'x31', 'x25', 'x34', 'x52', 'x16', 'x35', 'x8', 'x60', 'x43', 'x22', 'x12', 'x63', 'x23', 'x4', 'x64', 'x18', 'x1', 'x31', 'x4'], 'x63'], 'k': 4, 'n': 32, '_time': 0.00029015541076660156, '_task': 'basi... | delete | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x2 x6 x55 x3 x59 x39 x28 x15 x18 x24 x4 x13 x45 x35 x57 x12
(B)
x52 x55 x15 x53 x51 x25 x33 x13 x57 x42 x57 x43 x12 x9 x44 x2 | x2 x6 x55 x3 x59 x39 x28 x15 x18 x24 x4 x13 x45 x35 x57 x12 x52 x53 x51 x25 x33 x42 x43 x9 x44 | {'task': 'union', 'seq': [['x2', 'x6', 'x55', 'x3', 'x59', 'x39', 'x28', 'x15', 'x18', 'x24', 'x4', 'x13', 'x45', 'x35', 'x57', 'x12'], ['x52', 'x55', 'x15', 'x53', 'x51', 'x25', 'x33', 'x13', 'x57', 'x42', 'x57', 'x43', 'x12', 'x9', 'x44', 'x2']], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_task': 'basic_proce... | union | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x63 x18 x47 x29 x53 x64 x41 x62 x15 x48 x44 x47 x60 x37 x63 x26 x16 x15 x7 x33 x4 x7 x33 x42 x3 x24 x33 x19 x30 x41 x62 x31 | x63 x18 x47 x29 x53 x64 x41 x62 x15 x48 x44 x60 x37 x26 x16 x7 x33 x4 x42 x3 x24 x19 x30 x31 | {'task': 'set', 'seq': ['x63', 'x18', 'x47', 'x29', 'x53', 'x64', 'x41', 'x62', 'x15', 'x48', 'x44', 'x47', 'x60', 'x37', 'x63', 'x26', 'x16', 'x15', 'x7', 'x33', 'x4', 'x7', 'x33', 'x42', 'x3', 'x24', 'x33', 'x19', 'x30', 'x41', 'x62', 'x31'], 'k': 4, 'n': 32, '_time': 0.0002791881561279297, '_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 x42; POP; PUSH x64; PUSH x7; POP; POP; PUSH x44; PUSH x4; PUSH x18; PUSH x48; PUSH x57; PUSH x40; PUSH x33; PUSH x13; PUSH x35; POP; PUSH x58; PUSH x5; PU... | x4 x44 | {'task': 'stack', 'seq': ['PUSH x42', 'POP', 'PUSH x64', 'PUSH x7', 'POP', 'POP', 'PUSH x44', 'PUSH x4', 'PUSH x18', 'PUSH x48', 'PUSH x57', 'PUSH x40', 'PUSH x33', 'PUSH x13', 'PUSH x35', 'POP', 'PUSH x58', 'PUSH x5', 'PUSH x17', 'PUSH x11', 'POP', 'PUSH x30', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'P... | stack | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x16 x39 x25 x50 x8 x43 x57 x43 x33 x60 x41 x2 x52 x9 x11 x52 x46 x4 x25 x10 x9 x45 x34 x35 x18 x9 x62 x28 x42 x7 x55 x21 | x16 x39 x25 x50 x8 x43 x57 x33 x60 x41 x2 x52 x9 x11 x46 x4 x10 x45 x34 x35 x18 x62 x28 x42 x7 x55 x21 | {'task': 'set', 'seq': ['x16', 'x39', 'x25', 'x50', 'x8', 'x43', 'x57', 'x43', 'x33', 'x60', 'x41', 'x2', 'x52', 'x9', 'x11', 'x52', 'x46', 'x4', 'x25', 'x10', 'x9', 'x45', 'x34', 'x35', 'x18', 'x9', 'x62', 'x28', 'x42', 'x7', 'x55', 'x21'], 'k': 4, 'n': 32, '_time': 0.00028014183044433594, '_task': 'basic_procedural',... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x47 x6 x14 x17 x55 x22 x16 x55 x23 x36 x30 x3 x39 x9 x11 x49 x58 x21 x31 x61 x52 x13 x27 x19 x60 x62 x42 x50 x39 x29 x57 x50 | x3 x6 x9 x11 x13 x14 x16 x17 x19 x21 x22 x23 x27 x29 x30 x31 x36 x39 x39 x42 x47 x49 x50 x50 x52 x55 x55 x57 x58 x60 x61 x62 | {'task': 'sort', 'seq': ['x47', 'x6', 'x14', 'x17', 'x55', 'x22', 'x16', 'x55', 'x23', 'x36', 'x30', 'x3', 'x39', 'x9', 'x11', 'x49', 'x58', 'x21', 'x31', 'x61', 'x52', 'x13', 'x27', 'x19', 'x60', 'x62', 'x42', 'x50', 'x39', 'x29', 'x57', 'x50'], 'k': 4, 'n': 32, '_time': 0.0004413127899169922, '_task': 'basic_procedur... | sort | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x11 x61 x61 x5 x32 x12 x9 x25 x24 x60 x8 x33 x57 x11 x46 x44 x25 x45 x1 x45 x32 x48 x33 x11 x16 x61 x53 x59 x57 x11 x24 x64 | x1 x5 x8 x9 x11 x11 x11 x11 x12 x16 x24 x24 x25 x25 x32 x32 x33 x33 x44 x45 x45 x46 x48 x53 x57 x57 x59 x60 x61 x61 x61 x64 | {'task': 'sort', 'seq': ['x11', 'x61', 'x61', 'x5', 'x32', 'x12', 'x9', 'x25', 'x24', 'x60', 'x8', 'x33', 'x57', 'x11', 'x46', 'x44', 'x25', 'x45', 'x1', 'x45', 'x32', 'x48', 'x33', 'x11', 'x16', 'x61', 'x53', 'x59', 'x57', 'x11', 'x24', 'x64'], 'k': 4, 'n': 32, '_time': 0.0002911090850830078, '_task': 'basic_procedura... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x3 x31 x26 x15 x16 x42 x18 x64 x28 x41 x6 x56 x25 x3 x18 x36 x25 x34 x47 x14 x1 x41 x25 x52 x53 x12 x53 x45 x40 x34 x14 x59 | x3 x31 x26 x15 x16 x42 x18 x64 x28 x41 x6 x56 x25 x3 x18 x36 x25 x34 x47 x14 x1 x41 x25 x52 x53 x12 x53 x45 x40 x34 x14 x59 | {'task': 'identity', 'seq': ['x3', 'x31', 'x26', 'x15', 'x16', 'x42', 'x18', 'x64', 'x28', 'x41', 'x6', 'x56', 'x25', 'x3', 'x18', 'x36', 'x25', 'x34', 'x47', 'x14', 'x1', 'x41', 'x25', 'x52', 'x53', 'x12', 'x53', 'x45', 'x40', 'x34', 'x14', 'x59'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_proce... | 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)
x19 x42 x23 x2 x16 x59 x52 x33 x56 x57 x25 x4 x16 x56 x17 x15
(B)
x2 x21 x22 x64 x23 x42 x30 x50 x35 x44 x45 x7 x11 x12 x10 x2 | x19 x42 x23 x2 x16 x59 x52 x33 x56 x57 x25 x4 x17 x15 x21 x22 x64 x30 x50 x35 x44 x45 x7 x11 x12 x10 | {'task': 'union', 'seq': [['x19', 'x42', 'x23', 'x2', 'x16', 'x59', 'x52', 'x33', 'x56', 'x57', 'x25', 'x4', 'x16', 'x56', 'x17', 'x15'], ['x2', 'x21', 'x22', 'x64', 'x23', 'x42', 'x30', 'x50', 'x35', 'x44', 'x45', 'x7', 'x11', 'x12', 'x10', 'x2']], 'k': 4, 'n': 32, '_time': 0.00029921531677246094, '_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. | o2 o2 c2 c2 o1 c1 o3 o1 c1 c3 o1 c1 o2 c2 o1 c1 o0 c0 o1 c1 o1 o1 o0 o1 o0 o2 c0 c1 c2 c1 c1 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004477500915527344, '_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)
x22 x59 x22 x1 x4 x53 x27 x17 x46 x54 x5 x33 x16 x23 x30 x21 x46 x31 x27 x48 x38 x22 x10 x15 x53 x36 x34 x62 x18 x3 x48 x39
(TARGET)
x62 | x22 x59 x22 x1 x4 x53 x27 x17 x46 x54 x5 x33 x16 x23 x30 x21 x46 x31 x27 x48 x38 x22 x10 x15 x53 x36 x34 x18 x3 x48 x39 | {'task': 'delete', 'seq': [['x22', 'x59', 'x22', 'x1', 'x4', 'x53', 'x27', 'x17', 'x46', 'x54', 'x5', 'x33', 'x16', 'x23', 'x30', 'x21', 'x46', 'x31', 'x27', 'x48', 'x38', 'x22', 'x10', 'x15', 'x53', 'x36', 'x34', 'x62', 'x18', 'x3', 'x48', 'x39'], 'x62'], 'k': 4, 'n': 32, '_time': 0.00030803680419921875, '_task': 'bas... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x8 x60 x8 x36 x13 x11 x3 x41 x5 x43 x60 x49 x24 x62 x11 x30 x24 x8 x15 x55 x4 x51 x35 x48 x32 x33 x1 x24 x26 x58 x17 x21 | x8 x60 x36 x13 x11 x3 x41 x5 x43 x49 x24 x62 x30 x15 x55 x4 x51 x35 x48 x32 x33 x1 x26 x58 x17 x21 | {'task': 'set', 'seq': ['x8', 'x60', 'x8', 'x36', 'x13', 'x11', 'x3', 'x41', 'x5', 'x43', 'x60', 'x49', 'x24', 'x62', 'x11', 'x30', 'x24', 'x8', 'x15', 'x55', 'x4', 'x51', 'x35', 'x48', 'x32', 'x33', 'x1', 'x24', 'x26', 'x58', 'x17', 'x21'], 'k': 4, 'n': 32, '_time': 0.00027942657470703125, '_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 x51; PUSH x25; PUSH x17; POP; POP; POP; PUSH x55; PUSH x15; POP; PUSH x1; POP; PUSH x19; PUSH x58; PUSH x15; PUSH x5; PUSH x59; PUSH x7; PUSH x49; PUSH x1... | x38 x27 x59 x5 x15 x58 x19 x55 | {'task': 'stack', 'seq': ['PUSH x51', 'PUSH x25', 'PUSH x17', 'POP', 'POP', 'POP', 'PUSH x55', 'PUSH x15', 'POP', 'PUSH x1', 'POP', 'PUSH x19', 'PUSH x58', 'PUSH x15', 'PUSH x5', 'PUSH x59', 'PUSH x7', 'PUSH x49', 'PUSH x15', 'PUSH x17', 'POP', 'POP', 'POP', 'POP', 'PUSH x27', 'PUSH x57', 'POP', 'PUSH x2', 'PUSH x2', '... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x48 x49 x12 x55 x40 x52 x36 x17 x64 x24 x39 x48 x4 x2 x21 x53 x19 x35 x22 x14 x44 x3 x38 x32 x40 x14 x49 x38 x38 x35 x59 x10
(TARGET)
x51 | x48 x49 x12 x55 x40 x52 x36 x17 x64 x24 x39 x48 x4 x2 x21 x53 x19 x35 x22 x14 x44 x3 x38 x32 x40 x14 x49 x38 x38 x35 x59 x10 | {'task': 'delete', 'seq': [['x48', 'x49', 'x12', 'x55', 'x40', 'x52', 'x36', 'x17', 'x64', 'x24', 'x39', 'x48', 'x4', 'x2', 'x21', 'x53', 'x19', 'x35', 'x22', 'x14', 'x44', 'x3', 'x38', 'x32', 'x40', 'x14', 'x49', 'x38', 'x38', 'x35', 'x59', 'x10'], 'x51'], 'k': 4, 'n': 32, '_time': 0.0003218650817871094, '_task': 'bas... | 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. | o3 o0 o1 o2 o1 c1 c2 c1 o2 c2 o0 c0 c0 c3 o3 o2 o2 c2 c2 c3 o2 o1 o2 c2 c1 o1 o0 o0 c0 c0 c1 c2 | {'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 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x26 x6 x42 x41 x28 x45 x28 x44 x55 x20 x10 x49 x46 x40 x10 x30 x57 x35 x12 x59 x2 x13 x30 x17 x34 x1 x28 x35 x57 x23 x62 x17
(TARGET)
x35 | x26 x6 x42 x41 x28 x45 x28 x44 x55 x20 x10 x49 x46 x40 x10 x30 x57 x12 x59 x2 x13 x30 x17 x34 x1 x28 x35 x57 x23 x62 x17 | {'task': 'delete', 'seq': [['x26', 'x6', 'x42', 'x41', 'x28', 'x45', 'x28', 'x44', 'x55', 'x20', 'x10', 'x49', 'x46', 'x40', 'x10', 'x30', 'x57', 'x35', 'x12', 'x59', 'x2', 'x13', 'x30', 'x17', 'x34', 'x1', 'x28', 'x35', 'x57', 'x23', 'x62', 'x17'], 'x35'], 'k': 4, 'n': 32, '_time': 0.0002930164337158203, '_task': 'bas... | delete | instruct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.