prompt stringlengths 144 465 | answer stringlengths 5 127 | metadata stringlengths 308 686 | task stringclasses 9
values | mode stringclasses 1
value | level int64 0 0 |
|---|---|---|---|---|---|
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 c1 o0 c0 o0 c0 o2 c2 o3 c3 o2 c2 o0 o0 c0 c0 o0 o0 o1 c0 c1 c0 o2 o1 o2 c1 c2 c2 o2 o0 c0 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005838871002197266, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x38 x47 x9 x25 x19 x25 x52 x55 x28 x20 x30 x17 x3 x36 x13 x47 x42 x27 x29 x57 x63 x56 x21 x20 x60 x22 x16 x20 x37 x35 x45 x18 | x18 x45 x35 x37 x20 x16 x22 x60 x20 x21 x56 x63 x57 x29 x27 x42 x47 x13 x36 x3 x17 x30 x20 x28 x55 x52 x25 x19 x25 x9 x47 x38 | {'task': 'reverse', 'seq': ['x38', 'x47', 'x9', 'x25', 'x19', 'x25', 'x52', 'x55', 'x28', 'x20', 'x30', 'x17', 'x3', 'x36', 'x13', 'x47', 'x42', 'x27', 'x29', 'x57', 'x63', 'x56', 'x21', 'x20', 'x60', 'x22', 'x16', 'x20', 'x37', 'x35', 'x45', 'x18'], 'k': 4, 'n': 32, '_time': 0.00041103363037109375, '_task': 'basic_pro... | 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 o0 c0 c2 o1 c1 o3 c3 o0 c0 o3 o3 o3 o3 c3 o3 o0 o2 c2 o1 o2 c2 c1 c0 o2 o0 c0 c2 c3 c3 c3 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003814697265625, '_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)
x55 x23 x10 x38 x62 x60 x52 x38 x58 x49 x32 x52 x37 x37 x17 x62
(B)
x33 x15 x49 x26 x16 x14 x59 x39 x52 x51 x24 x25 x28 x39 x39 x45 | x55 x23 x10 x38 x62 x60 x52 x58 x49 x32 x37 x17 x33 x15 x26 x16 x14 x59 x39 x51 x24 x25 x28 x45 | {'task': 'union', 'seq': [['x55', 'x23', 'x10', 'x38', 'x62', 'x60', 'x52', 'x38', 'x58', 'x49', 'x32', 'x52', 'x37', 'x37', 'x17', 'x62'], ['x33', 'x15', 'x49', 'x26', 'x16', 'x14', 'x59', 'x39', 'x52', 'x51', 'x24', 'x25', 'x28', 'x39', 'x39', 'x45']], 'k': 4, 'n': 32, '_time': 0.00044608116149902344, '_task': 'basic... | union | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x4; PUSH x4; PUSH x48; PUSH x19; PUSH x34; PUSH x32; PUSH x62; PUSH x40; PUSH x27; PUSH x28; POP; PUSH x63; POP; POP; PUSH x60; PUSH x59; PUSH x40; PUSH x... | x45 x60 x40 x62 x32 x34 x19 x48 x4 x4 | {'task': 'stack', 'seq': ['PUSH x4', 'PUSH x4', 'PUSH x48', 'PUSH x19', 'PUSH x34', 'PUSH x32', 'PUSH x62', 'PUSH x40', 'PUSH x27', 'PUSH x28', 'POP', 'PUSH x63', 'POP', 'POP', 'PUSH x60', 'PUSH x59', 'PUSH x40', 'PUSH x7', 'PUSH x7', 'PUSH x38', 'POP', 'PUSH x3', 'PUSH x31', 'POP', 'PUSH x31', 'POP', 'POP', 'POP', 'PO... | stack | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x8; POP; PUSH x25; PUSH x53; PUSH x61; PUSH x48; PUSH x33; PUSH x35; PUSH x28; POP; PUSH x29; PUSH x28; POP; POP; PUSH x19; POP; POP; PUSH x49; PUSH x57; ... | x49 x33 x48 x61 x53 x25 | {'task': 'stack', 'seq': ['PUSH x8', 'POP', 'PUSH x25', 'PUSH x53', 'PUSH x61', 'PUSH x48', 'PUSH x33', 'PUSH x35', 'PUSH x28', 'POP', 'PUSH x29', 'PUSH x28', 'POP', 'POP', 'PUSH x19', 'POP', 'POP', 'PUSH x49', 'PUSH x57', 'PUSH x29', 'PUSH x15', 'PUSH x12', 'POP', 'PUSH x20', 'POP', 'PUSH x43', 'POP', 'POP', 'PUSH x50... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x26 x17 x35 x58 x61 x12 x12 x49 x20 x6 x35 x22 x62 x30 x9 x27 x16 x12 x64 x4 x13 x64 x12 x50 x13 x52 x28 x47 x26 x43 x11 x25
(TARGET)
x25 | x26 x17 x35 x58 x61 x12 x12 x49 x20 x6 x35 x22 x62 x30 x9 x27 x16 x12 x64 x4 x13 x64 x12 x50 x13 x52 x28 x47 x26 x43 x11 | {'task': 'delete', 'seq': [['x26', 'x17', 'x35', 'x58', 'x61', 'x12', 'x12', 'x49', 'x20', 'x6', 'x35', 'x22', 'x62', 'x30', 'x9', 'x27', 'x16', 'x12', 'x64', 'x4', 'x13', 'x64', 'x12', 'x50', 'x13', 'x52', 'x28', 'x47', 'x26', 'x43', 'x11', 'x25'], 'x25'], 'k': 4, 'n': 32, '_time': 0.0004317760467529297, '_task': 'bas... | delete | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x2 x33 x17 x40 x18 x27 x42 x28 x28 x34 x53 x27 x28 x26 x33 x10
(B)
x9 x62 x55 x58 x40 x4 x48 x1 x40 x20 x12 x52 x61 x12 x16 x40 | x2 x33 x17 x40 x18 x27 x42 x28 x34 x53 x26 x10 x9 x62 x55 x58 x4 x48 x1 x20 x12 x52 x61 x16 | {'task': 'union', 'seq': [['x2', 'x33', 'x17', 'x40', 'x18', 'x27', 'x42', 'x28', 'x28', 'x34', 'x53', 'x27', 'x28', 'x26', 'x33', 'x10'], ['x9', 'x62', 'x55', 'x58', 'x40', 'x4', 'x48', 'x1', 'x40', 'x20', 'x12', 'x52', 'x61', 'x12', 'x16', 'x40']], 'k': 4, 'n': 32, '_time': 0.000446319580078125, '_task': 'basic_proce... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x33 x23 x13 x28 x5 x8 x20 x64 x24 x16 x14 x35 x9 x4 x24 x60 x44 x41 x10 x61 x42 x17 x41 x7 x60 x38 x48 x35 x51 x20 x39 x28 | x33 x23 x13 x28 x5 x8 x20 x64 x24 x16 x14 x35 x9 x4 x24 x60 x44 x41 x10 x61 x42 x17 x41 x7 x60 x38 x48 x35 x51 x20 x39 x28 | {'task': 'identity', 'seq': ['x33', 'x23', 'x13', 'x28', 'x5', 'x8', 'x20', 'x64', 'x24', 'x16', 'x14', 'x35', 'x9', 'x4', 'x24', 'x60', 'x44', 'x41', 'x10', 'x61', 'x42', 'x17', 'x41', 'x7', 'x60', 'x38', 'x48', 'x35', 'x51', 'x20', 'x39', 'x28'], 'k': 4, 'n': 32, '_time': 0.0004076957702636719, '_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 x8; PUSH x32; PUSH x19; POP; POP; PUSH x62; PUSH x5; POP; PUSH x12; PUSH x31; PUSH x53; PUSH x43; PUSH x57; PUSH x2; PUSH x7; POP; PUSH x22; PUSH x33; PUS... | x2 x57 x43 x53 x31 x12 x62 x8 | {'task': 'stack', 'seq': ['PUSH x8', 'PUSH x32', 'PUSH x19', 'POP', 'POP', 'PUSH x62', 'PUSH x5', 'POP', 'PUSH x12', 'PUSH x31', 'PUSH x53', 'PUSH x43', 'PUSH x57', 'PUSH x2', 'PUSH x7', 'POP', 'PUSH x22', 'PUSH x33', 'PUSH x45', 'POP', 'PUSH x33', 'PUSH x8', 'POP', 'PUSH x11', 'POP', 'PUSH x17', 'POP', 'POP', 'POP', '... | stack | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x33; PUSH x61; PUSH x13; PUSH x5; PUSH x7; PUSH x4; PUSH x47; PUSH x42; PUSH x9; POP; PUSH x32; PUSH x30; POP; POP; POP; POP; PUSH x56; PUSH x2; PUSH x12;... | x4 x7 x5 x13 x61 x33 | {'task': 'stack', 'seq': ['PUSH x33', 'PUSH x61', 'PUSH x13', 'PUSH x5', 'PUSH x7', 'PUSH x4', 'PUSH x47', 'PUSH x42', 'PUSH x9', 'POP', 'PUSH x32', 'PUSH x30', 'POP', 'POP', 'POP', 'POP', 'PUSH x56', 'PUSH x2', 'PUSH x12', 'PUSH x63', 'PUSH x22', 'PUSH x32', 'PUSH x63', 'POP', 'POP', 'PUSH x35', 'POP', 'POP', 'POP', '... | stack | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x9 x16 x63 x54 x60 x19 x49 x48 x3 x48 x61 x27 x55 x57 x64 x16 x58 x25 x50 x56 x61 x28 x49 x16 x27 x45 x39 x45 x34 x64 x48 x64 | x3 x9 x16 x16 x16 x19 x25 x27 x27 x28 x34 x39 x45 x45 x48 x48 x48 x49 x49 x50 x54 x55 x56 x57 x58 x60 x61 x61 x63 x64 x64 x64 | {'task': 'sort', 'seq': ['x9', 'x16', 'x63', 'x54', 'x60', 'x19', 'x49', 'x48', 'x3', 'x48', 'x61', 'x27', 'x55', 'x57', 'x64', 'x16', 'x58', 'x25', 'x50', 'x56', 'x61', 'x28', 'x49', 'x16', 'x27', 'x45', 'x39', 'x45', 'x34', 'x64', 'x48', 'x64'], 'k': 4, 'n': 32, '_time': 0.00043487548828125, '_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. | o3 c3 o0 c0 o2 c2 o3 o1 c1 o3 o1 c1 o1 c1 c3 o2 o1 o1 o1 c1 c1 c1 o1 o0 c0 c1 o1 o1 c1 c1 c2 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004532337188720703, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 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)
x25 x63 x23 x46 x23 x26 x37 x42 x48 x37 x24 x54 x22 x4 x2 x56
(B)
x15 x12 x38 x29 x38 x39 x2 x46 x2 x64 x15 x57 x30 x59 x6 x25 | x25 x63 x23 x46 x26 x37 x42 x48 x24 x54 x22 x4 x2 x56 x15 x12 x38 x29 x39 x64 x57 x30 x59 x6 | {'task': 'union', 'seq': [['x25', 'x63', 'x23', 'x46', 'x23', 'x26', 'x37', 'x42', 'x48', 'x37', 'x24', 'x54', 'x22', 'x4', 'x2', 'x56'], ['x15', 'x12', 'x38', 'x29', 'x38', 'x39', 'x2', 'x46', 'x2', 'x64', 'x15', 'x57', 'x30', 'x59', 'x6', 'x25']], 'k': 4, 'n': 32, '_time': 0.00044846534729003906, '_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. | o0 c0 o2 c2 o1 o0 c0 c1 o0 o1 c0 o2 o0 o0 c1 o3 c3 o1 o1 c0 o2 c1 c1 c0 o0 o0 c0 c2 c0 o1 c2 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004470348358154297, '_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)
x62 x15 x12 x25 x24 x58 x50 x8 x2 x18 x58 x43 x58 x30 x57 x14 x58 x64 x19 x21 x17 x37 x35 x43 x36 x18 x52 x40 x20 x4 x57 x45 | x62 x15 x12 x25 x24 x58 x50 x8 x2 x18 x43 x30 x57 x14 x64 x19 x21 x17 x37 x35 x36 x52 x40 x20 x4 x45 | {'task': 'set', 'seq': ['x62', 'x15', 'x12', 'x25', 'x24', 'x58', 'x50', 'x8', 'x2', 'x18', 'x58', 'x43', 'x58', 'x30', 'x57', 'x14', 'x58', 'x64', 'x19', 'x21', 'x17', 'x37', 'x35', 'x43', 'x36', 'x18', 'x52', 'x40', 'x20', 'x4', 'x57', 'x45'], 'k': 4, 'n': 32, '_time': 0.0004215240478515625, '_task': 'basic_procedura... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x58 x52 x16 x59 x42 x15 x35 x60 x40 x39 x58 x28 x23 x61 x29 x24 x24 x36 x25 x22 x8 x63 x46 x33 x7 x7 x56 x33 x35 x62 x34 x35 | x58 x52 x16 x59 x42 x15 x35 x60 x40 x39 x58 x28 x23 x61 x29 x24 x24 x36 x25 x22 x8 x63 x46 x33 x7 x7 x56 x33 x35 x62 x34 x35 | {'task': 'identity', 'seq': ['x58', 'x52', 'x16', 'x59', 'x42', 'x15', 'x35', 'x60', 'x40', 'x39', 'x58', 'x28', 'x23', 'x61', 'x29', 'x24', 'x24', 'x36', 'x25', 'x22', 'x8', 'x63', 'x46', 'x33', 'x7', 'x7', 'x56', 'x33', 'x35', 'x62', 'x34', 'x35'], 'k': 4, 'n': 32, '_time': 0.0005323886871337891, '_task': 'basic_proc... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x51 x18 x54 x64 x9 x14 x37 x33 x3 x5 x2 x34 x16 x53 x57 x20 x15 x45 x23 x12 x44 x35 x63 x23 x26 x25 x2 x52 x3 x32 x33 x46 | x51 x18 x54 x64 x9 x14 x37 x33 x3 x5 x2 x34 x16 x53 x57 x20 x15 x45 x23 x12 x44 x35 x63 x23 x26 x25 x2 x52 x3 x32 x33 x46 | {'task': 'identity', 'seq': ['x51', 'x18', 'x54', 'x64', 'x9', 'x14', 'x37', 'x33', 'x3', 'x5', 'x2', 'x34', 'x16', 'x53', 'x57', 'x20', 'x15', 'x45', 'x23', 'x12', 'x44', 'x35', 'x63', 'x23', 'x26', 'x25', 'x2', 'x52', 'x3', 'x32', 'x33', 'x46'], 'k': 4, 'n': 32, '_time': 0.0004112720489501953, '_task': 'basic_procedu... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x58 x48 x50 x62 x40 x18 x54 x2 x59 x17 x7 x8 x37 x47 x42 x9 x23 x12 x20 x20 x21 x6 x31 x25 x48 x16 x47 x6 x61 x35 x35 x20 | x58 x48 x50 x62 x40 x18 x54 x2 x59 x17 x7 x8 x37 x47 x42 x9 x23 x12 x20 x20 x21 x6 x31 x25 x48 x16 x47 x6 x61 x35 x35 x20 | {'task': 'identity', 'seq': ['x58', 'x48', 'x50', 'x62', 'x40', 'x18', 'x54', 'x2', 'x59', 'x17', 'x7', 'x8', 'x37', 'x47', 'x42', 'x9', 'x23', 'x12', 'x20', 'x20', 'x21', 'x6', 'x31', 'x25', 'x48', 'x16', 'x47', 'x6', 'x61', 'x35', 'x35', 'x20'], 'k': 4, 'n': 32, '_time': 0.0004153251647949219, '_task': 'basic_procedu... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x62 x4 x45 x1 x19 x33 x26 x2 x44 x61 x4 x6 x42 x30 x39 x10 x4 x35 x34 x8 x20 x58 x59 x38 x8 x51 x46 x50 x42 x51 x24 x43 | x1 x2 x4 x4 x4 x6 x8 x8 x10 x19 x20 x24 x26 x30 x33 x34 x35 x38 x39 x42 x42 x43 x44 x45 x46 x50 x51 x51 x58 x59 x61 x62 | {'task': 'sort', 'seq': ['x62', 'x4', 'x45', 'x1', 'x19', 'x33', 'x26', 'x2', 'x44', 'x61', 'x4', 'x6', 'x42', 'x30', 'x39', 'x10', 'x4', 'x35', 'x34', 'x8', 'x20', 'x58', 'x59', 'x38', 'x8', 'x51', 'x46', 'x50', 'x42', 'x51', 'x24', 'x43'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_task': 'basic_procedural', ... | sort | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x33 x16 x17 x57 x50 x51 x42 x6 x55 x22 x30 x55 x47 x19 x46 x56 x5 x55 x42 x28 x36 x28 x64 x13 x26 x40 x34 x13 x14 x48 x56 x15 | x5 x6 x13 x13 x14 x15 x16 x17 x19 x22 x26 x28 x28 x30 x33 x34 x36 x40 x42 x42 x46 x47 x48 x50 x51 x55 x55 x55 x56 x56 x57 x64 | {'task': 'sort', 'seq': ['x33', 'x16', 'x17', 'x57', 'x50', 'x51', 'x42', 'x6', 'x55', 'x22', 'x30', 'x55', 'x47', 'x19', 'x46', 'x56', 'x5', 'x55', 'x42', 'x28', 'x36', 'x28', 'x64', 'x13', 'x26', 'x40', 'x34', 'x13', 'x14', 'x48', 'x56', 'x15'], 'k': 4, 'n': 32, '_time': 0.0005733966827392578, '_task': 'basic_procedu... | sort | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x31 x34 x42 x53 x19 x56 x32 x5 x1 x55 x1 x64 x1 x35 x45 x19 x18 x56 x37 x64 x21 x11 x39 x53 x23 x39 x24 x37 x18 x27 x6 x32
(TARGET)
x56 | x31 x34 x42 x53 x19 x32 x5 x1 x55 x1 x64 x1 x35 x45 x19 x18 x56 x37 x64 x21 x11 x39 x53 x23 x39 x24 x37 x18 x27 x6 x32 | {'task': 'delete', 'seq': [['x31', 'x34', 'x42', 'x53', 'x19', 'x56', 'x32', 'x5', 'x1', 'x55', 'x1', 'x64', 'x1', 'x35', 'x45', 'x19', 'x18', 'x56', 'x37', 'x64', 'x21', 'x11', 'x39', 'x53', 'x23', 'x39', 'x24', 'x37', 'x18', 'x27', 'x6', 'x32'], 'x56'], 'k': 4, 'n': 32, '_time': 0.0004355907440185547, '_task': 'basic... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x49 x57 x27 x40 x17 x43 x5 x53 x13 x40 x7 x17 x32 x59 x43 x44 x53 x30 x64 x11 x14 x8 x1 x32 x22 x27 x23 x38 x32 x64 x18 x13 | x49 x57 x27 x40 x17 x43 x5 x53 x13 x7 x32 x59 x44 x30 x64 x11 x14 x8 x1 x22 x23 x38 x18 | {'task': 'set', 'seq': ['x49', 'x57', 'x27', 'x40', 'x17', 'x43', 'x5', 'x53', 'x13', 'x40', 'x7', 'x17', 'x32', 'x59', 'x43', 'x44', 'x53', 'x30', 'x64', 'x11', 'x14', 'x8', 'x1', 'x32', 'x22', 'x27', 'x23', 'x38', 'x32', 'x64', 'x18', 'x13'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_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 x23; PUSH x35; PUSH x47; PUSH x40; POP; PUSH x34; PUSH x60; PUSH x21; PUSH x10; PUSH x10; PUSH x8; POP; PUSH x13; PUSH x48; PUSH x23; POP; POP; PUSH x4; P... | x24 x40 x10 x10 x21 x60 x34 x47 x35 x23 | {'task': 'stack', 'seq': ['PUSH x23', 'PUSH x35', 'PUSH x47', 'PUSH x40', 'POP', 'PUSH x34', 'PUSH x60', 'PUSH x21', 'PUSH x10', 'PUSH x10', 'PUSH x8', 'POP', 'PUSH x13', 'PUSH x48', 'PUSH x23', 'POP', 'POP', 'PUSH x4', 'POP', 'POP', 'PUSH x18', 'PUSH x38', 'POP', 'POP', 'PUSH x40', 'PUSH x24', 'PUSH x64', 'POP', 'PUSH... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x16 x15 x8 x48 x7 x13 x3 x42 x39 x7 x24 x24 x45 x47 x13 x46 x57 x30 x32 x6 x40 x14 x4 x53 x62 x34 x31 x59 x10 x43 x21 x55 | x16 x15 x8 x48 x7 x13 x3 x42 x39 x7 x24 x24 x45 x47 x13 x46 x57 x30 x32 x6 x40 x14 x4 x53 x62 x34 x31 x59 x10 x43 x21 x55 | {'task': 'identity', 'seq': ['x16', 'x15', 'x8', 'x48', 'x7', 'x13', 'x3', 'x42', 'x39', 'x7', 'x24', 'x24', 'x45', 'x47', 'x13', 'x46', 'x57', 'x30', 'x32', 'x6', 'x40', 'x14', 'x4', 'x53', 'x62', 'x34', 'x31', 'x59', 'x10', 'x43', 'x21', 'x55'], 'k': 4, 'n': 32, '_time': 0.0005476474761962891, '_task': 'basic_procedu... | identity | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o3 o1 c1 o1 c3 o0 c1 o3 c0 c3 o3 o3 c3 c3 o3 o1 c3 c1 o2 o1 o2 o3 o3 o2 o1 c2 c3 c3 c2 c1 c1 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004520416259765625, '_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)
x62 x27 x21 x59 x11 x32 x2 x5 x57 x6 x7 x48 x20 x55 x55 x1 x48 x59 x48 x58 x48 x30 x9 x6 x57 x13 x19 x36 x28 x28 x54 x58
(TARGET)
x52 | x62 x27 x21 x59 x11 x32 x2 x5 x57 x6 x7 x48 x20 x55 x55 x1 x48 x59 x48 x58 x48 x30 x9 x6 x57 x13 x19 x36 x28 x28 x54 x58 | {'task': 'delete', 'seq': [['x62', 'x27', 'x21', 'x59', 'x11', 'x32', 'x2', 'x5', 'x57', 'x6', 'x7', 'x48', 'x20', 'x55', 'x55', 'x1', 'x48', 'x59', 'x48', 'x58', 'x48', 'x30', 'x9', 'x6', 'x57', 'x13', 'x19', 'x36', 'x28', 'x28', 'x54', 'x58'], 'x52'], 'k': 4, 'n': 32, '_time': 0.0004572868347167969, '_task': 'basic_p... | 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 x54; PUSH x27; POP; PUSH x16; POP; PUSH x26; PUSH x5; POP; POP; PUSH x30; PUSH x50; POP; POP; PUSH x57; PUSH x9; PUSH x8; POP; PUSH x41; PUSH x63; PUSH x1... | x60 x61 | {'task': 'stack', 'seq': ['PUSH x54', 'PUSH x27', 'POP', 'PUSH x16', 'POP', 'PUSH x26', 'PUSH x5', 'POP', 'POP', 'PUSH x30', 'PUSH x50', 'POP', 'POP', 'PUSH x57', 'PUSH x9', 'PUSH x8', 'POP', 'PUSH x41', 'PUSH x63', 'PUSH x17', 'POP', 'PUSH x12', 'POP', 'POP', 'POP', 'POP', 'PUSH x33', 'POP', 'POP', 'POP', 'PUSH x61', ... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x22 x52 x7 x32 x62 x63 x44 x4 x50 x9 x21 x10 x14 x59 x33 x30 x9 x33 x64 x27 x22 x7 x51 x6 x1 x26 x9 x36 x42 x7 x38 x29
(TARGET)
x22 | x52 x7 x32 x62 x63 x44 x4 x50 x9 x21 x10 x14 x59 x33 x30 x9 x33 x64 x27 x22 x7 x51 x6 x1 x26 x9 x36 x42 x7 x38 x29 | {'task': 'delete', 'seq': [['x22', 'x52', 'x7', 'x32', 'x62', 'x63', 'x44', 'x4', 'x50', 'x9', 'x21', 'x10', 'x14', 'x59', 'x33', 'x30', 'x9', 'x33', 'x64', 'x27', 'x22', 'x7', 'x51', 'x6', 'x1', 'x26', 'x9', 'x36', 'x42', 'x7', 'x38', 'x29'], 'x22'], 'k': 4, 'n': 32, '_time': 0.0005748271942138672, '_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. | o3 o3 c3 o0 c3 c0 o2 c2 o2 c2 o0 o2 c0 o2 o0 c0 o2 o3 c3 o0 o1 o3 c1 c0 c3 o3 o3 c2 c3 c3 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045108795166015625, '_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)
x34 x54 x53 x28 x47 x51 x20 x15 x59 x3 x47 x61 x41 x24 x44 x42 x5 x39 x23 x51 x52 x56 x40 x54 x2 x8 x17 x28 x8 x43 x30 x55 | x34 x54 x53 x28 x47 x51 x20 x15 x59 x3 x61 x41 x24 x44 x42 x5 x39 x23 x52 x56 x40 x2 x8 x17 x43 x30 x55 | {'task': 'set', 'seq': ['x34', 'x54', 'x53', 'x28', 'x47', 'x51', 'x20', 'x15', 'x59', 'x3', 'x47', 'x61', 'x41', 'x24', 'x44', 'x42', 'x5', 'x39', 'x23', 'x51', 'x52', 'x56', 'x40', 'x54', 'x2', 'x8', 'x17', 'x28', 'x8', 'x43', 'x30', 'x55'], 'k': 4, 'n': 32, '_time': 0.00042057037353515625, '_task': 'basic_procedural... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x55 x29 x3 x13 x61 x56 x5 x63 x53 x36 x11 x45 x26 x19 x47 x28 x27 x20 x9 x56 x3 x32 x58 x14 x27 x36 x34 x2 x15 x15 x6 x13 | x55 x29 x3 x13 x61 x56 x5 x63 x53 x36 x11 x45 x26 x19 x47 x28 x27 x20 x9 x56 x3 x32 x58 x14 x27 x36 x34 x2 x15 x15 x6 x13 | {'task': 'identity', 'seq': ['x55', 'x29', 'x3', 'x13', 'x61', 'x56', 'x5', 'x63', 'x53', 'x36', 'x11', 'x45', 'x26', 'x19', 'x47', 'x28', 'x27', 'x20', 'x9', 'x56', 'x3', 'x32', 'x58', 'x14', 'x27', 'x36', 'x34', 'x2', 'x15', 'x15', 'x6', 'x13'], 'k': 4, 'n': 32, '_time': 0.0004909038543701172, '_task': 'basic_procedu... | 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 x50; PUSH x46; PUSH x46; POP; PUSH x25; PUSH x60; PUSH x5; PUSH x38; POP; POP; PUSH x20; POP; PUSH x20; PUSH x30; PUSH x53; PUSH x51; PUSH x64; PUSH x26; ... | x30 x20 x60 x25 x46 x50 | {'task': 'stack', 'seq': ['PUSH x50', 'PUSH x46', 'PUSH x46', 'POP', 'PUSH x25', 'PUSH x60', 'PUSH x5', 'PUSH x38', 'POP', 'POP', 'PUSH x20', 'POP', 'PUSH x20', 'PUSH x30', 'PUSH x53', 'PUSH x51', 'PUSH x64', 'PUSH x26', 'PUSH x37', 'PUSH x60', 'POP', 'POP', 'PUSH x3', 'POP', 'POP', 'POP', 'PUSH x18', 'POP', 'POP', 'PO... | stack | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x3 x60 x53 x51 x38 x55 x26 x13 x41 x57 x5 x59 x43 x16 x12 x13 x7 x62 x35 x22 x39 x34 x36 x54 x45 x46 x60 x43 x16 x27 x39 x28 | x3 x60 x53 x51 x38 x55 x26 x13 x41 x57 x5 x59 x43 x16 x12 x7 x62 x35 x22 x39 x34 x36 x54 x45 x46 x27 x28 | {'task': 'set', 'seq': ['x3', 'x60', 'x53', 'x51', 'x38', 'x55', 'x26', 'x13', 'x41', 'x57', 'x5', 'x59', 'x43', 'x16', 'x12', 'x13', 'x7', 'x62', 'x35', 'x22', 'x39', 'x34', 'x36', 'x54', 'x45', 'x46', 'x60', 'x43', 'x16', 'x27', 'x39', 'x28'], 'k': 4, 'n': 32, '_time': 0.00042819976806640625, '_task': 'basic_procedur... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x44 x24 x61 x54 x7 x42 x29 x53 x21 x9 x52 x21 x37 x57 x49 x35 x12 x10 x22 x17 x34 x64 x35 x24 x10 x45 x38 x49 x64 x4 x64 x4 | x44 x24 x61 x54 x7 x42 x29 x53 x21 x9 x52 x21 x37 x57 x49 x35 x12 x10 x22 x17 x34 x64 x35 x24 x10 x45 x38 x49 x64 x4 x64 x4 | {'task': 'identity', 'seq': ['x44', 'x24', 'x61', 'x54', 'x7', 'x42', 'x29', 'x53', 'x21', 'x9', 'x52', 'x21', 'x37', 'x57', 'x49', 'x35', 'x12', 'x10', 'x22', 'x17', 'x34', 'x64', 'x35', 'x24', 'x10', 'x45', 'x38', 'x49', 'x64', 'x4', 'x64', 'x4'], 'k': 4, 'n': 32, '_time': 0.0004112720489501953, '_task': 'basic_proce... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x1 x53 x29 x49 x23 x26 x2 x51 x1 x28 x16 x48 x42 x63 x26 x51 x17 x43 x17 x63 x27 x17 x42 x29 x10 x37 x58 x54 x40 x22 x19 x37 | x1 x1 x2 x10 x16 x17 x17 x17 x19 x22 x23 x26 x26 x27 x28 x29 x29 x37 x37 x40 x42 x42 x43 x48 x49 x51 x51 x53 x54 x58 x63 x63 | {'task': 'sort', 'seq': ['x1', 'x53', 'x29', 'x49', 'x23', 'x26', 'x2', 'x51', 'x1', 'x28', 'x16', 'x48', 'x42', 'x63', 'x26', 'x51', 'x17', 'x43', 'x17', 'x63', 'x27', 'x17', 'x42', 'x29', 'x10', 'x37', 'x58', 'x54', 'x40', 'x22', 'x19', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004343986511230469, '_task': 'basic_procedur... | sort | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 c0 o3 o1 c3 c1 o2 c2 o0 o2 o1 c1 o1 c0 c1 o0 c2 c0 o0 o1 o2 c2 c1 o3 c3 c0 o2 c2 o0 c0 o3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005199909210205078, '_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)
x44 x7 x57 x25 x48 x62 x58 x29 x46 x53 x1 x17 x44 x11 x46 x8 x54 x26 x16 x38 x14 x7 x17 x52 x43 x52 x34 x4 x34 x57 x57 x9
(TARGET)
x26 | x44 x7 x57 x25 x48 x62 x58 x29 x46 x53 x1 x17 x44 x11 x46 x8 x54 x16 x38 x14 x7 x17 x52 x43 x52 x34 x4 x34 x57 x57 x9 | {'task': 'delete', 'seq': [['x44', 'x7', 'x57', 'x25', 'x48', 'x62', 'x58', 'x29', 'x46', 'x53', 'x1', 'x17', 'x44', 'x11', 'x46', 'x8', 'x54', 'x26', 'x16', 'x38', 'x14', 'x7', 'x17', 'x52', 'x43', 'x52', 'x34', 'x4', 'x34', 'x57', 'x57', 'x9'], 'x26'], 'k': 4, 'n': 32, '_time': 0.00043320655822753906, '_task': 'basic... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x31 x28 x32 x5 x19 x12 x34 x62 x43 x50 x33 x62 x25 x39 x19 x39 x40 x57 x53 x37 x10 x13 x62 x26 x6 x11 x16 x13 x53 x7 x46 x34 | x31 x28 x32 x5 x19 x12 x34 x62 x43 x50 x33 x25 x39 x40 x57 x53 x37 x10 x13 x26 x6 x11 x16 x7 x46 | {'task': 'set', 'seq': ['x31', 'x28', 'x32', 'x5', 'x19', 'x12', 'x34', 'x62', 'x43', 'x50', 'x33', 'x62', 'x25', 'x39', 'x19', 'x39', 'x40', 'x57', 'x53', 'x37', 'x10', 'x13', 'x62', 'x26', 'x6', 'x11', 'x16', 'x13', 'x53', 'x7', 'x46', 'x34'], 'k': 4, 'n': 32, '_time': 0.0004181861877441406, '_task': 'basic_procedura... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x49 x62 x21 x12 x61 x40 x19 x34 x52 x48 x47 x44 x13 x54 x46 x42 x39 x60 x11 x55 x15 x58 x1 x61 x64 x61 x25 x22 x23 x17 x13 x37
(TARGET)
x41 | x49 x62 x21 x12 x61 x40 x19 x34 x52 x48 x47 x44 x13 x54 x46 x42 x39 x60 x11 x55 x15 x58 x1 x61 x64 x61 x25 x22 x23 x17 x13 x37 | {'task': 'delete', 'seq': [['x49', 'x62', 'x21', 'x12', 'x61', 'x40', 'x19', 'x34', 'x52', 'x48', 'x47', 'x44', 'x13', 'x54', 'x46', 'x42', 'x39', 'x60', 'x11', 'x55', 'x15', 'x58', 'x1', 'x61', 'x64', 'x61', 'x25', 'x22', 'x23', 'x17', 'x13', 'x37'], 'x41'], 'k': 4, 'n': 32, '_time': 0.00046181678771972656, '_task': '... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x55 x35 x39 x3 x3 x57 x57 x2 x9 x63 x37 x11 x47 x3 x23 x59 x37 x14 x53 x58 x9 x7 x50 x25 x50 x54 x34 x33 x17 x9 x58 x9 | x55 x35 x39 x3 x57 x2 x9 x63 x37 x11 x47 x23 x59 x14 x53 x58 x7 x50 x25 x54 x34 x33 x17 | {'task': 'set', 'seq': ['x55', 'x35', 'x39', 'x3', 'x3', 'x57', 'x57', 'x2', 'x9', 'x63', 'x37', 'x11', 'x47', 'x3', 'x23', 'x59', 'x37', 'x14', 'x53', 'x58', 'x9', 'x7', 'x50', 'x25', 'x50', 'x54', 'x34', 'x33', 'x17', 'x9', 'x58', 'x9'], 'k': 4, 'n': 32, '_time': 0.0005307197570800781, '_task': 'basic_procedural', '_... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x32 x17 x52 x60 x36 x53 x53 x52 x9 x8 x46 x61 x37 x15 x18 x64 x45 x48 x36 x63 x22 x13 x54 x26 x11 x63 x29 x40 x10 x37 x40 x28 | x32 x17 x52 x60 x36 x53 x9 x8 x46 x61 x37 x15 x18 x64 x45 x48 x63 x22 x13 x54 x26 x11 x29 x40 x10 x28 | {'task': 'set', 'seq': ['x32', 'x17', 'x52', 'x60', 'x36', 'x53', 'x53', 'x52', 'x9', 'x8', 'x46', 'x61', 'x37', 'x15', 'x18', 'x64', 'x45', 'x48', 'x36', 'x63', 'x22', 'x13', 'x54', 'x26', 'x11', 'x63', 'x29', 'x40', 'x10', 'x37', 'x40', 'x28'], 'k': 4, 'n': 32, '_time': 0.000415802001953125, '_task': 'basic_procedura... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x51 x50 x28 x9 x19 x31 x1 x38 x42 x54 x60 x15 x60 x38 x8 x29 x7 x24 x29 x14 x5 x53 x23 x51 x48 x62 x36 x24 x22 x26 x18 x45 | x51 x50 x28 x9 x19 x31 x1 x38 x42 x54 x60 x15 x8 x29 x7 x24 x14 x5 x53 x23 x48 x62 x36 x22 x26 x18 x45 | {'task': 'set', 'seq': ['x51', 'x50', 'x28', 'x9', 'x19', 'x31', 'x1', 'x38', 'x42', 'x54', 'x60', 'x15', 'x60', 'x38', 'x8', 'x29', 'x7', 'x24', 'x29', 'x14', 'x5', 'x53', 'x23', 'x51', 'x48', 'x62', 'x36', 'x24', 'x22', 'x26', 'x18', 'x45'], 'k': 4, 'n': 32, '_time': 0.0004200935363769531, '_task': 'basic_procedural'... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x10 x58 x6 x8 x22 x62 x7 x37 x16 x21 x25 x53 x58 x40 x7 x42 x55 x21 x46 x62 x32 x23 x51 x31 x64 x13 x22 x17 x57 x24 x26 x4 | x10 x58 x6 x8 x22 x62 x7 x37 x16 x21 x25 x53 x58 x40 x7 x42 x55 x21 x46 x62 x32 x23 x51 x31 x64 x13 x22 x17 x57 x24 x26 x4 | {'task': 'identity', 'seq': ['x10', 'x58', 'x6', 'x8', 'x22', 'x62', 'x7', 'x37', 'x16', 'x21', 'x25', 'x53', 'x58', 'x40', 'x7', 'x42', 'x55', 'x21', 'x46', 'x62', 'x32', 'x23', 'x51', 'x31', 'x64', 'x13', 'x22', 'x17', 'x57', 'x24', 'x26', 'x4'], 'k': 4, 'n': 32, '_time': 0.0004105567932128906, '_task': 'basic_proced... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x52 x12 x46 x2 x33 x10 x59 x62 x4 x36 x39 x54 x2 x33 x34 x29 x61 x29 x27 x14 x30 x26 x32 x3 x50 x63 x46 x33 x34 x55 x59 x9
(TARGET)
x33 | x52 x12 x46 x2 x10 x59 x62 x4 x36 x39 x54 x2 x33 x34 x29 x61 x29 x27 x14 x30 x26 x32 x3 x50 x63 x46 x33 x34 x55 x59 x9 | {'task': 'delete', 'seq': [['x52', 'x12', 'x46', 'x2', 'x33', 'x10', 'x59', 'x62', 'x4', 'x36', 'x39', 'x54', 'x2', 'x33', 'x34', 'x29', 'x61', 'x29', 'x27', 'x14', 'x30', 'x26', 'x32', 'x3', 'x50', 'x63', 'x46', 'x33', 'x34', 'x55', 'x59', 'x9'], 'x33'], 'k': 4, 'n': 32, '_time': 0.0004353523254394531, '_task': 'basic... | delete | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o2 c1 o0 c2 o0 c0 o0 o3 c0 o0 c0 c3 o3 o2 o2 o1 c3 o2 c0 o0 c1 o1 c0 o0 c2 o3 c3 c2 c0 c1 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005884170532226562, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x12 x55 x63 x21 x11 x6 x44 x14 x29 x46 x55 x55 x35 x10 x57 x41 x50 x8 x13 x25 x25 x30 x33 x29 x54 x54 x15 x7 x43 x29 x42 x41 | x41 x42 x29 x43 x7 x15 x54 x54 x29 x33 x30 x25 x25 x13 x8 x50 x41 x57 x10 x35 x55 x55 x46 x29 x14 x44 x6 x11 x21 x63 x55 x12 | {'task': 'reverse', 'seq': ['x12', 'x55', 'x63', 'x21', 'x11', 'x6', 'x44', 'x14', 'x29', 'x46', 'x55', 'x55', 'x35', 'x10', 'x57', 'x41', 'x50', 'x8', 'x13', 'x25', 'x25', 'x30', 'x33', 'x29', 'x54', 'x54', 'x15', 'x7', 'x43', 'x29', 'x42', 'x41'], 'k': 4, 'n': 32, '_time': 0.0004096031188964844, '_task': 'basic_proce... | 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 c1 o2 o3 c3 o1 c1 c2 o3 c3 o1 o1 c1 c1 o1 c1 o2 c2 o0 c0 o2 c2 o2 c2 o2 c2 o0 c0 o3 o1 c1 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003829002380371094, '_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)
x19 x43 x40 x29 x17 x5 x45 x34 x57 x45 x58 x51 x43 x39 x50 x26 x9 x33 x44 x5 x48 x27 x28 x25 x17 x13 x36 x24 x1 x40 x17 x29 | x1 x5 x5 x9 x13 x17 x17 x17 x19 x24 x25 x26 x27 x28 x29 x29 x33 x34 x36 x39 x40 x40 x43 x43 x44 x45 x45 x48 x50 x51 x57 x58 | {'task': 'sort', 'seq': ['x19', 'x43', 'x40', 'x29', 'x17', 'x5', 'x45', 'x34', 'x57', 'x45', 'x58', 'x51', 'x43', 'x39', 'x50', 'x26', 'x9', 'x33', 'x44', 'x5', 'x48', 'x27', 'x28', 'x25', 'x17', 'x13', 'x36', 'x24', 'x1', 'x40', 'x17', 'x29'], 'k': 4, 'n': 32, '_time': 0.0005781650543212891, '_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. | o2 c2 o3 o1 c1 o2 o2 c2 c2 o0 o3 o3 o3 c3 c3 c3 c0 o1 o0 c0 c1 o3 o1 c1 c3 c3 o0 o3 c3 o0 c0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003886222839355469, '_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)
x31 x25 x1 x61 x12 x45 x22 x18 x16 x31 x47 x8 x15 x29 x3 x56 x14 x1 x56 x3 x2 x50 x16 x40 x11 x20 x51 x51 x53 x51 x22 x46
(TARGET)
x56 | x31 x25 x1 x61 x12 x45 x22 x18 x16 x31 x47 x8 x15 x29 x3 x14 x1 x56 x3 x2 x50 x16 x40 x11 x20 x51 x51 x53 x51 x22 x46 | {'task': 'delete', 'seq': [['x31', 'x25', 'x1', 'x61', 'x12', 'x45', 'x22', 'x18', 'x16', 'x31', 'x47', 'x8', 'x15', 'x29', 'x3', 'x56', 'x14', 'x1', 'x56', 'x3', 'x2', 'x50', 'x16', 'x40', 'x11', 'x20', 'x51', 'x51', 'x53', 'x51', 'x22', 'x46'], 'x56'], 'k': 4, 'n': 32, '_time': 0.00043129920959472656, '_task': 'basic... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x42 x23 x10 x19 x47 x2 x3 x60 x15 x37 x29 x13 x57 x36 x40 x41 x6 x61 x4 x8 x41 x2 x25 x38 x45 x44 x21 x20 x14 x32 x52 x48 | x48 x52 x32 x14 x20 x21 x44 x45 x38 x25 x2 x41 x8 x4 x61 x6 x41 x40 x36 x57 x13 x29 x37 x15 x60 x3 x2 x47 x19 x10 x23 x42 | {'task': 'reverse', 'seq': ['x42', 'x23', 'x10', 'x19', 'x47', 'x2', 'x3', 'x60', 'x15', 'x37', 'x29', 'x13', 'x57', 'x36', 'x40', 'x41', 'x6', 'x61', 'x4', 'x8', 'x41', 'x2', 'x25', 'x38', 'x45', 'x44', 'x21', 'x20', 'x14', 'x32', 'x52', 'x48'], 'k': 4, 'n': 32, '_time': 0.00037384033203125, '_task': 'basic_procedural... | reverse | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x62 x15 x8 x15 x7 x31 x11 x2 x18 x60 x6 x16 x23 x47 x25 x45 x14 x60 x22 x44 x30 x10 x27 x56 x63 x33 x3 x64 x17 x19 x61 x32 | x32 x61 x19 x17 x64 x3 x33 x63 x56 x27 x10 x30 x44 x22 x60 x14 x45 x25 x47 x23 x16 x6 x60 x18 x2 x11 x31 x7 x15 x8 x15 x62 | {'task': 'reverse', 'seq': ['x62', 'x15', 'x8', 'x15', 'x7', 'x31', 'x11', 'x2', 'x18', 'x60', 'x6', 'x16', 'x23', 'x47', 'x25', 'x45', 'x14', 'x60', 'x22', 'x44', 'x30', 'x10', 'x27', 'x56', 'x63', 'x33', 'x3', 'x64', 'x17', 'x19', 'x61', 'x32'], 'k': 4, 'n': 32, '_time': 0.00041365623474121094, '_task': 'basic_proced... | reverse | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x58; POP; PUSH x2; PUSH x5; PUSH x57; PUSH x60; PUSH x40; PUSH x53; POP; PUSH x1; PUSH x41; PUSH x26; PUSH x14; PUSH x39; POP; PUSH x59; PUSH x34; PUSH x5... | x22 x41 x1 x40 x60 x57 x5 x2 | {'task': 'stack', 'seq': ['PUSH x58', 'POP', 'PUSH x2', 'PUSH x5', 'PUSH x57', 'PUSH x60', 'PUSH x40', 'PUSH x53', 'POP', 'PUSH x1', 'PUSH x41', 'PUSH x26', 'PUSH x14', 'PUSH x39', 'POP', 'PUSH x59', 'PUSH x34', 'PUSH x53', 'PUSH x25', 'PUSH x36', 'PUSH x44', 'PUSH x59', '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)
x35 x47 x23 x19 x44 x32 x37 x28 x26 x8 x33 x6 x56 x4 x44 x42
(B)
x21 x62 x31 x35 x13 x32 x15 x15 x63 x50 x57 x25 x42 x40 x44 x53 | x35 x47 x23 x19 x44 x32 x37 x28 x26 x8 x33 x6 x56 x4 x42 x21 x62 x31 x13 x15 x63 x50 x57 x25 x40 x53 | {'task': 'union', 'seq': [['x35', 'x47', 'x23', 'x19', 'x44', 'x32', 'x37', 'x28', 'x26', 'x8', 'x33', 'x6', 'x56', 'x4', 'x44', 'x42'], ['x21', 'x62', 'x31', 'x35', 'x13', 'x32', 'x15', 'x15', 'x63', 'x50', 'x57', 'x25', 'x42', 'x40', 'x44', 'x53']], 'k': 4, 'n': 32, '_time': 0.0005562305450439453, '_task': 'basic_pro... | union | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x18 x46 x37 x12 x12 x59 x40 x16 x9 x10 x4 x57 x60 x13 x43 x55 x62 x37 x54 x24 x13 x54 x34 x30 x24 x55 x61 x33 x32 x25 x40 x51 | x51 x40 x25 x32 x33 x61 x55 x24 x30 x34 x54 x13 x24 x54 x37 x62 x55 x43 x13 x60 x57 x4 x10 x9 x16 x40 x59 x12 x12 x37 x46 x18 | {'task': 'reverse', 'seq': ['x18', 'x46', 'x37', 'x12', 'x12', 'x59', 'x40', 'x16', 'x9', 'x10', 'x4', 'x57', 'x60', 'x13', 'x43', 'x55', 'x62', 'x37', 'x54', 'x24', 'x13', 'x54', 'x34', 'x30', 'x24', 'x55', 'x61', 'x33', 'x32', 'x25', 'x40', 'x51'], 'k': 4, 'n': 32, '_time': 0.0004181861877441406, '_task': 'basic_proc... | reverse | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x18 x37 x31 x17 x47 x14 x42 x37 x3 x21 x59 x61 x32 x9 x19 x13 x36 x53 x31 x12 x34 x55 x60 x12 x24 x53 x28 x7 x52 x9 x51 x58 | x58 x51 x9 x52 x7 x28 x53 x24 x12 x60 x55 x34 x12 x31 x53 x36 x13 x19 x9 x32 x61 x59 x21 x3 x37 x42 x14 x47 x17 x31 x37 x18 | {'task': 'reverse', 'seq': ['x18', 'x37', 'x31', 'x17', 'x47', 'x14', 'x42', 'x37', 'x3', 'x21', 'x59', 'x61', 'x32', 'x9', 'x19', 'x13', 'x36', 'x53', 'x31', 'x12', 'x34', 'x55', 'x60', 'x12', 'x24', 'x53', 'x28', 'x7', 'x52', 'x9', 'x51', 'x58'], 'k': 4, 'n': 32, '_time': 0.0004119873046875, '_task': 'basic_procedura... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x58 x23 x40 x33 x48 x45 x32 x16 x36 x8 x56 x34 x37 x3 x50 x56 x52 x62 x28 x59 x33 x5 x7 x39 x2 x46 x51 x43 x59 x26 x42 x39 | x58 x23 x40 x33 x48 x45 x32 x16 x36 x8 x56 x34 x37 x3 x50 x52 x62 x28 x59 x5 x7 x39 x2 x46 x51 x43 x26 x42 | {'task': 'set', 'seq': ['x58', 'x23', 'x40', 'x33', 'x48', 'x45', 'x32', 'x16', 'x36', 'x8', 'x56', 'x34', 'x37', 'x3', 'x50', 'x56', 'x52', 'x62', 'x28', 'x59', 'x33', 'x5', 'x7', 'x39', 'x2', 'x46', 'x51', 'x43', 'x59', 'x26', 'x42', 'x39'], 'k': 4, 'n': 32, '_time': 0.00042438507080078125, '_task': 'basic_procedural... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x57 x33 x61 x34 x36 x42 x42 x4 x34 x14 x13 x13 x36 x5 x44 x42 x62 x11 x50 x49 x12 x55 x23 x17 x1 x55 x63 x64 x48 x3 x45 x37 | x57 x33 x61 x34 x36 x42 x42 x4 x34 x14 x13 x13 x36 x5 x44 x42 x62 x11 x50 x49 x12 x55 x23 x17 x1 x55 x63 x64 x48 x3 x45 x37 | {'task': 'identity', 'seq': ['x57', 'x33', 'x61', 'x34', 'x36', 'x42', 'x42', 'x4', 'x34', 'x14', 'x13', 'x13', 'x36', 'x5', 'x44', 'x42', 'x62', 'x11', 'x50', 'x49', 'x12', 'x55', 'x23', 'x17', 'x1', 'x55', 'x63', 'x64', 'x48', 'x3', 'x45', 'x37'], 'k': 4, 'n': 32, '_time': 0.0005326271057128906, '_task': 'basic_proce... | identity | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x25; PUSH x63; PUSH x16; PUSH x10; PUSH x2; PUSH x1; PUSH x53; PUSH x37; POP; POP; PUSH x53; PUSH x12; POP; PUSH x39; PUSH x50; PUSH x21; POP; PUSH x27; P... | x39 x53 x1 x2 x10 x16 x63 x25 | {'task': 'stack', 'seq': ['PUSH x25', 'PUSH x63', 'PUSH x16', 'PUSH x10', 'PUSH x2', 'PUSH x1', 'PUSH x53', 'PUSH x37', 'POP', 'POP', 'PUSH x53', 'PUSH x12', 'POP', 'PUSH x39', 'PUSH x50', 'PUSH x21', 'POP', 'PUSH x27', 'PUSH x44', 'PUSH x5', 'PUSH x37', 'POP', 'POP', 'POP', 'POP', 'PUSH x8', 'POP', 'POP', 'PUSH x15', ... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x14 x24 x23 x26 x36 x49 x60 x50 x42 x29 x26 x31 x12 x54 x18 x39 x35 x25 x19 x42 x6 x5 x11 x26 x9 x43 x22 x55 x35 x22 x25 x63
(TARGET)
x63 | x14 x24 x23 x26 x36 x49 x60 x50 x42 x29 x26 x31 x12 x54 x18 x39 x35 x25 x19 x42 x6 x5 x11 x26 x9 x43 x22 x55 x35 x22 x25 | {'task': 'delete', 'seq': [['x14', 'x24', 'x23', 'x26', 'x36', 'x49', 'x60', 'x50', 'x42', 'x29', 'x26', 'x31', 'x12', 'x54', 'x18', 'x39', 'x35', 'x25', 'x19', 'x42', 'x6', 'x5', 'x11', 'x26', 'x9', 'x43', 'x22', 'x55', 'x35', 'x22', 'x25', 'x63'], 'x63'], 'k': 4, 'n': 32, '_time': 0.00043201446533203125, '_task': 'ba... | 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 o0 o1 o1 o2 o2 c2 o2 c1 c2 c1 c2 c0 o3 c3 o0 c0 o0 c0 o1 c1 o3 c3 o3 o0 o2 o1 c1 c0 c3 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004534721374511719, '_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)
x26 x40 x64 x34 x63 x16 x28 x63 x51 x43 x16 x52 x58 x25 x27 x53 x24 x57 x23 x3 x26 x55 x14 x46 x9 x27 x24 x34 x47 x19 x7 x21 | x3 x7 x9 x14 x16 x16 x19 x21 x23 x24 x24 x25 x26 x26 x27 x27 x28 x34 x34 x40 x43 x46 x47 x51 x52 x53 x55 x57 x58 x63 x63 x64 | {'task': 'sort', 'seq': ['x26', 'x40', 'x64', 'x34', 'x63', 'x16', 'x28', 'x63', 'x51', 'x43', 'x16', 'x52', 'x58', 'x25', 'x27', 'x53', 'x24', 'x57', 'x23', 'x3', 'x26', 'x55', 'x14', 'x46', 'x9', 'x27', 'x24', 'x34', 'x47', 'x19', 'x7', 'x21'], 'k': 4, 'n': 32, '_time': 0.0005843639373779297, '_task': 'basic_procedur... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x13 x19 x41 x19 x31 x25 x56 x3 x7 x30 x20 x55 x2 x18 x19 x59 x44 x56 x55 x39 x44 x50 x14 x24 x45 x54 x20 x14 x57 x64 x34 x20 | x13 x19 x41 x19 x31 x25 x56 x3 x7 x30 x20 x55 x2 x18 x19 x59 x44 x56 x55 x39 x44 x50 x14 x24 x45 x54 x20 x14 x57 x64 x34 x20 | {'task': 'identity', 'seq': ['x13', 'x19', 'x41', 'x19', 'x31', 'x25', 'x56', 'x3', 'x7', 'x30', 'x20', 'x55', 'x2', 'x18', 'x19', 'x59', 'x44', 'x56', 'x55', 'x39', 'x44', 'x50', 'x14', 'x24', 'x45', 'x54', 'x20', 'x14', 'x57', 'x64', 'x34', 'x20'], 'k': 4, 'n': 32, '_time': 0.000408172607421875, '_task': 'basic_proce... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x26 x21 x36 x23 x40 x61 x52 x44 x30 x37 x59 x1 x47 x15 x36 x64 x54 x21 x4 x2 x15 x21 x18 x60 x14 x43 x20 x36 x38 x25 x6 x23 | x26 x21 x36 x23 x40 x61 x52 x44 x30 x37 x59 x1 x47 x15 x64 x54 x4 x2 x18 x60 x14 x43 x20 x38 x25 x6 | {'task': 'set', 'seq': ['x26', 'x21', 'x36', 'x23', 'x40', 'x61', 'x52', 'x44', 'x30', 'x37', 'x59', 'x1', 'x47', 'x15', 'x36', 'x64', 'x54', 'x21', 'x4', 'x2', 'x15', 'x21', 'x18', 'x60', 'x14', 'x43', 'x20', 'x36', 'x38', 'x25', 'x6', 'x23'], 'k': 4, 'n': 32, '_time': 0.0003859996795654297, '_task': 'basic_procedural... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x48 x54 x33 x57 x4 x26 x43 x12 x25 x34 x38 x17 x24 x43 x62 x49 x28 x55 x3 x25 x13 x14 x33 x19 x64 x34 x10 x60 x59 x20 x17 x62
(TARGET)
x17 | x48 x54 x33 x57 x4 x26 x43 x12 x25 x34 x38 x24 x43 x62 x49 x28 x55 x3 x25 x13 x14 x33 x19 x64 x34 x10 x60 x59 x20 x17 x62 | {'task': 'delete', 'seq': [['x48', 'x54', 'x33', 'x57', 'x4', 'x26', 'x43', 'x12', 'x25', 'x34', 'x38', 'x17', 'x24', 'x43', 'x62', 'x49', 'x28', 'x55', 'x3', 'x25', 'x13', 'x14', 'x33', 'x19', 'x64', 'x34', 'x10', 'x60', 'x59', 'x20', 'x17', 'x62'], 'x17'], 'k': 4, 'n': 32, '_time': 0.0003917217254638672, '_task': 'ba... | delete | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x26 x27 x41 x17 x63 x1 x50 x41 x42 x28 x11 x40 x35 x62 x63 x4
(B)
x64 x46 x52 x4 x53 x30 x8 x14 x36 x46 x26 x27 x21 x60 x4 x48 | x26 x27 x41 x17 x63 x1 x50 x42 x28 x11 x40 x35 x62 x4 x64 x46 x52 x53 x30 x8 x14 x36 x21 x60 x48 | {'task': 'union', 'seq': [['x26', 'x27', 'x41', 'x17', 'x63', 'x1', 'x50', 'x41', 'x42', 'x28', 'x11', 'x40', 'x35', 'x62', 'x63', 'x4'], ['x64', 'x46', 'x52', 'x4', 'x53', 'x30', 'x8', 'x14', 'x36', 'x46', 'x26', 'x27', 'x21', 'x60', 'x4', 'x48']], 'k': 4, 'n': 32, '_time': 0.0005905628204345703, '_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 o0 c0 c0 o0 c0 o0 o0 o1 o3 c1 c3 c0 o3 c0 c3 o2 o1 o0 c1 o0 c0 o0 o0 c0 c2 o1 c1 o3 c0 c3 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004470348358154297, '_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)
x29 x61 x1 x49 x47 x10 x62 x22 x53 x38 x44 x22 x61 x30 x5 x9
(B)
x12 x40 x61 x40 x2 x39 x58 x19 x45 x64 x32 x10 x27 x60 x54 x20 | x29 x61 x1 x49 x47 x10 x62 x22 x53 x38 x44 x30 x5 x9 x12 x40 x2 x39 x58 x19 x45 x64 x32 x27 x60 x54 x20 | {'task': 'union', 'seq': [['x29', 'x61', 'x1', 'x49', 'x47', 'x10', 'x62', 'x22', 'x53', 'x38', 'x44', 'x22', 'x61', 'x30', 'x5', 'x9'], ['x12', 'x40', 'x61', 'x40', 'x2', 'x39', 'x58', 'x19', 'x45', 'x64', 'x32', 'x10', 'x27', 'x60', 'x54', 'x20']], 'k': 4, 'n': 32, '_time': 0.00044989585876464844, '_task': 'basic_pro... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x41 x64 x8 x36 x26 x50 x51 x16 x47 x43 x35 x10 x64 x1 x21 x43 x39 x54 x5 x19 x10 x49 x43 x63 x51 x59 x18 x7 x24 x39 x38 x18
(TARGET)
x24 | x41 x64 x8 x36 x26 x50 x51 x16 x47 x43 x35 x10 x64 x1 x21 x43 x39 x54 x5 x19 x10 x49 x43 x63 x51 x59 x18 x7 x39 x38 x18 | {'task': 'delete', 'seq': [['x41', 'x64', 'x8', 'x36', 'x26', 'x50', 'x51', 'x16', 'x47', 'x43', 'x35', 'x10', 'x64', 'x1', 'x21', 'x43', 'x39', 'x54', 'x5', 'x19', 'x10', 'x49', 'x43', 'x63', 'x51', 'x59', 'x18', 'x7', 'x24', 'x39', 'x38', 'x18'], 'x24'], 'k': 4, 'n': 32, '_time': 0.0004353523254394531, '_task': 'basi... | delete | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 o2 c2 c0 o3 o1 o0 o1 c1 o3 c3 c0 c1 o1 c1 o0 o2 c2 o2 o0 o0 o2 o0 c0 o0 c0 c2 c0 c0 c2 c0 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0005576610565185547, '_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 x2 x54 x13 x34 x10 x56 x52 x12 x6 x21 x7 x35 x20 x22 x57 x23 x53 x26 x11 x47 x13 x30 x57 x64 x2 x61 x28 x33 x41 x5 x60 | x12 x2 x54 x13 x34 x10 x56 x52 x6 x21 x7 x35 x20 x22 x57 x23 x53 x26 x11 x47 x30 x64 x61 x28 x33 x41 x5 x60 | {'task': 'set', 'seq': ['x12', 'x2', 'x54', 'x13', 'x34', 'x10', 'x56', 'x52', 'x12', 'x6', 'x21', 'x7', 'x35', 'x20', 'x22', 'x57', 'x23', 'x53', 'x26', 'x11', 'x47', 'x13', 'x30', 'x57', 'x64', 'x2', 'x61', 'x28', 'x33', 'x41', 'x5', 'x60'], 'k': 4, 'n': 32, '_time': 0.0004200935363769531, '_task': 'basic_procedural'... | set | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 c2 o0 o0 c0 c0 o3 c3 o0 c0 o1 o0 c0 c1 o3 c3 o0 c0 o3 o1 c3 c1 o2 o0 o2 o3 o0 c3 c0 c2 c2 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045609474182128906, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x39 x55 x38 x29 x48 x23 x47 x12 x53 x9 x52 x26 x56 x10 x56 x33 x19 x20 x64 x12 x33 x1 x12 x61 x24 x58 x55 x34 x40 x8 x28 x16
(TARGET)
x24 | x39 x55 x38 x29 x48 x23 x47 x12 x53 x9 x52 x26 x56 x10 x56 x33 x19 x20 x64 x12 x33 x1 x12 x61 x58 x55 x34 x40 x8 x28 x16 | {'task': 'delete', 'seq': [['x39', 'x55', 'x38', 'x29', 'x48', 'x23', 'x47', 'x12', 'x53', 'x9', 'x52', 'x26', 'x56', 'x10', 'x56', 'x33', 'x19', 'x20', 'x64', 'x12', 'x33', 'x1', 'x12', 'x61', 'x24', 'x58', 'x55', 'x34', 'x40', 'x8', 'x28', 'x16'], 'x24'], 'k': 4, 'n': 32, '_time': 0.0004649162292480469, '_task': 'bas... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x29 x8 x27 x52 x57 x1 x55 x34 x14 x55 x27 x60 x11 x24 x12 x44 x12 x6 x38 x14 x43 x25 x32 x12 x45 x56 x55 x20 x33 x62 x54 x8 | x1 x6 x8 x8 x11 x12 x12 x12 x14 x14 x20 x24 x25 x27 x27 x29 x32 x33 x34 x38 x43 x44 x45 x52 x54 x55 x55 x55 x56 x57 x60 x62 | {'task': 'sort', 'seq': ['x29', 'x8', 'x27', 'x52', 'x57', 'x1', 'x55', 'x34', 'x14', 'x55', 'x27', 'x60', 'x11', 'x24', 'x12', 'x44', 'x12', 'x6', 'x38', 'x14', 'x43', 'x25', 'x32', 'x12', 'x45', 'x56', 'x55', 'x20', 'x33', 'x62', 'x54', 'x8'], 'k': 4, 'n': 32, '_time': 0.0005769729614257812, '_task': 'basic_procedura... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x33 x2 x15 x50 x47 x24 x10 x52 x26 x24 x14 x5 x61 x12 x47 x13 x9 x22 x38 x25 x19 x26 x49 x62 x4 x63 x54 x24 x39 x42 x53 x47 | x33 x2 x15 x50 x47 x24 x10 x52 x26 x24 x14 x5 x61 x12 x47 x13 x9 x22 x38 x25 x19 x26 x49 x62 x4 x63 x54 x24 x39 x42 x53 x47 | {'task': 'identity', 'seq': ['x33', 'x2', 'x15', 'x50', 'x47', 'x24', 'x10', 'x52', 'x26', 'x24', 'x14', 'x5', 'x61', 'x12', 'x47', 'x13', 'x9', 'x22', 'x38', 'x25', 'x19', 'x26', 'x49', 'x62', 'x4', 'x63', 'x54', 'x24', 'x39', 'x42', 'x53', 'x47'], 'k': 4, 'n': 32, '_time': 0.0004088878631591797, '_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)
x58 x15 x1 x11 x17 x41 x52 x45 x25 x14 x44 x33 x40 x5 x58 x14
(B)
x51 x30 x26 x7 x54 x34 x50 x27 x32 x62 x21 x24 x51 x50 x28 x62 | x58 x15 x1 x11 x17 x41 x52 x45 x25 x14 x44 x33 x40 x5 x51 x30 x26 x7 x54 x34 x50 x27 x32 x62 x21 x24 x28 | {'task': 'union', 'seq': [['x58', 'x15', 'x1', 'x11', 'x17', 'x41', 'x52', 'x45', 'x25', 'x14', 'x44', 'x33', 'x40', 'x5', 'x58', 'x14'], ['x51', 'x30', 'x26', 'x7', 'x54', 'x34', 'x50', 'x27', 'x32', 'x62', 'x21', 'x24', 'x51', 'x50', 'x28', 'x62']], 'k': 4, 'n': 32, '_time': 0.0004515647888183594, '_task': 'basic_pro... | union | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x58 x53 x60 x49 x58 x64 x15 x9 x64 x35 x8 x8 x47 x32 x52 x27 x18 x36 x62 x13 x11 x48 x21 x53 x13 x33 x23 x24 x9 x61 x9 x30 | x8 x8 x9 x9 x9 x11 x13 x13 x15 x18 x21 x23 x24 x27 x30 x32 x33 x35 x36 x47 x48 x49 x52 x53 x53 x58 x58 x60 x61 x62 x64 x64 | {'task': 'sort', 'seq': ['x58', 'x53', 'x60', 'x49', 'x58', 'x64', 'x15', 'x9', 'x64', 'x35', 'x8', 'x8', 'x47', 'x32', 'x52', 'x27', 'x18', 'x36', 'x62', 'x13', 'x11', 'x48', 'x21', 'x53', 'x13', 'x33', 'x23', 'x24', 'x9', 'x61', 'x9', 'x30'], 'k': 4, 'n': 32, '_time': 0.0004341602325439453, '_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)
x38 x52 x9 x31 x21 x25 x43 x35 x40 x62 x20 x40 x25 x64 x26 x45
(B)
x49 x36 x49 x27 x27 x49 x30 x45 x11 x27 x20 x31 x49 x39 x2 x7 | x38 x52 x9 x31 x21 x25 x43 x35 x40 x62 x20 x64 x26 x45 x49 x36 x27 x30 x11 x39 x2 x7 | {'task': 'union', 'seq': [['x38', 'x52', 'x9', 'x31', 'x21', 'x25', 'x43', 'x35', 'x40', 'x62', 'x20', 'x40', 'x25', 'x64', 'x26', 'x45'], ['x49', 'x36', 'x49', 'x27', 'x27', 'x49', 'x30', 'x45', 'x11', 'x27', 'x20', 'x31', 'x49', 'x39', 'x2', 'x7']], 'k': 4, 'n': 32, '_time': 0.0005660057067871094, '_task': 'basic_pro... | 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 c0 o1 o1 c1 c1 o3 o2 o2 o0 o2 o2 c2 c2 o0 o1 o0 o0 o3 o1 c1 c3 c0 c0 c1 c0 c0 c2 c2 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038433074951171875, '_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 x28 x29 x6 x3 x60 x25 x62 x60 x1 x24 x57 x30 x11 x38 x53 x64 x45 x11 x15 x16 x25 x52 x11 x24 x30 x5 x21 x7 x10 x33
(TARGET)
x52 | x26 x6 x28 x29 x6 x3 x60 x25 x62 x60 x1 x24 x57 x30 x11 x38 x53 x64 x45 x11 x15 x16 x25 x11 x24 x30 x5 x21 x7 x10 x33 | {'task': 'delete', 'seq': [['x26', 'x6', 'x28', 'x29', 'x6', 'x3', 'x60', 'x25', 'x62', 'x60', 'x1', 'x24', 'x57', 'x30', 'x11', 'x38', 'x53', 'x64', 'x45', 'x11', 'x15', 'x16', 'x25', 'x52', 'x11', 'x24', 'x30', 'x5', 'x21', 'x7', 'x10', 'x33'], 'x52'], 'k': 4, 'n': 32, '_time': 0.00044155120849609375, '_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 x43; POP; PUSH x38; POP; PUSH x11; PUSH x20; PUSH x30; PUSH x24; PUSH x43; PUSH x46; PUSH x2; POP; PUSH x4; PUSH x20; PUSH x9; PUSH x53; PUSH x57; POP; PU... | x8 x11 | {'task': 'stack', 'seq': ['PUSH x43', 'POP', 'PUSH x38', 'POP', 'PUSH x11', 'PUSH x20', 'PUSH x30', 'PUSH x24', 'PUSH x43', 'PUSH x46', 'PUSH x2', 'POP', 'PUSH x4', 'PUSH x20', 'PUSH x9', 'PUSH x53', 'PUSH x57', 'POP', 'PUSH x32', 'POP', 'PUSH x3', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', '... | stack | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x57 x15 x20 x52 x40 x1 x9 x3 x41 x14 x32 x63 x21 x5 x46 x27 x49 x31 x44 x5 x62 x9 x58 x30 x33 x53 x54 x36 x48 x52 x26 x12 | x1 x3 x5 x5 x9 x9 x12 x14 x15 x20 x21 x26 x27 x30 x31 x32 x33 x36 x40 x41 x44 x46 x48 x49 x52 x52 x53 x54 x57 x58 x62 x63 | {'task': 'sort', 'seq': ['x57', 'x15', 'x20', 'x52', 'x40', 'x1', 'x9', 'x3', 'x41', 'x14', 'x32', 'x63', 'x21', 'x5', 'x46', 'x27', 'x49', 'x31', 'x44', 'x5', 'x62', 'x9', 'x58', 'x30', 'x33', 'x53', 'x54', 'x36', 'x48', 'x52', 'x26', 'x12'], 'k': 4, 'n': 32, '_time': 0.00043511390686035156, '_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)
x58 x19 x13 x14 x13 x16 x10 x30 x54 x36 x35 x6 x48 x60 x51 x29
(B)
x47 x44 x36 x37 x14 x46 x48 x49 x52 x7 x20 x45 x41 x5 x4 x59 | x58 x19 x13 x14 x16 x10 x30 x54 x36 x35 x6 x48 x60 x51 x29 x47 x44 x37 x46 x49 x52 x7 x20 x45 x41 x5 x4 x59 | {'task': 'union', 'seq': [['x58', 'x19', 'x13', 'x14', 'x13', 'x16', 'x10', 'x30', 'x54', 'x36', 'x35', 'x6', 'x48', 'x60', 'x51', 'x29'], ['x47', 'x44', 'x36', 'x37', 'x14', 'x46', 'x48', 'x49', 'x52', 'x7', 'x20', 'x45', 'x41', 'x5', 'x4', 'x59']], 'k': 4, 'n': 32, '_time': 0.0005834102630615234, '_task': 'basic_proc... | union | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x16 x13 x42 x63 x15 x3 x54 x49 x14 x24 x31 x60 x14 x7 x32 x35
(B)
x24 x19 x50 x61 x54 x10 x53 x62 x42 x47 x42 x27 x48 x46 x32 x31 | x16 x13 x42 x63 x15 x3 x54 x49 x14 x24 x31 x60 x7 x32 x35 x19 x50 x61 x10 x53 x62 x47 x27 x48 x46 | {'task': 'union', 'seq': [['x16', 'x13', 'x42', 'x63', 'x15', 'x3', 'x54', 'x49', 'x14', 'x24', 'x31', 'x60', 'x14', 'x7', 'x32', 'x35'], ['x24', 'x19', 'x50', 'x61', 'x54', 'x10', 'x53', 'x62', 'x42', 'x47', 'x42', 'x27', 'x48', 'x46', 'x32', 'x31']], 'k': 4, 'n': 32, '_time': 0.00044655799865722656, '_task': 'basic_p... | union | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x63; PUSH x24; PUSH x34; POP; PUSH x31; PUSH x42; PUSH x14; PUSH x25; PUSH x52; POP; PUSH x38; PUSH x53; PUSH x24; POP; PUSH x61; PUSH x57; PUSH x5; PUSH ... | x57 x61 x53 x38 x25 x14 x42 x31 x24 x63 | {'task': 'stack', 'seq': ['PUSH x63', 'PUSH x24', 'PUSH x34', 'POP', 'PUSH x31', 'PUSH x42', 'PUSH x14', 'PUSH x25', 'PUSH x52', 'POP', 'PUSH x38', 'PUSH x53', 'PUSH x24', 'POP', 'PUSH x61', 'PUSH x57', 'PUSH x5', 'PUSH x59', 'PUSH x45', 'PUSH x38', 'PUSH x52', 'POP', 'POP', 'POP', 'PUSH x14', 'POP', 'POP', 'PUSH x3', ... | 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)
x14 x19 x63 x61 x34 x61 x28 x32 x54 x46 x41 x56 x56 x23 x21 x44
(B)
x17 x46 x57 x9 x1 x48 x57 x18 x64 x22 x64 x11 x58 x9 x9 x46 | x14 x19 x63 x61 x34 x28 x32 x54 x46 x41 x56 x23 x21 x44 x17 x57 x9 x1 x48 x18 x64 x22 x11 x58 | {'task': 'union', 'seq': [['x14', 'x19', 'x63', 'x61', 'x34', 'x61', 'x28', 'x32', 'x54', 'x46', 'x41', 'x56', 'x56', 'x23', 'x21', 'x44'], ['x17', 'x46', 'x57', 'x9', 'x1', 'x48', 'x57', 'x18', 'x64', 'x22', 'x64', 'x11', 'x58', 'x9', 'x9', 'x46']], 'k': 4, 'n': 32, '_time': 0.00044727325439453125, '_task': 'basic_pro... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x57 x38 x10 x59 x2 x31 x51 x24 x40 x5 x53 x64 x30 x9 x46 x51 x20 x36 x26 x59 x43 x40 x40 x15 x43 x27 x31 x32 x45 x50 x22 x14
(TARGET)
x45 | x57 x38 x10 x59 x2 x31 x51 x24 x40 x5 x53 x64 x30 x9 x46 x51 x20 x36 x26 x59 x43 x40 x40 x15 x43 x27 x31 x32 x50 x22 x14 | {'task': 'delete', 'seq': [['x57', 'x38', 'x10', 'x59', 'x2', 'x31', 'x51', 'x24', 'x40', 'x5', 'x53', 'x64', 'x30', 'x9', 'x46', 'x51', 'x20', 'x36', 'x26', 'x59', 'x43', 'x40', 'x40', 'x15', 'x43', 'x27', 'x31', 'x32', 'x45', 'x50', 'x22', 'x14'], 'x45'], 'k': 4, 'n': 32, '_time': 0.0005719661712646484, '_task': 'bas... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x59 x1 x37 x57 x14 x29 x31 x1 x48 x16 x20 x33 x20 x44 x60 x46 x2 x45 x32 x43 x35 x60 x49 x22 x19 x39 x34 x60 x45 x32 x52 x37 | x59 x1 x37 x57 x14 x29 x31 x1 x48 x16 x20 x33 x20 x44 x60 x46 x2 x45 x32 x43 x35 x60 x49 x22 x19 x39 x34 x60 x45 x32 x52 x37 | {'task': 'identity', 'seq': ['x59', 'x1', 'x37', 'x57', 'x14', 'x29', 'x31', 'x1', 'x48', 'x16', 'x20', 'x33', 'x20', 'x44', 'x60', 'x46', 'x2', 'x45', 'x32', 'x43', 'x35', 'x60', 'x49', 'x22', 'x19', 'x39', 'x34', 'x60', 'x45', 'x32', 'x52', 'x37'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_task': 'basic_proc... | 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)
x27 x39 x26 x46 x3 x12 x25 x63 x10 x4 x27 x62 x5 x22 x8 x6
(B)
x57 x64 x27 x3 x61 x61 x49 x52 x33 x63 x35 x61 x35 x4 x27 x62 | x27 x39 x26 x46 x3 x12 x25 x63 x10 x4 x62 x5 x22 x8 x6 x57 x64 x61 x49 x52 x33 x35 | {'task': 'union', 'seq': [['x27', 'x39', 'x26', 'x46', 'x3', 'x12', 'x25', 'x63', 'x10', 'x4', 'x27', 'x62', 'x5', 'x22', 'x8', 'x6'], ['x57', 'x64', 'x27', 'x3', 'x61', 'x61', 'x49', 'x52', 'x33', 'x63', 'x35', 'x61', 'x35', 'x4', 'x27', 'x62']], 'k': 4, 'n': 32, '_time': 0.0004432201385498047, '_task': 'basic_procedu... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x28 x1 x2 x55 x32 x33 x60 x20 x38 x7 x17 x21 x22 x3 x1 x51 x31 x3 x20 x17 x39 x6 x30 x56 x6 x60 x14 x45 x34 x48 x1 x7 | x28 x1 x2 x55 x32 x33 x60 x20 x38 x7 x17 x21 x22 x3 x1 x51 x31 x3 x20 x17 x39 x6 x30 x56 x6 x60 x14 x45 x34 x48 x1 x7 | {'task': 'identity', 'seq': ['x28', 'x1', 'x2', 'x55', 'x32', 'x33', 'x60', 'x20', 'x38', 'x7', 'x17', 'x21', 'x22', 'x3', 'x1', 'x51', 'x31', 'x3', 'x20', 'x17', 'x39', 'x6', 'x30', 'x56', 'x6', 'x60', 'x14', 'x45', 'x34', 'x48', 'x1', 'x7'], 'k': 4, 'n': 32, '_time': 0.0004105567932128906, '_task': 'basic_procedural'... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x20 x56 x35 x3 x56 x28 x6 x29 x6 x5 x22 x12 x58 x12 x53 x32 x41 x21 x35 x16 x6 x44 x17 x63 x10 x52 x55 x22 x52 x44 x46 x11 | x11 x46 x44 x52 x22 x55 x52 x10 x63 x17 x44 x6 x16 x35 x21 x41 x32 x53 x12 x58 x12 x22 x5 x6 x29 x6 x28 x56 x3 x35 x56 x20 | {'task': 'reverse', 'seq': ['x20', 'x56', 'x35', 'x3', 'x56', 'x28', 'x6', 'x29', 'x6', 'x5', 'x22', 'x12', 'x58', 'x12', 'x53', 'x32', 'x41', 'x21', 'x35', 'x16', 'x6', 'x44', 'x17', 'x63', 'x10', 'x52', 'x55', 'x22', 'x52', 'x44', 'x46', 'x11'], 'k': 4, 'n': 32, '_time': 0.0005433559417724609, '_task': 'basic_procedu... | reverse | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x47 x21 x16 x47 x48 x20 x49 x58 x37 x19 x6 x32 x17 x52 x55 x5 x9 x51 x22 x27 x25 x4 x12 x64 x58 x61 x40 x46 x11 x21 x4 x32 | x32 x4 x21 x11 x46 x40 x61 x58 x64 x12 x4 x25 x27 x22 x51 x9 x5 x55 x52 x17 x32 x6 x19 x37 x58 x49 x20 x48 x47 x16 x21 x47 | {'task': 'reverse', 'seq': ['x47', 'x21', 'x16', 'x47', 'x48', 'x20', 'x49', 'x58', 'x37', 'x19', 'x6', 'x32', 'x17', 'x52', 'x55', 'x5', 'x9', 'x51', 'x22', 'x27', 'x25', 'x4', 'x12', 'x64', 'x58', 'x61', 'x40', 'x46', 'x11', 'x21', 'x4', 'x32'], 'k': 4, 'n': 32, '_time': 0.00041103363037109375, '_task': 'basic_proced... | reverse | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x20 x40 x31 x9 x19 x34 x30 x40 x24 x64 x63 x28 x41 x34 x8 x50
(B)
x35 x34 x41 x43 x23 x52 x39 x8 x15 x28 x48 x53 x36 x39 x4 x43 | x20 x40 x31 x9 x19 x34 x30 x24 x64 x63 x28 x41 x8 x50 x35 x43 x23 x52 x39 x15 x48 x53 x36 x4 | {'task': 'union', 'seq': [['x20', 'x40', 'x31', 'x9', 'x19', 'x34', 'x30', 'x40', 'x24', 'x64', 'x63', 'x28', 'x41', 'x34', 'x8', 'x50'], ['x35', 'x34', 'x41', 'x43', 'x23', 'x52', 'x39', 'x8', 'x15', 'x28', 'x48', 'x53', 'x36', 'x39', 'x4', 'x43']], 'k': 4, 'n': 32, '_time': 0.0004475116729736328, '_task': 'basic_proc... | union | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x33; PUSH x33; PUSH x14; PUSH x43; PUSH x9; PUSH x44; PUSH x41; PUSH x14; PUSH x21; PUSH x19; PUSH x31; POP; PUSH x60; PUSH x56; POP; POP; PUSH x20; POP; ... | x4 x41 x44 x9 x43 x14 x33 x33 | {'task': 'stack', 'seq': ['PUSH x33', 'PUSH x33', 'PUSH x14', 'PUSH x43', 'PUSH x9', 'PUSH x44', 'PUSH x41', 'PUSH x14', 'PUSH x21', 'PUSH x19', 'PUSH x31', 'POP', 'PUSH x60', 'PUSH x56', 'POP', 'POP', 'PUSH x20', 'POP', 'PUSH x27', 'PUSH x63', 'POP', 'PUSH x33', 'PUSH x31', 'POP', 'POP', 'POP', 'POP', 'PUSH x60', '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. | o3 c3 o1 c1 o2 o1 o3 c1 c3 c2 o3 o1 o1 c3 c1 o1 c1 o2 o3 o2 o0 o3 c2 o0 o2 c2 c0 c1 c3 c3 c0 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00061798095703125, '_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 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 o1 c1 o0 o3 c3 o3 o2 c2 c3 c0 c1 o0 c0 o1 c1 o1 c1 o0 c0 o2 o0 o2 c2 o3 o1 o0 c0 c1 c3 c0 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003833770751953125, '_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 c1 o2 c2 o0 o3 c3 c0 o3 c3 o2 c2 o0 c0 o0 o1 c1 c0 o0 o1 o1 c1 c1 c0 o3 o2 c2 c3 o2 c2 o0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003840923309326172, '_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 x4; PUSH x14; POP; POP; PUSH x29; PUSH x22; POP; PUSH x8; POP; PUSH x48; PUSH x14; POP; PUSH x64; PUSH x46; POP; PUSH x35; PUSH x46; PUSH x63; PUSH x40; P... | x31 x40 x63 x46 x35 x64 x48 x29 | {'task': 'stack', 'seq': ['PUSH x4', 'PUSH x14', 'POP', 'POP', 'PUSH x29', 'PUSH x22', 'POP', 'PUSH x8', 'POP', 'PUSH x48', 'PUSH x14', 'POP', 'PUSH x64', 'PUSH x46', 'POP', 'PUSH x35', 'PUSH x46', 'PUSH x63', 'PUSH x40', 'PUSH x33', 'PUSH x39', 'PUSH x57', 'POP', 'POP', 'PUSH x17', 'PUSH x37', 'POP', 'POP', 'POP', 'PU... | 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)
x57 x40 x18 x11 x54 x50 x18 x28 x23 x19 x44 x40 x57 x64 x3 x37
(B)
x62 x45 x60 x2 x25 x58 x37 x18 x40 x17 x50 x41 x48 x51 x29 x12 | x57 x40 x18 x11 x54 x50 x28 x23 x19 x44 x64 x3 x37 x62 x45 x60 x2 x25 x58 x17 x41 x48 x51 x29 x12 | {'task': 'union', 'seq': [['x57', 'x40', 'x18', 'x11', 'x54', 'x50', 'x18', 'x28', 'x23', 'x19', 'x44', 'x40', 'x57', 'x64', 'x3', 'x37'], ['x62', 'x45', 'x60', 'x2', 'x25', 'x58', 'x37', 'x18', 'x40', 'x17', 'x50', 'x41', 'x48', 'x51', 'x29', 'x12']], 'k': 4, 'n': 32, '_time': 0.0005559921264648438, '_task': 'basic_pr... | union | instruct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.