prompt stringlengths 144 465 | answer stringlengths 5 127 | metadata stringlengths 308 686 | task stringclasses 9
values | mode stringclasses 1
value | level int64 0 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 x1; PUSH x50; PUSH x6; PUSH x18; PUSH x33; PUSH x6; POP; PUSH x57; PUSH x39; PUSH x4; PUSH x30; POP; PUSH x38; PUSH x34; PUSH x1; POP; PUSH x44; PUSH x8; ... | x50 x1 | {'task': 'stack', 'seq': ['PUSH x1', 'PUSH x50', 'PUSH x6', 'PUSH x18', 'PUSH x33', 'PUSH x6', 'POP', 'PUSH x57', 'PUSH x39', 'PUSH x4', 'PUSH x30', 'POP', 'PUSH x38', 'PUSH x34', 'PUSH x1', 'POP', 'PUSH x44', 'PUSH x8', 'PUSH x52', 'POP', 'POP', 'PUSH x56', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP'... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x22 x56 x21 x12 x23 x2 x23 x50 x46 x18 x25 x57 x39 x33 x49 x52 x37 x11 x11 x16 x4 x27 x7 x40 x34 x27 x55 x21 x48 x3 x42 x14 | x22 x56 x21 x12 x23 x2 x23 x50 x46 x18 x25 x57 x39 x33 x49 x52 x37 x11 x11 x16 x4 x27 x7 x40 x34 x27 x55 x21 x48 x3 x42 x14 | {'task': 'identity', 'seq': ['x22', 'x56', 'x21', 'x12', 'x23', 'x2', 'x23', 'x50', 'x46', 'x18', 'x25', 'x57', 'x39', 'x33', 'x49', 'x52', 'x37', 'x11', 'x11', 'x16', 'x4', 'x27', 'x7', 'x40', 'x34', 'x27', 'x55', 'x21', 'x48', 'x3', 'x42', 'x14'], 'k': 4, 'n': 32, '_time': 0.0004127025604248047, '_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)
x53 x20 x21 x15 x5 x38 x8 x40 x4 x29 x32 x59 x43 x22 x32 x11
(B)
x59 x52 x43 x2 x64 x38 x14 x30 x55 x64 x5 x16 x23 x9 x29 x39 | x53 x20 x21 x15 x5 x38 x8 x40 x4 x29 x32 x59 x43 x22 x11 x52 x2 x64 x14 x30 x55 x16 x23 x9 x39 | {'task': 'union', 'seq': [['x53', 'x20', 'x21', 'x15', 'x5', 'x38', 'x8', 'x40', 'x4', 'x29', 'x32', 'x59', 'x43', 'x22', 'x32', 'x11'], ['x59', 'x52', 'x43', 'x2', 'x64', 'x38', 'x14', 'x30', 'x55', 'x64', 'x5', 'x16', 'x23', 'x9', 'x29', 'x39']], 'k': 4, 'n': 32, '_time': 0.00044918060302734375, '_task': 'basic_proce... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x32 x51 x29 x31 x52 x14 x1 x35 x22 x27 x54 x4 x53 x2 x35 x45 x56 x7 x28 x6 x48 x2 x19 x61 x22 x64 x14 x11 x35 x51 x41 x13
(TARGET)
x19 | x32 x51 x29 x31 x52 x14 x1 x35 x22 x27 x54 x4 x53 x2 x35 x45 x56 x7 x28 x6 x48 x2 x61 x22 x64 x14 x11 x35 x51 x41 x13 | {'task': 'delete', 'seq': [['x32', 'x51', 'x29', 'x31', 'x52', 'x14', 'x1', 'x35', 'x22', 'x27', 'x54', 'x4', 'x53', 'x2', 'x35', 'x45', 'x56', 'x7', 'x28', 'x6', 'x48', 'x2', 'x19', 'x61', 'x22', 'x64', 'x14', 'x11', 'x35', 'x51', 'x41', 'x13'], 'x19'], 'k': 4, 'n': 32, '_time': 0.0004353523254394531, '_task': 'basic_... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x56 x38 x24 x23 x29 x23 x34 x24 x57 x41 x62 x61 x33 x12 x30 x22 x48 x48 x43 x45 x31 x2 x23 x51 x4 x35 x13 x19 x6 x17 x38 x3 | x56 x38 x24 x23 x29 x23 x34 x24 x57 x41 x62 x61 x33 x12 x30 x22 x48 x48 x43 x45 x31 x2 x23 x51 x4 x35 x13 x19 x6 x17 x38 x3 | {'task': 'identity', 'seq': ['x56', 'x38', 'x24', 'x23', 'x29', 'x23', 'x34', 'x24', 'x57', 'x41', 'x62', 'x61', 'x33', 'x12', 'x30', 'x22', 'x48', 'x48', 'x43', 'x45', 'x31', 'x2', 'x23', 'x51', 'x4', 'x35', 'x13', 'x19', 'x6', 'x17', 'x38', 'x3'], 'k': 4, 'n': 32, '_time': 0.0003757476806640625, '_task': 'basic_proce... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x9 x28 x46 x35 x16 x20 x24 x31 x3 x8 x49 x20 x29 x16 x4 x51 x3 x37 x44 x15 x64 x35 x40 x61 x36 x49 x9 x32 x7 x64 x50 x38 | x3 x3 x4 x7 x8 x9 x9 x15 x16 x16 x20 x20 x24 x28 x29 x31 x32 x35 x35 x36 x37 x38 x40 x44 x46 x49 x49 x50 x51 x61 x64 x64 | {'task': 'sort', 'seq': ['x9', 'x28', 'x46', 'x35', 'x16', 'x20', 'x24', 'x31', 'x3', 'x8', 'x49', 'x20', 'x29', 'x16', 'x4', 'x51', 'x3', 'x37', 'x44', 'x15', 'x64', 'x35', 'x40', 'x61', 'x36', 'x49', 'x9', 'x32', 'x7', 'x64', 'x50', 'x38'], 'k': 4, 'n': 32, '_time': 0.0004367828369140625, '_task': 'basic_procedural',... | sort | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x28 x28 x38 x51 x7 x11 x5 x54 x40 x18 x45 x18 x28 x17 x52 x11 x32 x12 x18 x10 x60 x44 x29 x42 x28 x64 x52 x24 x62 x57 x17 x63
(TARGET)
x54 | x28 x28 x38 x51 x7 x11 x5 x40 x18 x45 x18 x28 x17 x52 x11 x32 x12 x18 x10 x60 x44 x29 x42 x28 x64 x52 x24 x62 x57 x17 x63 | {'task': 'delete', 'seq': [['x28', 'x28', 'x38', 'x51', 'x7', 'x11', 'x5', 'x54', 'x40', 'x18', 'x45', 'x18', 'x28', 'x17', 'x52', 'x11', 'x32', 'x12', 'x18', 'x10', 'x60', 'x44', 'x29', 'x42', 'x28', 'x64', 'x52', 'x24', 'x62', 'x57', 'x17', 'x63'], 'x54'], 'k': 4, 'n': 32, '_time': 0.00031447410583496094, '_task': 'b... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x9 x16 x34 x4 x41 x16 x52 x45 x56 x12 x28 x2 x49 x64 x19 x21 x53 x20 x57 x18 x20 x6 x17 x54 x14 x20 x2 x4 x63 x12 x46 x50 | x9 x16 x34 x4 x41 x52 x45 x56 x12 x28 x2 x49 x64 x19 x21 x53 x20 x57 x18 x6 x17 x54 x14 x63 x46 x50 | {'task': 'set', 'seq': ['x9', 'x16', 'x34', 'x4', 'x41', 'x16', 'x52', 'x45', 'x56', 'x12', 'x28', 'x2', 'x49', 'x64', 'x19', 'x21', 'x53', 'x20', 'x57', 'x18', 'x20', 'x6', 'x17', 'x54', 'x14', 'x20', 'x2', 'x4', 'x63', 'x12', 'x46', 'x50'], 'k': 4, 'n': 32, '_time': 0.000278472900390625, '_task': 'basic_procedural', ... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x28 x8 x31 x24 x52 x34 x11 x40 x44 x38 x2 x25 x15 x38 x55 x6 x20 x59 x33 x50 x15 x25 x16 x46 x49 x10 x54 x51 x24 x32 x56 x29
(TARGET)
x15 | x28 x8 x31 x24 x52 x34 x11 x40 x44 x38 x2 x25 x38 x55 x6 x20 x59 x33 x50 x15 x25 x16 x46 x49 x10 x54 x51 x24 x32 x56 x29 | {'task': 'delete', 'seq': [['x28', 'x8', 'x31', 'x24', 'x52', 'x34', 'x11', 'x40', 'x44', 'x38', 'x2', 'x25', 'x15', 'x38', 'x55', 'x6', 'x20', 'x59', 'x33', 'x50', 'x15', 'x25', 'x16', 'x46', 'x49', 'x10', 'x54', 'x51', 'x24', 'x32', 'x56', 'x29'], 'x15'], 'k': 4, 'n': 32, '_time': 0.00043582916259765625, '_task': 'ba... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x4 x60 x56 x3 x46 x64 x17 x29 x39 x11 x45 x37 x16 x58 x37 x60 x22 x64 x45 x28 x61 x40 x42 x54 x63 x57 x14 x36 x56 x13 x43 x11 | x3 x4 x11 x11 x13 x14 x16 x17 x22 x28 x29 x36 x37 x37 x39 x40 x42 x43 x45 x45 x46 x54 x56 x56 x57 x58 x60 x60 x61 x63 x64 x64 | {'task': 'sort', 'seq': ['x4', 'x60', 'x56', 'x3', 'x46', 'x64', 'x17', 'x29', 'x39', 'x11', 'x45', 'x37', 'x16', 'x58', 'x37', 'x60', 'x22', 'x64', 'x45', 'x28', 'x61', 'x40', 'x42', 'x54', 'x63', 'x57', 'x14', 'x36', 'x56', 'x13', 'x43', 'x11'], 'k': 4, 'n': 32, '_time': 0.0003159046173095703, '_task': 'basic_procedu... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x15 x19 x39 x43 x55 x35 x47 x8 x54 x11 x30 x1 x10 x34 x19 x44 x49 x55 x46 x1 x56 x9 x13 x27 x36 x26 x63 x48 x43 x6 x3 x55 | x15 x19 x39 x43 x55 x35 x47 x8 x54 x11 x30 x1 x10 x34 x44 x49 x46 x56 x9 x13 x27 x36 x26 x63 x48 x6 x3 | {'task': 'set', 'seq': ['x15', 'x19', 'x39', 'x43', 'x55', 'x35', 'x47', 'x8', 'x54', 'x11', 'x30', 'x1', 'x10', 'x34', 'x19', 'x44', 'x49', 'x55', 'x46', 'x1', 'x56', 'x9', 'x13', 'x27', 'x36', 'x26', 'x63', 'x48', 'x43', 'x6', 'x3', 'x55'], 'k': 4, 'n': 32, '_time': 0.000423431396484375, '_task': 'basic_procedural', ... | set | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x46 x11 x4 x52 x23 x50 x55 x52 x22 x46 x26 x60 x38 x35 x45 x25 x54 x14 x3 x31 x46 x9 x26 x60 x10 x60 x62 x35 x22 x12 x1 x27 | x27 x1 x12 x22 x35 x62 x60 x10 x60 x26 x9 x46 x31 x3 x14 x54 x25 x45 x35 x38 x60 x26 x46 x22 x52 x55 x50 x23 x52 x4 x11 x46 | {'task': 'reverse', 'seq': ['x46', 'x11', 'x4', 'x52', 'x23', 'x50', 'x55', 'x52', 'x22', 'x46', 'x26', 'x60', 'x38', 'x35', 'x45', 'x25', 'x54', 'x14', 'x3', 'x31', 'x46', 'x9', 'x26', 'x60', 'x10', 'x60', 'x62', 'x35', 'x22', 'x12', 'x1', 'x27'], 'k': 4, 'n': 32, '_time': 0.00027370452880859375, '_task': 'basic_proce... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x32 x40 x56 x44 x7 x21 x45 x19 x63 x43 x46 x29 x63 x59 x20 x47 x47 x7 x48 x2 x2 x23 x54 x48 x29 x62 x33 x56 x61 x61 x14 x32
(TARGET)
x61 | x32 x40 x56 x44 x7 x21 x45 x19 x63 x43 x46 x29 x63 x59 x20 x47 x47 x7 x48 x2 x2 x23 x54 x48 x29 x62 x33 x56 x61 x14 x32 | {'task': 'delete', 'seq': [['x32', 'x40', 'x56', 'x44', 'x7', 'x21', 'x45', 'x19', 'x63', 'x43', 'x46', 'x29', 'x63', 'x59', 'x20', 'x47', 'x47', 'x7', 'x48', 'x2', 'x2', 'x23', 'x54', 'x48', 'x29', 'x62', 'x33', 'x56', 'x61', 'x61', 'x14', 'x32'], 'x61'], 'k': 4, 'n': 32, '_time': 0.0004353523254394531, '_task': 'basi... | delete | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x11 x62 x32 x53 x32 x38 x58 x55 x28 x60 x25 x57 x54 x48 x26 x55
(B)
x59 x46 x63 x13 x26 x58 x37 x56 x7 x38 x62 x15 x40 x32 x38 x52 | x11 x62 x32 x53 x38 x58 x55 x28 x60 x25 x57 x54 x48 x26 x59 x46 x63 x13 x37 x56 x7 x15 x40 x52 | {'task': 'union', 'seq': [['x11', 'x62', 'x32', 'x53', 'x32', 'x38', 'x58', 'x55', 'x28', 'x60', 'x25', 'x57', 'x54', 'x48', 'x26', 'x55'], ['x59', 'x46', 'x63', 'x13', 'x26', 'x58', 'x37', 'x56', 'x7', 'x38', 'x62', 'x15', 'x40', 'x32', 'x38', 'x52']], 'k': 4, 'n': 32, '_time': 0.0003235340118408203, '_task': 'basic_p... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x26 x60 x19 x11 x1 x4 x17 x57 x34 x13 x46 x25 x6 x51 x46 x64 x41 x43 x11 x22 x20 x35 x29 x46 x64 x47 x39 x51 x64 x50 x25 x13 | x26 x60 x19 x11 x1 x4 x17 x57 x34 x13 x46 x25 x6 x51 x46 x64 x41 x43 x11 x22 x20 x35 x29 x46 x64 x47 x39 x51 x64 x50 x25 x13 | {'task': 'identity', 'seq': ['x26', 'x60', 'x19', 'x11', 'x1', 'x4', 'x17', 'x57', 'x34', 'x13', 'x46', 'x25', 'x6', 'x51', 'x46', 'x64', 'x41', 'x43', 'x11', 'x22', 'x20', 'x35', 'x29', 'x46', 'x64', 'x47', 'x39', 'x51', 'x64', 'x50', 'x25', 'x13'], 'k': 4, 'n': 32, '_time': 0.00041484832763671875, '_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. | o2 c2 o3 c3 o0 c0 o1 c1 o1 c1 o2 o2 c2 o0 c0 o2 o1 c1 o3 o2 o3 o3 c3 o0 c0 o1 c1 c3 c2 c3 c2 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002548694610595703, '_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 x22; POP; PUSH x6; PUSH x27; POP; PUSH x2; POP; PUSH x5; PUSH x62; PUSH x64; PUSH x61; PUSH x56; PUSH x10; PUSH x1; PUSH x52; POP; PUSH x1; PUSH x16; PUSH... | x64 x62 x5 x6 | {'task': 'stack', 'seq': ['PUSH x22', 'POP', 'PUSH x6', 'PUSH x27', 'POP', 'PUSH x2', 'POP', 'PUSH x5', 'PUSH x62', 'PUSH x64', 'PUSH x61', 'PUSH x56', 'PUSH x10', 'PUSH x1', 'PUSH x52', 'POP', 'PUSH x1', 'PUSH x16', 'PUSH x55', 'PUSH x64', 'PUSH x60', 'PUSH x30', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP',... | stack | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 c0 o3 o0 c3 o2 c2 o1 o0 o0 c0 c0 o0 o0 c1 c0 c0 c0 o2 c2 o0 o0 o2 c0 o1 o3 o1 c2 c3 c0 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00032782554626464844, '_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)
x28 x56 x36 x5 x33 x51 x49 x60 x52 x60 x46 x34 x29 x5 x14 x59 x16 x47 x8 x36 x41 x39 x53 x63 x19 x3 x20 x58 x53 x27 x54 x63 | x28 x56 x36 x5 x33 x51 x49 x60 x52 x46 x34 x29 x14 x59 x16 x47 x8 x41 x39 x53 x63 x19 x3 x20 x58 x27 x54 | {'task': 'set', 'seq': ['x28', 'x56', 'x36', 'x5', 'x33', 'x51', 'x49', 'x60', 'x52', 'x60', 'x46', 'x34', 'x29', 'x5', 'x14', 'x59', 'x16', 'x47', 'x8', 'x36', 'x41', 'x39', 'x53', 'x63', 'x19', 'x3', 'x20', 'x58', 'x53', 'x27', 'x54', 'x63'], 'k': 4, 'n': 32, '_time': 0.00030493736267089844, '_task': 'basic_procedura... | set | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x26 x55 x2 x31 x24 x33 x3 x53 x33 x60 x51 x31 x18 x51 x37 x25 x39 x21 x31 x23 x17 x8 x57 x46 x30 x42 x28 x55 x57 x64 x14 x5 | x5 x14 x64 x57 x55 x28 x42 x30 x46 x57 x8 x17 x23 x31 x21 x39 x25 x37 x51 x18 x31 x51 x60 x33 x53 x3 x33 x24 x31 x2 x55 x26 | {'task': 'reverse', 'seq': ['x26', 'x55', 'x2', 'x31', 'x24', 'x33', 'x3', 'x53', 'x33', 'x60', 'x51', 'x31', 'x18', 'x51', 'x37', 'x25', 'x39', 'x21', 'x31', 'x23', 'x17', 'x8', 'x57', 'x46', 'x30', 'x42', 'x28', 'x55', 'x57', 'x64', 'x14', 'x5'], 'k': 4, 'n': 32, '_time': 0.0004177093505859375, '_task': 'basic_proced... | reverse | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x31 x1 x21 x53 x24 x55 x1 x19 x32 x54 x31 x39 x43 x17 x13 x16 x42 x26 x26 x58 x5 x27 x23 x40 x59 x52 x59 x54 x27 x51 x48 x56 | x1 x1 x5 x13 x16 x17 x19 x21 x23 x24 x26 x26 x27 x27 x31 x31 x32 x39 x40 x42 x43 x48 x51 x52 x53 x54 x54 x55 x56 x58 x59 x59 | {'task': 'sort', 'seq': ['x31', 'x1', 'x21', 'x53', 'x24', 'x55', 'x1', 'x19', 'x32', 'x54', 'x31', 'x39', 'x43', 'x17', 'x13', 'x16', 'x42', 'x26', 'x26', 'x58', 'x5', 'x27', 'x23', 'x40', 'x59', 'x52', 'x59', 'x54', 'x27', 'x51', 'x48', 'x56'], 'k': 4, 'n': 32, '_time': 0.0003457069396972656, '_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 o1 c1 o3 c3 o0 c0 o3 o2 c3 c2 o0 o0 c0 c0 o0 o3 o3 c0 c3 o2 c2 o1 c3 c1 o1 c1 o3 o2 c2 c3 | {'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 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x12; POP; PUSH x29; PUSH x19; POP; PUSH x22; POP; PUSH x33; PUSH x59; PUSH x58; PUSH x64; PUSH x37; PUSH x11; PUSH x20; PUSH x24; PUSH x63; POP; POP; PUSH... | x19 x59 x33 x29 | {'task': 'stack', 'seq': ['PUSH x12', 'POP', 'PUSH x29', 'PUSH x19', 'POP', 'PUSH x22', 'POP', 'PUSH x33', 'PUSH x59', 'PUSH x58', 'PUSH x64', 'PUSH x37', 'PUSH x11', 'PUSH x20', 'PUSH x24', 'PUSH x63', 'POP', 'POP', 'PUSH x24', 'PUSH x25', 'PUSH x37', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x61', 'POP', 'POP', 'POP',... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x40 x32 x3 x26 x59 x39 x5 x27 x51 x54 x6 x26 x5 x14 x22 x13 x40 x17 x9 x6 x56 x41 x29 x26 x2 x11 x20 x52 x52 x18 x20 x32
(TARGET)
x3 | x40 x32 x26 x59 x39 x5 x27 x51 x54 x6 x26 x5 x14 x22 x13 x40 x17 x9 x6 x56 x41 x29 x26 x2 x11 x20 x52 x52 x18 x20 x32 | {'task': 'delete', 'seq': [['x40', 'x32', 'x3', 'x26', 'x59', 'x39', 'x5', 'x27', 'x51', 'x54', 'x6', 'x26', 'x5', 'x14', 'x22', 'x13', 'x40', 'x17', 'x9', 'x6', 'x56', 'x41', 'x29', 'x26', 'x2', 'x11', 'x20', 'x52', 'x52', 'x18', 'x20', 'x32'], 'x3'], 'k': 4, 'n': 32, '_time': 0.0003628730773925781, '_task': 'basic_pr... | delete | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o2 o3 c3 c2 o0 c0 o1 o0 c0 c1 o0 c0 o2 o1 c1 c2 o3 c3 o0 c0 o0 c0 o0 c0 o1 c1 o0 o2 o3 c3 c2 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002510547637939453, '_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 c2 o1 o2 c2 o2 c1 c2 o1 c1 o0 o1 c1 o3 c3 o0 c0 o0 o3 c0 c3 c0 o3 c3 o2 o0 o2 c0 c2 o3 c3 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004525184631347656, '_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)
x52 x24 x33 x53 x33 x33 x26 x3 x44 x10 x30 x15 x33 x31 x41 x6 x6 x4 x42 x15 x32 x29 x58 x38 x55 x39 x15 x27 x30 x45 x21 x56 | x52 x24 x33 x53 x26 x3 x44 x10 x30 x15 x31 x41 x6 x4 x42 x32 x29 x58 x38 x55 x39 x27 x45 x21 x56 | {'task': 'set', 'seq': ['x52', 'x24', 'x33', 'x53', 'x33', 'x33', 'x26', 'x3', 'x44', 'x10', 'x30', 'x15', 'x33', 'x31', 'x41', 'x6', 'x6', 'x4', 'x42', 'x15', 'x32', 'x29', 'x58', 'x38', 'x55', 'x39', 'x15', 'x27', 'x30', 'x45', 'x21', 'x56'], 'k': 4, 'n': 32, '_time': 0.00041961669921875, '_task': 'basic_procedural',... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x53 x2 x3 x12 x43 x5 x55 x30 x62 x27 x32 x58 x23 x5 x46 x9 x59 x3 x36 x47 x19 x55 x16 x17 x23 x10 x28 x15 x29 x11 x49 x10 | x53 x2 x3 x12 x43 x5 x55 x30 x62 x27 x32 x58 x23 x5 x46 x9 x59 x3 x36 x47 x19 x55 x16 x17 x23 x10 x28 x15 x29 x11 x49 x10 | {'task': 'identity', 'seq': ['x53', 'x2', 'x3', 'x12', 'x43', 'x5', 'x55', 'x30', 'x62', 'x27', 'x32', 'x58', 'x23', 'x5', 'x46', 'x9', 'x59', 'x3', 'x36', 'x47', 'x19', 'x55', 'x16', 'x17', 'x23', 'x10', 'x28', 'x15', 'x29', 'x11', 'x49', 'x10'], 'k': 4, 'n': 32, '_time': 0.0002963542938232422, '_task': 'basic_procedu... | identity | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x5 x47 x27 x18 x3 x16 x26 x13 x7 x22 x17 x60 x31 x12 x59 x43
(B)
x46 x30 x19 x28 x15 x22 x1 x33 x38 x36 x21 x36 x30 x50 x43 x62 | x5 x47 x27 x18 x3 x16 x26 x13 x7 x22 x17 x60 x31 x12 x59 x43 x46 x30 x19 x28 x15 x1 x33 x38 x36 x21 x50 x62 | {'task': 'union', 'seq': [['x5', 'x47', 'x27', 'x18', 'x3', 'x16', 'x26', 'x13', 'x7', 'x22', 'x17', 'x60', 'x31', 'x12', 'x59', 'x43'], ['x46', 'x30', 'x19', 'x28', 'x15', 'x22', 'x1', 'x33', 'x38', 'x36', 'x21', 'x36', 'x30', 'x50', 'x43', 'x62']], 'k': 4, 'n': 32, '_time': 0.0004172325134277344, '_task': 'basic_proc... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x32 x53 x12 x15 x52 x24 x7 x5 x28 x12 x8 x28 x55 x24 x18 x31 x45 x30 x54 x35 x49 x17 x22 x9 x18 x40 x19 x10 x46 x41 x44 x54 | x32 x53 x12 x15 x52 x24 x7 x5 x28 x12 x8 x28 x55 x24 x18 x31 x45 x30 x54 x35 x49 x17 x22 x9 x18 x40 x19 x10 x46 x41 x44 x54 | {'task': 'identity', 'seq': ['x32', 'x53', 'x12', 'x15', 'x52', 'x24', 'x7', 'x5', 'x28', 'x12', 'x8', 'x28', 'x55', 'x24', 'x18', 'x31', 'x45', 'x30', 'x54', 'x35', 'x49', 'x17', 'x22', 'x9', 'x18', 'x40', 'x19', 'x10', 'x46', 'x41', 'x44', 'x54'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_task': 'basic_proce... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x28 x3 x1 x29 x30 x7 x21 x7 x59 x40 x52 x41 x54 x51 x13 x24 x52 x31 x2 x43 x11 x3 x38 x33 x14 x46 x18 x44 x49 x37 x14 x23 | x1 x2 x3 x3 x7 x7 x11 x13 x14 x14 x18 x21 x23 x24 x28 x29 x30 x31 x33 x37 x38 x40 x41 x43 x44 x46 x49 x51 x52 x52 x54 x59 | {'task': 'sort', 'seq': ['x28', 'x3', 'x1', 'x29', 'x30', 'x7', 'x21', 'x7', 'x59', 'x40', 'x52', 'x41', 'x54', 'x51', 'x13', 'x24', 'x52', 'x31', 'x2', 'x43', 'x11', 'x3', 'x38', 'x33', 'x14', 'x46', 'x18', 'x44', 'x49', 'x37', 'x14', 'x23'], 'k': 4, 'n': 32, '_time': 0.00030493736267089844, '_task': 'basic_procedural... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x46 x10 x55 x35 x41 x37 x9 x9 x44 x6 x49 x11 x53 x23 x22 x62 x61 x28 x43 x17 x31 x1 x60 x58 x12 x62 x46 x57 x10 x14 x34 x23 | x23 x34 x14 x10 x57 x46 x62 x12 x58 x60 x1 x31 x17 x43 x28 x61 x62 x22 x23 x53 x11 x49 x6 x44 x9 x9 x37 x41 x35 x55 x10 x46 | {'task': 'reverse', 'seq': ['x46', 'x10', 'x55', 'x35', 'x41', 'x37', 'x9', 'x9', 'x44', 'x6', 'x49', 'x11', 'x53', 'x23', 'x22', 'x62', 'x61', 'x28', 'x43', 'x17', 'x31', 'x1', 'x60', 'x58', 'x12', 'x62', 'x46', 'x57', 'x10', 'x14', 'x34', 'x23'], 'k': 4, 'n': 32, '_time': 0.0003743171691894531, '_task': 'basic_proced... | 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 o2 o1 o0 o1 c0 c2 c1 c1 o0 o1 c1 c0 o2 o3 o0 c3 c2 o3 o2 c0 o1 c2 o3 c3 o0 c3 o3 c1 c3 c0 | {'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 |
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 o2 c2 o0 o2 o2 c0 c2 c2 o1 c1 o3 o1 o1 c3 c1 c1 o1 c1 o1 o2 c2 o0 o3 c1 c0 o2 o2 c2 c3 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045180320739746094, '_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)
x34 x55 x61 x51 x29 x21 x8 x13 x50 x10 x61 x42 x22 x15 x9 x62
(B)
x29 x58 x3 x1 x20 x54 x22 x28 x47 x38 x45 x58 x52 x38 x19 x2 | x34 x55 x61 x51 x29 x21 x8 x13 x50 x10 x42 x22 x15 x9 x62 x58 x3 x1 x20 x54 x28 x47 x38 x45 x52 x19 x2 | {'task': 'union', 'seq': [['x34', 'x55', 'x61', 'x51', 'x29', 'x21', 'x8', 'x13', 'x50', 'x10', 'x61', 'x42', 'x22', 'x15', 'x9', 'x62'], ['x29', 'x58', 'x3', 'x1', 'x20', 'x54', 'x22', 'x28', 'x47', 'x38', 'x45', 'x58', 'x52', 'x38', 'x19', 'x2']], 'k': 4, 'n': 32, '_time': 0.00040149688720703125, '_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 o1 o1 o3 c3 c1 c2 c1 o2 c2 o0 c0 o0 o0 o3 o2 o1 c1 o2 o1 o1 c0 c3 c2 c2 o3 c1 c1 c0 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002970695495605469, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x56 x3 x20 x8 x20 x32 x64 x40 x17 x62 x24 x63 x61 x20 x57 x61 x29 x5 x26 x42 x64 x4 x40 x41 x49 x61 x37 x8 x8 x27 x40 x31
(TARGET)
x8 | x56 x3 x20 x20 x32 x64 x40 x17 x62 x24 x63 x61 x20 x57 x61 x29 x5 x26 x42 x64 x4 x40 x41 x49 x61 x37 x8 x8 x27 x40 x31 | {'task': 'delete', 'seq': [['x56', 'x3', 'x20', 'x8', 'x20', 'x32', 'x64', 'x40', 'x17', 'x62', 'x24', 'x63', 'x61', 'x20', 'x57', 'x61', 'x29', 'x5', 'x26', 'x42', 'x64', 'x4', 'x40', 'x41', 'x49', 'x61', 'x37', 'x8', 'x8', 'x27', 'x40', 'x31'], 'x8'], 'k': 4, 'n': 32, '_time': 0.00043654441833496094, '_task': 'basic_... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x3 x44 x36 x57 x58 x22 x42 x26 x5 x30 x37 x50 x38 x3 x48 x12 x23 x12 x35 x39 x60 x1 x8 x19 x3 x15 x7 x51 x14 x45 x15 x56 | x1 x3 x3 x3 x5 x7 x8 x12 x12 x14 x15 x15 x19 x22 x23 x26 x30 x35 x36 x37 x38 x39 x42 x44 x45 x48 x50 x51 x56 x57 x58 x60 | {'task': 'sort', 'seq': ['x3', 'x44', 'x36', 'x57', 'x58', 'x22', 'x42', 'x26', 'x5', 'x30', 'x37', 'x50', 'x38', 'x3', 'x48', 'x12', 'x23', 'x12', 'x35', 'x39', 'x60', 'x1', 'x8', 'x19', 'x3', 'x15', 'x7', 'x51', 'x14', 'x45', 'x15', 'x56'], 'k': 4, 'n': 32, '_time': 0.0004372596740722656, '_task': 'basic_procedural',... | 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. | o3 o3 c3 c3 o1 c1 o1 c1 o0 c0 o0 o3 o2 o2 c0 c2 o1 c3 c2 c1 o3 o0 o1 c3 o2 o2 c0 c2 c2 c1 o2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004000663757324219, '_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)
x58 x9 x36 x24 x58 x2 x26 x13 x57 x13 x12 x50 x40 x45 x47 x8 x36 x52 x15 x56 x22 x57 x44 x45 x22 x52 x5 x62 x62 x18 x61 x8 | x58 x9 x36 x24 x2 x26 x13 x57 x12 x50 x40 x45 x47 x8 x52 x15 x56 x22 x44 x5 x62 x18 x61 | {'task': 'set', 'seq': ['x58', 'x9', 'x36', 'x24', 'x58', 'x2', 'x26', 'x13', 'x57', 'x13', 'x12', 'x50', 'x40', 'x45', 'x47', 'x8', 'x36', 'x52', 'x15', 'x56', 'x22', 'x57', 'x44', 'x45', 'x22', 'x52', 'x5', 'x62', 'x62', 'x18', 'x61', 'x8'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedural', '_... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x40 x41 x22 x2 x27 x59 x41 x3 x17 x64 x46 x22 x27 x9 x11 x8 x11 x2 x23 x28 x5 x28 x28 x44 x41 x8 x61 x31 x41 x6 x47 x1 | x1 x2 x2 x3 x5 x6 x8 x8 x9 x11 x11 x17 x22 x22 x23 x27 x27 x28 x28 x28 x31 x40 x41 x41 x41 x41 x44 x46 x47 x59 x61 x64 | {'task': 'sort', 'seq': ['x40', 'x41', 'x22', 'x2', 'x27', 'x59', 'x41', 'x3', 'x17', 'x64', 'x46', 'x22', 'x27', 'x9', 'x11', 'x8', 'x11', 'x2', 'x23', 'x28', 'x5', 'x28', 'x28', 'x44', 'x41', 'x8', 'x61', 'x31', 'x41', 'x6', 'x47', 'x1'], 'k': 4, 'n': 32, '_time': 0.0004432201385498047, '_task': 'basic_procedural', '... | sort | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x57 x57 x2 x61 x59 x3 x36 x2 x58 x21 x9 x49 x63 x19 x57 x15 x56 x60 x8 x26 x19 x19 x9 x22 x39 x2 x23 x27 x13 x10 x45 x49 | x49 x45 x10 x13 x27 x23 x2 x39 x22 x9 x19 x19 x26 x8 x60 x56 x15 x57 x19 x63 x49 x9 x21 x58 x2 x36 x3 x59 x61 x2 x57 x57 | {'task': 'reverse', 'seq': ['x57', 'x57', 'x2', 'x61', 'x59', 'x3', 'x36', 'x2', 'x58', 'x21', 'x9', 'x49', 'x63', 'x19', 'x57', 'x15', 'x56', 'x60', 'x8', 'x26', 'x19', 'x19', 'x9', 'x22', 'x39', 'x2', 'x23', 'x27', 'x13', 'x10', 'x45', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004210472106933594, '_task': 'basic_procedura... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x54 x38 x17 x1 x15 x61 x30 x17 x34 x9 x48 x36 x55 x19 x11 x13 x34 x61 x51 x57 x2 x47 x5 x21 x60 x30 x47 x25 x43 x21 x35 x46
(TARGET)
x11 | x54 x38 x17 x1 x15 x61 x30 x17 x34 x9 x48 x36 x55 x19 x13 x34 x61 x51 x57 x2 x47 x5 x21 x60 x30 x47 x25 x43 x21 x35 x46 | {'task': 'delete', 'seq': [['x54', 'x38', 'x17', 'x1', 'x15', 'x61', 'x30', 'x17', 'x34', 'x9', 'x48', 'x36', 'x55', 'x19', 'x11', 'x13', 'x34', 'x61', 'x51', 'x57', 'x2', 'x47', 'x5', 'x21', 'x60', 'x30', 'x47', 'x25', 'x43', 'x21', 'x35', 'x46'], 'x11'], 'k': 4, 'n': 32, '_time': 0.0003857612609863281, '_task': 'basi... | delete | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x14 x10 x58 x13 x33 x16 x22 x49 x22 x61 x43 x38 x23 x37 x49 x31
(B)
x51 x32 x14 x58 x59 x3 x20 x19 x26 x47 x50 x51 x63 x31 x45 x51 | x14 x10 x58 x13 x33 x16 x22 x49 x61 x43 x38 x23 x37 x31 x51 x32 x59 x3 x20 x19 x26 x47 x50 x63 x45 | {'task': 'union', 'seq': [['x14', 'x10', 'x58', 'x13', 'x33', 'x16', 'x22', 'x49', 'x22', 'x61', 'x43', 'x38', 'x23', 'x37', 'x49', 'x31'], ['x51', 'x32', 'x14', 'x58', 'x59', 'x3', 'x20', 'x19', 'x26', 'x47', 'x50', 'x51', 'x63', 'x31', 'x45', 'x51']], 'k': 4, 'n': 32, '_time': 0.00029587745666503906, '_task': 'basic_... | 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 c2 o0 o1 o3 o2 o2 o2 o3 o2 o1 o0 o1 o1 c1 o2 c2 c1 c0 c1 c2 c3 c2 o3 c3 c2 o3 c3 c2 c3 c1 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038623809814453125, '_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)
x41 x47 x24 x52 x28 x30 x12 x64 x28 x27 x56 x28 x63 x23 x56 x48
(B)
x60 x32 x9 x41 x22 x5 x21 x43 x37 x50 x15 x31 x18 x63 x32 x27 | x41 x47 x24 x52 x28 x30 x12 x64 x27 x56 x63 x23 x48 x60 x32 x9 x22 x5 x21 x43 x37 x50 x15 x31 x18 | {'task': 'union', 'seq': [['x41', 'x47', 'x24', 'x52', 'x28', 'x30', 'x12', 'x64', 'x28', 'x27', 'x56', 'x28', 'x63', 'x23', 'x56', 'x48'], ['x60', 'x32', 'x9', 'x41', 'x22', 'x5', 'x21', 'x43', 'x37', 'x50', 'x15', 'x31', 'x18', 'x63', 'x32', 'x27']], 'k': 4, 'n': 32, '_time': 0.00044989585876464844, '_task': 'basic_p... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x64 x58 x9 x30 x53 x55 x43 x10 x58 x10 x46 x16 x4 x9 x7 x21 x22 x1 x3 x62 x3 x1 x55 x15 x14 x17 x26 x39 x29 x22 x7 x52 | x64 x58 x9 x30 x53 x55 x43 x10 x58 x10 x46 x16 x4 x9 x7 x21 x22 x1 x3 x62 x3 x1 x55 x15 x14 x17 x26 x39 x29 x22 x7 x52 | {'task': 'identity', 'seq': ['x64', 'x58', 'x9', 'x30', 'x53', 'x55', 'x43', 'x10', 'x58', 'x10', 'x46', 'x16', 'x4', 'x9', 'x7', 'x21', 'x22', 'x1', 'x3', 'x62', 'x3', 'x1', 'x55', 'x15', 'x14', 'x17', 'x26', 'x39', 'x29', 'x22', 'x7', 'x52'], 'k': 4, 'n': 32, '_time': 0.0003077983856201172, '_task': 'basic_procedural... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x40 x64 x47 x32 x31 x34 x3 x19 x2 x46 x31 x64 x7 x5 x64 x52 x46 x52 x11 x12 x49 x12 x20 x60 x37 x30 x5 x55 x55 x40 x32 x30
(TARGET)
x12 | x40 x64 x47 x32 x31 x34 x3 x19 x2 x46 x31 x64 x7 x5 x64 x52 x46 x52 x11 x49 x12 x20 x60 x37 x30 x5 x55 x55 x40 x32 x30 | {'task': 'delete', 'seq': [['x40', 'x64', 'x47', 'x32', 'x31', 'x34', 'x3', 'x19', 'x2', 'x46', 'x31', 'x64', 'x7', 'x5', 'x64', 'x52', 'x46', 'x52', 'x11', 'x12', 'x49', 'x12', 'x20', 'x60', 'x37', 'x30', 'x5', 'x55', 'x55', 'x40', 'x32', 'x30'], 'x12'], 'k': 4, 'n': 32, '_time': 0.0002872943878173828, '_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. | o0 c0 o1 o2 c2 c1 o3 c3 o0 o3 o0 o0 c0 o3 c3 c0 c3 o1 c1 c0 o3 o2 c3 o3 o1 o3 o2 c3 c2 c2 c1 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029540061950683594, '_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)
x24 x34 x19 x20 x47 x11 x22 x49 x28 x2 x37 x13 x28 x9 x7 x6 x5 x64 x24 x11 x51 x45 x4 x48 x21 x3 x12 x61 x23 x48 x53 x20 | x20 x53 x48 x23 x61 x12 x3 x21 x48 x4 x45 x51 x11 x24 x64 x5 x6 x7 x9 x28 x13 x37 x2 x28 x49 x22 x11 x47 x20 x19 x34 x24 | {'task': 'reverse', 'seq': ['x24', 'x34', 'x19', 'x20', 'x47', 'x11', 'x22', 'x49', 'x28', 'x2', 'x37', 'x13', 'x28', 'x9', 'x7', 'x6', 'x5', 'x64', 'x24', 'x11', 'x51', 'x45', 'x4', 'x48', 'x21', 'x3', 'x12', 'x61', 'x23', 'x48', 'x53', 'x20'], 'k': 4, 'n': 32, '_time': 0.00041556358337402344, '_task': 'basic_procedur... | 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 x60; PUSH x51; PUSH x10; POP; PUSH x1; PUSH x8; PUSH x11; PUSH x3; POP; PUSH x24; PUSH x21; PUSH x12; PUSH x9; PUSH x24; PUSH x26; PUSH x28; PUSH x32; PUS... | x19 x53 x26 x32 x28 x26 x24 x9 x12 x21 x24 x11 x8 x1 x51 x60 | {'task': 'stack', 'seq': ['PUSH x60', 'PUSH x51', 'PUSH x10', 'POP', 'PUSH x1', 'PUSH x8', 'PUSH x11', 'PUSH x3', 'POP', 'PUSH x24', 'PUSH x21', 'PUSH x12', 'PUSH x9', 'PUSH x24', 'PUSH x26', 'PUSH x28', 'PUSH x32', 'PUSH x26', 'PUSH x53', 'PUSH x35', 'POP', 'PUSH x63', 'POP', 'PUSH x16', 'POP', 'PUSH x19', 'PUSH x17',... | 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 x24; PUSH x1; PUSH x48; POP; PUSH x1; PUSH x29; PUSH x5; PUSH x54; PUSH x39; PUSH x9; PUSH x21; PUSH x39; POP; POP; PUSH x2; PUSH x64; PUSH x50; PUSH x27;... | x33 x23 x64 x2 x9 x39 x54 x5 x29 x1 x1 x24 | {'task': 'stack', 'seq': ['PUSH x24', 'PUSH x1', 'PUSH x48', 'POP', 'PUSH x1', 'PUSH x29', 'PUSH x5', 'PUSH x54', 'PUSH x39', 'PUSH x9', 'PUSH x21', 'PUSH x39', 'POP', 'POP', 'PUSH x2', 'PUSH x64', 'PUSH x50', 'PUSH x27', 'PUSH x20', 'PUSH x59', 'POP', 'POP', 'PUSH x27', 'POP', 'PUSH x20', 'PUSH x34', 'POP', 'POP', 'PO... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x46 x20 x39 x51 x57 x52 x30 x63 x52 x56 x48 x48 x51 x22 x23 x63 x63 x15 x62 x50 x64 x52 x38 x9 x13 x34 x7 x27 x63 x23 x54 x29 | x46 x20 x39 x51 x57 x52 x30 x63 x52 x56 x48 x48 x51 x22 x23 x63 x63 x15 x62 x50 x64 x52 x38 x9 x13 x34 x7 x27 x63 x23 x54 x29 | {'task': 'identity', 'seq': ['x46', 'x20', 'x39', 'x51', 'x57', 'x52', 'x30', 'x63', 'x52', 'x56', 'x48', 'x48', 'x51', 'x22', 'x23', 'x63', 'x63', 'x15', 'x62', 'x50', 'x64', 'x52', 'x38', 'x9', 'x13', 'x34', 'x7', 'x27', 'x63', 'x23', 'x54', 'x29'], 'k': 4, 'n': 32, '_time': 0.00027298927307128906, '_task': 'basic_pr... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x58 x38 x53 x32 x14 x8 x24 x41 x38 x61 x59 x37 x31 x45 x13 x45 x25 x1 x47 x33 x40 x6 x56 x62 x44 x44 x4 x56 x52 x52 x12 x28 | x1 x4 x6 x8 x12 x13 x14 x24 x25 x28 x31 x32 x33 x37 x38 x38 x40 x41 x44 x44 x45 x45 x47 x52 x52 x53 x56 x56 x58 x59 x61 x62 | {'task': 'sort', 'seq': ['x58', 'x38', 'x53', 'x32', 'x14', 'x8', 'x24', 'x41', 'x38', 'x61', 'x59', 'x37', 'x31', 'x45', 'x13', 'x45', 'x25', 'x1', 'x47', 'x33', 'x40', 'x6', 'x56', 'x62', 'x44', 'x44', 'x4', 'x56', 'x52', 'x52', 'x12', 'x28'], 'k': 4, 'n': 32, '_time': 0.00028967857360839844, '_task': 'basic_procedur... | sort | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x46 x7 x2 x1 x17 x11 x45 x15 x10 x44 x56 x46 x40 x36 x24 x12 x19 x64 x58 x18 x50 x50 x37 x63 x50 x5 x19 x7 x50 x50 x7 x54 | x46 x7 x2 x1 x17 x11 x45 x15 x10 x44 x56 x46 x40 x36 x24 x12 x19 x64 x58 x18 x50 x50 x37 x63 x50 x5 x19 x7 x50 x50 x7 x54 | {'task': 'identity', 'seq': ['x46', 'x7', 'x2', 'x1', 'x17', 'x11', 'x45', 'x15', 'x10', 'x44', 'x56', 'x46', 'x40', 'x36', 'x24', 'x12', 'x19', 'x64', 'x58', 'x18', 'x50', 'x50', 'x37', 'x63', 'x50', 'x5', 'x19', 'x7', 'x50', 'x50', 'x7', 'x54'], 'k': 4, 'n': 32, '_time': 0.0004124641418457031, '_task': 'basic_procedu... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x4 x9 x32 x11 x26 x4 x58 x3 x49 x22 x29 x40 x40 x3 x60 x25 x45 x15 x29 x28 x53 x43 x56 x50 x38 x10 x1 x4 x62 x63 x6 x14 | x4 x9 x32 x11 x26 x58 x3 x49 x22 x29 x40 x60 x25 x45 x15 x28 x53 x43 x56 x50 x38 x10 x1 x62 x63 x6 x14 | {'task': 'set', 'seq': ['x4', 'x9', 'x32', 'x11', 'x26', 'x4', 'x58', 'x3', 'x49', 'x22', 'x29', 'x40', 'x40', 'x3', 'x60', 'x25', 'x45', 'x15', 'x29', 'x28', 'x53', 'x43', 'x56', 'x50', 'x38', 'x10', 'x1', 'x4', 'x62', 'x63', 'x6', 'x14'], 'k': 4, 'n': 32, '_time': 0.000423431396484375, '_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 o2 c2 o2 c2 o2 c2 o1 o0 c0 c1 o1 c1 o1 o2 o3 o0 o2 o2 c2 c2 o0 o1 c1 o2 c2 c0 c0 c3 c2 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002532005310058594, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o2 o2 c2 o1 o3 o0 c0 c3 c1 o1 o3 c3 o0 c0 c1 o3 o0 o3 o1 o1 c1 c1 o3 c3 c3 o2 o0 c0 c2 c0 c3 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000255584716796875, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x48; PUSH x53; PUSH x49; PUSH x48; PUSH x56; PUSH x40; PUSH x25; PUSH x22; PUSH x37; PUSH x1; PUSH x31; POP; POP; PUSH x30; PUSH x31; PUSH x52; PUSH x3; P... | x18 x3 x52 x31 x30 x37 x22 x25 x40 x56 x48 x49 x53 x48 | {'task': 'stack', 'seq': ['PUSH x48', 'PUSH x53', 'PUSH x49', 'PUSH x48', 'PUSH x56', 'PUSH x40', 'PUSH x25', 'PUSH x22', 'PUSH x37', 'PUSH x1', 'PUSH x31', 'POP', 'POP', 'PUSH x30', 'PUSH x31', 'PUSH x52', 'PUSH x3', 'PUSH x47', 'PUSH x8', 'PUSH x54', 'POP', 'PUSH x45', 'POP', 'PUSH x7', 'POP', 'POP', 'PUSH x53', '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 o0 c0 c1 o0 o2 c2 c0 o0 c0 o1 c1 o3 c3 o0 o3 c3 o0 o2 o3 o1 c1 c3 o3 o3 o3 c3 c3 c3 c2 c0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003838539123535156, '_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)
x21 x58 x48 x7 x6 x19 x62 x38 x9 x50 x43 x6 x62 x33 x54 x53 x19 x38 x8 x50 x27 x35 x43 x17 x9 x55 x63 x14 x38 x5 x32 x5 | x21 x58 x48 x7 x6 x19 x62 x38 x9 x50 x43 x6 x62 x33 x54 x53 x19 x38 x8 x50 x27 x35 x43 x17 x9 x55 x63 x14 x38 x5 x32 x5 | {'task': 'identity', 'seq': ['x21', 'x58', 'x48', 'x7', 'x6', 'x19', 'x62', 'x38', 'x9', 'x50', 'x43', 'x6', 'x62', 'x33', 'x54', 'x53', 'x19', 'x38', 'x8', 'x50', 'x27', 'x35', 'x43', 'x17', 'x9', 'x55', 'x63', 'x14', 'x38', 'x5', 'x32', 'x5'], 'k': 4, 'n': 32, '_time': 0.0002720355987548828, '_task': 'basic_procedura... | 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 x32; PUSH x35; POP; PUSH x34; POP; PUSH x31; POP; POP; PUSH x32; PUSH x43; PUSH x64; PUSH x35; PUSH x35; PUSH x1; PUSH x27; PUSH x31; POP; POP; POP; PUSH ... | x15 x35 x35 x64 x43 x32 | {'task': 'stack', 'seq': ['PUSH x32', 'PUSH x35', 'POP', 'PUSH x34', 'POP', 'PUSH x31', 'POP', 'POP', 'PUSH x32', 'PUSH x43', 'PUSH x64', 'PUSH x35', 'PUSH x35', 'PUSH x1', 'PUSH x27', 'PUSH x31', 'POP', 'POP', 'POP', 'PUSH x38', 'PUSH x24', 'PUSH x38', 'POP', 'POP', 'POP', 'PUSH x10', 'PUSH x38', 'POP', 'POP', 'PUSH x... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x61 x1 x48 x19 x38 x10 x32 x62 x30 x59 x27 x21 x20 x32 x8 x23 x54 x32 x60 x8 x2 x9 x61 x7 x41 x4 x47 x46 x26 x3 x21 x6 | x6 x21 x3 x26 x46 x47 x4 x41 x7 x61 x9 x2 x8 x60 x32 x54 x23 x8 x32 x20 x21 x27 x59 x30 x62 x32 x10 x38 x19 x48 x1 x61 | {'task': 'reverse', 'seq': ['x61', 'x1', 'x48', 'x19', 'x38', 'x10', 'x32', 'x62', 'x30', 'x59', 'x27', 'x21', 'x20', 'x32', 'x8', 'x23', 'x54', 'x32', 'x60', 'x8', 'x2', 'x9', 'x61', 'x7', 'x41', 'x4', 'x47', 'x46', 'x26', 'x3', 'x21', 'x6'], 'k': 4, 'n': 32, '_time': 0.0004143714904785156, '_task': 'basic_procedural'... | reverse | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 o1 o1 o1 o1 o2 o2 o3 c3 o2 o3 o3 o2 c2 o3 c3 o3 o0 c0 o2 c2 c3 c3 c3 c2 c2 c2 c1 c1 c1 c1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002307891845703125, '_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 x42 x7 x52 x21 x41 x60 x19 x38 x59 x27 x40 x37 x39 x20 x55 x50 x1 x55 x38 x63 x38 x6 x36 x20 x3 x55 x54 x8 x31 x1 x33 | x33 x1 x31 x8 x54 x55 x3 x20 x36 x6 x38 x63 x38 x55 x1 x50 x55 x20 x39 x37 x40 x27 x59 x38 x19 x60 x41 x21 x52 x7 x42 x64 | {'task': 'reverse', 'seq': ['x64', 'x42', 'x7', 'x52', 'x21', 'x41', 'x60', 'x19', 'x38', 'x59', 'x27', 'x40', 'x37', 'x39', 'x20', 'x55', 'x50', 'x1', 'x55', 'x38', 'x63', 'x38', 'x6', 'x36', 'x20', 'x3', 'x55', 'x54', 'x8', 'x31', 'x1', 'x33'], 'k': 4, 'n': 32, '_time': 0.000415802001953125, '_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. | o2 o1 o1 o2 c2 o1 c2 o2 o0 c1 c1 c0 c1 o3 c2 o0 o2 o3 c2 o0 o0 o1 o3 o0 c1 c0 c3 c0 c0 c3 c0 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029850006103515625, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
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 o3 c3 o2 c2 o3 c3 o2 o0 o3 c3 c0 c2 o3 o0 o0 c0 o3 o0 o3 c3 o3 o1 c1 c3 c0 c3 c0 c3 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002543926239013672, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 o3 c3 c0 o2 c2 o1 c1 o0 c0 o0 o1 o2 c1 c2 o3 o3 c3 o2 c3 o3 c0 o3 o2 o3 c2 o2 c2 c2 c3 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045013427734375, '_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 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x38 x36 x47 x53 x41 x25 x60 x35 x20 x35 x9 x57 x43 x4 x53 x49 x44 x22 x51 x45 x60 x34 x36 x16 x29 x7 x40 x8 x13 x42 x50 x21 | x4 x7 x8 x9 x13 x16 x20 x21 x22 x25 x29 x34 x35 x35 x36 x36 x38 x40 x41 x42 x43 x44 x45 x47 x49 x50 x51 x53 x53 x57 x60 x60 | {'task': 'sort', 'seq': ['x38', 'x36', 'x47', 'x53', 'x41', 'x25', 'x60', 'x35', 'x20', 'x35', 'x9', 'x57', 'x43', 'x4', 'x53', 'x49', 'x44', 'x22', 'x51', 'x45', 'x60', 'x34', 'x36', 'x16', 'x29', 'x7', 'x40', 'x8', 'x13', 'x42', 'x50', 'x21'], 'k': 4, 'n': 32, '_time': 0.0002887248992919922, '_task': 'basic_procedura... | 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)
x21 x15 x38 x34 x18 x14 x32 x5 x45 x11 x40 x42 x23 x44 x20 x4
(B)
x6 x53 x35 x47 x5 x7 x27 x43 x38 x45 x19 x54 x54 x34 x10 x32 | x21 x15 x38 x34 x18 x14 x32 x5 x45 x11 x40 x42 x23 x44 x20 x4 x6 x53 x35 x47 x7 x27 x43 x19 x54 x10 | {'task': 'union', 'seq': [['x21', 'x15', 'x38', 'x34', 'x18', 'x14', 'x32', 'x5', 'x45', 'x11', 'x40', 'x42', 'x23', 'x44', 'x20', 'x4'], ['x6', 'x53', 'x35', 'x47', 'x5', 'x7', 'x27', 'x43', 'x38', 'x45', 'x19', 'x54', 'x54', 'x34', 'x10', 'x32']], 'k': 4, 'n': 32, '_time': 0.0002956390380859375, '_task': 'basic_proce... | union | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x9; POP; PUSH x9; PUSH x49; PUSH x38; PUSH x15; PUSH x24; PUSH x47; POP; POP; PUSH x22; PUSH x62; PUSH x2; PUSH x13; PUSH x23; PUSH x15; PUSH x11; PUSH x6... | x30 x45 x61 x11 x15 x23 x13 x2 x62 x22 x15 x38 x49 x9 | {'task': 'stack', 'seq': ['PUSH x9', 'POP', 'PUSH x9', 'PUSH x49', 'PUSH x38', 'PUSH x15', 'PUSH x24', 'PUSH x47', 'POP', 'POP', 'PUSH x22', 'PUSH x62', 'PUSH x2', 'PUSH x13', 'PUSH x23', 'PUSH x15', 'PUSH x11', 'PUSH x61', 'PUSH x24', 'PUSH x18', 'PUSH x24', 'PUSH x48', 'POP', 'POP', 'POP', 'POP', 'PUSH x45', '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)
x38 x39 x63 x9 x55 x5 x7 x55 x44 x7 x8 x54 x63 x30 x47 x33
(B)
x30 x25 x31 x34 x49 x9 x55 x32 x26 x11 x38 x37 x30 x26 x39 x37 | x38 x39 x63 x9 x55 x5 x7 x44 x8 x54 x30 x47 x33 x25 x31 x34 x49 x32 x26 x11 x37 | {'task': 'union', 'seq': [['x38', 'x39', 'x63', 'x9', 'x55', 'x5', 'x7', 'x55', 'x44', 'x7', 'x8', 'x54', 'x63', 'x30', 'x47', 'x33'], ['x30', 'x25', 'x31', 'x34', 'x49', 'x9', 'x55', 'x32', 'x26', 'x11', 'x38', 'x37', 'x30', 'x26', 'x39', 'x37']], 'k': 4, 'n': 32, '_time': 0.0002932548522949219, '_task': 'basic_proced... | union | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x36 x59 x22 x26 x16 x34 x12 x22 x14 x40 x4 x27 x40 x25 x39 x9 x23 x20 x46 x21 x59 x42 x37 x42 x41 x56 x58 x2 x59 x57 x6 x61 | x36 x59 x22 x26 x16 x34 x12 x14 x40 x4 x27 x25 x39 x9 x23 x20 x46 x21 x42 x37 x41 x56 x58 x2 x57 x6 x61 | {'task': 'set', 'seq': ['x36', 'x59', 'x22', 'x26', 'x16', 'x34', 'x12', 'x22', 'x14', 'x40', 'x4', 'x27', 'x40', 'x25', 'x39', 'x9', 'x23', 'x20', 'x46', 'x21', 'x59', 'x42', 'x37', 'x42', 'x41', 'x56', 'x58', 'x2', 'x59', 'x57', 'x6', 'x61'], 'k': 4, 'n': 32, '_time': 0.00025773048400878906, '_task': 'basic_procedura... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x48 x10 x55 x30 x41 x55 x9 x7 x24 x17 x25 x57 x62 x19 x56 x22 x1 x40 x45 x60 x8 x52 x5 x19 x10 x63 x34 x4 x18 x28 x16 x22 | x48 x10 x55 x30 x41 x9 x7 x24 x17 x25 x57 x62 x19 x56 x22 x1 x40 x45 x60 x8 x52 x5 x63 x34 x4 x18 x28 x16 | {'task': 'set', 'seq': ['x48', 'x10', 'x55', 'x30', 'x41', 'x55', 'x9', 'x7', 'x24', 'x17', 'x25', 'x57', 'x62', 'x19', 'x56', 'x22', 'x1', 'x40', 'x45', 'x60', 'x8', 'x52', 'x5', 'x19', 'x10', 'x63', 'x34', 'x4', 'x18', 'x28', 'x16', 'x22'], 'k': 4, 'n': 32, '_time': 0.0004317760467529297, '_task': 'basic_procedural',... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x21 x20 x27 x48 x30 x43 x19 x32 x12 x53 x1 x18 x33 x33 x52 x62 x40 x27 x10 x19 x36 x12 x8 x37 x63 x33 x45 x5 x56 x60 x26 x51 | x21 x20 x27 x48 x30 x43 x19 x32 x12 x53 x1 x18 x33 x52 x62 x40 x10 x36 x8 x37 x63 x45 x5 x56 x60 x26 x51 | {'task': 'set', 'seq': ['x21', 'x20', 'x27', 'x48', 'x30', 'x43', 'x19', 'x32', 'x12', 'x53', 'x1', 'x18', 'x33', 'x33', 'x52', 'x62', 'x40', 'x27', 'x10', 'x19', 'x36', 'x12', 'x8', 'x37', 'x63', 'x33', 'x45', 'x5', 'x56', 'x60', 'x26', 'x51'], 'k': 4, 'n': 32, '_time': 0.0002799034118652344, '_task': 'basic_procedura... | set | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 c3 o0 c0 o1 c1 o3 c3 o2 o3 o2 o2 c2 o3 c3 o0 c0 o2 o0 o0 c0 c0 c2 c2 o3 c3 c3 c2 o0 c0 o0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038623809814453125, '_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 x23; PUSH x6; POP; PUSH x49; PUSH x27; PUSH x8; PUSH x20; PUSH x53; PUSH x57; PUSH x56; PUSH x8; PUSH x20; PUSH x62; PUSH x4; POP; PUSH x64; POP; PUSH x5;... | x53 x20 x8 x27 x49 x23 | {'task': 'stack', 'seq': ['PUSH x23', 'PUSH x6', 'POP', 'PUSH x49', 'PUSH x27', 'PUSH x8', 'PUSH x20', 'PUSH x53', 'PUSH x57', 'PUSH x56', 'PUSH x8', 'PUSH x20', 'PUSH x62', 'PUSH x4', 'POP', 'PUSH x64', 'POP', 'PUSH x5', 'POP', 'PUSH x42', 'PUSH x10', 'PUSH x46', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x59', 'POP', '... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x24 x15 x63 x34 x23 x29 x29 x48 x42 x11 x32 x8 x12 x12 x36 x21 x11 x45 x45 x53 x58 x33 x47 x5 x20 x31 x30 x37 x29 x45 x59 x55 | x55 x59 x45 x29 x37 x30 x31 x20 x5 x47 x33 x58 x53 x45 x45 x11 x21 x36 x12 x12 x8 x32 x11 x42 x48 x29 x29 x23 x34 x63 x15 x24 | {'task': 'reverse', 'seq': ['x24', 'x15', 'x63', 'x34', 'x23', 'x29', 'x29', 'x48', 'x42', 'x11', 'x32', 'x8', 'x12', 'x12', 'x36', 'x21', 'x11', 'x45', 'x45', 'x53', 'x58', 'x33', 'x47', 'x5', 'x20', 'x31', 'x30', 'x37', 'x29', 'x45', 'x59', 'x55'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_task': 'basic_proc... | 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 c2 o3 o3 c3 o3 o3 o0 o1 c0 o3 o1 o2 o1 c1 o3 o0 c3 o1 o0 c1 c2 c1 o3 c0 c3 c0 c3 c3 c1 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002982616424560547, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 c0 o2 o0 o3 o0 c0 c3 c0 o3 c3 c2 o0 c0 o1 c1 o3 c3 o1 o1 c1 o1 c1 c1 o3 c3 o3 c3 o1 c1 o0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025391578674316406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x60 x22 x26 x43 x13 x3 x45 x40 x2 x49 x59 x43 x64 x55 x5 x27
(B)
x44 x3 x29 x49 x14 x16 x54 x47 x34 x16 x11 x36 x7 x62 x33 x9 | x60 x22 x26 x43 x13 x3 x45 x40 x2 x49 x59 x64 x55 x5 x27 x44 x29 x14 x16 x54 x47 x34 x11 x36 x7 x62 x33 x9 | {'task': 'union', 'seq': [['x60', 'x22', 'x26', 'x43', 'x13', 'x3', 'x45', 'x40', 'x2', 'x49', 'x59', 'x43', 'x64', 'x55', 'x5', 'x27'], ['x44', 'x3', 'x29', 'x49', 'x14', 'x16', 'x54', 'x47', 'x34', 'x16', 'x11', 'x36', 'x7', 'x62', 'x33', 'x9']], 'k': 4, 'n': 32, '_time': 0.00045299530029296875, '_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)
x3 x28 x13 x46 x52 x54 x3 x21 x50 x41 x4 x62 x61 x23 x37 x61
(B)
x31 x28 x6 x3 x17 x5 x59 x46 x3 x61 x16 x36 x58 x49 x10 x22 | x3 x28 x13 x46 x52 x54 x21 x50 x41 x4 x62 x61 x23 x37 x31 x6 x17 x5 x59 x16 x36 x58 x49 x10 x22 | {'task': 'union', 'seq': [['x3', 'x28', 'x13', 'x46', 'x52', 'x54', 'x3', 'x21', 'x50', 'x41', 'x4', 'x62', 'x61', 'x23', 'x37', 'x61'], ['x31', 'x28', 'x6', 'x3', 'x17', 'x5', 'x59', 'x46', 'x3', 'x61', 'x16', 'x36', 'x58', 'x49', 'x10', 'x22']], 'k': 4, 'n': 32, '_time': 0.0002980232238769531, '_task': 'basic_procedu... | 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)
x3 x16 x29 x34 x28 x4 x49 x1 x18 x41 x50 x48 x19 x15 x61 x14
(B)
x42 x36 x12 x44 x11 x34 x40 x25 x21 x43 x51 x49 x34 x43 x2 x9 | x3 x16 x29 x34 x28 x4 x49 x1 x18 x41 x50 x48 x19 x15 x61 x14 x42 x36 x12 x44 x11 x40 x25 x21 x43 x51 x2 x9 | {'task': 'union', 'seq': [['x3', 'x16', 'x29', 'x34', 'x28', 'x4', 'x49', 'x1', 'x18', 'x41', 'x50', 'x48', 'x19', 'x15', 'x61', 'x14'], ['x42', 'x36', 'x12', 'x44', 'x11', 'x34', 'x40', 'x25', 'x21', 'x43', 'x51', 'x49', 'x34', 'x43', 'x2', 'x9']], 'k': 4, 'n': 32, '_time': 0.0002987384796142578, '_task': 'basic_proce... | union | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x44; PUSH x51; PUSH x26; POP; PUSH x18; PUSH x54; PUSH x51; POP; PUSH x49; PUSH x24; PUSH x27; PUSH x21; PUSH x14; PUSH x1; PUSH x41; POP; PUSH x44; PUSH ... | x64 x6 x47 x55 x58 x28 x33 x44 x1 x14 x21 x27 x24 x49 x54 x18 x51 x44 | {'task': 'stack', 'seq': ['PUSH x44', 'PUSH x51', 'PUSH x26', 'POP', 'PUSH x18', 'PUSH x54', 'PUSH x51', 'POP', 'PUSH x49', 'PUSH x24', 'PUSH x27', 'PUSH x21', 'PUSH x14', 'PUSH x1', 'PUSH x41', 'POP', 'PUSH x44', 'PUSH x33', 'PUSH x28', 'PUSH x58', 'PUSH x55', 'PUSH x47', 'PUSH x20', 'POP', 'PUSH x6', 'PUSH x63', 'PUS... | stack | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x23 x25 x11 x1 x42 x61 x61 x55 x28 x11 x2 x3 x16 x37 x26 x47 x7 x56 x51 x45 x29 x62 x1 x11 x43 x24 x58 x22 x15 x46 x18 x51 | x23 x25 x11 x1 x42 x61 x61 x55 x28 x11 x2 x3 x16 x37 x26 x47 x7 x56 x51 x45 x29 x62 x1 x11 x43 x24 x58 x22 x15 x46 x18 x51 | {'task': 'identity', 'seq': ['x23', 'x25', 'x11', 'x1', 'x42', 'x61', 'x61', 'x55', 'x28', 'x11', 'x2', 'x3', 'x16', 'x37', 'x26', 'x47', 'x7', 'x56', 'x51', 'x45', 'x29', 'x62', 'x1', 'x11', 'x43', 'x24', 'x58', 'x22', 'x15', 'x46', 'x18', 'x51'], 'k': 4, 'n': 32, '_time': 0.0002791881561279297, '_task': 'basic_proced... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x21 x25 x23 x29 x60 x32 x63 x60 x22 x9 x60 x43 x43 x38 x40 x23 x27 x8 x46 x44 x20 x58 x35 x48 x58 x47 x15 x40 x31 x20 x63 x26 | x26 x63 x20 x31 x40 x15 x47 x58 x48 x35 x58 x20 x44 x46 x8 x27 x23 x40 x38 x43 x43 x60 x9 x22 x60 x63 x32 x60 x29 x23 x25 x21 | {'task': 'reverse', 'seq': ['x21', 'x25', 'x23', 'x29', 'x60', 'x32', 'x63', 'x60', 'x22', 'x9', 'x60', 'x43', 'x43', 'x38', 'x40', 'x23', 'x27', 'x8', 'x46', 'x44', 'x20', 'x58', 'x35', 'x48', 'x58', 'x47', 'x15', 'x40', 'x31', 'x20', 'x63', 'x26'], 'k': 4, 'n': 32, '_time': 0.00042176246643066406, '_task': 'basic_pro... | 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 c3 o1 c1 o0 c0 o2 c2 o0 c0 o3 c3 o2 o1 c1 c2 o2 c2 o2 c2 o1 o1 o0 o1 c1 c0 c1 o1 o1 c1 c1 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029587745666503906, '_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 c3 o2 c1 c2 o2 o3 o3 c2 o1 o0 o3 c1 o1 o3 o1 c1 o0 o1 c0 o2 o0 c1 c2 c1 c3 c0 c3 c0 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002982616424560547, '_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)
x29 x40 x41 x56 x62 x18 x56 x47 x1 x35 x56 x30 x11 x61 x44 x22 x47 x11 x53 x48 x39 x60 x42 x17 x9 x50 x59 x32 x49 x27 x2 x25 | x29 x40 x41 x56 x62 x18 x47 x1 x35 x30 x11 x61 x44 x22 x53 x48 x39 x60 x42 x17 x9 x50 x59 x32 x49 x27 x2 x25 | {'task': 'set', 'seq': ['x29', 'x40', 'x41', 'x56', 'x62', 'x18', 'x56', 'x47', 'x1', 'x35', 'x56', 'x30', 'x11', 'x61', 'x44', 'x22', 'x47', 'x11', 'x53', 'x48', 'x39', 'x60', 'x42', 'x17', 'x9', 'x50', 'x59', 'x32', 'x49', 'x27', 'x2', 'x25'], 'k': 4, 'n': 32, '_time': 0.0004253387451171875, '_task': 'basic_procedura... | set | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x51 x33 x41 x44 x19 x53 x26 x20 x50 x62 x42 x11 x34 x44 x8 x17 x34 x16 x56 x50 x30 x20 x56 x5 x56 x25 x37 x27 x27 x15 x44 x2 | x2 x5 x8 x11 x15 x16 x17 x19 x20 x20 x25 x26 x27 x27 x30 x33 x34 x34 x37 x41 x42 x44 x44 x44 x50 x50 x51 x53 x56 x56 x56 x62 | {'task': 'sort', 'seq': ['x51', 'x33', 'x41', 'x44', 'x19', 'x53', 'x26', 'x20', 'x50', 'x62', 'x42', 'x11', 'x34', 'x44', 'x8', 'x17', 'x34', 'x16', 'x56', 'x50', 'x30', 'x20', 'x56', 'x5', 'x56', 'x25', 'x37', 'x27', 'x27', 'x15', 'x44', 'x2'], 'k': 4, 'n': 32, '_time': 0.0004363059997558594, '_task': 'basic_procedur... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x49 x14 x60 x59 x6 x2 x37 x34 x3 x20 x3 x11 x45 x12 x21 x43 x20 x63 x18 x4 x28 x24 x56 x63 x42 x40 x60 x27 x48 x46 x64 x32 | x49 x14 x60 x59 x6 x2 x37 x34 x3 x20 x11 x45 x12 x21 x43 x63 x18 x4 x28 x24 x56 x42 x40 x27 x48 x46 x64 x32 | {'task': 'set', 'seq': ['x49', 'x14', 'x60', 'x59', 'x6', 'x2', 'x37', 'x34', 'x3', 'x20', 'x3', 'x11', 'x45', 'x12', 'x21', 'x43', 'x20', 'x63', 'x18', 'x4', 'x28', 'x24', 'x56', 'x63', 'x42', 'x40', 'x60', 'x27', 'x48', 'x46', 'x64', 'x32'], 'k': 4, 'n': 32, '_time': 0.0002789497375488281, '_task': 'basic_procedural'... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x61 x8 x2 x33 x25 x61 x39 x54 x27 x32 x2 x57 x51 x25 x43 x16 x37 x29 x42 x37 x17 x30 x18 x44 x28 x4 x58 x15 x42 x36 x63 x45 | x61 x8 x2 x33 x25 x39 x54 x27 x32 x57 x51 x43 x16 x37 x29 x42 x17 x30 x18 x44 x28 x4 x58 x15 x36 x63 x45 | {'task': 'set', 'seq': ['x61', 'x8', 'x2', 'x33', 'x25', 'x61', 'x39', 'x54', 'x27', 'x32', 'x2', 'x57', 'x51', 'x25', 'x43', 'x16', 'x37', 'x29', 'x42', 'x37', 'x17', 'x30', 'x18', 'x44', 'x28', 'x4', 'x58', 'x15', 'x42', 'x36', 'x63', 'x45'], 'k': 4, 'n': 32, '_time': 0.0004239082336425781, '_task': 'basic_procedural... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x49 x31 x2 x15 x49 x7 x58 x63 x24 x48 x24 x51 x62 x59 x63 x55 x38 x44 x19 x45 x23 x28 x60 x41 x54 x19 x59 x20 x38 x13 x62 x55 | x49 x31 x2 x15 x49 x7 x58 x63 x24 x48 x24 x51 x62 x59 x63 x55 x38 x44 x19 x45 x23 x28 x60 x41 x54 x19 x59 x20 x38 x13 x62 x55 | {'task': 'identity', 'seq': ['x49', 'x31', 'x2', 'x15', 'x49', 'x7', 'x58', 'x63', 'x24', 'x48', 'x24', 'x51', 'x62', 'x59', 'x63', 'x55', 'x38', 'x44', 'x19', 'x45', 'x23', 'x28', 'x60', 'x41', 'x54', 'x19', 'x59', 'x20', 'x38', 'x13', 'x62', 'x55'], 'k': 4, 'n': 32, '_time': 0.0002732276916503906, '_task': 'basic_pro... | identity | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 o2 o1 c2 o0 o3 c2 o2 o0 c1 o0 o3 c3 o2 o1 c2 c0 c1 o2 o2 c3 o0 c0 o3 o1 c1 c0 c2 c0 c2 c3 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004215240478515625, '_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)
x50 x7 x33 x5 x13 x60 x43 x54 x62 x54 x19 x55 x17 x9 x37 x37 x55 x42 x57 x12 x2 x10 x39 x22 x55 x45 x28 x57 x37 x52 x20 x53
(TARGET)
x13 | x50 x7 x33 x5 x60 x43 x54 x62 x54 x19 x55 x17 x9 x37 x37 x55 x42 x57 x12 x2 x10 x39 x22 x55 x45 x28 x57 x37 x52 x20 x53 | {'task': 'delete', 'seq': [['x50', 'x7', 'x33', 'x5', 'x13', 'x60', 'x43', 'x54', 'x62', 'x54', 'x19', 'x55', 'x17', 'x9', 'x37', 'x37', 'x55', 'x42', 'x57', 'x12', 'x2', 'x10', 'x39', 'x22', 'x55', 'x45', 'x28', 'x57', 'x37', 'x52', 'x20', 'x53'], 'x13'], 'k': 4, 'n': 32, '_time': 0.00043463706970214844, '_task': 'bas... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x57 x58 x60 x37 x54 x64 x6 x62 x27 x63 x61 x14 x27 x11 x40 x39 x30 x15 x19 x29 x30 x45 x51 x45 x3 x31 x22 x54 x26 x58 x24 x47 | x3 x6 x11 x14 x15 x19 x22 x24 x26 x27 x27 x29 x30 x30 x31 x37 x39 x40 x45 x45 x47 x51 x54 x54 x57 x58 x58 x60 x61 x62 x63 x64 | {'task': 'sort', 'seq': ['x57', 'x58', 'x60', 'x37', 'x54', 'x64', 'x6', 'x62', 'x27', 'x63', 'x61', 'x14', 'x27', 'x11', 'x40', 'x39', 'x30', 'x15', 'x19', 'x29', 'x30', 'x45', 'x51', 'x45', 'x3', 'x31', 'x22', 'x54', 'x26', 'x58', 'x24', 'x47'], 'k': 4, 'n': 32, '_time': 0.0002892017364501953, '_task': 'basic_procedu... | sort | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x10 x40 x45 x33 x22 x24 x61 x57 x3 x41 x43 x59 x25 x33 x51 x2 x54 x55 x26 x50 x38 x20 x5 x6 x30 x45 x59 x52 x26 x38 x29 x13 | x10 x40 x45 x33 x22 x24 x61 x57 x3 x41 x43 x59 x25 x51 x2 x54 x55 x26 x50 x38 x20 x5 x6 x30 x52 x29 x13 | {'task': 'set', 'seq': ['x10', 'x40', 'x45', 'x33', 'x22', 'x24', 'x61', 'x57', 'x3', 'x41', 'x43', 'x59', 'x25', 'x33', 'x51', 'x2', 'x54', 'x55', 'x26', 'x50', 'x38', 'x20', 'x5', 'x6', 'x30', 'x45', 'x59', 'x52', 'x26', 'x38', 'x29', 'x13'], 'k': 4, 'n': 32, '_time': 0.0002834796905517578, '_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. | o1 c1 o3 c3 o1 o1 o1 o3 o0 c0 c3 c1 c1 o2 o3 c3 c2 c1 o0 o0 o0 o2 o0 c0 o2 c2 o0 c0 c2 c0 c0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038552284240722656, '_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)
x10 x21 x38 x7 x59 x27 x35 x7 x18 x1 x50 x31 x20 x60 x43 x1 x63 x8 x59 x55 x48 x33 x57 x64 x28 x29 x6 x14 x12 x15 x30 x37 | x37 x30 x15 x12 x14 x6 x29 x28 x64 x57 x33 x48 x55 x59 x8 x63 x1 x43 x60 x20 x31 x50 x1 x18 x7 x35 x27 x59 x7 x38 x21 x10 | {'task': 'reverse', 'seq': ['x10', 'x21', 'x38', 'x7', 'x59', 'x27', 'x35', 'x7', 'x18', 'x1', 'x50', 'x31', 'x20', 'x60', 'x43', 'x1', 'x63', 'x8', 'x59', 'x55', 'x48', 'x33', 'x57', 'x64', 'x28', 'x29', 'x6', 'x14', 'x12', 'x15', 'x30', 'x37'], 'k': 4, 'n': 32, '_time': 0.00027489662170410156, '_task': 'basic_procedu... | reverse | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x16 x25 x50 x5 x56 x54 x20 x7 x47 x21 x52 x21 x60 x31 x15 x50 x52 x22 x50 x36 x43 x41 x53 x37 x13 x64 x8 x52 x63 x61 x23 x51 | x51 x23 x61 x63 x52 x8 x64 x13 x37 x53 x41 x43 x36 x50 x22 x52 x50 x15 x31 x60 x21 x52 x21 x47 x7 x20 x54 x56 x5 x50 x25 x16 | {'task': 'reverse', 'seq': ['x16', 'x25', 'x50', 'x5', 'x56', 'x54', 'x20', 'x7', 'x47', 'x21', 'x52', 'x21', 'x60', 'x31', 'x15', 'x50', 'x52', 'x22', 'x50', 'x36', 'x43', 'x41', 'x53', 'x37', 'x13', 'x64', 'x8', 'x52', 'x63', 'x61', 'x23', 'x51'], 'k': 4, 'n': 32, '_time': 0.0004138946533203125, '_task': 'basic_proce... | reverse | instruct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.