prompt stringlengths 144 465 | answer stringlengths 5 127 | metadata stringlengths 308 686 | task stringclasses 9
values | mode stringclasses 1
value | level int64 0 0 |
|---|---|---|---|---|---|
Copy the sequence exactly.
(SEQUENCE)
x7 x31 x56 x25 x14 x52 x6 x23 x25 x39 x11 x21 x9 x58 x60 x51 x61 x14 x58 x33 x33 x11 x23 x20 x6 x45 x48 x42 x54 x13 x33 x27 | x7 x31 x56 x25 x14 x52 x6 x23 x25 x39 x11 x21 x9 x58 x60 x51 x61 x14 x58 x33 x33 x11 x23 x20 x6 x45 x48 x42 x54 x13 x33 x27 | {'task': 'identity', 'seq': ['x7', 'x31', 'x56', 'x25', 'x14', 'x52', 'x6', 'x23', 'x25', 'x39', 'x11', 'x21', 'x9', 'x58', 'x60', 'x51', 'x61', 'x14', 'x58', 'x33', 'x33', 'x11', 'x23', 'x20', 'x6', 'x45', 'x48', 'x42', 'x54', 'x13', 'x33', 'x27'], 'k': 4, 'n': 32, '_time': 0.00043654441833496094, '_task': 'basic_proc... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x56 x5 x4 x3 x27 x60 x46 x57 x25 x21 x2 x19 x3 x13 x12 x4 x35 x6 x43 x39 x23 x17 x52 x48 x18 x19 x1 x6 x28 x36 x24 x22
(TARGET)
x4 | x56 x5 x3 x27 x60 x46 x57 x25 x21 x2 x19 x3 x13 x12 x4 x35 x6 x43 x39 x23 x17 x52 x48 x18 x19 x1 x6 x28 x36 x24 x22 | {'task': 'delete', 'seq': [['x56', 'x5', 'x4', 'x3', 'x27', 'x60', 'x46', 'x57', 'x25', 'x21', 'x2', 'x19', 'x3', 'x13', 'x12', 'x4', 'x35', 'x6', 'x43', 'x39', 'x23', 'x17', 'x52', 'x48', 'x18', 'x19', 'x1', 'x6', 'x28', 'x36', 'x24', 'x22'], 'x4'], 'k': 4, 'n': 32, '_time': 0.0004718303680419922, '_task': 'basic_proc... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x29 x61 x34 x42 x53 x20 x47 x42 x60 x37 x37 x45 x48 x34 x52 x39 x4 x51 x26 x30 x38 x24 x48 x22 x46 x11 x29 x26 x21 x59 x10 x28 | x29 x61 x34 x42 x53 x20 x47 x60 x37 x45 x48 x52 x39 x4 x51 x26 x30 x38 x24 x22 x46 x11 x21 x59 x10 x28 | {'task': 'set', 'seq': ['x29', 'x61', 'x34', 'x42', 'x53', 'x20', 'x47', 'x42', 'x60', 'x37', 'x37', 'x45', 'x48', 'x34', 'x52', 'x39', 'x4', 'x51', 'x26', 'x30', 'x38', 'x24', 'x48', 'x22', 'x46', 'x11', 'x29', 'x26', 'x21', 'x59', 'x10', 'x28'], 'k': 4, 'n': 32, '_time': 0.0004544258117675781, '_task': 'basic_procedu... | set | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x34; PUSH x41; PUSH x18; PUSH x18; PUSH x57; POP; PUSH x53; POP; POP; PUSH x31; PUSH x8; PUSH x17; POP; POP; PUSH x33; PUSH x23; POP; PUSH x16; PUSH x48; ... | x9 x18 x41 x34 | {'task': 'stack', 'seq': ['PUSH x34', 'PUSH x41', 'PUSH x18', 'PUSH x18', 'PUSH x57', 'POP', 'PUSH x53', 'POP', 'POP', 'PUSH x31', 'PUSH x8', 'PUSH x17', 'POP', 'POP', 'PUSH x33', 'PUSH x23', 'POP', 'PUSH x16', 'PUSH x48', 'PUSH x6', 'PUSH x17', 'PUSH x20', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x3', 'POP', 'POP', 'P... | stack | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o2 o2 o3 o0 c0 o3 c3 o1 o0 c0 o0 c0 o3 o2 o1 o2 c2 c1 c2 o2 c2 o0 c0 o2 o3 c3 c2 c3 c1 c3 c2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041937828063964844, '_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)
x37 x50 x60 x17 x9 x60 x50 x63 x17 x42 x16 x62 x28 x43 x58 x42 x42 x40 x25 x35 x56 x30 x61 x58 x25 x19 x52 x43 x3 x61 x16 x29 | x37 x50 x60 x17 x9 x60 x50 x63 x17 x42 x16 x62 x28 x43 x58 x42 x42 x40 x25 x35 x56 x30 x61 x58 x25 x19 x52 x43 x3 x61 x16 x29 | {'task': 'identity', 'seq': ['x37', 'x50', 'x60', 'x17', 'x9', 'x60', 'x50', 'x63', 'x17', 'x42', 'x16', 'x62', 'x28', 'x43', 'x58', 'x42', 'x42', 'x40', 'x25', 'x35', 'x56', 'x30', 'x61', 'x58', 'x25', 'x19', 'x52', 'x43', 'x3', 'x61', 'x16', 'x29'], 'k': 4, 'n': 32, '_time': 0.0004451274871826172, '_task': 'basic_pro... | identity | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x47; PUSH x12; POP; POP; PUSH x56; POP; PUSH x5; PUSH x27; PUSH x61; PUSH x28; PUSH x30; PUSH x40; PUSH x55; PUSH x22; PUSH x22; POP; POP; PUSH x51; POP; ... | x28 x61 x27 x5 | {'task': 'stack', 'seq': ['PUSH x47', 'PUSH x12', 'POP', 'POP', 'PUSH x56', 'POP', 'PUSH x5', 'PUSH x27', 'PUSH x61', 'PUSH x28', 'PUSH x30', 'PUSH x40', 'PUSH x55', 'PUSH x22', 'PUSH x22', 'POP', 'POP', 'PUSH x51', 'POP', 'PUSH x44', 'PUSH x13', 'PUSH x6', 'POP', 'POP', 'PUSH x8', 'POP', 'POP', 'POP', 'PUSH x45', 'POP... | stack | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x35 x32 x16 x8 x64 x23 x1 x25 x56 x49 x7 x23 x41 x24 x33 x63 x23 x29 x53 x42 x30 x46 x29 x42 x27 x9 x40 x27 x45 x39 x48 x55 | x35 x32 x16 x8 x64 x23 x1 x25 x56 x49 x7 x41 x24 x33 x63 x29 x53 x42 x30 x46 x27 x9 x40 x45 x39 x48 x55 | {'task': 'set', 'seq': ['x35', 'x32', 'x16', 'x8', 'x64', 'x23', 'x1', 'x25', 'x56', 'x49', 'x7', 'x23', 'x41', 'x24', 'x33', 'x63', 'x23', 'x29', 'x53', 'x42', 'x30', 'x46', 'x29', 'x42', 'x27', 'x9', 'x40', 'x27', 'x45', 'x39', 'x48', 'x55'], 'k': 4, 'n': 32, '_time': 0.0004525184631347656, '_task': 'basic_procedural... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x19 x55 x60 x51 x28 x29 x33 x8 x42 x17 x43 x28 x59 x6 x46 x47 x18 x49 x17 x16 x6 x34 x35 x44 x35 x64 x19 x49 x6 x55 x57 x47 | x19 x55 x60 x51 x28 x29 x33 x8 x42 x17 x43 x28 x59 x6 x46 x47 x18 x49 x17 x16 x6 x34 x35 x44 x35 x64 x19 x49 x6 x55 x57 x47 | {'task': 'identity', 'seq': ['x19', 'x55', 'x60', 'x51', 'x28', 'x29', 'x33', 'x8', 'x42', 'x17', 'x43', 'x28', 'x59', 'x6', 'x46', 'x47', 'x18', 'x49', 'x17', 'x16', 'x6', 'x34', 'x35', 'x44', 'x35', 'x64', 'x19', 'x49', 'x6', 'x55', 'x57', 'x47'], 'k': 4, 'n': 32, '_time': 0.0004420280456542969, '_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. | o1 o2 c2 o3 c3 o3 c3 c1 o1 o2 o3 o0 c0 o2 o2 c2 o1 o2 c2 c1 o1 c1 o0 c0 c2 o3 c3 c3 c2 c1 o2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004189014434814453, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x46; PUSH x10; PUSH x60; POP; PUSH x10; POP; POP; PUSH x20; PUSH x41; PUSH x53; POP; PUSH x47; POP; PUSH x18; PUSH x28; PUSH x22; PUSH x20; PUSH x4; PUSH ... | x22 x28 x18 x41 x20 x46 | {'task': 'stack', 'seq': ['PUSH x46', 'PUSH x10', 'PUSH x60', 'POP', 'PUSH x10', 'POP', 'POP', 'PUSH x20', 'PUSH x41', 'PUSH x53', 'POP', 'PUSH x47', 'POP', 'PUSH x18', 'PUSH x28', 'PUSH x22', 'PUSH x20', 'PUSH x4', 'PUSH x62', 'PUSH x37', 'POP', 'PUSH x34', 'PUSH x4', 'POP', 'PUSH x55', 'POP', 'POP', 'POP', 'PUSH x48'... | 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)
x29 x31 x48 x27 x41 x26 x52 x12 x11 x38 x22 x10 x29 x40 x49 x34
(B)
x15 x14 x44 x26 x20 x6 x27 x41 x10 x30 x20 x7 x2 x16 x32 x38 | x29 x31 x48 x27 x41 x26 x52 x12 x11 x38 x22 x10 x40 x49 x34 x15 x14 x44 x20 x6 x30 x7 x2 x16 x32 | {'task': 'union', 'seq': [['x29', 'x31', 'x48', 'x27', 'x41', 'x26', 'x52', 'x12', 'x11', 'x38', 'x22', 'x10', 'x29', 'x40', 'x49', 'x34'], ['x15', 'x14', 'x44', 'x26', 'x20', 'x6', 'x27', 'x41', 'x10', 'x30', 'x20', 'x7', 'x2', 'x16', 'x32', 'x38']], 'k': 4, 'n': 32, '_time': 0.0004782676696777344, '_task': 'basic_pro... | union | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x24 x45 x13 x14 x11 x27 x3 x23 x13 x28 x60 x7 x36 x60 x8 x56 x27 x64 x22 x27 x43 x51 x11 x21 x64 x54 x14 x60 x1 x31 x12 x5 | x24 x45 x13 x14 x11 x27 x3 x23 x28 x60 x7 x36 x8 x56 x64 x22 x43 x51 x21 x54 x1 x31 x12 x5 | {'task': 'set', 'seq': ['x24', 'x45', 'x13', 'x14', 'x11', 'x27', 'x3', 'x23', 'x13', 'x28', 'x60', 'x7', 'x36', 'x60', 'x8', 'x56', 'x27', 'x64', 'x22', 'x27', 'x43', 'x51', 'x11', 'x21', 'x64', 'x54', 'x14', 'x60', 'x1', 'x31', 'x12', 'x5'], 'k': 4, 'n': 32, '_time': 0.0004496574401855469, '_task': 'basic_procedural'... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x55 x20 x21 x5 x35 x32 x41 x2 x30 x49 x1 x35 x19 x63 x32 x59 x18 x34 x7 x29 x1 x17 x19 x51 x43 x49 x4 x63 x47 x2 x60 x38 | x55 x20 x21 x5 x35 x32 x41 x2 x30 x49 x1 x19 x63 x59 x18 x34 x7 x29 x17 x51 x43 x4 x47 x60 x38 | {'task': 'set', 'seq': ['x55', 'x20', 'x21', 'x5', 'x35', 'x32', 'x41', 'x2', 'x30', 'x49', 'x1', 'x35', 'x19', 'x63', 'x32', 'x59', 'x18', 'x34', 'x7', 'x29', 'x1', 'x17', 'x19', 'x51', 'x43', 'x49', 'x4', 'x63', 'x47', 'x2', 'x60', 'x38'], 'k': 4, 'n': 32, '_time': 0.00045299530029296875, '_task': 'basic_procedural',... | set | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o2 o3 c3 c2 o2 c2 o1 o0 c0 o1 c1 c1 o1 c1 o0 c0 o0 c0 o0 c0 o2 o1 c1 c2 o0 c0 o0 o1 c1 o3 c3 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00041031837463378906, '_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)
x36 x32 x41 x44 x29 x55 x13 x61 x33 x14 x40 x36 x46 x38 x4 x25
(B)
x39 x22 x58 x55 x37 x7 x59 x34 x32 x3 x9 x43 x62 x42 x26 x36 | x36 x32 x41 x44 x29 x55 x13 x61 x33 x14 x40 x46 x38 x4 x25 x39 x22 x58 x37 x7 x59 x34 x3 x9 x43 x62 x42 x26 | {'task': 'union', 'seq': [['x36', 'x32', 'x41', 'x44', 'x29', 'x55', 'x13', 'x61', 'x33', 'x14', 'x40', 'x36', 'x46', 'x38', 'x4', 'x25'], ['x39', 'x22', 'x58', 'x55', 'x37', 'x7', 'x59', 'x34', 'x32', 'x3', 'x9', 'x43', 'x62', 'x42', 'x26', 'x36']], 'k': 4, 'n': 32, '_time': 0.00048804283142089844, '_task': 'basic_pro... | union | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x3 x2 x18 x50 x26 x2 x6 x49 x63 x46 x18 x24 x33 x5 x23 x63 x37 x58 x40 x29 x10 x49 x62 x55 x60 x29 x60 x29 x12 x45 x19 x49 | x3 x2 x18 x50 x26 x6 x49 x63 x46 x24 x33 x5 x23 x37 x58 x40 x29 x10 x62 x55 x60 x12 x45 x19 | {'task': 'set', 'seq': ['x3', 'x2', 'x18', 'x50', 'x26', 'x2', 'x6', 'x49', 'x63', 'x46', 'x18', 'x24', 'x33', 'x5', 'x23', 'x63', 'x37', 'x58', 'x40', 'x29', 'x10', 'x49', 'x62', 'x55', 'x60', 'x29', 'x60', 'x29', 'x12', 'x45', 'x19', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004458427429199219, '_task': 'basic_procedural'... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x57 x60 x13 x2 x1 x22 x40 x8 x13 x58 x8 x28 x46 x61 x52 x50 x47 x27 x9 x18 x58 x38 x47 x2 x32 x27 x64 x53 x56 x42 x11 x47
(TARGET)
x32 | x57 x60 x13 x2 x1 x22 x40 x8 x13 x58 x8 x28 x46 x61 x52 x50 x47 x27 x9 x18 x58 x38 x47 x2 x27 x64 x53 x56 x42 x11 x47 | {'task': 'delete', 'seq': [['x57', 'x60', 'x13', 'x2', 'x1', 'x22', 'x40', 'x8', 'x13', 'x58', 'x8', 'x28', 'x46', 'x61', 'x52', 'x50', 'x47', 'x27', 'x9', 'x18', 'x58', 'x38', 'x47', 'x2', 'x32', 'x27', 'x64', 'x53', 'x56', 'x42', 'x11', 'x47'], 'x32'], 'k': 4, 'n': 32, '_time': 0.0004730224609375, '_task': 'basic_pro... | delete | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 c2 o3 o3 c3 o2 c2 c3 o0 c0 o3 c3 o0 o2 c2 o1 c1 c0 o3 c3 o3 o3 c3 c3 o3 c3 o1 o2 c1 c2 o3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004904270172119141, '_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)
x17 x61 x37 x31 x53 x64 x28 x41 x61 x21 x28 x53 x46 x53 x44 x7 x7 x1 x44 x7 x39 x15 x3 x10 x62 x18 x62 x28 x32 x48 x28 x15 | x17 x61 x37 x31 x53 x64 x28 x41 x61 x21 x28 x53 x46 x53 x44 x7 x7 x1 x44 x7 x39 x15 x3 x10 x62 x18 x62 x28 x32 x48 x28 x15 | {'task': 'identity', 'seq': ['x17', 'x61', 'x37', 'x31', 'x53', 'x64', 'x28', 'x41', 'x61', 'x21', 'x28', 'x53', 'x46', 'x53', 'x44', 'x7', 'x7', 'x1', 'x44', 'x7', 'x39', 'x15', 'x3', 'x10', 'x62', 'x18', 'x62', 'x28', 'x32', 'x48', 'x28', 'x15'], 'k': 4, 'n': 32, '_time': 0.0004401206970214844, '_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 x30; PUSH x52; PUSH x33; PUSH x18; PUSH x1; PUSH x51; PUSH x35; PUSH x38; POP; PUSH x13; PUSH x42; PUSH x1; PUSH x1; PUSH x38; PUSH x43; PUSH x13; PUSH x6... | x1 x42 x13 x35 x51 x1 x18 x33 x52 x30 | {'task': 'stack', 'seq': ['PUSH x30', 'PUSH x52', 'PUSH x33', 'PUSH x18', 'PUSH x1', 'PUSH x51', 'PUSH x35', 'PUSH x38', 'POP', 'PUSH x13', 'PUSH x42', 'PUSH x1', 'PUSH x1', 'PUSH x38', 'PUSH x43', 'PUSH x13', 'PUSH x63', 'PUSH x62', 'PUSH x54', 'PUSH x13', 'PUSH x41', 'POP', '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)
x44 x61 x58 x55 x62 x41 x32 x37 x48 x26 x45 x55 x28 x5 x46 x53
(B)
x7 x2 x53 x22 x34 x64 x6 x47 x49 x63 x41 x1 x20 x64 x16 x30 | x44 x61 x58 x55 x62 x41 x32 x37 x48 x26 x45 x28 x5 x46 x53 x7 x2 x22 x34 x64 x6 x47 x49 x63 x1 x20 x16 x30 | {'task': 'union', 'seq': [['x44', 'x61', 'x58', 'x55', 'x62', 'x41', 'x32', 'x37', 'x48', 'x26', 'x45', 'x55', 'x28', 'x5', 'x46', 'x53'], ['x7', 'x2', 'x53', 'x22', 'x34', 'x64', 'x6', 'x47', 'x49', 'x63', 'x41', 'x1', 'x20', 'x64', 'x16', 'x30']], 'k': 4, 'n': 32, '_time': 0.0004892349243164062, '_task': 'basic_proce... | 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. | o2 o3 c3 o1 c1 c2 o1 c1 o0 o2 o2 c2 o0 c0 c2 o0 c0 o0 o1 o1 c1 c1 c0 c0 o1 o0 o0 o0 c0 c0 c0 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x47 x49 x16 x21 x41 x38 x50 x16 x14 x63 x21 x26 x39 x45 x52 x63
(B)
x51 x49 x60 x23 x15 x57 x36 x29 x62 x37 x7 x18 x18 x4 x59 x3 | x47 x49 x16 x21 x41 x38 x50 x14 x63 x26 x39 x45 x52 x51 x60 x23 x15 x57 x36 x29 x62 x37 x7 x18 x4 x59 x3 | {'task': 'union', 'seq': [['x47', 'x49', 'x16', 'x21', 'x41', 'x38', 'x50', 'x16', 'x14', 'x63', 'x21', 'x26', 'x39', 'x45', 'x52', 'x63'], ['x51', 'x49', 'x60', 'x23', 'x15', 'x57', 'x36', 'x29', 'x62', 'x37', 'x7', 'x18', 'x18', 'x4', 'x59', 'x3']], 'k': 4, 'n': 32, '_time': 0.00048089027404785156, '_task': 'basic_pr... | 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)
x64 x10 x55 x64 x4 x59 x35 x42 x6 x59 x60 x27 x2 x2 x29 x24
(B)
x24 x52 x48 x52 x57 x19 x33 x58 x48 x14 x21 x49 x55 x51 x55 x62 | x64 x10 x55 x4 x59 x35 x42 x6 x60 x27 x2 x29 x24 x52 x48 x57 x19 x33 x58 x14 x21 x49 x51 x62 | {'task': 'union', 'seq': [['x64', 'x10', 'x55', 'x64', 'x4', 'x59', 'x35', 'x42', 'x6', 'x59', 'x60', 'x27', 'x2', 'x2', 'x29', 'x24'], ['x24', 'x52', 'x48', 'x52', 'x57', 'x19', 'x33', 'x58', 'x48', 'x14', 'x21', 'x49', 'x55', 'x51', 'x55', 'x62']], 'k': 4, 'n': 32, '_time': 0.0004782676696777344, '_task': 'basic_proc... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x27 x1 x3 x41 x30 x57 x14 x32 x23 x52 x32 x22 x62 x29 x44 x46 x24 x18 x22 x48 x38 x20 x59 x11 x11 x19 x26 x49 x41 x60 x21 x4 | x27 x1 x3 x41 x30 x57 x14 x32 x23 x52 x32 x22 x62 x29 x44 x46 x24 x18 x22 x48 x38 x20 x59 x11 x11 x19 x26 x49 x41 x60 x21 x4 | {'task': 'identity', 'seq': ['x27', 'x1', 'x3', 'x41', 'x30', 'x57', 'x14', 'x32', 'x23', 'x52', 'x32', 'x22', 'x62', 'x29', 'x44', 'x46', 'x24', 'x18', 'x22', 'x48', 'x38', 'x20', 'x59', 'x11', 'x11', 'x19', 'x26', 'x49', 'x41', 'x60', 'x21', 'x4'], 'k': 4, 'n': 32, '_time': 0.00044465065002441406, '_task': 'basic_pro... | identity | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x47 x16 x15 x57 x32 x15 x11 x20 x45 x44 x64 x55 x1 x43 x39 x61
(B)
x52 x1 x20 x53 x54 x63 x4 x49 x21 x3 x59 x1 x63 x52 x59 x36 | x47 x16 x15 x57 x32 x11 x20 x45 x44 x64 x55 x1 x43 x39 x61 x52 x53 x54 x63 x4 x49 x21 x3 x59 x36 | {'task': 'union', 'seq': [['x47', 'x16', 'x15', 'x57', 'x32', 'x15', 'x11', 'x20', 'x45', 'x44', 'x64', 'x55', 'x1', 'x43', 'x39', 'x61'], ['x52', 'x1', 'x20', 'x53', 'x54', 'x63', 'x4', 'x49', 'x21', 'x3', 'x59', 'x1', 'x63', 'x52', 'x59', 'x36']], 'k': 4, 'n': 32, '_time': 0.0004773139953613281, '_task': 'basic_proce... | 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)
x58 x13 x32 x13 x64 x2 x17 x24 x15 x48 x8 x20 x25 x34 x29 x56
(B)
x1 x61 x36 x36 x59 x47 x60 x14 x5 x36 x41 x19 x38 x25 x14 x58 | x58 x13 x32 x64 x2 x17 x24 x15 x48 x8 x20 x25 x34 x29 x56 x1 x61 x36 x59 x47 x60 x14 x5 x41 x19 x38 | {'task': 'union', 'seq': [['x58', 'x13', 'x32', 'x13', 'x64', 'x2', 'x17', 'x24', 'x15', 'x48', 'x8', 'x20', 'x25', 'x34', 'x29', 'x56'], ['x1', 'x61', 'x36', 'x36', 'x59', 'x47', 'x60', 'x14', 'x5', 'x36', 'x41', 'x19', 'x38', 'x25', 'x14', 'x58']], 'k': 4, 'n': 32, '_time': 0.0004792213439941406, '_task': 'basic_proc... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x12 x38 x11 x57 x16 x61 x26 x41 x35 x5 x61 x42 x53 x44 x1 x12 x46 x32 x55 x33 x56 x39 x18 x15 x63 x44 x20 x44 x37 x36 x46 x57
(TARGET)
x20 | x12 x38 x11 x57 x16 x61 x26 x41 x35 x5 x61 x42 x53 x44 x1 x12 x46 x32 x55 x33 x56 x39 x18 x15 x63 x44 x44 x37 x36 x46 x57 | {'task': 'delete', 'seq': [['x12', 'x38', 'x11', 'x57', 'x16', 'x61', 'x26', 'x41', 'x35', 'x5', 'x61', 'x42', 'x53', 'x44', 'x1', 'x12', 'x46', 'x32', 'x55', 'x33', 'x56', 'x39', 'x18', 'x15', 'x63', 'x44', 'x20', 'x44', 'x37', 'x36', 'x46', 'x57'], 'x20'], 'k': 4, 'n': 32, '_time': 0.0004696846008300781, '_task': 'ba... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x52 x25 x23 x38 x52 x22 x17 x64 x3 x23 x24 x41 x49 x37 x24 x30 x64 x62 x44 x47 x31 x14 x44 x27 x18 x52 x48 x51 x36 x51 x4 x32 | x52 x25 x23 x38 x52 x22 x17 x64 x3 x23 x24 x41 x49 x37 x24 x30 x64 x62 x44 x47 x31 x14 x44 x27 x18 x52 x48 x51 x36 x51 x4 x32 | {'task': 'identity', 'seq': ['x52', 'x25', 'x23', 'x38', 'x52', 'x22', 'x17', 'x64', 'x3', 'x23', 'x24', 'x41', 'x49', 'x37', 'x24', 'x30', 'x64', 'x62', 'x44', 'x47', 'x31', 'x14', 'x44', 'x27', 'x18', 'x52', 'x48', 'x51', 'x36', 'x51', 'x4', 'x32'], 'k': 4, 'n': 32, '_time': 0.0004439353942871094, '_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. | o0 o1 o2 o1 o1 o3 o0 c0 c3 o2 c2 o3 c3 c1 o3 c3 c1 o2 c2 o1 c1 c2 c1 c0 o0 c0 o1 c1 o1 c1 o0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_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 c0 o2 o1 o1 o3 c1 o2 o0 c2 c0 c1 o3 c2 c3 c3 o2 o0 c0 c2 o2 c2 o2 c2 o3 o1 c3 o3 c1 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048470497131347656, '_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 x14; PUSH x49; PUSH x47; PUSH x22; PUSH x44; PUSH x2; PUSH x21; PUSH x8; POP; PUSH x30; PUSH x37; PUSH x15; POP; PUSH x61; PUSH x42; PUSH x63; PUSH x52; P... | x16 x37 x30 x21 x2 x44 x22 x47 x49 x14 | {'task': 'stack', 'seq': ['PUSH x14', 'PUSH x49', 'PUSH x47', 'PUSH x22', 'PUSH x44', 'PUSH x2', 'PUSH x21', 'PUSH x8', 'POP', 'PUSH x30', 'PUSH x37', 'PUSH x15', 'POP', 'PUSH x61', 'PUSH x42', 'PUSH x63', 'PUSH x52', 'POP', 'POP', 'PUSH x15', 'PUSH x15', 'PUSH x23', 'POP', 'POP', 'POP', 'POP', 'PUSH x32', 'POP', 'POP'... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x16 x31 x51 x35 x30 x20 x27 x20 x30 x51 x49 x34 x25 x22 x23 x41 x49 x40 x30 x2 x23 x44 x22 x7 x37 x49 x18 x43 x57 x41 x5 x2 | x16 x31 x51 x35 x30 x20 x27 x20 x30 x51 x49 x34 x25 x22 x23 x41 x49 x40 x30 x2 x23 x44 x22 x7 x37 x49 x18 x43 x57 x41 x5 x2 | {'task': 'identity', 'seq': ['x16', 'x31', 'x51', 'x35', 'x30', 'x20', 'x27', 'x20', 'x30', 'x51', 'x49', 'x34', 'x25', 'x22', 'x23', 'x41', 'x49', 'x40', 'x30', 'x2', 'x23', 'x44', 'x22', 'x7', 'x37', 'x49', 'x18', 'x43', 'x57', 'x41', 'x5', 'x2'], 'k': 4, 'n': 32, '_time': 0.0004508495330810547, '_task': 'basic_proce... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x23 x48 x53 x3 x33 x12 x26 x50 x59 x9 x8 x5 x34 x28 x54 x57 x18 x47 x45 x53 x14 x11 x32 x5 x64 x33 x62 x36 x45 x21 x22 x61 | x23 x48 x53 x3 x33 x12 x26 x50 x59 x9 x8 x5 x34 x28 x54 x57 x18 x47 x45 x14 x11 x32 x64 x62 x36 x21 x22 x61 | {'task': 'set', 'seq': ['x23', 'x48', 'x53', 'x3', 'x33', 'x12', 'x26', 'x50', 'x59', 'x9', 'x8', 'x5', 'x34', 'x28', 'x54', 'x57', 'x18', 'x47', 'x45', 'x53', 'x14', 'x11', 'x32', 'x5', 'x64', 'x33', 'x62', 'x36', 'x45', 'x21', 'x22', 'x61'], 'k': 4, 'n': 32, '_time': 0.0004584789276123047, '_task': 'basic_procedural'... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x47 x26 x21 x56 x18 x3 x45 x53 x54 x5 x26 x55 x9 x25 x23 x45 x17 x14 x6 x2 x58 x32 x26 x40 x34 x7 x4 x3 x59 x28 x15 x11 | x47 x26 x21 x56 x18 x3 x45 x53 x54 x5 x26 x55 x9 x25 x23 x45 x17 x14 x6 x2 x58 x32 x26 x40 x34 x7 x4 x3 x59 x28 x15 x11 | {'task': 'identity', 'seq': ['x47', 'x26', 'x21', 'x56', 'x18', 'x3', 'x45', 'x53', 'x54', 'x5', 'x26', 'x55', 'x9', 'x25', 'x23', 'x45', 'x17', 'x14', 'x6', 'x2', 'x58', 'x32', 'x26', 'x40', 'x34', 'x7', 'x4', 'x3', 'x59', 'x28', 'x15', 'x11'], 'k': 4, 'n': 32, '_time': 0.0004382133483886719, '_task': 'basic_procedura... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x55 x35 x11 x17 x17 x25 x1 x8 x27 x59 x35 x48 x27 x4 x14 x36 x25 x41 x51 x25 x2 x39 x59 x39 x19 x63 x62 x33 x33 x51 x5 x18
(TARGET)
x39 | x55 x35 x11 x17 x17 x25 x1 x8 x27 x59 x35 x48 x27 x4 x14 x36 x25 x41 x51 x25 x2 x59 x39 x19 x63 x62 x33 x33 x51 x5 x18 | {'task': 'delete', 'seq': [['x55', 'x35', 'x11', 'x17', 'x17', 'x25', 'x1', 'x8', 'x27', 'x59', 'x35', 'x48', 'x27', 'x4', 'x14', 'x36', 'x25', 'x41', 'x51', 'x25', 'x2', 'x39', 'x59', 'x39', 'x19', 'x63', 'x62', 'x33', 'x33', 'x51', 'x5', 'x18'], 'x39'], 'k': 4, 'n': 32, '_time': 0.0004677772521972656, '_task': 'basic... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x23 x2 x23 x53 x60 x11 x17 x27 x58 x56 x12 x7 x22 x8 x6 x58 x19 x38 x59 x4 x2 x18 x52 x33 x48 x20 x27 x20 x26 x4 x46 x32 | x23 x2 x23 x53 x60 x11 x17 x27 x58 x56 x12 x7 x22 x8 x6 x58 x19 x38 x59 x4 x2 x18 x52 x33 x48 x20 x27 x20 x26 x4 x46 x32 | {'task': 'identity', 'seq': ['x23', 'x2', 'x23', 'x53', 'x60', 'x11', 'x17', 'x27', 'x58', 'x56', 'x12', 'x7', 'x22', 'x8', 'x6', 'x58', 'x19', 'x38', 'x59', 'x4', 'x2', 'x18', 'x52', 'x33', 'x48', 'x20', 'x27', 'x20', 'x26', 'x4', 'x46', 'x32'], 'k': 4, 'n': 32, '_time': 0.00037860870361328125, '_task': 'basic_procedu... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x38 x54 x55 x50 x63 x40 x21 x57 x24 x53 x13 x59 x12 x5 x26 x51 x7 x27 x57 x54 x27 x33 x34 x14 x64 x28 x13 x50 x20 x26 x17 x2 | x2 x17 x26 x20 x50 x13 x28 x64 x14 x34 x33 x27 x54 x57 x27 x7 x51 x26 x5 x12 x59 x13 x53 x24 x57 x21 x40 x63 x50 x55 x54 x38 | {'task': 'reverse', 'seq': ['x38', 'x54', 'x55', 'x50', 'x63', 'x40', 'x21', 'x57', 'x24', 'x53', 'x13', 'x59', 'x12', 'x5', 'x26', 'x51', 'x7', 'x27', 'x57', 'x54', 'x27', 'x33', 'x34', 'x14', 'x64', 'x28', 'x13', 'x50', 'x20', 'x26', 'x17', 'x2'], 'k': 4, 'n': 32, '_time': 0.0004456043243408203, '_task': 'basic_proce... | reverse | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x46 x48 x21 x3 x54 x13 x35 x45 x21 x3 x45 x39 x43 x33 x27 x16 x17 x11 x37 x22 x55 x38 x23 x15 x52 x7 x24 x57 x26 x61 x18 x35 | x3 x3 x7 x11 x13 x15 x16 x17 x18 x21 x21 x22 x23 x24 x26 x27 x33 x35 x35 x37 x38 x39 x43 x45 x45 x46 x48 x52 x54 x55 x57 x61 | {'task': 'sort', 'seq': ['x46', 'x48', 'x21', 'x3', 'x54', 'x13', 'x35', 'x45', 'x21', 'x3', 'x45', 'x39', 'x43', 'x33', 'x27', 'x16', 'x17', 'x11', 'x37', 'x22', 'x55', 'x38', 'x23', 'x15', 'x52', 'x7', 'x24', 'x57', 'x26', 'x61', 'x18', 'x35'], 'k': 4, 'n': 32, '_time': 0.0004642009735107422, '_task': 'basic_procedur... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x48 x57 x40 x50 x2 x26 x30 x31 x40 x5 x14 x41 x56 x53 x8 x43 x32 x30 x61 x60 x15 x59 x42 x20 x55 x18 x22 x20 x56 x54 x20 x28 | x48 x57 x40 x50 x2 x26 x30 x31 x40 x5 x14 x41 x56 x53 x8 x43 x32 x30 x61 x60 x15 x59 x42 x20 x55 x18 x22 x20 x56 x54 x20 x28 | {'task': 'identity', 'seq': ['x48', 'x57', 'x40', 'x50', 'x2', 'x26', 'x30', 'x31', 'x40', 'x5', 'x14', 'x41', 'x56', 'x53', 'x8', 'x43', 'x32', 'x30', 'x61', 'x60', 'x15', 'x59', 'x42', 'x20', 'x55', 'x18', 'x22', 'x20', 'x56', 'x54', 'x20', 'x28'], 'k': 4, 'n': 32, '_time': 0.00045609474182128906, '_task': 'basic_pro... | identity | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x10; PUSH x41; PUSH x59; PUSH x37; PUSH x25; PUSH x48; POP; PUSH x22; POP; PUSH x42; PUSH x33; PUSH x15; PUSH x7; PUSH x10; PUSH x3; PUSH x58; PUSH x60; P... | x54 x55 x10 x60 x58 x3 x10 x7 x15 x33 x42 x25 x37 x59 x41 x10 | {'task': 'stack', 'seq': ['PUSH x10', 'PUSH x41', 'PUSH x59', 'PUSH x37', 'PUSH x25', 'PUSH x48', 'POP', 'PUSH x22', 'POP', 'PUSH x42', 'PUSH x33', 'PUSH x15', 'PUSH x7', 'PUSH x10', 'PUSH x3', 'PUSH x58', 'PUSH x60', 'PUSH x10', 'PUSH x46', 'POP', 'PUSH x55', 'PUSH x25', 'POP', 'PUSH x43', 'PUSH x37', 'POP', 'POP', 'P... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x42 x13 x2 x42 x24 x50 x40 x31 x7 x48 x32 x41 x20 x17 x3 x55 x44 x1 x42 x29 x4 x2 x12 x17 x5 x39 x13 x62 x6 x53 x21 x53 | x53 x21 x53 x6 x62 x13 x39 x5 x17 x12 x2 x4 x29 x42 x1 x44 x55 x3 x17 x20 x41 x32 x48 x7 x31 x40 x50 x24 x42 x2 x13 x42 | {'task': 'reverse', 'seq': ['x42', 'x13', 'x2', 'x42', 'x24', 'x50', 'x40', 'x31', 'x7', 'x48', 'x32', 'x41', 'x20', 'x17', 'x3', 'x55', 'x44', 'x1', 'x42', 'x29', 'x4', 'x2', 'x12', 'x17', 'x5', 'x39', 'x13', 'x62', 'x6', 'x53', 'x21', 'x53'], 'k': 4, 'n': 32, '_time': 0.00044608116149902344, '_task': 'basic_procedura... | reverse | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 c0 o1 c1 o1 c1 o0 o3 o1 o1 o2 o0 o3 o2 o1 c1 o0 c3 c0 c0 o3 o2 o2 c3 c0 c3 c2 c1 c1 c2 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004878044128417969, '_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)
x53 x31 x5 x54 x24 x18 x47 x35 x45 x3 x60 x15 x56 x55 x36 x55 x36 x25 x5 x5 x63 x16 x34 x56 x30 x38 x46 x55 x58 x17 x64 x10 | x3 x5 x5 x5 x10 x15 x16 x17 x18 x24 x25 x30 x31 x34 x35 x36 x36 x38 x45 x46 x47 x53 x54 x55 x55 x55 x56 x56 x58 x60 x63 x64 | {'task': 'sort', 'seq': ['x53', 'x31', 'x5', 'x54', 'x24', 'x18', 'x47', 'x35', 'x45', 'x3', 'x60', 'x15', 'x56', 'x55', 'x36', 'x55', 'x36', 'x25', 'x5', 'x5', 'x63', 'x16', 'x34', 'x56', 'x30', 'x38', 'x46', 'x55', 'x58', 'x17', 'x64', 'x10'], 'k': 4, 'n': 32, '_time': 0.0004630088806152344, '_task': 'basic_procedura... | sort | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x37 x32 x14 x38 x10 x59 x56 x62 x20 x48 x45 x29 x20 x11 x58 x47 x27 x13 x54 x50 x56 x47 x38 x6 x51 x52 x5 x13 x44 x43 x5 x36 | x5 x5 x6 x10 x11 x13 x13 x14 x20 x20 x27 x29 x32 x36 x37 x38 x38 x43 x44 x45 x47 x47 x48 x50 x51 x52 x54 x56 x56 x58 x59 x62 | {'task': 'sort', 'seq': ['x37', 'x32', 'x14', 'x38', 'x10', 'x59', 'x56', 'x62', 'x20', 'x48', 'x45', 'x29', 'x20', 'x11', 'x58', 'x47', 'x27', 'x13', 'x54', 'x50', 'x56', 'x47', 'x38', 'x6', 'x51', 'x52', 'x5', 'x13', 'x44', 'x43', 'x5', 'x36'], 'k': 4, 'n': 32, '_time': 0.00046896934509277344, '_task': 'basic_procedu... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x10 x4 x27 x30 x32 x62 x52 x9 x16 x19 x37 x2 x21 x31 x24 x16 x57 x28 x64 x61 x53 x62 x41 x46 x51 x4 x29 x37 x48 x54 x16 x36 | x10 x4 x27 x30 x32 x62 x52 x9 x16 x19 x37 x2 x21 x31 x24 x16 x57 x28 x64 x61 x53 x62 x41 x46 x51 x4 x29 x37 x48 x54 x16 x36 | {'task': 'identity', 'seq': ['x10', 'x4', 'x27', 'x30', 'x32', 'x62', 'x52', 'x9', 'x16', 'x19', 'x37', 'x2', 'x21', 'x31', 'x24', 'x16', 'x57', 'x28', 'x64', 'x61', 'x53', 'x62', 'x41', 'x46', 'x51', 'x4', 'x29', 'x37', 'x48', 'x54', 'x16', 'x36'], 'k': 4, 'n': 32, '_time': 0.000453948974609375, '_task': 'basic_proced... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x52 x29 x1 x62 x41 x4 x1 x5 x60 x59 x30 x55 x4 x39 x52 x4 x1 x51 x17 x22 x60 x58 x56 x28 x31 x42 x17 x8 x48 x29 x7 x54 | x52 x29 x1 x62 x41 x4 x1 x5 x60 x59 x30 x55 x4 x39 x52 x4 x1 x51 x17 x22 x60 x58 x56 x28 x31 x42 x17 x8 x48 x29 x7 x54 | {'task': 'identity', 'seq': ['x52', 'x29', 'x1', 'x62', 'x41', 'x4', 'x1', 'x5', 'x60', 'x59', 'x30', 'x55', 'x4', 'x39', 'x52', 'x4', 'x1', 'x51', 'x17', 'x22', 'x60', 'x58', 'x56', 'x28', 'x31', 'x42', 'x17', 'x8', 'x48', 'x29', 'x7', 'x54'], 'k': 4, 'n': 32, '_time': 0.0004506111145019531, '_task': 'basic_procedural... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x37 x60 x12 x8 x11 x20 x1 x59 x40 x14 x18 x26 x31 x45 x53 x53 x22 x7 x17 x4 x39 x60 x5 x9 x44 x40 x29 x1 x29 x63 x1 x8 | x37 x60 x12 x8 x11 x20 x1 x59 x40 x14 x18 x26 x31 x45 x53 x53 x22 x7 x17 x4 x39 x60 x5 x9 x44 x40 x29 x1 x29 x63 x1 x8 | {'task': 'identity', 'seq': ['x37', 'x60', 'x12', 'x8', 'x11', 'x20', 'x1', 'x59', 'x40', 'x14', 'x18', 'x26', 'x31', 'x45', 'x53', 'x53', 'x22', 'x7', 'x17', 'x4', 'x39', 'x60', 'x5', 'x9', 'x44', 'x40', 'x29', 'x1', 'x29', 'x63', 'x1', 'x8'], 'k': 4, 'n': 32, '_time': 0.0003921985626220703, '_task': 'basic_procedural... | 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)
x10 x30 x37 x36 x42 x4 x4 x44 x33 x7 x34 x37 x12 x34 x26 x32
(B)
x12 x62 x29 x8 x25 x17 x9 x8 x24 x41 x62 x38 x24 x21 x34 x10 | x10 x30 x37 x36 x42 x4 x44 x33 x7 x34 x12 x26 x32 x62 x29 x8 x25 x17 x9 x24 x41 x38 x21 | {'task': 'union', 'seq': [['x10', 'x30', 'x37', 'x36', 'x42', 'x4', 'x4', 'x44', 'x33', 'x7', 'x34', 'x37', 'x12', 'x34', 'x26', 'x32'], ['x12', 'x62', 'x29', 'x8', 'x25', 'x17', 'x9', 'x8', 'x24', 'x41', 'x62', 'x38', 'x24', 'x21', 'x34', 'x10']], 'k': 4, 'n': 32, '_time': 0.00048351287841796875, '_task': 'basic_proce... | union | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x21 x43 x50 x44 x33 x1 x63 x14 x40 x33 x57 x3 x19 x42 x55 x9 x60 x63 x56 x59 x58 x61 x24 x42 x4 x12 x53 x51 x30 x47 x61 x56 | x1 x3 x4 x9 x12 x14 x19 x21 x24 x30 x33 x33 x40 x42 x42 x43 x44 x47 x50 x51 x53 x55 x56 x56 x57 x58 x59 x60 x61 x61 x63 x63 | {'task': 'sort', 'seq': ['x21', 'x43', 'x50', 'x44', 'x33', 'x1', 'x63', 'x14', 'x40', 'x33', 'x57', 'x3', 'x19', 'x42', 'x55', 'x9', 'x60', 'x63', 'x56', 'x59', 'x58', 'x61', 'x24', 'x42', 'x4', 'x12', 'x53', 'x51', 'x30', 'x47', 'x61', 'x56'], 'k': 4, 'n': 32, '_time': 0.00046944618225097656, '_task': 'basic_procedur... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x2 x39 x54 x62 x60 x13 x26 x17 x7 x6 x59 x4 x9 x54 x15 x34 x47 x29 x7 x54 x25 x20 x64 x22 x11 x27 x15 x18 x24 x11 x50 x15 | x15 x50 x11 x24 x18 x15 x27 x11 x22 x64 x20 x25 x54 x7 x29 x47 x34 x15 x54 x9 x4 x59 x6 x7 x17 x26 x13 x60 x62 x54 x39 x2 | {'task': 'reverse', 'seq': ['x2', 'x39', 'x54', 'x62', 'x60', 'x13', 'x26', 'x17', 'x7', 'x6', 'x59', 'x4', 'x9', 'x54', 'x15', 'x34', 'x47', 'x29', 'x7', 'x54', 'x25', 'x20', 'x64', 'x22', 'x11', 'x27', 'x15', 'x18', 'x24', 'x11', 'x50', 'x15'], 'k': 4, 'n': 32, '_time': 0.0004379749298095703, '_task': 'basic_procedur... | reverse | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o3 o1 o0 o0 o3 c3 c3 c0 o1 c0 c1 o0 c0 o2 o2 c1 c2 c2 o3 c3 o0 c0 o0 o0 c0 c0 o1 c1 o1 o0 c1 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048065185546875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens': 6... | dyck_shuffle | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x2 x55 x37 x4 x60 x2 x15 x64 x18 x23 x19 x35 x32 x37 x32 x32
(B)
x6 x18 x26 x54 x53 x6 x15 x28 x33 x58 x52 x48 x30 x45 x55 x20 | x2 x55 x37 x4 x60 x15 x64 x18 x23 x19 x35 x32 x6 x26 x54 x53 x28 x33 x58 x52 x48 x30 x45 x20 | {'task': 'union', 'seq': [['x2', 'x55', 'x37', 'x4', 'x60', 'x2', 'x15', 'x64', 'x18', 'x23', 'x19', 'x35', 'x32', 'x37', 'x32', 'x32'], ['x6', 'x18', 'x26', 'x54', 'x53', 'x6', 'x15', 'x28', 'x33', 'x58', 'x52', 'x48', 'x30', 'x45', 'x55', 'x20']], 'k': 4, 'n': 32, '_time': 0.0004837512969970703, '_task': 'basic_proce... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x2 x60 x29 x18 x26 x18 x61 x52 x61 x9 x53 x7 x16 x48 x33 x24 x61 x10 x20 x54 x48 x59 x48 x2 x14 x10 x38 x4 x44 x7 x29 x32
(TARGET)
x48 | x2 x60 x29 x18 x26 x18 x61 x52 x61 x9 x53 x7 x16 x33 x24 x61 x10 x20 x54 x48 x59 x48 x2 x14 x10 x38 x4 x44 x7 x29 x32 | {'task': 'delete', 'seq': [['x2', 'x60', 'x29', 'x18', 'x26', 'x18', 'x61', 'x52', 'x61', 'x9', 'x53', 'x7', 'x16', 'x48', 'x33', 'x24', 'x61', 'x10', 'x20', 'x54', 'x48', 'x59', 'x48', 'x2', 'x14', 'x10', 'x38', 'x4', 'x44', 'x7', 'x29', 'x32'], 'x48'], 'k': 4, 'n': 32, '_time': 0.0004699230194091797, '_task': 'basic_... | delete | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x34 x14 x55 x8 x59 x35 x40 x41 x10 x12 x30 x24 x31 x32 x50 x17
(B)
x16 x2 x4 x60 x29 x41 x62 x52 x18 x31 x55 x22 x48 x23 x33 x36 | x34 x14 x55 x8 x59 x35 x40 x41 x10 x12 x30 x24 x31 x32 x50 x17 x16 x2 x4 x60 x29 x62 x52 x18 x22 x48 x23 x33 x36 | {'task': 'union', 'seq': [['x34', 'x14', 'x55', 'x8', 'x59', 'x35', 'x40', 'x41', 'x10', 'x12', 'x30', 'x24', 'x31', 'x32', 'x50', 'x17'], ['x16', 'x2', 'x4', 'x60', 'x29', 'x41', 'x62', 'x52', 'x18', 'x31', 'x55', 'x22', 'x48', 'x23', 'x33', 'x36']], 'k': 4, 'n': 32, '_time': 0.0004849433898925781, '_task': 'basic_pro... | union | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x13 x36 x56 x28 x12 x23 x27 x59 x63 x12 x50 x9 x37 x50 x45 x41 x6 x13 x62 x1 x58 x20 x53 x20 x27 x5 x9 x29 x63 x38 x40 x38 | x1 x5 x6 x9 x9 x12 x12 x13 x13 x20 x20 x23 x27 x27 x28 x29 x36 x37 x38 x38 x40 x41 x45 x50 x50 x53 x56 x58 x59 x62 x63 x63 | {'task': 'sort', 'seq': ['x13', 'x36', 'x56', 'x28', 'x12', 'x23', 'x27', 'x59', 'x63', 'x12', 'x50', 'x9', 'x37', 'x50', 'x45', 'x41', 'x6', 'x13', 'x62', 'x1', 'x58', 'x20', 'x53', 'x20', 'x27', 'x5', 'x9', 'x29', 'x63', 'x38', 'x40', 'x38'], 'k': 4, 'n': 32, '_time': 0.00046515464782714844, '_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 c2 o1 c1 o0 o3 o1 o1 c0 o0 c1 c3 c1 c0 o1 c1 o1 o3 o2 c3 c2 c1 o2 o0 c2 c0 o2 c2 o0 c0 o0 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004878044128417969, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 o2 c2 c2 o1 c1 o0 c0 o1 o2 o1 c1 c1 c2 o1 c1 o1 c1 o1 o2 c1 o1 c2 o0 c0 o0 c0 c1 o3 c3 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00047898292541503906, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x17 x12 x33 x6 x16 x56 x49 x32 x60 x55 x25 x30 x49 x30 x53 x34 x41 x30 x28 x43 x21 x21 x17 x40 x15 x32 x9 x55 x53 x32 x40 x63 | x17 x12 x33 x6 x16 x56 x49 x32 x60 x55 x25 x30 x53 x34 x41 x28 x43 x21 x40 x15 x9 x63 | {'task': 'set', 'seq': ['x17', 'x12', 'x33', 'x6', 'x16', 'x56', 'x49', 'x32', 'x60', 'x55', 'x25', 'x30', 'x49', 'x30', 'x53', 'x34', 'x41', 'x30', 'x28', 'x43', 'x21', 'x21', 'x17', 'x40', 'x15', 'x32', 'x9', 'x55', 'x53', 'x32', 'x40', 'x63'], 'k': 4, 'n': 32, '_time': 0.00044727325439453125, '_task': 'basic_procedu... | set | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x19; PUSH x56; PUSH x26; PUSH x27; PUSH x49; PUSH x12; POP; POP; POP; POP; PUSH x20; PUSH x1; POP; PUSH x33; PUSH x16; PUSH x54; PUSH x5; POP; PUSH x34; P... | x44 x20 x56 x19 | {'task': 'stack', 'seq': ['PUSH x19', 'PUSH x56', 'PUSH x26', 'PUSH x27', 'PUSH x49', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'PUSH x20', 'PUSH x1', 'POP', 'PUSH x33', 'PUSH x16', 'PUSH x54', 'PUSH x5', 'POP', 'PUSH x34', 'PUSH x48', 'PUSH x46', 'PUSH x64', 'PUSH x54', '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)
x46 x12 x53 x5 x46 x42 x46 x48 x35 x11 x24 x35 x59 x15 x63 x46 x14 x4 x43 x26 x42 x6 x18 x29 x60 x42 x27 x50 x60 x39 x28 x32
(TARGET)
x50 | x46 x12 x53 x5 x46 x42 x46 x48 x35 x11 x24 x35 x59 x15 x63 x46 x14 x4 x43 x26 x42 x6 x18 x29 x60 x42 x27 x60 x39 x28 x32 | {'task': 'delete', 'seq': [['x46', 'x12', 'x53', 'x5', 'x46', 'x42', 'x46', 'x48', 'x35', 'x11', 'x24', 'x35', 'x59', 'x15', 'x63', 'x46', 'x14', 'x4', 'x43', 'x26', 'x42', 'x6', 'x18', 'x29', 'x60', 'x42', 'x27', 'x50', 'x60', 'x39', 'x28', 'x32'], 'x50'], 'k': 4, 'n': 32, '_time': 0.00047135353088378906, '_task': 'ba... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x49 x56 x49 x7 x31 x12 x38 x32 x26 x54 x38 x17 x17 x51 x4 x48 x9 x15 x58 x53 x58 x1 x38 x24 x26 x57 x14 x24 x61 x28 x5 x61 | x61 x5 x28 x61 x24 x14 x57 x26 x24 x38 x1 x58 x53 x58 x15 x9 x48 x4 x51 x17 x17 x38 x54 x26 x32 x38 x12 x31 x7 x49 x56 x49 | {'task': 'reverse', 'seq': ['x49', 'x56', 'x49', 'x7', 'x31', 'x12', 'x38', 'x32', 'x26', 'x54', 'x38', 'x17', 'x17', 'x51', 'x4', 'x48', 'x9', 'x15', 'x58', 'x53', 'x58', 'x1', 'x38', 'x24', 'x26', 'x57', 'x14', 'x24', 'x61', 'x28', 'x5', 'x61'], 'k': 4, 'n': 32, '_time': 0.0004372596740722656, '_task': 'basic_procedu... | reverse | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 c0 o3 o3 o0 o1 c3 c1 c0 o3 c3 o2 o2 c2 c2 c3 o1 o3 o0 c3 o0 c0 c0 c1 o1 o3 o2 c3 o1 c1 c1 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004856586456298828, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x16 x43 x38 x59 x46 x12 x2 x23 x30 x9 x29 x31 x33 x18 x63 x1
(B)
x23 x36 x29 x33 x18 x38 x63 x57 x30 x32 x55 x5 x32 x33 x9 x62 | x16 x43 x38 x59 x46 x12 x2 x23 x30 x9 x29 x31 x33 x18 x63 x1 x36 x57 x32 x55 x5 x62 | {'task': 'union', 'seq': [['x16', 'x43', 'x38', 'x59', 'x46', 'x12', 'x2', 'x23', 'x30', 'x9', 'x29', 'x31', 'x33', 'x18', 'x63', 'x1'], ['x23', 'x36', 'x29', 'x33', 'x18', 'x38', 'x63', 'x57', 'x30', 'x32', 'x55', 'x5', 'x32', 'x33', 'x9', 'x62']], 'k': 4, 'n': 32, '_time': 0.0004744529724121094, '_task': 'basic_proce... | union | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 c0 o0 c0 o0 c0 o2 o3 o2 c2 c3 c2 o2 o0 o1 o3 c2 c3 c0 o0 c0 c1 o2 c2 o0 c0 o2 c2 o0 c0 o1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048732757568359375, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x3 x48 x36 x22 x18 x60 x45 x18 x23 x62 x59 x5 x48 x4 x15 x23 x8 x20 x58 x62 x50 x59 x30 x16 x12 x50 x1 x21 x7 x34 x31 x39 | x3 x48 x36 x22 x18 x60 x45 x23 x62 x59 x5 x4 x15 x8 x20 x58 x50 x30 x16 x12 x1 x21 x7 x34 x31 x39 | {'task': 'set', 'seq': ['x3', 'x48', 'x36', 'x22', 'x18', 'x60', 'x45', 'x18', 'x23', 'x62', 'x59', 'x5', 'x48', 'x4', 'x15', 'x23', 'x8', 'x20', 'x58', 'x62', 'x50', 'x59', 'x30', 'x16', 'x12', 'x50', 'x1', 'x21', 'x7', 'x34', 'x31', 'x39'], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_task': 'basic_procedural'... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x21 x41 x47 x14 x30 x17 x55 x13 x34 x28 x64 x8 x31 x41 x25 x54 x46 x19 x59 x4 x3 x52 x31 x37 x45 x10 x34 x46 x4 x19 x10 x11
(TARGET)
x14 | x21 x41 x47 x30 x17 x55 x13 x34 x28 x64 x8 x31 x41 x25 x54 x46 x19 x59 x4 x3 x52 x31 x37 x45 x10 x34 x46 x4 x19 x10 x11 | {'task': 'delete', 'seq': [['x21', 'x41', 'x47', 'x14', 'x30', 'x17', 'x55', 'x13', 'x34', 'x28', 'x64', 'x8', 'x31', 'x41', 'x25', 'x54', 'x46', 'x19', 'x59', 'x4', 'x3', 'x52', 'x31', 'x37', 'x45', 'x10', 'x34', 'x46', 'x4', 'x19', 'x10', 'x11'], 'x14'], 'k': 4, 'n': 32, '_time': 0.00046563148498535156, '_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 c3 o2 c2 o0 o0 o1 c1 o0 c0 c0 o0 c0 c0 o2 o3 c3 o0 o2 o1 c1 c2 c0 o2 c2 c2 o0 o0 o0 c0 c0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004277229309082031, '_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)
x12 x15 x64 x10 x30 x12 x6 x1 x64 x12 x12 x35 x9 x33 x7 x60 x2 x61 x44 x19 x15 x21 x40 x54 x33 x12 x38 x17 x54 x34 x30 x49 | x12 x15 x64 x10 x30 x6 x1 x35 x9 x33 x7 x60 x2 x61 x44 x19 x21 x40 x54 x38 x17 x34 x49 | {'task': 'set', 'seq': ['x12', 'x15', 'x64', 'x10', 'x30', 'x12', 'x6', 'x1', 'x64', 'x12', 'x12', 'x35', 'x9', 'x33', 'x7', 'x60', 'x2', 'x61', 'x44', 'x19', 'x15', 'x21', 'x40', 'x54', 'x33', 'x12', 'x38', 'x17', 'x54', 'x34', 'x30', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004513263702392578, '_task': 'basic_procedural'... | set | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x10 x37 x32 x38 x55 x20 x47 x45 x42 x29 x26 x7 x20 x9 x10 x37 x25 x53 x25 x21 x13 x62 x35 x27 x8 x29 x2 x41 x25 x33 x1 x26 | x26 x1 x33 x25 x41 x2 x29 x8 x27 x35 x62 x13 x21 x25 x53 x25 x37 x10 x9 x20 x7 x26 x29 x42 x45 x47 x20 x55 x38 x32 x37 x10 | {'task': 'reverse', 'seq': ['x10', 'x37', 'x32', 'x38', 'x55', 'x20', 'x47', 'x45', 'x42', 'x29', 'x26', 'x7', 'x20', 'x9', 'x10', 'x37', 'x25', 'x53', 'x25', 'x21', 'x13', 'x62', 'x35', 'x27', 'x8', 'x29', 'x2', 'x41', 'x25', 'x33', 'x1', 'x26'], 'k': 4, 'n': 32, '_time': 0.0004432201385498047, '_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. | o2 o1 c1 c2 o2 o0 c0 c2 o2 o3 c3 c2 o0 o2 c2 o1 c1 o1 o2 c2 o3 o2 c2 o1 o3 c3 c1 o3 c3 c3 c1 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004172325134277344, '_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)
x14 x47 x48 x28 x43 x52 x4 x45 x31 x52 x27 x27 x37 x2 x12 x16 x7 x51 x61 x8 x61 x40 x49 x61 x6 x17 x52 x54 x18 x1 x39 x14 | x14 x47 x48 x28 x43 x52 x4 x45 x31 x27 x37 x2 x12 x16 x7 x51 x61 x8 x40 x49 x6 x17 x54 x18 x1 x39 | {'task': 'set', 'seq': ['x14', 'x47', 'x48', 'x28', 'x43', 'x52', 'x4', 'x45', 'x31', 'x52', 'x27', 'x27', 'x37', 'x2', 'x12', 'x16', 'x7', 'x51', 'x61', 'x8', 'x61', 'x40', 'x49', 'x61', 'x6', 'x17', 'x52', 'x54', 'x18', 'x1', 'x39', 'x14'], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_task': 'basic_procedural'... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x19 x9 x57 x1 x28 x58 x50 x56 x1 x18 x19 x1 x28 x21 x36 x45 x45 x23 x24 x62 x46 x32 x20 x29 x7 x33 x36 x26 x58 x23 x24 x29 | x1 x1 x1 x7 x9 x18 x19 x19 x20 x21 x23 x23 x24 x24 x26 x28 x28 x29 x29 x32 x33 x36 x36 x45 x45 x46 x50 x56 x57 x58 x58 x62 | {'task': 'sort', 'seq': ['x19', 'x9', 'x57', 'x1', 'x28', 'x58', 'x50', 'x56', 'x1', 'x18', 'x19', 'x1', 'x28', 'x21', 'x36', 'x45', 'x45', 'x23', 'x24', 'x62', 'x46', 'x32', 'x20', 'x29', 'x7', 'x33', 'x36', 'x26', 'x58', 'x23', 'x24', 'x29'], 'k': 4, 'n': 32, '_time': 0.00046896934509277344, '_task': 'basic_procedura... | sort | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 o3 o2 c2 c3 c0 o0 c0 o1 o1 o3 c3 o0 c0 o3 o2 c2 o3 o0 c0 o3 o2 o2 c2 o0 c0 c2 c3 c3 c3 c1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00042939186096191406, '_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)
x64 x26 x60 x30 x15 x60 x3 x29 x30 x59 x61 x2 x8 x54 x11 x24 x54 x22 x8 x7 x17 x3 x23 x8 x44 x23 x2 x43 x27 x45 x32 x20 | x20 x32 x45 x27 x43 x2 x23 x44 x8 x23 x3 x17 x7 x8 x22 x54 x24 x11 x54 x8 x2 x61 x59 x30 x29 x3 x60 x15 x30 x60 x26 x64 | {'task': 'reverse', 'seq': ['x64', 'x26', 'x60', 'x30', 'x15', 'x60', 'x3', 'x29', 'x30', 'x59', 'x61', 'x2', 'x8', 'x54', 'x11', 'x24', 'x54', 'x22', 'x8', 'x7', 'x17', 'x3', 'x23', 'x8', 'x44', 'x23', 'x2', 'x43', 'x27', 'x45', 'x32', 'x20'], 'k': 4, 'n': 32, '_time': 0.0004398822784423828, '_task': 'basic_procedural... | reverse | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 o3 c3 c2 o3 c3 o0 c0 o2 o0 o1 c1 o2 o3 o1 o2 o1 c1 o0 c0 o2 c0 o1 c3 c1 c1 c2 o1 c1 c2 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00048089027404785156, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x50 x10 x26 x39 x2 x25 x52 x22 x15 x49 x62 x28 x47 x27 x58 x39 x42 x28 x40 x58 x59 x54 x38 x10 x26 x39 x9 x10 x42 x21 x42 x58 | x50 x10 x26 x39 x2 x25 x52 x22 x15 x49 x62 x28 x47 x27 x58 x39 x42 x28 x40 x58 x59 x54 x38 x10 x26 x39 x9 x10 x42 x21 x42 x58 | {'task': 'identity', 'seq': ['x50', 'x10', 'x26', 'x39', 'x2', 'x25', 'x52', 'x22', 'x15', 'x49', 'x62', 'x28', 'x47', 'x27', 'x58', 'x39', 'x42', 'x28', 'x40', 'x58', 'x59', 'x54', 'x38', 'x10', 'x26', 'x39', 'x9', 'x10', 'x42', 'x21', 'x42', 'x58'], 'k': 4, 'n': 32, '_time': 0.00044417381286621094, '_task': 'basic_pr... | identity | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 o3 o2 o0 c2 o3 c2 o3 c0 c3 c3 o1 o0 o3 c0 o3 c1 o3 c3 c3 o3 c3 o3 o1 o1 c1 c3 c3 c3 o1 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004851818084716797, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x7 x63 x26 x11 x42 x58 x31 x25 x10 x50 x29 x17 x16 x9 x50 x26 x39 x56 x56 x7 x47 x41 x54 x3 x15 x61 x55 x44 x64 x42 x60 x22
(TARGET)
x58 | x7 x63 x26 x11 x42 x31 x25 x10 x50 x29 x17 x16 x9 x50 x26 x39 x56 x56 x7 x47 x41 x54 x3 x15 x61 x55 x44 x64 x42 x60 x22 | {'task': 'delete', 'seq': [['x7', 'x63', 'x26', 'x11', 'x42', 'x58', 'x31', 'x25', 'x10', 'x50', 'x29', 'x17', 'x16', 'x9', 'x50', 'x26', 'x39', 'x56', 'x56', 'x7', 'x47', 'x41', 'x54', 'x3', 'x15', 'x61', 'x55', 'x44', 'x64', 'x42', 'x60', 'x22'], 'x58'], 'k': 4, 'n': 32, '_time': 0.00046896934509277344, '_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 x63; PUSH x5; PUSH x32; PUSH x32; PUSH x5; PUSH x15; PUSH x1; PUSH x1; POP; PUSH x63; POP; PUSH x48; POP; PUSH x5; POP; PUSH x39; PUSH x15; POP; PUSH x62;... | x5 x63 | {'task': 'stack', 'seq': ['PUSH x63', 'PUSH x5', 'PUSH x32', 'PUSH x32', 'PUSH x5', 'PUSH x15', 'PUSH x1', 'PUSH x1', 'POP', 'PUSH x63', 'POP', 'PUSH x48', 'POP', 'PUSH x5', 'POP', 'PUSH x39', 'PUSH x15', 'POP', 'PUSH x62', 'PUSH x46', 'POP', 'PUSH x14', 'POP', 'POP', '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 x9; POP; PUSH x24; POP; PUSH x6; PUSH x54; PUSH x30; PUSH x21; POP; PUSH x33; PUSH x31; PUSH x14; PUSH x48; PUSH x17; PUSH x42; POP; PUSH x18; PUSH x23; P... | x33 x30 x54 x6 | {'task': 'stack', 'seq': ['PUSH x9', 'POP', 'PUSH x24', 'POP', 'PUSH x6', 'PUSH x54', 'PUSH x30', 'PUSH x21', 'POP', 'PUSH x33', 'PUSH x31', 'PUSH x14', 'PUSH x48', 'PUSH x17', 'PUSH x42', 'POP', 'PUSH x18', 'PUSH x23', 'PUSH x18', 'PUSH x25', 'PUSH x40', 'PUSH x50', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'PO... | stack | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o3 o3 c3 o2 c3 c2 o2 c2 o0 c0 o3 c3 o0 c0 o0 o1 o0 o0 o1 o0 o1 o0 o0 c1 c1 c1 c0 c0 c0 c0 c0 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004963874816894531, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o3 c1 o0 o0 c0 c3 c0 o0 o2 c2 o0 o3 o3 c3 o2 c2 o2 c3 c2 c0 c0 o0 o0 o0 c0 o1 o2 c0 c0 c2 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004799365997314453, '_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)
x30 x36 x48 x15 x60 x8 x15 x29 x45 x14 x44 x51 x6 x6 x49 x14 x9 x15 x62 x29 x17 x40 x58 x29 x23 x33 x37 x62 x15 x35 x39 x27 | x30 x36 x48 x15 x60 x8 x29 x45 x14 x44 x51 x6 x49 x9 x62 x17 x40 x58 x23 x33 x37 x35 x39 x27 | {'task': 'set', 'seq': ['x30', 'x36', 'x48', 'x15', 'x60', 'x8', 'x15', 'x29', 'x45', 'x14', 'x44', 'x51', 'x6', 'x6', 'x49', 'x14', 'x9', 'x15', 'x62', 'x29', 'x17', 'x40', 'x58', 'x29', 'x23', 'x33', 'x37', 'x62', 'x15', 'x35', 'x39', 'x27'], 'k': 4, 'n': 32, '_time': 0.0004477500915527344, '_task': 'basic_procedural... | set | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o2 c2 o0 o2 c2 o3 o2 c2 c3 c0 o0 o3 c3 c0 o2 c2 o0 o1 c1 c0 o3 c3 o2 o2 c2 o0 c0 o3 c3 o0 c0 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004184246063232422, '_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 o1 o3 c3 o1 c1 c1 o0 o2 c0 c2 o2 o0 o1 c0 o3 o0 o0 o0 o1 o0 o3 c2 c1 c0 c0 c0 c0 c1 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004818439483642578, '_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 x27; PUSH x4; POP; PUSH x12; POP; PUSH x57; POP; PUSH x18; PUSH x41; PUSH x63; POP; PUSH x1; PUSH x35; PUSH x46; PUSH x53; PUSH x4; PUSH x8; PUSH x56; PUS... | x55 x53 x46 x35 x1 x41 x18 x27 | {'task': 'stack', 'seq': ['PUSH x27', 'PUSH x4', 'POP', 'PUSH x12', 'POP', 'PUSH x57', 'POP', 'PUSH x18', 'PUSH x41', 'PUSH x63', 'POP', 'PUSH x1', 'PUSH x35', 'PUSH x46', 'PUSH x53', 'PUSH x4', 'PUSH x8', 'PUSH x56', 'PUSH x26', 'POP', 'PUSH x41', 'POP', 'POP', 'PUSH x9', 'PUSH x47', 'PUSH x38', '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 o3 c3 c1 o2 o3 c3 o0 c0 c2 o1 c1 o2 c2 o0 c0 o1 c1 o0 c0 o3 c3 o1 o2 o1 o0 o1 c1 c0 c1 c2 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004119873046875, '_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)
x18 x45 x43 x18 x28 x38 x41 x53 x51 x34 x4 x52 x60 x37 x26 x17 x37 x30 x44 x32 x53 x55 x60 x32 x50 x44 x18 x38 x53 x43 x10 x5 | x18 x45 x43 x18 x28 x38 x41 x53 x51 x34 x4 x52 x60 x37 x26 x17 x37 x30 x44 x32 x53 x55 x60 x32 x50 x44 x18 x38 x53 x43 x10 x5 | {'task': 'identity', 'seq': ['x18', 'x45', 'x43', 'x18', 'x28', 'x38', 'x41', 'x53', 'x51', 'x34', 'x4', 'x52', 'x60', 'x37', 'x26', 'x17', 'x37', 'x30', 'x44', 'x32', 'x53', 'x55', 'x60', 'x32', 'x50', 'x44', 'x18', 'x38', 'x53', 'x43', 'x10', 'x5'], 'k': 4, 'n': 32, '_time': 0.00045299530029296875, '_task': 'basic_pr... | 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)
x16 x44 x64 x16 x9 x10 x41 x26 x47 x4 x42 x20 x51 x55 x50 x60
(B)
x12 x14 x62 x50 x27 x11 x48 x12 x19 x11 x12 x7 x21 x48 x33 x38 | x16 x44 x64 x9 x10 x41 x26 x47 x4 x42 x20 x51 x55 x50 x60 x12 x14 x62 x27 x11 x48 x19 x7 x21 x33 x38 | {'task': 'union', 'seq': [['x16', 'x44', 'x64', 'x16', 'x9', 'x10', 'x41', 'x26', 'x47', 'x4', 'x42', 'x20', 'x51', 'x55', 'x50', 'x60'], ['x12', 'x14', 'x62', 'x50', 'x27', 'x11', 'x48', 'x12', 'x19', 'x11', 'x12', 'x7', 'x21', 'x48', 'x33', 'x38']], 'k': 4, 'n': 32, '_time': 0.0004839897155761719, '_task': 'basic_pro... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x55 x50 x34 x57 x2 x40 x10 x23 x11 x7 x29 x5 x34 x58 x60 x16 x39 x1 x31 x22 x45 x50 x16 x36 x24 x19 x54 x37 x51 x51 x50 x29 | x55 x50 x34 x57 x2 x40 x10 x23 x11 x7 x29 x5 x34 x58 x60 x16 x39 x1 x31 x22 x45 x50 x16 x36 x24 x19 x54 x37 x51 x51 x50 x29 | {'task': 'identity', 'seq': ['x55', 'x50', 'x34', 'x57', 'x2', 'x40', 'x10', 'x23', 'x11', 'x7', 'x29', 'x5', 'x34', 'x58', 'x60', 'x16', 'x39', 'x1', 'x31', 'x22', 'x45', 'x50', 'x16', 'x36', 'x24', 'x19', 'x54', 'x37', 'x51', 'x51', 'x50', 'x29'], 'k': 4, 'n': 32, '_time': 0.0004477500915527344, '_task': 'basic_proce... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x6 x59 x13 x31 x61 x25 x48 x12 x54 x61 x31 x7 x63 x58 x33 x50 x6 x40 x20 x60 x9 x62 x63 x54 x52 x62 x38 x27 x58 x62 x40 x4 | x6 x59 x13 x31 x61 x25 x48 x12 x54 x7 x63 x58 x33 x50 x40 x20 x60 x9 x62 x52 x38 x27 x4 | {'task': 'set', 'seq': ['x6', 'x59', 'x13', 'x31', 'x61', 'x25', 'x48', 'x12', 'x54', 'x61', 'x31', 'x7', 'x63', 'x58', 'x33', 'x50', 'x6', 'x40', 'x20', 'x60', 'x9', 'x62', 'x63', 'x54', 'x52', 'x62', 'x38', 'x27', 'x58', 'x62', 'x40', 'x4'], 'k': 4, 'n': 32, '_time': 0.0004451274871826172, '_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 o0 o3 c0 o3 c3 c3 c3 o1 o3 c1 c3 o0 o0 c0 c0 o2 c2 o0 c0 o1 o1 o3 o0 c3 c1 c0 c1 o0 c0 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004868507385253906, '_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)
x39 x7 x42 x62 x43 x58 x3 x8 x25 x14 x6 x26 x51 x28 x22 x14 x44 x47 x38 x10 x49 x46 x28 x33 x34 x45 x40 x51 x62 x58 x12 x40 | x39 x7 x42 x62 x43 x58 x3 x8 x25 x14 x6 x26 x51 x28 x22 x14 x44 x47 x38 x10 x49 x46 x28 x33 x34 x45 x40 x51 x62 x58 x12 x40 | {'task': 'identity', 'seq': ['x39', 'x7', 'x42', 'x62', 'x43', 'x58', 'x3', 'x8', 'x25', 'x14', 'x6', 'x26', 'x51', 'x28', 'x22', 'x14', 'x44', 'x47', 'x38', 'x10', 'x49', 'x46', 'x28', 'x33', 'x34', 'x45', 'x40', 'x51', 'x62', 'x58', 'x12', 'x40'], 'k': 4, 'n': 32, '_time': 0.0004458427429199219, '_task': 'basic_proce... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x8 x19 x50 x17 x48 x4 x6 x46 x23 x2 x6 x59 x40 x50 x49 x17 x40 x64 x61 x52 x60 x14 x16 x1 x17 x9 x56 x21 x50 x58 x45 x14 | x1 x2 x4 x6 x6 x8 x9 x14 x14 x16 x17 x17 x17 x19 x21 x23 x40 x40 x45 x46 x48 x49 x50 x50 x50 x52 x56 x58 x59 x60 x61 x64 | {'task': 'sort', 'seq': ['x8', 'x19', 'x50', 'x17', 'x48', 'x4', 'x6', 'x46', 'x23', 'x2', 'x6', 'x59', 'x40', 'x50', 'x49', 'x17', 'x40', 'x64', 'x61', 'x52', 'x60', 'x14', 'x16', 'x1', 'x17', 'x9', 'x56', 'x21', 'x50', 'x58', 'x45', 'x14'], 'k': 4, 'n': 32, '_time': 0.0004658699035644531, '_task': 'basic_procedural',... | sort | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x22 x43 x63 x60 x19 x10 x14 x39 x7 x46 x33 x14 x47 x6 x23 x23 x58 x15 x45 x49 x59 x51 x7 x31 x18 x55 x31 x54 x31 x25 x58 x50
(TARGET)
x58 | x22 x43 x63 x60 x19 x10 x14 x39 x7 x46 x33 x14 x47 x6 x23 x23 x15 x45 x49 x59 x51 x7 x31 x18 x55 x31 x54 x31 x25 x58 x50 | {'task': 'delete', 'seq': [['x22', 'x43', 'x63', 'x60', 'x19', 'x10', 'x14', 'x39', 'x7', 'x46', 'x33', 'x14', 'x47', 'x6', 'x23', 'x23', 'x58', 'x15', 'x45', 'x49', 'x59', 'x51', 'x7', 'x31', 'x18', 'x55', 'x31', 'x54', 'x31', 'x25', 'x58', 'x50'], 'x58'], 'k': 4, 'n': 32, '_time': 0.00046372413635253906, '_task': 'ba... | delete | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 c3 o3 c3 o3 c3 o2 c2 o2 c2 o3 o0 o3 c3 c0 c3 o1 c1 o1 c1 o1 o2 c2 o0 o0 o2 c2 c0 c0 c1 o2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004172325134277344, '_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)
x27 x51 x45 x59 x64 x34 x11 x55 x54 x14 x53 x51 x3 x27 x55 x15 x22 x18 x52 x12 x30 x11 x32 x16 x32 x42 x31 x30 x30 x50 x37 x37
(TARGET)
x51 | x27 x45 x59 x64 x34 x11 x55 x54 x14 x53 x51 x3 x27 x55 x15 x22 x18 x52 x12 x30 x11 x32 x16 x32 x42 x31 x30 x30 x50 x37 x37 | {'task': 'delete', 'seq': [['x27', 'x51', 'x45', 'x59', 'x64', 'x34', 'x11', 'x55', 'x54', 'x14', 'x53', 'x51', 'x3', 'x27', 'x55', 'x15', 'x22', 'x18', 'x52', 'x12', 'x30', 'x11', 'x32', 'x16', 'x32', 'x42', 'x31', 'x30', 'x30', 'x50', 'x37', 'x37'], 'x51'], 'k': 4, 'n': 32, '_time': 0.00046515464782714844, '_task': '... | delete | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 o3 o1 c1 c3 c3 o2 c2 o3 c3 o2 o2 o3 c3 c2 c2 o3 o0 o0 o2 o0 c0 c2 c0 o2 c2 o2 o3 c3 c2 c0 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004131793975830078, '_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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.