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 Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o3 c3 o2 o3 c3 c2 o2 c2 o3 o0 o3 c3 c0 c3 o0 c0 o1 c1 o1 o3 c3 c1 o1 o1 o3 o2 o2 c2 c2 c3 c1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002560615539550781, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x50 x29 x46 x29 x4 x7 x57 x30 x51 x27 x53 x62 x27 x50 x12 x30 x15 x22 x10 x20 x57 x22 x15 x38 x33 x35 x17 x55 x64 x8 x41 x2 | x50 x29 x46 x4 x7 x57 x30 x51 x27 x53 x62 x12 x15 x22 x10 x20 x38 x33 x35 x17 x55 x64 x8 x41 x2 | {'task': 'set', 'seq': ['x50', 'x29', 'x46', 'x29', 'x4', 'x7', 'x57', 'x30', 'x51', 'x27', 'x53', 'x62', 'x27', 'x50', 'x12', 'x30', 'x15', 'x22', 'x10', 'x20', 'x57', 'x22', 'x15', 'x38', 'x33', 'x35', 'x17', 'x55', 'x64', 'x8', 'x41', 'x2'], 'k': 4, 'n': 32, '_time': 0.000423431396484375, '_task': 'basic_procedural'... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x38 x2 x5 x37 x23 x18 x58 x41 x34 x60 x40 x25 x49 x23 x13 x23 x5 x60 x37 x58 x30 x12 x3 x7 x20 x49 x20 x25 x60 x25 x39 x16 | x38 x2 x5 x37 x23 x18 x58 x41 x34 x60 x40 x25 x49 x23 x13 x23 x5 x60 x37 x58 x30 x12 x3 x7 x20 x49 x20 x25 x60 x25 x39 x16 | {'task': 'identity', 'seq': ['x38', 'x2', 'x5', 'x37', 'x23', 'x18', 'x58', 'x41', 'x34', 'x60', 'x40', 'x25', 'x49', 'x23', 'x13', 'x23', 'x5', 'x60', 'x37', 'x58', 'x30', 'x12', 'x3', 'x7', 'x20', 'x49', 'x20', 'x25', 'x60', 'x25', 'x39', 'x16'], 'k': 4, 'n': 32, '_time': 0.00028252601623535156, '_task': 'basic_proce... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x6 x34 x61 x50 x12 x8 x3 x52 x13 x45 x44 x35 x17 x26 x9 x42 x24 x17 x23 x49 x7 x15 x40 x5 x6 x30 x18 x31 x41 x40 x55 x54 | x6 x34 x61 x50 x12 x8 x3 x52 x13 x45 x44 x35 x17 x26 x9 x42 x24 x17 x23 x49 x7 x15 x40 x5 x6 x30 x18 x31 x41 x40 x55 x54 | {'task': 'identity', 'seq': ['x6', 'x34', 'x61', 'x50', 'x12', 'x8', 'x3', 'x52', 'x13', 'x45', 'x44', 'x35', 'x17', 'x26', 'x9', 'x42', 'x24', 'x17', 'x23', 'x49', 'x7', 'x15', 'x40', 'x5', 'x6', 'x30', 'x18', 'x31', 'x41', 'x40', 'x55', 'x54'], 'k': 4, 'n': 32, '_time': 0.00041103363037109375, '_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)
x37 x30 x3 x2 x43 x24 x56 x20 x44 x21 x59 x51 x31 x54 x44 x13
(B)
x50 x14 x37 x10 x6 x62 x59 x14 x39 x27 x33 x50 x7 x51 x50 x14 | x37 x30 x3 x2 x43 x24 x56 x20 x44 x21 x59 x51 x31 x54 x13 x50 x14 x10 x6 x62 x39 x27 x33 x7 | {'task': 'union', 'seq': [['x37', 'x30', 'x3', 'x2', 'x43', 'x24', 'x56', 'x20', 'x44', 'x21', 'x59', 'x51', 'x31', 'x54', 'x44', 'x13'], ['x50', 'x14', 'x37', 'x10', 'x6', 'x62', 'x59', 'x14', 'x39', 'x27', 'x33', 'x50', 'x7', 'x51', 'x50', 'x14']], 'k': 4, 'n': 32, '_time': 0.0002951622009277344, '_task': 'basic_proc... | union | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o2 c2 o0 c0 o0 c0 o3 o3 o2 o0 c0 c3 o1 o1 c2 c3 o2 o0 o0 o2 o3 o2 o3 c2 c1 c2 c3 c0 c2 c3 c0 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00044918060302734375, '_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 x21 x9 x54 x2 x2 x34 x60 x5 x45 x12 x33 x52 x15 x41 x31 x44 x23 x48 x47 x63 x64 x15 x36 x51 x3 x57 x45 x23 x7 x14 x9
(TARGET)
x57 | x39 x21 x9 x54 x2 x2 x34 x60 x5 x45 x12 x33 x52 x15 x41 x31 x44 x23 x48 x47 x63 x64 x15 x36 x51 x3 x45 x23 x7 x14 x9 | {'task': 'delete', 'seq': [['x39', 'x21', 'x9', 'x54', 'x2', 'x2', 'x34', 'x60', 'x5', 'x45', 'x12', 'x33', 'x52', 'x15', 'x41', 'x31', 'x44', 'x23', 'x48', 'x47', 'x63', 'x64', 'x15', 'x36', 'x51', 'x3', 'x57', 'x45', 'x23', 'x7', 'x14', 'x9'], 'x57'], 'k': 4, 'n': 32, '_time': 0.0003001689910888672, '_task': 'basic_p... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x1 x63 x30 x25 x23 x61 x31 x63 x58 x55 x47 x12 x37 x44 x62 x50 x21 x60 x18 x8 x16 x59 x20 x39 x63 x47 x7 x56 x16 x31 x44 x25 | x1 x63 x30 x25 x23 x61 x31 x63 x58 x55 x47 x12 x37 x44 x62 x50 x21 x60 x18 x8 x16 x59 x20 x39 x63 x47 x7 x56 x16 x31 x44 x25 | {'task': 'identity', 'seq': ['x1', 'x63', 'x30', 'x25', 'x23', 'x61', 'x31', 'x63', 'x58', 'x55', 'x47', 'x12', 'x37', 'x44', 'x62', 'x50', 'x21', 'x60', 'x18', 'x8', 'x16', 'x59', 'x20', 'x39', 'x63', 'x47', 'x7', 'x56', 'x16', 'x31', 'x44', 'x25'], 'k': 4, 'n': 32, '_time': 0.00041365623474121094, '_task': 'basic_pro... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x24 x30 x43 x39 x6 x37 x20 x13 x9 x16 x23 x8 x44 x10 x16 x27 x24 x35 x54 x18 x20 x11 x39 x16 x17 x50 x44 x35 x52 x34 x12 x50 | x6 x8 x9 x10 x11 x12 x13 x16 x16 x16 x17 x18 x20 x20 x23 x24 x24 x27 x30 x34 x35 x35 x37 x39 x39 x43 x44 x44 x50 x50 x52 x54 | {'task': 'sort', 'seq': ['x24', 'x30', 'x43', 'x39', 'x6', 'x37', 'x20', 'x13', 'x9', 'x16', 'x23', 'x8', 'x44', 'x10', 'x16', 'x27', 'x24', 'x35', 'x54', 'x18', 'x20', 'x11', 'x39', 'x16', 'x17', 'x50', 'x44', 'x35', 'x52', 'x34', 'x12', 'x50'], 'k': 4, 'n': 32, '_time': 0.000408172607421875, '_task': 'basic_procedura... | sort | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x23; PUSH x18; PUSH x58; PUSH x51; PUSH x5; POP; PUSH x6; PUSH x16; POP; PUSH x58; PUSH x5; PUSH x31; PUSH x41; PUSH x3; PUSH x33; POP; PUSH x40; PUSH x39... | x3 x41 x31 x5 x58 x6 x51 x58 x18 x23 | {'task': 'stack', 'seq': ['PUSH x23', 'PUSH x18', 'PUSH x58', 'PUSH x51', 'PUSH x5', 'POP', 'PUSH x6', 'PUSH x16', 'POP', 'PUSH x58', 'PUSH x5', 'PUSH x31', 'PUSH x41', 'PUSH x3', 'PUSH x33', 'POP', 'PUSH x40', 'PUSH x39', 'PUSH x34', 'PUSH x39', 'PUSH x5', 'PUSH x56', 'POP', 'POP', 'POP', 'POP', 'PUSH x49', 'POP', 'PO... | stack | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x53 x21 x22 x62 x59 x29 x24 x40 x58 x8 x17 x62 x8 x31 x39 x25 x54 x37 x5 x50 x23 x64 x58 x57 x23 x3 x16 x11 x46 x3 x64 x50 | x50 x64 x3 x46 x11 x16 x3 x23 x57 x58 x64 x23 x50 x5 x37 x54 x25 x39 x31 x8 x62 x17 x8 x58 x40 x24 x29 x59 x62 x22 x21 x53 | {'task': 'reverse', 'seq': ['x53', 'x21', 'x22', 'x62', 'x59', 'x29', 'x24', 'x40', 'x58', 'x8', 'x17', 'x62', 'x8', 'x31', 'x39', 'x25', 'x54', 'x37', 'x5', 'x50', 'x23', 'x64', 'x58', 'x57', 'x23', 'x3', 'x16', 'x11', 'x46', 'x3', 'x64', 'x50'], 'k': 4, 'n': 32, '_time': 0.00028443336486816406, '_task': 'basic_proced... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x52 x20 x15 x49 x42 x18 x63 x21 x36 x57 x16 x46 x51 x26 x42 x3 x34 x1 x64 x42 x6 x1 x46 x6 x23 x44 x22 x42 x29 x2 x33 x25
(TARGET)
x34 | x52 x20 x15 x49 x42 x18 x63 x21 x36 x57 x16 x46 x51 x26 x42 x3 x1 x64 x42 x6 x1 x46 x6 x23 x44 x22 x42 x29 x2 x33 x25 | {'task': 'delete', 'seq': [['x52', 'x20', 'x15', 'x49', 'x42', 'x18', 'x63', 'x21', 'x36', 'x57', 'x16', 'x46', 'x51', 'x26', 'x42', 'x3', 'x34', 'x1', 'x64', 'x42', 'x6', 'x1', 'x46', 'x6', 'x23', 'x44', 'x22', 'x42', 'x29', 'x2', 'x33', 'x25'], 'x34'], 'k': 4, 'n': 32, '_time': 0.00043702125549316406, '_task': 'basic... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x64 x17 x59 x43 x23 x57 x45 x25 x63 x48 x22 x50 x39 x17 x46 x44 x11 x25 x62 x39 x54 x29 x16 x21 x4 x43 x43 x7 x5 x51 x27 x15 | x4 x5 x7 x11 x15 x16 x17 x17 x21 x22 x23 x25 x25 x27 x29 x39 x39 x43 x43 x43 x44 x45 x46 x48 x50 x51 x54 x57 x59 x62 x63 x64 | {'task': 'sort', 'seq': ['x64', 'x17', 'x59', 'x43', 'x23', 'x57', 'x45', 'x25', 'x63', 'x48', 'x22', 'x50', 'x39', 'x17', 'x46', 'x44', 'x11', 'x25', 'x62', 'x39', 'x54', 'x29', 'x16', 'x21', 'x4', 'x43', 'x43', 'x7', 'x5', 'x51', 'x27', 'x15'], 'k': 4, 'n': 32, '_time': 0.0004341602325439453, '_task': 'basic_procedur... | 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)
x11 x3 x21 x5 x10 x9 x21 x26 x22 x8 x47 x61 x25 x2 x37 x39
(B)
x30 x5 x22 x38 x47 x6 x20 x16 x6 x54 x1 x22 x2 x58 x27 x53 | x11 x3 x21 x5 x10 x9 x26 x22 x8 x47 x61 x25 x2 x37 x39 x30 x38 x6 x20 x16 x54 x1 x58 x27 x53 | {'task': 'union', 'seq': [['x11', 'x3', 'x21', 'x5', 'x10', 'x9', 'x21', 'x26', 'x22', 'x8', 'x47', 'x61', 'x25', 'x2', 'x37', 'x39'], ['x30', 'x5', 'x22', 'x38', 'x47', 'x6', 'x20', 'x16', 'x6', 'x54', 'x1', 'x22', 'x2', 'x58', 'x27', 'x53']], 'k': 4, 'n': 32, '_time': 0.0002970695495605469, '_task': 'basic_procedural... | union | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x1 x36 x19 x46 x7 x62 x25 x43 x10 x11 x55 x48 x52 x34 x15 x64 x28 x49 x51 x60 x63 x29 x38 x20 x22 x34 x27 x24 x56 x23 x4 x1
(TARGET)
x64 | x1 x36 x19 x46 x7 x62 x25 x43 x10 x11 x55 x48 x52 x34 x15 x28 x49 x51 x60 x63 x29 x38 x20 x22 x34 x27 x24 x56 x23 x4 x1 | {'task': 'delete', 'seq': [['x1', 'x36', 'x19', 'x46', 'x7', 'x62', 'x25', 'x43', 'x10', 'x11', 'x55', 'x48', 'x52', 'x34', 'x15', 'x64', 'x28', 'x49', 'x51', 'x60', 'x63', 'x29', 'x38', 'x20', 'x22', 'x34', 'x27', 'x24', 'x56', 'x23', 'x4', 'x1'], 'x64'], 'k': 4, 'n': 32, '_time': 0.0002880096435546875, '_task': 'basi... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x45 x10 x58 x17 x29 x56 x43 x40 x28 x41 x64 x61 x8 x14 x53 x22 x40 x55 x60 x25 x6 x59 x26 x44 x26 x32 x34 x3 x6 x40 x4 x19 | x45 x10 x58 x17 x29 x56 x43 x40 x28 x41 x64 x61 x8 x14 x53 x22 x55 x60 x25 x6 x59 x26 x44 x32 x34 x3 x4 x19 | {'task': 'set', 'seq': ['x45', 'x10', 'x58', 'x17', 'x29', 'x56', 'x43', 'x40', 'x28', 'x41', 'x64', 'x61', 'x8', 'x14', 'x53', 'x22', 'x40', 'x55', 'x60', 'x25', 'x6', 'x59', 'x26', 'x44', 'x26', 'x32', 'x34', 'x3', 'x6', 'x40', 'x4', 'x19'], 'k': 4, 'n': 32, '_time': 0.0004248619079589844, '_task': 'basic_procedural'... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x5 x58 x28 x45 x38 x40 x37 x57 x27 x13 x22 x27 x10 x22 x56 x14 x37 x30 x45 x5 x47 x49 x36 x31 x9 x14 x7 x42 x24 x40 x6 x48 | x5 x58 x28 x45 x38 x40 x37 x57 x27 x13 x22 x27 x10 x22 x56 x14 x37 x30 x45 x5 x47 x49 x36 x31 x9 x14 x7 x42 x24 x40 x6 x48 | {'task': 'identity', 'seq': ['x5', 'x58', 'x28', 'x45', 'x38', 'x40', 'x37', 'x57', 'x27', 'x13', 'x22', 'x27', 'x10', 'x22', 'x56', 'x14', 'x37', 'x30', 'x45', 'x5', 'x47', 'x49', 'x36', 'x31', 'x9', 'x14', 'x7', 'x42', 'x24', 'x40', 'x6', 'x48'], 'k': 4, 'n': 32, '_time': 0.00041103363037109375, '_task': 'basic_proce... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 o0 c0 o2 c2 c0 o0 o1 c1 c0 o3 c3 o0 c0 o1 o3 c3 c1 o0 o1 c1 o3 c3 c0 o0 o2 o3 c3 o3 c3 c2 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00026154518127441406, '_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)
x39 x63 x38 x42 x37 x40 x16 x60 x41 x3 x57 x63 x50 x17 x6 x28 x51 x39 x21 x21 x30 x32 x29 x9 x32 x7 x4 x58 x8 x3 x11 x2
(TARGET)
x3 | x39 x63 x38 x42 x37 x40 x16 x60 x41 x57 x63 x50 x17 x6 x28 x51 x39 x21 x21 x30 x32 x29 x9 x32 x7 x4 x58 x8 x3 x11 x2 | {'task': 'delete', 'seq': [['x39', 'x63', 'x38', 'x42', 'x37', 'x40', 'x16', 'x60', 'x41', 'x3', 'x57', 'x63', 'x50', 'x17', 'x6', 'x28', 'x51', 'x39', 'x21', 'x21', 'x30', 'x32', 'x29', 'x9', 'x32', 'x7', 'x4', 'x58', 'x8', 'x3', 'x11', 'x2'], 'x3'], 'k': 4, 'n': 32, '_time': 0.0002942085266113281, '_task': 'basic_pro... | delete | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x54 x59 x14 x34 x15 x41 x42 x24 x35 x31 x31 x35 x59 x27 x28 x27 x62 x16 x19 x25 x18 x41 x53 x56 x32 x48 x41 x48 x30 x64 x50 x25 | x54 x59 x14 x34 x15 x41 x42 x24 x35 x31 x31 x35 x59 x27 x28 x27 x62 x16 x19 x25 x18 x41 x53 x56 x32 x48 x41 x48 x30 x64 x50 x25 | {'task': 'identity', 'seq': ['x54', 'x59', 'x14', 'x34', 'x15', 'x41', 'x42', 'x24', 'x35', 'x31', 'x31', 'x35', 'x59', 'x27', 'x28', 'x27', 'x62', 'x16', 'x19', 'x25', 'x18', 'x41', 'x53', 'x56', 'x32', 'x48', 'x41', 'x48', 'x30', 'x64', 'x50', 'x25'], 'k': 4, 'n': 32, '_time': 0.0004177093505859375, '_task': 'basic_p... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o0 c0 o2 c2 o2 c2 o2 c2 o1 c1 o1 c1 o0 o0 c0 c0 o0 o0 o1 c1 c0 c0 o3 c3 o1 c1 o3 c3 o1 o1 c1 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002605915069580078, '_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 x18; PUSH x28; PUSH x24; PUSH x33; PUSH x34; PUSH x64; PUSH x13; PUSH x19; PUSH x20; POP; PUSH x16; PUSH x59; PUSH x47; PUSH x38; POP; PUSH x64; PUSH x49;... | x59 x16 x19 x13 x64 x34 x33 x24 x28 x18 | {'task': 'stack', 'seq': ['PUSH x18', 'PUSH x28', 'PUSH x24', 'PUSH x33', 'PUSH x34', 'PUSH x64', 'PUSH x13', 'PUSH x19', 'PUSH x20', 'POP', 'PUSH x16', 'PUSH x59', 'PUSH x47', 'PUSH x38', 'POP', 'PUSH x64', 'PUSH x49', 'PUSH x28', 'PUSH x49', 'POP', 'PUSH x54', 'PUSH x2', 'POP', 'POP', 'POP', 'POP', 'POP', 'PUSH x59',... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x63 x25 x3 x23 x22 x55 x11 x1 x23 x35 x7 x36 x44 x29 x26 x56 x47 x4 x10 x31 x35 x5 x37 x5 x25 x21 x25 x52 x43 x63 x64 x41
(TARGET)
x35 | x63 x25 x3 x23 x22 x55 x11 x1 x23 x7 x36 x44 x29 x26 x56 x47 x4 x10 x31 x35 x5 x37 x5 x25 x21 x25 x52 x43 x63 x64 x41 | {'task': 'delete', 'seq': [['x63', 'x25', 'x3', 'x23', 'x22', 'x55', 'x11', 'x1', 'x23', 'x35', 'x7', 'x36', 'x44', 'x29', 'x26', 'x56', 'x47', 'x4', 'x10', 'x31', 'x35', 'x5', 'x37', 'x5', 'x25', 'x21', 'x25', 'x52', 'x43', 'x63', 'x64', 'x41'], 'x35'], 'k': 4, 'n': 32, '_time': 0.0002887248992919922, '_task': 'basic_... | delete | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x6 x61 x45 x27 x28 x47 x10 x49 x37 x2 x19 x17 x37 x4 x56 x2 x3 x11 x42 x4 x46 x27 x63 x52 x22 x52 x1 x56 x56 x61 x41 x49 | x6 x61 x45 x27 x28 x47 x10 x49 x37 x2 x19 x17 x4 x56 x3 x11 x42 x46 x63 x52 x22 x1 x41 | {'task': 'set', 'seq': ['x6', 'x61', 'x45', 'x27', 'x28', 'x47', 'x10', 'x49', 'x37', 'x2', 'x19', 'x17', 'x37', 'x4', 'x56', 'x2', 'x3', 'x11', 'x42', 'x4', 'x46', 'x27', 'x63', 'x52', 'x22', 'x52', 'x1', 'x56', 'x56', 'x61', 'x41', 'x49'], 'k': 4, 'n': 32, '_time': 0.0004169940948486328, '_task': 'basic_procedural', ... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x12 x13 x54 x36 x2 x55 x59 x51 x26 x53 x27 x40 x57 x14 x30 x20 x33 x53 x47 x32 x60 x39 x34 x64 x60 x44 x35 x44 x41 x33 x9 x30 | x12 x13 x54 x36 x2 x55 x59 x51 x26 x53 x27 x40 x57 x14 x30 x20 x33 x47 x32 x60 x39 x34 x64 x44 x35 x41 x9 | {'task': 'set', 'seq': ['x12', 'x13', 'x54', 'x36', 'x2', 'x55', 'x59', 'x51', 'x26', 'x53', 'x27', 'x40', 'x57', 'x14', 'x30', 'x20', 'x33', 'x53', 'x47', 'x32', 'x60', 'x39', 'x34', 'x64', 'x60', 'x44', 'x35', 'x44', 'x41', 'x33', 'x9', 'x30'], 'k': 4, 'n': 32, '_time': 0.0002884864807128906, '_task': 'basic_procedur... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x62 x58 x18 x32 x27 x19 x28 x46 x41 x33 x16 x37 x39 x49 x59 x54 x2 x60 x28 x9 x43 x24 x39 x49 x54 x6 x22 x15 x42 x47 x20 x10 | x62 x58 x18 x32 x27 x19 x28 x46 x41 x33 x16 x37 x39 x49 x59 x54 x2 x60 x28 x9 x43 x24 x39 x49 x54 x6 x22 x15 x42 x47 x20 x10 | {'task': 'identity', 'seq': ['x62', 'x58', 'x18', 'x32', 'x27', 'x19', 'x28', 'x46', 'x41', 'x33', 'x16', 'x37', 'x39', 'x49', 'x59', 'x54', 'x2', 'x60', 'x28', 'x9', 'x43', 'x24', 'x39', 'x49', 'x54', 'x6', 'x22', 'x15', 'x42', 'x47', 'x20', 'x10'], 'k': 4, 'n': 32, '_time': 0.0004115104675292969, '_task': 'basic_proc... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x38 x7 x28 x60 x13 x47 x64 x35 x21 x45 x52 x41 x5 x26 x53 x29 x60 x51 x2 x35 x21 x32 x4 x15 x3 x61 x14 x31 x62 x41 x49 x21
(TARGET)
x41 | x38 x7 x28 x60 x13 x47 x64 x35 x21 x45 x52 x5 x26 x53 x29 x60 x51 x2 x35 x21 x32 x4 x15 x3 x61 x14 x31 x62 x41 x49 x21 | {'task': 'delete', 'seq': [['x38', 'x7', 'x28', 'x60', 'x13', 'x47', 'x64', 'x35', 'x21', 'x45', 'x52', 'x41', 'x5', 'x26', 'x53', 'x29', 'x60', 'x51', 'x2', 'x35', 'x21', 'x32', 'x4', 'x15', 'x3', 'x61', 'x14', 'x31', 'x62', 'x41', 'x49', 'x21'], 'x41'], 'k': 4, 'n': 32, '_time': 0.0002894401550292969, '_task': 'basic... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x26 x61 x27 x14 x19 x40 x22 x31 x36 x56 x36 x2 x12 x59 x32 x22 x57 x29 x51 x15 x54 x29 x22 x56 x50 x62 x25 x15 x63 x32 x2 x42 | x42 x2 x32 x63 x15 x25 x62 x50 x56 x22 x29 x54 x15 x51 x29 x57 x22 x32 x59 x12 x2 x36 x56 x36 x31 x22 x40 x19 x14 x27 x61 x26 | {'task': 'reverse', 'seq': ['x26', 'x61', 'x27', 'x14', 'x19', 'x40', 'x22', 'x31', 'x36', 'x56', 'x36', 'x2', 'x12', 'x59', 'x32', 'x22', 'x57', 'x29', 'x51', 'x15', 'x54', 'x29', 'x22', 'x56', 'x50', 'x62', 'x25', 'x15', 'x63', 'x32', 'x2', 'x42'], 'k': 4, 'n': 32, '_time': 0.0004150867462158203, '_task': 'basic_proc... | 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 x32; POP; PUSH x59; PUSH x26; POP; PUSH x42; PUSH x4; PUSH x21; POP; POP; POP; PUSH x43; PUSH x2; PUSH x13; PUSH x26; PUSH x41; POP; PUSH x31; POP; PUSH x... | EMPTY | {'task': 'stack', 'seq': ['PUSH x32', 'POP', 'PUSH x59', 'PUSH x26', 'POP', 'PUSH x42', 'PUSH x4', 'PUSH x21', 'POP', 'POP', 'POP', 'PUSH x43', 'PUSH x2', 'PUSH x13', 'PUSH x26', 'PUSH x41', 'POP', 'PUSH x31', 'POP', 'PUSH x4', 'PUSH x19', 'PUSH x12', 'POP', 'POP', 'POP', 'PUSH x53', 'POP', 'POP', 'POP', 'POP', 'POP', ... | stack | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x47 x24 x25 x39 x30 x13 x37 x60 x39 x64 x60 x25 x26 x47 x38 x9 x1 x40 x39 x32 x39 x25 x28 x60 x43 x7 x27 x38 x42 x2 x32 x3
(TARGET)
x47 | x24 x25 x39 x30 x13 x37 x60 x39 x64 x60 x25 x26 x47 x38 x9 x1 x40 x39 x32 x39 x25 x28 x60 x43 x7 x27 x38 x42 x2 x32 x3 | {'task': 'delete', 'seq': [['x47', 'x24', 'x25', 'x39', 'x30', 'x13', 'x37', 'x60', 'x39', 'x64', 'x60', 'x25', 'x26', 'x47', 'x38', 'x9', 'x1', 'x40', 'x39', 'x32', 'x39', 'x25', 'x28', 'x60', 'x43', 'x7', 'x27', 'x38', 'x42', 'x2', 'x32', 'x3'], 'x47'], 'k': 4, 'n': 32, '_time': 0.0003142356872558594, '_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 c1 o0 o2 c2 c0 o1 o1 o3 c3 o0 o0 o0 o1 c0 o0 c1 c1 o1 c0 c0 o1 c0 c1 c1 o0 o0 o3 c1 c3 c0 c0 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004513263702392578, '_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)
x14 x43 x63 x9 x24 x58 x23 x57 x54 x19 x27 x37 x60 x19 x39 x54 x21 x3 x58 x45 x52 x61 x59 x1 x3 x57 x3 x29 x50 x16 x6 x32 | x32 x6 x16 x50 x29 x3 x57 x3 x1 x59 x61 x52 x45 x58 x3 x21 x54 x39 x19 x60 x37 x27 x19 x54 x57 x23 x58 x24 x9 x63 x43 x14 | {'task': 'reverse', 'seq': ['x14', 'x43', 'x63', 'x9', 'x24', 'x58', 'x23', 'x57', 'x54', 'x19', 'x27', 'x37', 'x60', 'x19', 'x39', 'x54', 'x21', 'x3', 'x58', 'x45', 'x52', 'x61', 'x59', 'x1', 'x3', 'x57', 'x3', 'x29', 'x50', 'x16', 'x6', 'x32'], 'k': 4, 'n': 32, '_time': 0.0003790855407714844, '_task': 'basic_procedur... | reverse | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x50 x57 x30 x7 x15 x16 x36 x62 x53 x42 x37 x36 x51 x37 x16 x41 x38 x28 x35 x11 x58 x14 x56 x43 x47 x48 x6 x6 x20 x40 x28 x1 | x1 x28 x40 x20 x6 x6 x48 x47 x43 x56 x14 x58 x11 x35 x28 x38 x41 x16 x37 x51 x36 x37 x42 x53 x62 x36 x16 x15 x7 x30 x57 x50 | {'task': 'reverse', 'seq': ['x50', 'x57', 'x30', 'x7', 'x15', 'x16', 'x36', 'x62', 'x53', 'x42', 'x37', 'x36', 'x51', 'x37', 'x16', 'x41', 'x38', 'x28', 'x35', 'x11', 'x58', 'x14', 'x56', 'x43', 'x47', 'x48', 'x6', 'x6', 'x20', 'x40', 'x28', 'x1'], 'k': 4, 'n': 32, '_time': 0.0004146099090576172, '_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 o0 o1 c0 o1 c1 o3 c1 c3 o1 o3 c3 o2 c1 c2 o3 o3 c3 c3 o0 c0 o3 c3 o3 c3 o0 c0 o1 o3 c1 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029969215393066406, '_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 c3 c0 o2 c2 c2 o0 c0 o2 c2 o1 o3 c3 c1 o1 c1 o1 o0 c0 c1 o1 o0 o1 o1 c1 c1 c0 c1 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038361549377441406, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 39, '_answer_tokens': 64} | dyck | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o3 o0 o0 c1 o0 c3 c0 o3 c3 o1 o0 o3 o1 o2 o3 o3 o3 o3 c3 o1 c2 c3 c1 c0 c0 c3 c0 c1 c1 c3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003440380096435547, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x42 x32 x61 x58 x62 x13 x15 x4 x22 x10 x7 x18 x47 x50 x55 x31 x5 x20 x44 x51 x15 x6 x23 x34 x60 x18 x64 x36 x30 x39 x64 x39 | x42 x32 x61 x58 x62 x13 x15 x4 x22 x10 x7 x18 x47 x50 x55 x31 x5 x20 x44 x51 x15 x6 x23 x34 x60 x18 x64 x36 x30 x39 x64 x39 | {'task': 'identity', 'seq': ['x42', 'x32', 'x61', 'x58', 'x62', 'x13', 'x15', 'x4', 'x22', 'x10', 'x7', 'x18', 'x47', 'x50', 'x55', 'x31', 'x5', 'x20', 'x44', 'x51', 'x15', 'x6', 'x23', 'x34', 'x60', 'x18', 'x64', 'x36', 'x30', 'x39', 'x64', 'x39'], 'k': 4, 'n': 32, '_time': 0.00041484832763671875, '_task': 'basic_proc... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 o1 c1 c1 o3 c3 o3 o1 o3 c3 o0 c0 o1 c1 o2 c2 o2 o0 c0 c2 o0 o3 c3 c0 c1 c3 o2 o0 o0 c0 c0 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002567768096923828, '_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)
x51 x2 x5 x5 x37 x3 x35 x7 x31 x29 x21 x42 x58 x54 x64 x50 x49 x23 x62 x40 x54 x12 x45 x43 x35 x60 x13 x30 x25 x4 x26 x37
(TARGET)
x35 | x51 x2 x5 x5 x37 x3 x7 x31 x29 x21 x42 x58 x54 x64 x50 x49 x23 x62 x40 x54 x12 x45 x43 x35 x60 x13 x30 x25 x4 x26 x37 | {'task': 'delete', 'seq': [['x51', 'x2', 'x5', 'x5', 'x37', 'x3', 'x35', 'x7', 'x31', 'x29', 'x21', 'x42', 'x58', 'x54', 'x64', 'x50', 'x49', 'x23', 'x62', 'x40', 'x54', 'x12', 'x45', 'x43', 'x35', 'x60', 'x13', 'x30', 'x25', 'x4', 'x26', 'x37'], 'x35'], 'k': 4, 'n': 32, '_time': 0.0003108978271484375, '_task': 'basic_... | delete | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x8 x50 x8 x40 x44 x27 x53 x2 x28 x63 x2 x57 x8 x56 x4 x15 x13 x57 x23 x10 x10 x36 x12 x10 x55 x3 x32 x27 x19 x49 x27 x52
(TARGET)
x5 | x8 x50 x8 x40 x44 x27 x53 x2 x28 x63 x2 x57 x8 x56 x4 x15 x13 x57 x23 x10 x10 x36 x12 x10 x55 x3 x32 x27 x19 x49 x27 x52 | {'task': 'delete', 'seq': [['x8', 'x50', 'x8', 'x40', 'x44', 'x27', 'x53', 'x2', 'x28', 'x63', 'x2', 'x57', 'x8', 'x56', 'x4', 'x15', 'x13', 'x57', 'x23', 'x10', 'x10', 'x36', 'x12', 'x10', 'x55', 'x3', 'x32', 'x27', 'x19', 'x49', 'x27', 'x52'], 'x5'], 'k': 4, 'n': 32, '_time': 0.00030350685119628906, '_task': 'basic_p... | 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)
x1 x18 x11 x34 x14 x42 x61 x29 x41 x33 x45 x25 x26 x56 x8 x40
(B)
x35 x26 x27 x55 x36 x31 x46 x17 x49 x29 x1 x41 x8 x17 x59 x32 | x1 x18 x11 x34 x14 x42 x61 x29 x41 x33 x45 x25 x26 x56 x8 x40 x35 x27 x55 x36 x31 x46 x17 x49 x59 x32 | {'task': 'union', 'seq': [['x1', 'x18', 'x11', 'x34', 'x14', 'x42', 'x61', 'x29', 'x41', 'x33', 'x45', 'x25', 'x26', 'x56', 'x8', 'x40'], ['x35', 'x26', 'x27', 'x55', 'x36', 'x31', 'x46', 'x17', 'x49', 'x29', 'x1', 'x41', 'x8', 'x17', 'x59', 'x32']], 'k': 4, 'n': 32, '_time': 0.0004515647888183594, '_task': 'basic_proc... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x61 x14 x23 x18 x44 x27 x60 x47 x16 x19 x33 x30 x5 x25 x53 x53 x59 x50 x36 x30 x33 x27 x45 x62 x51 x45 x8 x27 x57 x26 x21 x14 | x61 x14 x23 x18 x44 x27 x60 x47 x16 x19 x33 x30 x5 x25 x53 x53 x59 x50 x36 x30 x33 x27 x45 x62 x51 x45 x8 x27 x57 x26 x21 x14 | {'task': 'identity', 'seq': ['x61', 'x14', 'x23', 'x18', 'x44', 'x27', 'x60', 'x47', 'x16', 'x19', 'x33', 'x30', 'x5', 'x25', 'x53', 'x53', 'x59', 'x50', 'x36', 'x30', 'x33', 'x27', 'x45', 'x62', 'x51', 'x45', 'x8', 'x27', 'x57', 'x26', 'x21', 'x14'], 'k': 4, 'n': 32, '_time': 0.00041222572326660156, '_task': 'basic_pr... | identity | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x5 x7 x16 x14 x27 x49 x64 x35 x3 x10 x32 x32 x34 x39 x21 x57 x19 x8 x9 x4 x63 x45 x34 x10 x15 x33 x8 x3 x11 x56 x30 x27
(TARGET)
x3 | x5 x7 x16 x14 x27 x49 x64 x35 x10 x32 x32 x34 x39 x21 x57 x19 x8 x9 x4 x63 x45 x34 x10 x15 x33 x8 x3 x11 x56 x30 x27 | {'task': 'delete', 'seq': [['x5', 'x7', 'x16', 'x14', 'x27', 'x49', 'x64', 'x35', 'x3', 'x10', 'x32', 'x32', 'x34', 'x39', 'x21', 'x57', 'x19', 'x8', 'x9', 'x4', 'x63', 'x45', 'x34', 'x10', 'x15', 'x33', 'x8', 'x3', 'x11', 'x56', 'x30', 'x27'], 'x3'], 'k': 4, 'n': 32, '_time': 0.0003349781036376953, '_task': 'basic_pro... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x37 x32 x32 x43 x15 x61 x64 x34 x16 x11 x57 x15 x11 x18 x29 x47 x34 x26 x6 x43 x14 x40 x18 x8 x23 x60 x5 x45 x12 x4 x55 x31 | x31 x55 x4 x12 x45 x5 x60 x23 x8 x18 x40 x14 x43 x6 x26 x34 x47 x29 x18 x11 x15 x57 x11 x16 x34 x64 x61 x15 x43 x32 x32 x37 | {'task': 'reverse', 'seq': ['x37', 'x32', 'x32', 'x43', 'x15', 'x61', 'x64', 'x34', 'x16', 'x11', 'x57', 'x15', 'x11', 'x18', 'x29', 'x47', 'x34', 'x26', 'x6', 'x43', 'x14', 'x40', 'x18', 'x8', 'x23', 'x60', 'x5', 'x45', 'x12', 'x4', 'x55', 'x31'], 'k': 4, 'n': 32, '_time': 0.0004124641418457031, '_task': 'basic_proced... | reverse | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x9 x30 x3 x49 x57 x58 x31 x50 x24 x14 x57 x37 x48 x59 x40 x6 x55 x37 x43 x9 x27 x56 x48 x24 x38 x24 x53 x33 x45 x12 x17 x40 | x9 x30 x3 x49 x57 x58 x31 x50 x24 x14 x57 x37 x48 x59 x40 x6 x55 x37 x43 x9 x27 x56 x48 x24 x38 x24 x53 x33 x45 x12 x17 x40 | {'task': 'identity', 'seq': ['x9', 'x30', 'x3', 'x49', 'x57', 'x58', 'x31', 'x50', 'x24', 'x14', 'x57', 'x37', 'x48', 'x59', 'x40', 'x6', 'x55', 'x37', 'x43', 'x9', 'x27', 'x56', 'x48', 'x24', 'x38', 'x24', 'x53', 'x33', 'x45', 'x12', 'x17', 'x40'], 'k': 4, 'n': 32, '_time': 0.0004134178161621094, '_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)
x18 x34 x37 x32 x61 x1 x1 x21 x39 x13 x38 x52 x62 x45 x52 x9
(B)
x53 x59 x30 x8 x9 x44 x26 x59 x36 x36 x59 x34 x16 x41 x2 x28 | x18 x34 x37 x32 x61 x1 x21 x39 x13 x38 x52 x62 x45 x9 x53 x59 x30 x8 x44 x26 x36 x16 x41 x2 x28 | {'task': 'union', 'seq': [['x18', 'x34', 'x37', 'x32', 'x61', 'x1', 'x1', 'x21', 'x39', 'x13', 'x38', 'x52', 'x62', 'x45', 'x52', 'x9'], ['x53', 'x59', 'x30', 'x8', 'x9', 'x44', 'x26', 'x59', 'x36', 'x36', 'x59', 'x34', 'x16', 'x41', 'x2', 'x28']], 'k': 4, 'n': 32, '_time': 0.00029730796813964844, '_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. | o2 c2 o3 o2 o0 c2 o1 o3 o1 c0 c3 c1 c1 c3 o2 o1 c2 o0 o1 o1 c1 c1 c1 c0 o0 c0 o2 o2 o2 c2 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003452301025390625, '_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)
x25 x10 x43 x48 x63 x25 x9 x27 x47 x62 x52 x18 x54 x51 x16 x2 x50 x52 x3 x16 x26 x62 x26 x36 x38 x35 x17 x50 x43 x20 x54 x46 | x25 x10 x43 x48 x63 x9 x27 x47 x62 x52 x18 x54 x51 x16 x2 x50 x3 x26 x36 x38 x35 x17 x20 x46 | {'task': 'set', 'seq': ['x25', 'x10', 'x43', 'x48', 'x63', 'x25', 'x9', 'x27', 'x47', 'x62', 'x52', 'x18', 'x54', 'x51', 'x16', 'x2', 'x50', 'x52', 'x3', 'x16', 'x26', 'x62', 'x26', 'x36', 'x38', 'x35', 'x17', 'x50', 'x43', 'x20', 'x54', 'x46'], 'k': 4, 'n': 32, '_time': 0.0004220008850097656, '_task': 'basic_procedura... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x2 x56 x12 x1 x48 x58 x56 x16 x33 x41 x37 x15 x28 x51 x17 x57 x45 x23 x25 x20 x26 x53 x21 x30 x41 x52 x37 x1 x17 x41 x41 x58
(TARGET)
x26 | x2 x56 x12 x1 x48 x58 x56 x16 x33 x41 x37 x15 x28 x51 x17 x57 x45 x23 x25 x20 x53 x21 x30 x41 x52 x37 x1 x17 x41 x41 x58 | {'task': 'delete', 'seq': [['x2', 'x56', 'x12', 'x1', 'x48', 'x58', 'x56', 'x16', 'x33', 'x41', 'x37', 'x15', 'x28', 'x51', 'x17', 'x57', 'x45', 'x23', 'x25', 'x20', 'x26', 'x53', 'x21', 'x30', 'x41', 'x52', 'x37', 'x1', 'x17', 'x41', 'x41', 'x58'], 'x26'], 'k': 4, 'n': 32, '_time': 0.0004425048828125, '_task': 'basic_... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x59 x53 x33 x55 x52 x19 x55 x41 x54 x59 x43 x62 x39 x8 x30 x43 x55 x55 x60 x28 x49 x25 x51 x59 x61 x41 x58 x35 x4 x61 x44 x38 | x38 x44 x61 x4 x35 x58 x41 x61 x59 x51 x25 x49 x28 x60 x55 x55 x43 x30 x8 x39 x62 x43 x59 x54 x41 x55 x19 x52 x55 x33 x53 x59 | {'task': 'reverse', 'seq': ['x59', 'x53', 'x33', 'x55', 'x52', 'x19', 'x55', 'x41', 'x54', 'x59', 'x43', 'x62', 'x39', 'x8', 'x30', 'x43', 'x55', 'x55', 'x60', 'x28', 'x49', 'x25', 'x51', 'x59', 'x61', 'x41', 'x58', 'x35', 'x4', 'x61', 'x44', 'x38'], 'k': 4, 'n': 32, '_time': 0.0002796649932861328, '_task': 'basic_proc... | reverse | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x3 x43 x11 x8 x45 x14 x30 x42 x26 x45 x14 x53 x62 x12 x28 x3 x6 x36 x32 x19 x25 x41 x10 x53 x57 x25 x8 x33 x31 x15 x12 x18 | x3 x43 x11 x8 x45 x14 x30 x42 x26 x45 x14 x53 x62 x12 x28 x3 x6 x36 x32 x19 x25 x41 x10 x53 x57 x25 x8 x33 x31 x15 x12 x18 | {'task': 'identity', 'seq': ['x3', 'x43', 'x11', 'x8', 'x45', 'x14', 'x30', 'x42', 'x26', 'x45', 'x14', 'x53', 'x62', 'x12', 'x28', 'x3', 'x6', 'x36', 'x32', 'x19', 'x25', 'x41', 'x10', 'x53', 'x57', 'x25', 'x8', 'x33', 'x31', 'x15', 'x12', 'x18'], 'k': 4, 'n': 32, '_time': 0.0003173351287841797, '_task': 'basic_proced... | identity | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o2 o1 c1 c2 o1 o2 o3 o3 o0 c0 c3 c3 c2 o2 o1 c1 o1 c1 c2 c1 o0 o2 o1 o0 o1 o3 c3 c1 c0 c1 c2 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00025534629821777344, '_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. | o0 c0 o3 c3 o2 o3 o1 o2 c2 o3 c3 c1 o1 o0 o2 c2 o3 c3 o3 c3 o2 o0 o3 c3 c0 o1 c1 c2 c0 c1 c3 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038504600524902344, '_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)
x8 x39 x3 x57 x35 x10 x64 x24 x44 x59 x49 x30 x8 x21 x34 x14 x22 x64 x40 x28 x5 x38 x25 x6 x46 x46 x18 x44 x30 x46 x21 x16 | x8 x39 x3 x57 x35 x10 x64 x24 x44 x59 x49 x30 x8 x21 x34 x14 x22 x64 x40 x28 x5 x38 x25 x6 x46 x46 x18 x44 x30 x46 x21 x16 | {'task': 'identity', 'seq': ['x8', 'x39', 'x3', 'x57', 'x35', 'x10', 'x64', 'x24', 'x44', 'x59', 'x49', 'x30', 'x8', 'x21', 'x34', 'x14', 'x22', 'x64', 'x40', 'x28', 'x5', 'x38', 'x25', 'x6', 'x46', 'x46', 'x18', 'x44', 'x30', 'x46', 'x21', 'x16'], 'k': 4, 'n': 32, '_time': 0.0004100799560546875, '_task': 'basic_proced... | identity | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o1 o2 o2 c1 o2 c2 o0 o2 o2 o1 c1 o2 o1 c1 o1 c1 o1 o0 c2 o0 c0 c0 o1 c2 c1 c2 o2 c0 c2 c2 c2 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0003039836883544922, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens':... | dyck_shuffle | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x15 x26 x43 x6 x20 x29 x16 x17 x38 x45 x31 x34 x56 x59 x32 x52 x22 x64 x37 x10 x26 x48 x20 x35 x23 x27 x21 x22 x37 x38 x32 x37 | x15 x26 x43 x6 x20 x29 x16 x17 x38 x45 x31 x34 x56 x59 x32 x52 x22 x64 x37 x10 x26 x48 x20 x35 x23 x27 x21 x22 x37 x38 x32 x37 | {'task': 'identity', 'seq': ['x15', 'x26', 'x43', 'x6', 'x20', 'x29', 'x16', 'x17', 'x38', 'x45', 'x31', 'x34', 'x56', 'x59', 'x32', 'x52', 'x22', 'x64', 'x37', 'x10', 'x26', 'x48', 'x20', 'x35', 'x23', 'x27', 'x21', 'x22', 'x37', 'x38', 'x32', 'x37'], 'k': 4, 'n': 32, '_time': 0.0002751350402832031, '_task': 'basic_pr... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x55 x37 x20 x11 x21 x50 x13 x10 x51 x46 x41 x52 x22 x24 x40 x14 x33 x23 x60 x35 x4 x39 x11 x39 x55 x37 x34 x24 x1 x21 x42 x18 | x55 x37 x20 x11 x21 x50 x13 x10 x51 x46 x41 x52 x22 x24 x40 x14 x33 x23 x60 x35 x4 x39 x34 x1 x42 x18 | {'task': 'set', 'seq': ['x55', 'x37', 'x20', 'x11', 'x21', 'x50', 'x13', 'x10', 'x51', 'x46', 'x41', 'x52', 'x22', 'x24', 'x40', 'x14', 'x33', 'x23', 'x60', 'x35', 'x4', 'x39', 'x11', 'x39', 'x55', 'x37', 'x34', 'x24', 'x1', 'x21', 'x42', 'x18'], 'k': 4, 'n': 32, '_time': 0.00028824806213378906, '_task': 'basic_procedu... | 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 o2 o0 o0 o0 c0 c0 o2 o0 o1 o3 c2 o1 c0 o1 c2 c3 c1 o1 o2 o2 c0 c1 o2 c2 c2 c1 c0 c1 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004489421844482422, '_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 x48 x26 x10 x28 x59 x63 x4 x44 x12 x13 x55 x23 x22 x4 x55 x27 x51 x49 x47 x50 x63 x46 x36 x34 x10 x56 x53 x30 x25 x46 x24 | x62 x48 x26 x10 x28 x59 x63 x4 x44 x12 x13 x55 x23 x22 x27 x51 x49 x47 x50 x46 x36 x34 x56 x53 x30 x25 x24 | {'task': 'set', 'seq': ['x62', 'x48', 'x26', 'x10', 'x28', 'x59', 'x63', 'x4', 'x44', 'x12', 'x13', 'x55', 'x23', 'x22', 'x4', 'x55', 'x27', 'x51', 'x49', 'x47', 'x50', 'x63', 'x46', 'x36', 'x34', 'x10', 'x56', 'x53', 'x30', 'x25', 'x46', 'x24'], 'k': 4, 'n': 32, '_time': 0.00042700767517089844, '_task': 'basic_procedu... | set | instruct | 0 |
Return the ordered union of the two sequences: keep each token the first time it appears while scanning A then B.
(A)
x56 x5 x23 x21 x45 x15 x16 x25 x62 x29 x34 x7 x37 x40 x23 x57
(B)
x45 x40 x34 x41 x12 x16 x18 x62 x27 x51 x59 x18 x17 x18 x56 x46 | x56 x5 x23 x21 x45 x15 x16 x25 x62 x29 x34 x7 x37 x40 x57 x41 x12 x18 x27 x51 x59 x17 x46 | {'task': 'union', 'seq': [['x56', 'x5', 'x23', 'x21', 'x45', 'x15', 'x16', 'x25', 'x62', 'x29', 'x34', 'x7', 'x37', 'x40', 'x23', 'x57'], ['x45', 'x40', 'x34', 'x41', 'x12', 'x16', 'x18', 'x62', 'x27', 'x51', 'x59', 'x18', 'x17', 'x18', 'x56', 'x46']], 'k': 4, 'n': 32, '_time': 0.0003001689910888672, '_task': 'basic_pr... | union | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x38 x11 x29 x22 x30 x45 x43 x12 x36 x14 x7 x27 x36 x39 x22 x32 x41 x6 x28 x59 x21 x51 x59 x23 x53 x10 x53 x23 x10 x46 x17 x21 | x6 x7 x10 x10 x11 x12 x14 x17 x21 x21 x22 x22 x23 x23 x27 x28 x29 x30 x32 x36 x36 x38 x39 x41 x43 x45 x46 x51 x53 x53 x59 x59 | {'task': 'sort', 'seq': ['x38', 'x11', 'x29', 'x22', 'x30', 'x45', 'x43', 'x12', 'x36', 'x14', 'x7', 'x27', 'x36', 'x39', 'x22', 'x32', 'x41', 'x6', 'x28', 'x59', 'x21', 'x51', 'x59', 'x23', 'x53', 'x10', 'x53', 'x23', 'x10', 'x46', 'x17', 'x21'], 'k': 4, 'n': 32, '_time': 0.0002982616424560547, '_task': 'basic_procedu... | 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. | o1 c1 o0 c0 o2 c2 o0 c0 o3 c3 o3 c3 o2 c2 o2 c2 o2 o3 o3 o1 c3 o1 c2 c1 c3 o2 c1 o0 o2 c0 c2 c2 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00029921531677246094, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
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 o2 c0 o2 c2 c2 o0 o3 c0 o3 o0 c3 c0 o2 c2 c3 c3 o0 o3 c3 c0 o2 o3 c2 o0 o2 c0 c3 c2 o3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0004489421844482422, '_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 x44; PUSH x7; PUSH x43; POP; POP; PUSH x59; PUSH x28; POP; PUSH x43; PUSH x50; PUSH x14; POP; POP; PUSH x37; PUSH x55; POP; PUSH x26; PUSH x15; PUSH x21; ... | x59 x44 | {'task': 'stack', 'seq': ['PUSH x44', 'PUSH x7', 'PUSH x43', 'POP', 'POP', 'PUSH x59', 'PUSH x28', 'POP', 'PUSH x43', 'PUSH x50', 'PUSH x14', 'POP', 'POP', 'PUSH x37', 'PUSH x55', 'POP', 'PUSH x26', 'PUSH x15', 'PUSH x21', 'PUSH x10', 'PUSH x47', 'POP', 'POP', 'POP', 'POP', 'PUSH x17', 'POP', 'PUSH x49', 'POP', 'POP', ... | stack | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 c1 o1 c1 o3 c3 o2 c2 o3 c3 o2 c2 o0 c0 o3 o1 c1 o3 o0 o3 c3 o0 o0 c0 c0 o2 c2 c0 o2 c2 c3 c3 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002617835998535156, '_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 o3 o1 c1 o3 c3 o3 o1 o2 o1 c1 o3 c1 c2 c3 o2 c2 o1 o0 o1 o2 o0 o1 c1 c0 c0 c3 c3 c2 c1 c1 | {'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)
x3 x14 x48 x36 x16 x42 x11 x38 x44 x55 x43 x64 x27 x53 x62 x61 x31 x18 x36 x44 x61 x60 x45 x30 x44 x5 x63 x20 x41 x15 x36 x8 | x3 x5 x8 x11 x14 x15 x16 x18 x20 x27 x30 x31 x36 x36 x36 x38 x41 x42 x43 x44 x44 x44 x45 x48 x53 x55 x60 x61 x61 x62 x63 x64 | {'task': 'sort', 'seq': ['x3', 'x14', 'x48', 'x36', 'x16', 'x42', 'x11', 'x38', 'x44', 'x55', 'x43', 'x64', 'x27', 'x53', 'x62', 'x61', 'x31', 'x18', 'x36', 'x44', 'x61', 'x60', 'x45', 'x30', 'x44', 'x5', 'x63', 'x20', 'x41', 'x15', 'x36', 'x8'], 'k': 4, 'n': 32, '_time': 0.0002987384796142578, '_task': 'basic_procedur... | sort | instruct | 0 |
Execute the stack operations. PUSH x pushes x. POP removes the top item. Return the final stack from top to bottom, or EMPTY if the stack is empty.
(OPERATIONS)
PUSH x56; PUSH x9; PUSH x60; PUSH x50; PUSH x30; PUSH x8; PUSH x62; PUSH x62; POP; PUSH x60; POP; POP; PUSH x31; PUSH x53; POP; PUSH x29; PUSH x19; PUSH x25; P... | x50 x60 x9 x56 | {'task': 'stack', 'seq': ['PUSH x56', 'PUSH x9', 'PUSH x60', 'PUSH x50', 'PUSH x30', 'PUSH x8', 'PUSH x62', 'PUSH x62', 'POP', 'PUSH x60', 'POP', 'POP', 'PUSH x31', 'PUSH x53', 'POP', 'PUSH x29', 'PUSH x19', 'PUSH x25', 'PUSH x40', 'POP', 'PUSH x2', 'PUSH x40', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'POP', 'P... | 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 x32; POP; PUSH x45; PUSH x3; PUSH x1; POP; PUSH x31; PUSH x58; POP; PUSH x54; PUSH x10; POP; PUSH x12; POP; PUSH x53; PUSH x58; PUSH x50; PUSH x19; PUSH x... | x44 x53 x54 x31 x3 x45 | {'task': 'stack', 'seq': ['PUSH x32', 'POP', 'PUSH x45', 'PUSH x3', 'PUSH x1', 'POP', 'PUSH x31', 'PUSH x58', 'POP', 'PUSH x54', 'PUSH x10', 'POP', 'PUSH x12', 'POP', 'PUSH x53', 'PUSH x58', 'PUSH x50', 'PUSH x19', 'PUSH x42', 'PUSH x24', 'POP', 'PUSH x50', 'POP', 'POP', 'POP', 'POP', 'PUSH x44', 'POP', 'POP', 'PUSH x4... | 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 o2 o1 c2 o2 c3 c2 c1 o0 c0 o0 c0 o0 c0 o3 o3 o1 c3 o3 c1 c3 c3 o2 o1 c1 c2 o3 c3 o3 c3 o1 c1 | {'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 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x17 x38 x21 x61 x1 x13 x4 x44 x8 x18 x28 x45 x53 x11 x28 x11 x45 x41 x10 x53 x1 x20 x10 x19 x38 x20 x35 x49 x54 x1 x40 x59 | x1 x1 x1 x4 x8 x10 x10 x11 x11 x13 x17 x18 x19 x20 x20 x21 x28 x28 x35 x38 x38 x40 x41 x44 x45 x45 x49 x53 x53 x54 x59 x61 | {'task': 'sort', 'seq': ['x17', 'x38', 'x21', 'x61', 'x1', 'x13', 'x4', 'x44', 'x8', 'x18', 'x28', 'x45', 'x53', 'x11', 'x28', 'x11', 'x45', 'x41', 'x10', 'x53', 'x1', 'x20', 'x10', 'x19', 'x38', 'x20', 'x35', 'x49', 'x54', 'x1', 'x40', 'x59'], 'k': 4, 'n': 32, '_time': 0.0002880096435546875, '_task': 'basic_procedural... | sort | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 c1 o2 c2 o0 o3 c3 o2 c2 c0 o0 o3 c3 o1 o2 o0 o3 o3 o1 o2 c2 o0 o2 c2 c0 c1 c3 c3 c0 c2 c1 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.000263214111328125, '_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)
x27 x3 x39 x38 x11 x45 x42 x30 x64 x28 x26 x11 x9 x24 x47 x24 x62 x56 x16 x11 x4 x61 x34 x48 x55 x12 x8 x48 x31 x25 x9 x17 | x3 x4 x8 x9 x9 x11 x11 x11 x12 x16 x17 x24 x24 x25 x26 x27 x28 x30 x31 x34 x38 x39 x42 x45 x47 x48 x48 x55 x56 x61 x62 x64 | {'task': 'sort', 'seq': ['x27', 'x3', 'x39', 'x38', 'x11', 'x45', 'x42', 'x30', 'x64', 'x28', 'x26', 'x11', 'x9', 'x24', 'x47', 'x24', 'x62', 'x56', 'x16', 'x11', 'x4', 'x61', 'x34', 'x48', 'x55', 'x12', 'x8', 'x48', 'x31', 'x25', 'x9', 'x17'], 'k': 4, 'n': 32, '_time': 0.0004451274871826172, '_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. | o0 o2 o0 c2 c0 o3 c0 o1 o1 o0 c0 c1 c3 c1 o1 o0 c1 c0 o3 c3 o0 c0 o2 o3 c2 c3 o0 c0 o2 c2 o3 c3 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00045037269592285156, '_task': 'basic_procedural', '_level': 0, '_config': {'c': 1.0, 'level': 0, 'seed': None, 'size': None, 'task': 'mixed', 'seq_len': 32, 'vocab_size': 64, 'k': 4, 'p_open': 0.49, 'max_depth': 16}, '_prompt_tokens': 46, '_answer_tokens'... | dyck_shuffle | instruct | 0 |
Generate one valid shuffle-Dyck-4 sequence of exactly 32 tokens. Each close ci must match a previously opened oi of the same type, but closing order may be interleaved across types. Return only the sequence. | o0 o0 c0 c0 o3 o1 o0 o0 o2 o1 o2 o2 c0 o2 c2 o2 c0 c3 c1 c2 c1 c2 o0 o3 o0 o1 c3 c2 c1 c0 c2 c0 | {'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 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 c3 o2 c2 o3 c3 o2 o0 o2 c2 o0 o2 c2 o3 c2 c3 o0 o1 o3 c0 c3 o3 o1 c3 o2 c1 c0 c2 c0 c1 | {'task': 'dyck_shuffle', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00030612945556640625, '_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. | o2 c2 o2 c2 o3 c3 o3 o2 c2 o0 c0 c3 o2 c2 o3 o3 c3 o3 c3 c3 o2 o1 o0 o1 c1 o0 c0 o3 c3 c0 c1 c2 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.00038313865661621094, '_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)
x48 x9 x48 x13 x54 x46 x20 x55 x2 x29 x64 x25 x34 x26 x5 x1 x17 x26 x26 x41 x35 x56 x48 x15 x22 x5 x43 x3 x4 x23 x25 x44 | x48 x9 x48 x13 x54 x46 x20 x55 x2 x29 x64 x25 x34 x26 x5 x1 x17 x26 x26 x41 x35 x56 x48 x15 x22 x5 x43 x3 x4 x23 x25 x44 | {'task': 'identity', 'seq': ['x48', 'x9', 'x48', 'x13', 'x54', 'x46', 'x20', 'x55', 'x2', 'x29', 'x64', 'x25', 'x34', 'x26', 'x5', 'x1', 'x17', 'x26', 'x26', 'x41', 'x35', 'x56', 'x48', 'x15', 'x22', 'x5', 'x43', 'x3', 'x4', 'x23', 'x25', 'x44'], 'k': 4, 'n': 32, '_time': 0.000415802001953125, '_task': 'basic_procedura... | identity | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x40 x40 x36 x16 x32 x40 x61 x14 x49 x64 x60 x44 x25 x17 x57 x47 x34 x20 x62 x6 x50 x46 x33 x17 x41 x30 x25 x56 x42 x47 x38 x1 | x40 x40 x36 x16 x32 x40 x61 x14 x49 x64 x60 x44 x25 x17 x57 x47 x34 x20 x62 x6 x50 x46 x33 x17 x41 x30 x25 x56 x42 x47 x38 x1 | {'task': 'identity', 'seq': ['x40', 'x40', 'x36', 'x16', 'x32', 'x40', 'x61', 'x14', 'x49', 'x64', 'x60', 'x44', 'x25', 'x17', 'x57', 'x47', 'x34', 'x20', 'x62', 'x6', 'x50', 'x46', 'x33', 'x17', 'x41', 'x30', 'x25', 'x56', 'x42', 'x47', 'x38', 'x1'], 'k': 4, 'n': 32, '_time': 0.0002720355987548828, '_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 o2 o3 o2 c2 c3 o0 c0 o1 c1 c2 c2 o2 c2 o2 o0 o3 c3 o0 c0 c0 c2 o3 o0 o2 c2 c0 c3 o2 c2 o0 c0 | {'task': 'dyck', 'seq': [], 'k': 4, 'n': 32, '_time': 0.0002624988555908203, '_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)
x16 x9 x18 x44 x61 x62 x3 x8 x60 x23 x6 x12 x45 x61 x26 x13 x39 x35 x35 x27 x49 x27 x52 x32 x56 x24 x37 x23 x25 x4 x30 x35 | x16 x9 x18 x44 x61 x62 x3 x8 x60 x23 x6 x12 x45 x61 x26 x13 x39 x35 x35 x27 x49 x27 x52 x32 x56 x24 x37 x23 x25 x4 x30 x35 | {'task': 'identity', 'seq': ['x16', 'x9', 'x18', 'x44', 'x61', 'x62', 'x3', 'x8', 'x60', 'x23', 'x6', 'x12', 'x45', 'x61', 'x26', 'x13', 'x39', 'x35', 'x35', 'x27', 'x49', 'x27', 'x52', 'x32', 'x56', 'x24', 'x37', 'x23', 'x25', 'x4', 'x30', 'x35'], 'k': 4, 'n': 32, '_time': 0.0003731250762939453, '_task': 'basic_proced... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x58 x18 x62 x5 x15 x37 x4 x15 x4 x35 x35 x48 x41 x40 x19 x25 x63 x6 x59 x22 x29 x50 x45 x40 x30 x43 x37 x5 x47 x58 x26 x42 | x42 x26 x58 x47 x5 x37 x43 x30 x40 x45 x50 x29 x22 x59 x6 x63 x25 x19 x40 x41 x48 x35 x35 x4 x15 x4 x37 x15 x5 x62 x18 x58 | {'task': 'reverse', 'seq': ['x58', 'x18', 'x62', 'x5', 'x15', 'x37', 'x4', 'x15', 'x4', 'x35', 'x35', 'x48', 'x41', 'x40', 'x19', 'x25', 'x63', 'x6', 'x59', 'x22', 'x29', 'x50', 'x45', 'x40', 'x30', 'x43', 'x37', 'x5', 'x47', 'x58', 'x26', 'x42'], 'k': 4, 'n': 32, '_time': 0.0002739429473876953, '_task': 'basic_procedu... | reverse | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x19 x18 x23 x34 x5 x32 x57 x64 x33 x6 x33 x42 x27 x29 x56 x53 x60 x59 x24 x64 x41 x57 x45 x11 x8 x56 x4 x58 x45 x24 x27 x60
(TARGET)
x60 | x19 x18 x23 x34 x5 x32 x57 x64 x33 x6 x33 x42 x27 x29 x56 x53 x59 x24 x64 x41 x57 x45 x11 x8 x56 x4 x58 x45 x24 x27 x60 | {'task': 'delete', 'seq': [['x19', 'x18', 'x23', 'x34', 'x5', 'x32', 'x57', 'x64', 'x33', 'x6', 'x33', 'x42', 'x27', 'x29', 'x56', 'x53', 'x60', 'x59', 'x24', 'x64', 'x41', 'x57', 'x45', 'x11', 'x8', 'x56', 'x4', 'x58', 'x45', 'x24', 'x27', 'x60'], 'x60'], 'k': 4, 'n': 32, '_time': 0.0002994537353515625, '_task': 'basi... | delete | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x2 x39 x48 x38 x60 x24 x21 x27 x15 x2 x24 x38 x13 x33 x2 x29 x47 x63 x1 x49 x58 x12 x54 x17 x4 x57 x12 x64 x47 x29 x46 x7 | x1 x2 x2 x2 x4 x7 x12 x12 x13 x15 x17 x21 x24 x24 x27 x29 x29 x33 x38 x38 x39 x46 x47 x47 x48 x49 x54 x57 x58 x60 x63 x64 | {'task': 'sort', 'seq': ['x2', 'x39', 'x48', 'x38', 'x60', 'x24', 'x21', 'x27', 'x15', 'x2', 'x24', 'x38', 'x13', 'x33', 'x2', 'x29', 'x47', 'x63', 'x1', 'x49', 'x58', 'x12', 'x54', 'x17', 'x4', 'x57', 'x12', 'x64', 'x47', 'x29', 'x46', 'x7'], 'k': 4, 'n': 32, '_time': 0.0004372596740722656, '_task': 'basic_procedural'... | sort | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x18 x16 x56 x1 x51 x62 x50 x19 x31 x37 x21 x12 x23 x59 x40 x55 x48 x44 x44 x38 x50 x44 x55 x47 x64 x15 x55 x24 x22 x59 x45 x31
(TARGET)
x33 | x18 x16 x56 x1 x51 x62 x50 x19 x31 x37 x21 x12 x23 x59 x40 x55 x48 x44 x44 x38 x50 x44 x55 x47 x64 x15 x55 x24 x22 x59 x45 x31 | {'task': 'delete', 'seq': [['x18', 'x16', 'x56', 'x1', 'x51', 'x62', 'x50', 'x19', 'x31', 'x37', 'x21', 'x12', 'x23', 'x59', 'x40', 'x55', 'x48', 'x44', 'x44', 'x38', 'x50', 'x44', 'x55', 'x47', 'x64', 'x15', 'x55', 'x24', 'x22', 'x59', 'x45', 'x31'], 'x33'], 'k': 4, 'n': 32, '_time': 0.0004584789276123047, '_task': 'b... | 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)
x58 x52 x55 x41 x14 x61 x23 x22 x59 x48 x31 x59 x38 x53 x45 x21
(B)
x42 x29 x18 x5 x64 x42 x47 x26 x2 x34 x34 x63 x51 x49 x62 x64 | x58 x52 x55 x41 x14 x61 x23 x22 x59 x48 x31 x38 x53 x45 x21 x42 x29 x18 x5 x64 x47 x26 x2 x34 x63 x51 x49 x62 | {'task': 'union', 'seq': [['x58', 'x52', 'x55', 'x41', 'x14', 'x61', 'x23', 'x22', 'x59', 'x48', 'x31', 'x59', 'x38', 'x53', 'x45', 'x21'], ['x42', 'x29', 'x18', 'x5', 'x64', 'x42', 'x47', 'x26', 'x2', 'x34', 'x34', 'x63', 'x51', 'x49', 'x62', 'x64']], 'k': 4, 'n': 32, '_time': 0.00030040740966796875, '_task': 'basic_p... | union | instruct | 0 |
Generate one valid Dyck-4 balanced-bracket sequence of exactly 32 tokens.
Use tokens o0..ok for opens and c0..ck for matching closes. Return only the sequence. | o1 o3 c3 o0 o2 c2 c0 o3 c3 c1 o0 c0 o1 o1 c1 c1 o3 o3 o2 c2 c3 c3 o2 o0 o0 c0 o1 c1 o2 c2 c0 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 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x1 x60 x64 x49 x26 x19 x59 x37 x50 x3 x27 x39 x23 x29 x24 x23 x57 x38 x64 x45 x19 x48 x61 x35 x13 x4 x51 x30 x9 x10 x6 x55 | x1 x60 x64 x49 x26 x19 x59 x37 x50 x3 x27 x39 x23 x29 x24 x57 x38 x45 x48 x61 x35 x13 x4 x51 x30 x9 x10 x6 x55 | {'task': 'set', 'seq': ['x1', 'x60', 'x64', 'x49', 'x26', 'x19', 'x59', 'x37', 'x50', 'x3', 'x27', 'x39', 'x23', 'x29', 'x24', 'x23', 'x57', 'x38', 'x64', 'x45', 'x19', 'x48', 'x61', 'x35', 'x13', 'x4', 'x51', 'x30', 'x9', 'x10', 'x6', 'x55'], 'k': 4, 'n': 32, '_time': 0.00043129920959472656, '_task': 'basic_procedural... | set | instruct | 0 |
Delete the first occurrence of TARGET from SEQUENCE. If TARGET is absent, return SEQUENCE unchanged.
(SEQUENCE)
x3 x25 x55 x24 x64 x37 x42 x22 x38 x28 x55 x3 x11 x33 x3 x18 x61 x2 x22 x36 x35 x18 x21 x40 x6 x44 x33 x61 x5 x8 x61 x38
(TARGET)
x18 | x3 x25 x55 x24 x64 x37 x42 x22 x38 x28 x55 x3 x11 x33 x3 x61 x2 x22 x36 x35 x18 x21 x40 x6 x44 x33 x61 x5 x8 x61 x38 | {'task': 'delete', 'seq': [['x3', 'x25', 'x55', 'x24', 'x64', 'x37', 'x42', 'x22', 'x38', 'x28', 'x55', 'x3', 'x11', 'x33', 'x3', 'x18', 'x61', 'x2', 'x22', 'x36', 'x35', 'x18', 'x21', 'x40', 'x6', 'x44', 'x33', 'x61', 'x5', 'x8', 'x61', 'x38'], 'x18'], 'k': 4, 'n': 32, '_time': 0.00029921531677246094, '_task': 'basic_... | delete | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x36 x58 x57 x59 x13 x61 x15 x46 x58 x7 x33 x3 x17 x12 x54 x18 x47 x59 x21 x59 x30 x58 x45 x35 x49 x53 x47 x34 x14 x43 x19 x23 | x23 x19 x43 x14 x34 x47 x53 x49 x35 x45 x58 x30 x59 x21 x59 x47 x18 x54 x12 x17 x3 x33 x7 x58 x46 x15 x61 x13 x59 x57 x58 x36 | {'task': 'reverse', 'seq': ['x36', 'x58', 'x57', 'x59', 'x13', 'x61', 'x15', 'x46', 'x58', 'x7', 'x33', 'x3', 'x17', 'x12', 'x54', 'x18', 'x47', 'x59', 'x21', 'x59', 'x30', 'x58', 'x45', 'x35', 'x49', 'x53', 'x47', 'x34', 'x14', 'x43', 'x19', 'x23'], 'k': 4, 'n': 32, '_time': 0.00041413307189941406, '_task': 'basic_pro... | reverse | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x5 x12 x43 x7 x63 x25 x6 x8 x26 x59 x58 x10 x11 x5 x24 x32 x34 x10 x20 x12 x21 x48 x1 x43 x6 x26 x27 x8 x29 x46 x1 x5 | x5 x12 x43 x7 x63 x25 x6 x8 x26 x59 x58 x10 x11 x24 x32 x34 x20 x21 x48 x1 x27 x29 x46 | {'task': 'set', 'seq': ['x5', 'x12', 'x43', 'x7', 'x63', 'x25', 'x6', 'x8', 'x26', 'x59', 'x58', 'x10', 'x11', 'x5', 'x24', 'x32', 'x34', 'x10', 'x20', 'x12', 'x21', 'x48', 'x1', 'x43', 'x6', 'x26', 'x27', 'x8', 'x29', 'x46', 'x1', 'x5'], 'k': 4, 'n': 32, '_time': 0.0002772808074951172, '_task': 'basic_procedural', '_l... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x51 x27 x33 x7 x44 x44 x22 x45 x44 x52 x8 x44 x41 x4 x61 x31 x21 x38 x27 x49 x13 x28 x4 x36 x35 x24 x31 x41 x16 x46 x19 x23 | x51 x27 x33 x7 x44 x22 x45 x52 x8 x41 x4 x61 x31 x21 x38 x49 x13 x28 x36 x35 x24 x16 x46 x19 x23 | {'task': 'set', 'seq': ['x51', 'x27', 'x33', 'x7', 'x44', 'x44', 'x22', 'x45', 'x44', 'x52', 'x8', 'x44', 'x41', 'x4', 'x61', 'x31', 'x21', 'x38', 'x27', 'x49', 'x13', 'x28', 'x4', 'x36', 'x35', 'x24', 'x31', 'x41', 'x16', 'x46', 'x19', 'x23'], 'k': 4, 'n': 32, '_time': 0.00041866302490234375, '_task': 'basic_procedura... | set | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x15 x30 x6 x58 x19 x59 x43 x21 x43 x15 x1 x34 x42 x12 x33 x62 x34 x57 x16 x14 x53 x42 x23 x11 x20 x64 x45 x49 x47 x45 x16 x36 | x15 x30 x6 x58 x19 x59 x43 x21 x43 x15 x1 x34 x42 x12 x33 x62 x34 x57 x16 x14 x53 x42 x23 x11 x20 x64 x45 x49 x47 x45 x16 x36 | {'task': 'identity', 'seq': ['x15', 'x30', 'x6', 'x58', 'x19', 'x59', 'x43', 'x21', 'x43', 'x15', 'x1', 'x34', 'x42', 'x12', 'x33', 'x62', 'x34', 'x57', 'x16', 'x14', 'x53', 'x42', 'x23', 'x11', 'x20', 'x64', 'x45', 'x49', 'x47', 'x45', 'x16', 'x36'], 'k': 4, 'n': 32, '_time': 0.0002830028533935547, '_task': 'basic_pro... | identity | instruct | 0 |
Reverse the sequence.
(SEQUENCE)
x31 x27 x43 x2 x63 x12 x1 x38 x60 x38 x25 x53 x55 x43 x39 x20 x1 x12 x11 x45 x47 x8 x46 x34 x30 x61 x29 x9 x33 x7 x32 x63 | x63 x32 x7 x33 x9 x29 x61 x30 x34 x46 x8 x47 x45 x11 x12 x1 x20 x39 x43 x55 x53 x25 x38 x60 x38 x1 x12 x63 x2 x43 x27 x31 | {'task': 'reverse', 'seq': ['x31', 'x27', 'x43', 'x2', 'x63', 'x12', 'x1', 'x38', 'x60', 'x38', 'x25', 'x53', 'x55', 'x43', 'x39', 'x20', 'x1', 'x12', 'x11', 'x45', 'x47', 'x8', 'x46', 'x34', 'x30', 'x61', 'x29', 'x9', 'x33', 'x7', 'x32', 'x63'], 'k': 4, 'n': 32, '_time': 0.0004169940948486328, '_task': 'basic_procedur... | reverse | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x7 x48 x17 x28 x6 x43 x60 x64 x13 x15 x64 x26 x46 x28 x22 x60 x9 x35 x52 x22 x55 x50 x55 x56 x54 x49 x49 x58 x23 x34 x35 x35 | x7 x48 x17 x28 x6 x43 x60 x64 x13 x15 x64 x26 x46 x28 x22 x60 x9 x35 x52 x22 x55 x50 x55 x56 x54 x49 x49 x58 x23 x34 x35 x35 | {'task': 'identity', 'seq': ['x7', 'x48', 'x17', 'x28', 'x6', 'x43', 'x60', 'x64', 'x13', 'x15', 'x64', 'x26', 'x46', 'x28', 'x22', 'x60', 'x9', 'x35', 'x52', 'x22', 'x55', 'x50', 'x55', 'x56', 'x54', 'x49', 'x49', 'x58', 'x23', 'x34', 'x35', 'x35'], 'k': 4, 'n': 32, '_time': 0.00028252601623535156, '_task': 'basic_pro... | identity | instruct | 0 |
Sort the sequence in ascending numeric order, where x2 < x10.
(SEQUENCE)
x17 x22 x36 x19 x55 x36 x52 x35 x57 x6 x30 x13 x28 x59 x56 x46 x1 x43 x4 x38 x40 x18 x31 x18 x42 x22 x11 x49 x61 x36 x16 x4 | x1 x4 x4 x6 x11 x13 x16 x17 x18 x18 x19 x22 x22 x28 x30 x31 x35 x36 x36 x36 x38 x40 x42 x43 x46 x49 x52 x55 x56 x57 x59 x61 | {'task': 'sort', 'seq': ['x17', 'x22', 'x36', 'x19', 'x55', 'x36', 'x52', 'x35', 'x57', 'x6', 'x30', 'x13', 'x28', 'x59', 'x56', 'x46', 'x1', 'x43', 'x4', 'x38', 'x40', 'x18', 'x31', 'x18', 'x42', 'x22', 'x11', 'x49', 'x61', 'x36', 'x16', 'x4'], 'k': 4, 'n': 32, '_time': 0.0003991127014160156, '_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)
x30 x55 x12 x46 x35 x18 x59 x33 x4 x55 x13 x43 x8 x32 x20 x2
(B)
x24 x31 x42 x26 x43 x40 x39 x16 x45 x63 x51 x35 x18 x21 x25 x61 | x30 x55 x12 x46 x35 x18 x59 x33 x4 x13 x43 x8 x32 x20 x2 x24 x31 x42 x26 x40 x39 x16 x45 x63 x51 x21 x25 x61 | {'task': 'union', 'seq': [['x30', 'x55', 'x12', 'x46', 'x35', 'x18', 'x59', 'x33', 'x4', 'x55', 'x13', 'x43', 'x8', 'x32', 'x20', 'x2'], ['x24', 'x31', 'x42', 'x26', 'x43', 'x40', 'x39', 'x16', 'x45', 'x63', 'x51', 'x35', 'x18', 'x21', 'x25', 'x61']], 'k': 4, 'n': 32, '_time': 0.0004515647888183594, '_task': 'basic_pro... | union | instruct | 0 |
Copy the sequence exactly.
(SEQUENCE)
x37 x9 x16 x2 x48 x8 x30 x21 x31 x52 x36 x34 x48 x17 x18 x31 x48 x21 x7 x27 x60 x56 x20 x59 x64 x38 x4 x47 x13 x28 x57 x34 | x37 x9 x16 x2 x48 x8 x30 x21 x31 x52 x36 x34 x48 x17 x18 x31 x48 x21 x7 x27 x60 x56 x20 x59 x64 x38 x4 x47 x13 x28 x57 x34 | {'task': 'identity', 'seq': ['x37', 'x9', 'x16', 'x2', 'x48', 'x8', 'x30', 'x21', 'x31', 'x52', 'x36', 'x34', 'x48', 'x17', 'x18', 'x31', 'x48', 'x21', 'x7', 'x27', 'x60', 'x56', 'x20', 'x59', 'x64', 'x38', 'x4', 'x47', 'x13', 'x28', 'x57', 'x34'], 'k': 4, 'n': 32, '_time': 0.000274658203125, '_task': 'basic_procedural... | identity | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x3 x16 x15 x3 x29 x47 x62 x55 x50 x1 x15 x39 x23 x2 x45 x17 x4 x34 x32 x58 x62 x38 x61 x20 x59 x7 x21 x59 x1 x24 x29 x53 | x3 x16 x15 x29 x47 x62 x55 x50 x1 x39 x23 x2 x45 x17 x4 x34 x32 x58 x38 x61 x20 x59 x7 x21 x24 x53 | {'task': 'set', 'seq': ['x3', 'x16', 'x15', 'x3', 'x29', 'x47', 'x62', 'x55', 'x50', 'x1', 'x15', 'x39', 'x23', 'x2', 'x45', 'x17', 'x4', 'x34', 'x32', 'x58', 'x62', 'x38', 'x61', 'x20', 'x59', 'x7', 'x21', 'x59', 'x1', 'x24', 'x29', 'x53'], 'k': 4, 'n': 32, '_time': 0.00029397010803222656, '_task': 'basic_procedural',... | set | instruct | 0 |
Return the unique elements of the sequence in order of first appearance.
(SEQUENCE)
x46 x48 x35 x46 x48 x25 x38 x54 x22 x2 x29 x11 x50 x62 x3 x18 x24 x61 x33 x42 x28 x5 x64 x8 x4 x23 x2 x23 x30 x37 x45 x60 | x46 x48 x35 x25 x38 x54 x22 x2 x29 x11 x50 x62 x3 x18 x24 x61 x33 x42 x28 x5 x64 x8 x4 x23 x30 x37 x45 x60 | {'task': 'set', 'seq': ['x46', 'x48', 'x35', 'x46', 'x48', 'x25', 'x38', 'x54', 'x22', 'x2', 'x29', 'x11', 'x50', 'x62', 'x3', 'x18', 'x24', 'x61', 'x33', 'x42', 'x28', 'x5', 'x64', 'x8', 'x4', 'x23', 'x2', 'x23', 'x30', 'x37', 'x45', 'x60'], 'k': 4, 'n': 32, '_time': 0.0002803802490234375, '_task': 'basic_procedural',... | set | instruct | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.