tests
listlengths
0
600
status
stringclasses
7 values
n_execs
int64
0
60k
arcs
int64
0
41
n_seeds
int64
0
26
task_id
stringlengths
6
13
dataset
stringclasses
2 values
entry_point
stringlengths
1
31
secs
float64
0.04
647
[ { "input": "([{}, {}, {}],)", "output": "True", "seed": true }, { "input": "([{1, 2}, {}, {}],)", "output": "False", "seed": true }, { "input": "({},)", "output": "True", "seed": true }, { "input": "([{}, {}],)", "output": "True", "seed": false }, { ...
ok
13,709
2
3
MBPP/115
mbpp
empty_dit
1.24
[ { "input": "([1, 1, 2, 2, 3],)", "output": "3", "seed": true }, { "input": "([1, 1, 3, 3, 4, 4, 5, 5, 7, 7, 8],)", "output": "8", "seed": true }, { "input": "([1, 2, 2, 3, 3, 4, 4],)", "output": "1", "seed": true }, { "input": "([1, 1, 3, 3, 4, 4, 5, 5, 7, 10, 8],...
ok
807
6
3
MBPP/119
mbpp
search
0.13
[ { "input": "([('3', '4'), ('1', '26.45'), ('7.32', '8'), ('4', '8')],)", "output": "[(3.0, 4.0), (1.0, 26.45), (7.32, 8.0), (4.0, 8.0)]", "seed": true }, { "input": "([('4', '4'), ('2', '27'), ('4.12', '9'), ('7', '11')],)", "output": "[(4.0, 4.0), (2.0, 27.0), (4.12, 9.0), (7.0, 11.0)]", ...
ok
1,942
12
3
MBPP/117
mbpp
list_to_float
0.44
[ { "input": "([(2, 7), (2, 6), (1, 8), (4, 9)],)", "output": "36", "seed": true }, { "input": "([(10, 20), (15, 2), (5, 10)],)", "output": "200", "seed": true }, { "input": "([(11, 44), (10, 15), (20, 5), (12, 9)],)", "output": "484", "seed": true }, { "input": "([...
ok
1,874
3
3
MBPP/120
mbpp
max_product_tuple
0.26
[ { "input": "('11000010001',)", "output": "6", "seed": true }, { "input": "('10111',)", "output": "1", "seed": true }, { "input": "('11011101100101',)", "output": "2", "seed": true }, { "input": "('10110',)", "output": "1", "seed": false }, { "input...
ok
963
11
3
MBPP/125
mbpp
find_length
0.17
[ { "input": "(0, 1j)", "output": "1.5707963267948966", "seed": true }, { "input": "(2, 1j)", "output": "0.4636476090008061", "seed": true }, { "input": "(0, 2j)", "output": "1.5707963267948966", "seed": true }, { "input": "(4, 1j)", "output": "0.244978663126864...
ok
4,117
3
3
MBPP/124
mbpp
angle_complex
0.2
[ { "input": "(10, 15)", "output": "6", "seed": true }, { "input": "(100, 150)", "output": "93", "seed": true }, { "input": "(4, 6)", "output": "3", "seed": true }, { "input": "(102, 150)", "output": "12", "seed": false }, { "input": "(138, 15)", ...
ok
1,056
7
3
MBPP/126
mbpp
sum
0.25
[ { "input": "(3, 'python is a programming language')", "output": "['python', 'programming', 'language']", "seed": true }, { "input": "(2, 'writing a program')", "output": "['writing', 'program']", "seed": true }, { "input": "(5, 'sorting list')", "output": "['sorting']", "...
ok
842
8
3
MBPP/128
mbpp
long_words
0.09
[ { "input": "([[7, 12, 1, 14], [2, 13, 8, 11], [16, 3, 10, 5], [9, 6, 15, 4]],)", "output": "True", "seed": true }, { "input": "([[2, 7, 6], [9, 5, 1], [4, 3, 8]],)", "output": "True", "seed": true }, { "input": "([[2, 7, 6], [9, 5, 1], [4, 3, 7]],)", "output": "False", "s...
ok
1,421
22
3
MBPP/129
mbpp
magic_square_test
0.37
[ { "input": "([2, 3, 8, 4, 7, 9, 8, 2, 6, 5, 1, 6, 1, 2, 3, 2, 4, 6, 9, 1, 2],)", "output": "2", "seed": true }, { "input": "([2, 3, 8, 4, 7, 9, 8, 7, 9, 15, 14, 10, 12, 13, 16, 18],)", "output": "8", "seed": true }, { "input": "([10, 20, 20, 30, 40, 90, 80, 50, 30, 20, 50, 10],)"...
ok
675
7
3
MBPP/130
mbpp
max_occurrences
0.2
[ { "input": "('Python',)", "output": "'Python'", "seed": true }, { "input": "('USA',)", "output": "'ASU'", "seed": true }, { "input": "('ab',)", "output": "'ab'", "seed": true }, { "input": "('USS',)", "output": "'USS'", "seed": false }, { "input": ...
ok
1,057
15
3
MBPP/131
mbpp
reverse_vowels
0.11
[ { "input": "(('e', 'x', 'e', 'r', 'c', 'i', 's', 'e', 's'),)", "output": "'exercises'", "seed": true }, { "input": "(('p', 'y', 't', 'h', 'o', 'n'),)", "output": "'python'", "seed": true }, { "input": "(('p', 'r', 'o', 'g', 'r', 'a', 'm'),)", "output": "'program'", "seed"...
ok
846
2
3
MBPP/132
mbpp
tup_string
0.12
[ { "input": "([2, 4, -6, -9, 11, -12, 14, -5, 17],)", "output": "-32", "seed": true }, { "input": "([10, 15, -14, 13, -18, 12, -20],)", "output": "-52", "seed": true }, { "input": "([19, -65, 57, 39, 152, -639, 121, 44, 90, -190],)", "output": "-894", "seed": true }, {...
ok
706
2
3
MBPP/133
mbpp
sum_negativenum
0.13
[ { "input": "(3, 4)", "output": "81", "seed": true }, { "input": "(2, 3)", "output": "8", "seed": true }, { "input": "(5, 5)", "output": "3125", "seed": true }, { "input": "(4, 3)", "output": "64", "seed": false }, { "input": "(131, 4)", "output...
ok
1,893
7
3
MBPP/93
mbpp
power
12.79
[ { "input": "(10,)", "output": "190", "seed": true }, { "input": "(5,)", "output": "45", "seed": true }, { "input": "(7,)", "output": "91", "seed": true }, { "input": "(138,)", "output": "37950", "seed": false }, { "input": "(12,)", "output": "2...
ok
2,208
1
3
MBPP/135
mbpp
hexagonal_num
0.09
[ { "input": "(10,)", "output": "True", "seed": true }, { "input": "(7,)", "output": "False", "seed": true }, { "input": "(14,)", "output": "True", "seed": true }, { "input": "(9,)", "output": "False", "seed": false }, { "input": "(138,)", "outpu...
ok
2,114
3
3
MBPP/138
mbpp
is_Sum_Of_Powers_Of_Two
0.09
[ { "input": "([0, 1, 2, -1, -5, 6, 0, -3, -2, 3, 4, 6, 8],)", "output": "0.18181818181818182", "seed": true }, { "input": "([2, 1, 2, -1, -5, 6, 4, -3, -2, 3, 4, 6, 8],)", "output": "0.0", "seed": true }, { "input": "([2, 4, -6, -9, 11, -12, 14, -5, 17],)", "output": "0.0", ...
ok
692
9
3
MBPP/137
mbpp
zero_count
0.16
[ { "input": "(10,)", "output": "62.830000000000005", "seed": true }, { "input": "(5,)", "output": "31.415000000000003", "seed": true }, { "input": "(4,)", "output": "25.132", "seed": true }, { "input": "(7,)", "output": "43.981", "seed": false }, { ...
ok
2,184
2
3
MBPP/139
mbpp
circle_circumference
0.09
[ { "input": "([15, 79, 25, 38, 69],)", "output": "[15, 25, 38, 69, 79]", "seed": true }, { "input": "([98, 12, 54, 36, 85],)", "output": "[12, 36, 54, 85, 98]", "seed": true }, { "input": "([41, 42, 32, 12, 23],)", "output": "[12, 23, 32, 41, 42]", "seed": true }, { ...
ok
791
8
3
MBPP/141
mbpp
pancake_sort
0.14
[ { "input": "([(3, 4, 5), (4, 5, 7), (1, 4)],)", "output": "[3, 4, 5, 7, 1]", "seed": true }, { "input": "([(1, 2, 3), (4, 2, 3), (7, 8)],)", "output": "[1, 2, 3, 4, 7, 8]", "seed": true }, { "input": "([(7, 8, 9), (10, 11, 12), (10, 11)],)", "output": "[7, 8, 9, 10, 11, 12]",...
ok
949
11
3
MBPP/140
mbpp
extract_singly
0.22
[ { "input": "(([1, 2, 3, 4], [5, 6, 7, 8]),)", "output": "2", "seed": true }, { "input": "(([1, 2], [3, 4], [5, 6]),)", "output": "3", "seed": true }, { "input": "([9, 8, 7, 6, 5, 4, 3, 2, 1],)", "output": "1", "seed": true }, { "input": "(([1, 2], [3, 4], [4, 6]),...
ok
852
3
3
MBPP/143
mbpp
find_lists
0.14
[ { "input": "([1, 2, 3, 4, 5, 6, 7, 8], [2, 2, 3, 1, 2, 6, 7, 9], [2, 1, 3, 1, 2, 6, 7, 9])", "output": "3", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8], [2, 2, 3, 1, 2, 6, 7, 8], [2, 1, 3, 1, 2, 6, 7, 8])", "output": "4", "seed": true }, { "input": "([1, 2, 3, 4, 2, 6, ...
ok
647
2
3
MBPP/142
mbpp
count_samepair
0.21
[ { "input": "((2, 1, 5, 3),)", "output": "4", "seed": true }, { "input": "((9, 3, 2, 5, 1),)", "output": "8", "seed": true }, { "input": "((3, 2, 1),)", "output": "2", "seed": true }, { "input": "((9, 3, 2, 5, 4),)", "output": "7", "seed": false }, { ...
ok
952
8
3
MBPP/145
mbpp
max_Abs_Diff
0.12
[ { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], [2, 4, 6, 8])", "output": "[1, 3, 5, 7, 9, 10]", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], [1, 3, 5, 7])", "output": "[2, 4, 6, 8, 9, 10]", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], [5, 7])", ...
ok
723
3
3
MBPP/161
mbpp
remove_elements
0.17
[ { "input": "(10, 20)", "output": "200", "seed": true }, { "input": "(5, 10)", "output": "50", "seed": true }, { "input": "(4, 8)", "output": "32", "seed": true }, { "input": "(7, 10)", "output": "70", "seed": false }, { "input": "(138, 20)", "o...
ok
1,100
7
3
MBPP/127
mbpp
multiply_int
2.49
[ { "input": "(4, 20)", "output": "400.00000000000006", "seed": true }, { "input": "(10, 15)", "output": "1731.1969896610804", "seed": true }, { "input": "(9, 7)", "output": "302.90938549487214", "seed": true }, { "input": "(12, 15)", "output": "2519.13429510899...
ok
1,102
2
3
MBPP/163
mbpp
area_polygon
0.08
[ { "input": "(36, 57)", "output": "False", "seed": true }, { "input": "(2, 4)", "output": "False", "seed": true }, { "input": "(23, 47)", "output": "True", "seed": true }, { "input": "(4, 4)", "output": "True", "seed": false }, { "input": "(164, 57)...
ok
1,073
10
3
MBPP/164
mbpp
are_equivalent
0.17
[ { "input": "('xbcefg',)", "output": "2", "seed": true }, { "input": "('ABcED',)", "output": "3", "seed": true }, { "input": "('AbgdeF',)", "output": "5", "seed": true }, { "input": "('ABcEB',)", "output": "3", "seed": false }, { "input": "('bAgdeF'...
ok
866
9
3
MBPP/165
mbpp
count_char_position
0.1
[ { "input": "([5, 4, 7, 2, 1],)", "output": "4", "seed": true }, { "input": "([7, 2, 8, 1, 0, 5, 11],)", "output": "9", "seed": true }, { "input": "([1, 2, 3],)", "output": "1", "seed": true }, { "input": "([7, 2, 8, 1, 0, 5, 1],)", "output": "9", "seed": f...
ok
889
9
3
MBPP/166
mbpp
find_even_pair
0.15
[ { "input": "(6,)", "output": "12", "seed": true }, { "input": "(10,)", "output": "30", "seed": true }, { "input": "(9,)", "output": "25", "seed": true }, { "input": "(12,)", "output": "42", "seed": false }, { "input": "(134,)", "output": "4556"...
ok
2,384
3
3
MBPP/162
mbpp
sum_series
3.4
[ { "input": "([1, 2, 3], 4)", "output": "0", "seed": true }, { "input": "([1, 2, 2, 3, 3, 3, 4], 3)", "output": "3", "seed": true }, { "input": "([0, 1, 2, 3, 1, 2], 1)", "output": "2", "seed": true }, { "input": "([1, 2, 2, 3, 3, 3, 1], 3)", "output": "3", ...
ok
902
7
3
MBPP/168
mbpp
frequency
0.11
[ { "input": "([2, 1, 5, 6, 8, 3, 4, 9, 10, 11, 8, 12], 8, 10)", "output": "29", "seed": true }, { "input": "([2, 1, 5, 6, 8, 3, 4, 9, 10, 11, 8, 12], 5, 7)", "output": "16", "seed": true }, { "input": "([2, 1, 5, 6, 8, 3, 4, 9, 10, 11, 8, 12], 7, 10)", "output": "38", "see...
ok
1,137
5
3
MBPP/170
mbpp
sum_range_list
0.16
[ { "input": "(5,)", "output": "25", "seed": true }, { "input": "(10,)", "output": "50", "seed": true }, { "input": "(15,)", "output": "75", "seed": true }, { "input": "(12,)", "output": "60", "seed": false }, { "input": "(133,)", "output": "665"...
ok
2,167
2
3
MBPP/171
mbpp
perimeter_pentagon
0.09
[ { "input": "('letstdlenstdporstd',)", "output": "3", "seed": true }, { "input": "('truststdsolensporsd',)", "output": "1", "seed": true }, { "input": "('makestdsostdworthit',)", "output": "2", "seed": true }, { "input": "('stds',)", "output": "1", "seed": ...
ok
718
7
5
MBPP/172
mbpp
count_occurance
0.08
[ { "input": "((5, 6, 7, 3, 5, 6),)", "output": "True", "seed": true }, { "input": "((1, 2, '4'),)", "output": "False", "seed": true }, { "input": "((3, 2, 1, 4, 5),)", "output": "True", "seed": true }, { "input": "((1, 2, 'c'),)", "output": "False", "seed":...
ok
883
8
3
MBPP/222
mbpp
check_type
0.1
[ { "input": "([1, 2, 3, 3, 3, 3, 10], 7, 3)", "output": "True", "seed": true }, { "input": "([1, 1, 2, 4, 4, 4, 6, 6], 8, 4)", "output": "False", "seed": true }, { "input": "([1, 1, 1, 2, 2], 5, 1)", "output": "True", "seed": true }, { "input": "([1, 1, 2, 2], 5, 1...
ok
1,169
14
4
MBPP/223
mbpp
is_majority
0.14
[ { "input": "(5,)", "output": "4", "seed": true }, { "input": "(8,)", "output": "28", "seed": true }, { "input": "(10,)", "output": "104", "seed": true }, { "input": "(12,)", "output": "386", "seed": true }, { "input": "(14,)", "output": "1434",...
ok
5,134
8
4
HumanEval/46
humaneval
fib4
40.23
[ { "input": "('abcdef',)", "output": "'ace'", "seed": true }, { "input": "('python',)", "output": "'pto'", "seed": true }, { "input": "('data',)", "output": "'dt'", "seed": true }, { "input": "('lambs',)", "output": "'lms'", "seed": true }, { "input...
ok
838
7
4
MBPP/226
mbpp
odd_values_string
0.09
[ { "input": "(10, 20, 0)", "output": "0", "seed": true }, { "input": "(19, 15, 18)", "output": "15", "seed": true }, { "input": "(-10, -20, -30)", "output": "-30", "seed": true }, { "input": "(21, 15, 18)", "output": "15", "seed": false }, { "input"...
ok
869
8
3
MBPP/227
mbpp
min_of_three
0.07
[ { "input": "(4, 1, 2)", "output": "True", "seed": true }, { "input": "(17, 2, 4)", "output": "True", "seed": true }, { "input": "(39, 4, 6)", "output": "False", "seed": true }, { "input": "(19, 2, 4)", "output": "False", "seed": false }, { "input":...
ok
1,370
5
3
MBPP/228
mbpp
all_Bits_Set_In_The_Given_Range
0.08
[ { "input": "([-1, 2, -3, 4, 5, 6, -7, 8, 9], 9)", "output": "[-1, -3, -7, 4, 5, 6, 2, 8, 9]", "seed": true }, { "input": "([12, -14, -26, 13, 15], 5)", "output": "[-14, -26, 12, 13, 15]", "seed": true }, { "input": "([10, 24, 36, -42, -39, -78, 85], 7)", "output": "[-42, -39,...
ok
1,428
10
3
MBPP/229
mbpp
re_arrange_array
0.2
[ { "input": "('hello people', '@')", "output": "'hello@people'", "seed": true }, { "input": "('python program language', '$')", "output": "'python$program$language'", "seed": true }, { "input": "('blank space', '-')", "output": "'blank-space'", "seed": true }, { "i...
ok
872
2
3
MBPP/230
mbpp
replace_blank
0.07
[ { "input": "([10, 20, 50, 70, 90, 20, 50, 40, 60, 80, 100], 2)", "output": "[100, 90]", "seed": true }, { "input": "([10, 20, 50, 70, 90, 20, 50, 40, 60, 80, 100], 5)", "output": "[100, 90, 80, 70, 60]", "seed": true }, { "input": "([10, 20, 50, 70, 90, 20, 50, 40, 60, 80, 100], ...
ok
833
2
3
MBPP/232
mbpp
larg_nnum
0.14
[ { "input": "(10, 5)", "output": "314.15000000000003", "seed": true }, { "input": "(4, 5)", "output": "125.66000000000001", "seed": true }, { "input": "(4, 10)", "output": "251.32000000000002", "seed": true }, { "input": "(6, 5)", "output": "188.49", "seed"...
ok
1,185
2
3
MBPP/233
mbpp
lateralsuface_cylinder
0.06
[ { "input": "(3,)", "output": "27", "seed": true }, { "input": "(2,)", "output": "8", "seed": true }, { "input": "(5,)", "output": "125", "seed": true }, { "input": "(4,)", "output": "64", "seed": false }, { "input": "(131,)", "output": "2248091...
ok
2,267
2
3
MBPP/234
mbpp
volume_cube
0.06
[ { "input": "(10,)", "output": "10", "seed": true }, { "input": "(20,)", "output": "30", "seed": true }, { "input": "(30,)", "output": "30", "seed": true }, { "input": "(22,)", "output": "30", "seed": false }, { "input": "(138,)", "output": "170...
ok
2,020
9
3
MBPP/235
mbpp
even_bit_set_number
0.16
[ { "input": "([(3, 1), (1, 3), (2, 5), (5, 2), (6, 3)],)", "output": "{(1, 3): 2, (2, 5): 2, (3, 6): 1}", "seed": true }, { "input": "([(4, 2), (2, 4), (3, 6), (6, 3), (7, 4)],)", "output": "{(2, 4): 2, (3, 6): 2, (4, 7): 1}", "seed": true }, { "input": "([(13, 2), (11, 23), (12, ...
ok
802
2
3
MBPP/237
mbpp
check_occurences
0.23
[ { "input": "('abc',)", "output": "6", "seed": true }, { "input": "('abcd',)", "output": "10", "seed": true }, { "input": "('abcde',)", "output": "15", "seed": true }, { "input": "('rbcd',)", "output": "10", "seed": false }, { "input": "('bacde',)",...
ok
1,023
2
3
MBPP/238
mbpp
number_of_substrings
0.06
[ { "input": "(16, 2)", "output": "True", "seed": true }, { "input": "(143214, 16)", "output": "False", "seed": true }, { "input": "(4, 2)", "output": "True", "seed": true }, { "input": "(9, 3)", "output": "True", "seed": true }, { "input": "(16, 4)"...
ok
952
7
10
HumanEval/76
humaneval
is_simple_power
46.08
[ { "input": "([1, 3, 5, 7, 9, 10], [2, 4, 6, 8])", "output": "[1, 3, 5, 7, 9, 2, 4, 6, 8]", "seed": true }, { "input": "([1, 2, 3, 4, 5], [5, 6, 7, 8])", "output": "[1, 2, 3, 4, 5, 6, 7, 8]", "seed": true }, { "input": "(['red', 'blue', 'green'], ['yellow'])", "output": "['red...
ok
804
3
3
MBPP/240
mbpp
replace_list
0.14
[ { "input": "('python programming',)", "output": "18", "seed": true }, { "input": "('language',)", "output": "8", "seed": true }, { "input": "('words',)", "output": "5", "seed": true }, { "input": "('aanguage',)", "output": "8", "seed": false }, { "...
ok
813
5
3
MBPP/242
mbpp
count_charac
0.08
[ { "input": "(35,)", "output": "36", "seed": true }, { "input": "(6,)", "output": "9", "seed": true }, { "input": "(9,)", "output": "16", "seed": true }, { "input": "(8,)", "output": "9", "seed": false }, { "input": "(163,)", "output": "169", ...
ok
4,346
2
3
MBPP/244
mbpp
next_Perfect_Square
0.14
[ { "input": "([1, 15, 51, 45, 33, 100, 12, 18, 9],)", "output": "194", "seed": true }, { "input": "([80, 60, 30, 40, 20, 10],)", "output": "210", "seed": true }, { "input": "([2, 3, 14, 16, 21, 23, 29, 30],)", "output": "138", "seed": true }, { "input": "([80, 60, ...
ok
739
21
3
MBPP/245
mbpp
max_sum
0.31
[ { "input": "(8, 3)", "output": "'22'", "seed": true }, { "input": "(9, 3)", "output": "'100'", "seed": true }, { "input": "(234, 2)", "output": "'11101010'", "seed": true }, { "input": "(16, 2)", "output": "'10000'", "seed": true }, { "input": "(8,...
ok
1,141
6
6
HumanEval/44
humaneval
change_base
47.09
[ { "input": "('TENS FOR TENS',)", "output": "5", "seed": true }, { "input": "('CARDIO FOR CARDS',)", "output": "7", "seed": true }, { "input": "('PART OF THE JOURNEY IS PART',)", "output": "9", "seed": true }, { "input": "('CORDIO FOR CARDS',)", "output": "7", ...
ok
719
20
3
MBPP/247
mbpp
lps
1.52
[ { "input": "(7,)", "output": "2.5928571428571425", "seed": true }, { "input": "(4,)", "output": "2.083333333333333", "seed": true }, { "input": "(19,)", "output": "3.547739657143682", "seed": true }, { "input": "(6,)", "output": "2.4499999999999997", "seed...
ok
2,390
3
3
MBPP/248
mbpp
harmonic_sum
5.07
[ { "input": "([1, 2, 3, 5, 7, 8, 9, 10], [1, 2, 4, 8, 9])", "output": "[1, 2, 8, 9]", "seed": true }, { "input": "([1, 2, 3, 5, 7, 8, 9, 10], [3, 5, 7, 9])", "output": "[3, 5, 7, 9]", "seed": true }, { "input": "([1, 2, 3, 5, 7, 8, 9, 10], [10, 20, 30, 40])", "output": "[10]",...
ok
700
2
3
MBPP/249
mbpp
intersection_array
0.14
[ { "input": "((10, 8, 5, 2, 10, 15, 10, 8, 5, 8, 8, 2), 4)", "output": "0", "seed": true }, { "input": "((10, 8, 5, 2, 10, 15, 10, 8, 5, 8, 8, 2), 10)", "output": "3", "seed": true }, { "input": "((10, 8, 5, 2, 10, 15, 10, 8, 5, 8, 8, 2), 8)", "output": "4", "seed": true ...
ok
850
7
3
MBPP/250
mbpp
count_X
0.14
[ { "input": "(['Red', 'Green', 'Black'], 'c')", "output": "['c', 'Red', 'c', 'Green', 'c', 'Black']", "seed": true }, { "input": "(['python', 'java'], 'program')", "output": "['program', 'python', 'program', 'java']", "seed": true }, { "input": "(['happy', 'sad'], 'laugh')", "...
ok
866
3
3
MBPP/251
mbpp
insert_element
0.13
[ { "input": "(1,)", "output": "(1.0, 0.0)", "seed": true }, { "input": "(4,)", "output": "(4.0, 0.0)", "seed": true }, { "input": "(5,)", "output": "(5.0, 0.0)", "seed": true }, { "input": "(6,)", "output": "(6.0, 0.0)", "seed": false }, { "input": ...
ok
2,297
2
3
MBPP/252
mbpp
convert
0.12
[ { "input": "([1, 2, 'abc', 1.2],)", "output": "2", "seed": true }, { "input": "([1, 2, 3],)", "output": "3", "seed": true }, { "input": "([1, 1.2, 4, 5.1],)", "output": "2", "seed": true }, { "input": "([1, 2, 6],)", "output": "3", "seed": false }, { ...
ok
949
7
3
MBPP/253
mbpp
count_integer
0.11
[ { "input": "(2, 3, 7)", "output": "(2, 1)", "seed": true }, { "input": "(4, 2, 7)", "output": "None", "seed": true }, { "input": "(1, 13, 17)", "output": "(4, 1)", "seed": true }, { "input": "(6, 2, 7)", "output": "None", "seed": false }, { "input"...
ok
1,000
7
3
MBPP/160
mbpp
find_solution
49.23
[ { "input": "(383,)", "output": "True", "seed": true }, { "input": "(254,)", "output": "False", "seed": true }, { "input": "(200,)", "output": "False", "seed": true }, { "input": "(256,)", "output": "False", "seed": false }, { "input": "(511,)", ...
ok
1,776
13
3
MBPP/20
mbpp
is_woodall
65.12
[ { "input": "(10, 20)", "output": "(20, 10)", "seed": true }, { "input": "(15, 17)", "output": "(17, 15)", "seed": true }, { "input": "(100, 200)", "output": "(200, 100)", "seed": true }, { "input": "(17, 17)", "output": "(17, 17)", "seed": false }, { ...
ok
1,052
4
3
MBPP/257
mbpp
swap_numbers
0.08
[ { "input": "(((1, 3), (4, 5), (2, 9), (1, 10)), ((6, 7), (3, 9), (1, 1), (7, 3)))", "output": "((6, 7), (4, 9), (2, 9), (7, 10))", "seed": true }, { "input": "(((2, 4), (5, 6), (3, 10), (2, 11)), ((7, 8), (4, 10), (2, 2), (8, 4)))", "output": "((7, 8), (5, 10), (3, 10), (8, 11))", "seed"...
ok
769
4
3
MBPP/259
mbpp
maximize_elements
0.32
[ { "input": "(50,)", "output": "0", "seed": true }, { "input": "(78,)", "output": "2", "seed": true }, { "input": "(79,)", "output": "3", "seed": true }, { "input": "(100,)", "output": "3", "seed": true }, { "input": "(200,)", "output": "6", ...
ok
1,558
12
8
HumanEval/36
humaneval
fizz_buzz
78.57
[ { "input": "((10, 4, 6, 9), (5, 2, 3, 3))", "output": "(2, 2, 2, 3)", "seed": true }, { "input": "((12, 6, 8, 16), (6, 3, 4, 4))", "output": "(2, 2, 2, 4)", "seed": true }, { "input": "((20, 14, 36, 18), (5, 7, 6, 9))", "output": "(4, 2, 6, 2)", "seed": true }, { ...
ok
776
2
3
MBPP/261
mbpp
division_elements
0.27
[ { "input": "([1, 1, 2, 3, 4, 4, 5, 1], 3)", "output": "([1, 1, 2], [3, 4, 4, 5, 1])", "seed": true }, { "input": "(['a', 'b', 'c', 'd'], 2)", "output": "(['a', 'b'], ['c', 'd'])", "seed": true }, { "input": "(['p', 'y', 't', 'h', 'o', 'n'], 4)", "output": "(['p', 'y', 't', 'h...
ok
931
1
3
MBPP/262
mbpp
split_two_parts
0.29
[ { "input": "(['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n'], 3)", "output": "[['a', 'd', 'g', 'j', 'm'], ['b', 'e', 'h', 'k', 'n'], ['c', 'f', 'i', 'l']]", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], 3)", "output": "[[1, 4, 7, 10, 13]...
ok
850
2
3
MBPP/265
mbpp
list_split
5.05
[ { "input": "(5,)", "output": "100", "seed": true }, { "input": "(9,)", "output": "324", "seed": true }, { "input": "(10,)", "output": "400", "seed": true }, { "input": "(11,)", "output": "484", "seed": false }, { "input": "(133,)", "output": "7...
ok
2,170
2
3
MBPP/266
mbpp
lateralsurface_cube
0.19
[ { "input": "(2,)", "output": "10", "seed": true }, { "input": "(3,)", "output": "35", "seed": true }, { "input": "(4,)", "output": "84", "seed": true }, { "input": "(5,)", "output": "165", "seed": false }, { "input": "(130,)", "output": "292929...
ok
2,302
1
3
MBPP/267
mbpp
square_Sum
0.21
[ { "input": "(3,)", "output": "37", "seed": true }, { "input": "(4,)", "output": "73", "seed": true }, { "input": "(5,)", "output": "121", "seed": true }, { "input": "(6,)", "output": "181", "seed": false }, { "input": "(131,)", "output": "10218...
ok
2,281
1
3
MBPP/268
mbpp
find_star_num
0.17
[ { "input": "([5, 6, 12, 1, 18, 8],)", "output": "30", "seed": true }, { "input": "([3, 20, 17, 9, 2, 10, 18, 13, 6, 18],)", "output": "26", "seed": true }, { "input": "([5, 6, 12, 1],)", "output": "12", "seed": true }, { "input": "([3, 20, 17, 9, 2, 10, 18, 13, 6,...
ok
764
8
3
MBPP/270
mbpp
sum_even_and_even_index
0.12
[ { "input": "(3, 1)", "output": "4", "seed": true }, { "input": "(4, 1)", "output": "11", "seed": true }, { "input": "(5, 3)", "output": "26", "seed": true }, { "input": "(6, 1)", "output": "57", "seed": false }, { "input": "(131, 1)", "output":...
ok
1,578
5
3
MBPP/103
mbpp
eulerian_num
88.52
[ { "input": "([(1, 'Rash', 21), (2, 'Varsha', 20), (3, 'Kil', 19)],)", "output": "[21, 20, 19]", "seed": true }, { "input": "([(1, 'Sai', 36), (2, 'Ayesha', 25), (3, 'Salman', 45)],)", "output": "[36, 25, 45]", "seed": true }, { "input": "([(1, 'Sudeep', 14), (2, 'Vandana', 36), (...
ok
938
3
3
MBPP/272
mbpp
rear_extract
0.4
[ { "input": "((10, 4, 5), (2, 5, 18))", "output": "(8, -1, -13)", "seed": true }, { "input": "((11, 2, 3), (24, 45, 16))", "output": "(-13, -43, -13)", "seed": true }, { "input": "((7, 18, 9), (10, 11, 12))", "output": "(-3, 7, -3)", "seed": true }, { "input": "((1...
ok
827
2
3
MBPP/273
mbpp
substract_elements
0.27
[ { "input": "(4,)", "output": "8", "seed": true }, { "input": "(6,)", "output": "32", "seed": true }, { "input": "(2,)", "output": "2", "seed": true }, { "input": "(8,)", "output": "128", "seed": false }, { "input": "(132,)", "output": "27222589...
ok
5,636
1
3
MBPP/274
mbpp
even_binomial_Coeff_Sum
0.47
[ { "input": "(10, 5)", "output": "1570.7500000000002", "seed": true }, { "input": "(4, 5)", "output": "251.32000000000002", "seed": true }, { "input": "(4, 10)", "output": "502.64000000000004", "seed": true }, { "input": "(6, 5)", "output": "565.47", "seed"...
ok
1,185
2
3
MBPP/276
mbpp
volume_cylinder
0.15
[ { "input": "(2,)", "output": "1056", "seed": true }, { "input": "(3,)", "output": "8832", "seed": true }, { "input": "(1,)", "output": "32", "seed": true }, { "input": "(5,)", "output": "141600", "seed": false }, { "input": "(130,)", "output": ...
ok
2,349
6
3
MBPP/271
mbpp
even_Power_Sum
12.75
[ { "input": "((1, 5, 7, (4, 6), 10),)", "output": "3", "seed": true }, { "input": "((2, 9, (5, 7), 11),)", "output": "2", "seed": true }, { "input": "((11, 15, 5, 8, (2, 3), 8),)", "output": "4", "seed": true }, { "input": "((1, 9, (5, 7), 11),)", "output": "2"...
ok
846
6
3
MBPP/278
mbpp
count_first_elements
0.11
[ { "input": "({'Cierra Vega': 175, 'Alden Cantrell': 180, 'Kierra Gentry': 165, 'Pierre Cox': 190}, 170)", "output": "{'Cierra Vega': 175, 'Alden Cantrell': 180, 'Pierre Cox': 190}", "seed": true }, { "input": "({'Cierra Vega': 175, 'Alden Cantrell': 180, 'Kierra Gentry': 165, 'Pierre Cox': 190},...
ok
859
3
3
MBPP/277
mbpp
dict_filter
0.3
[ { "input": "(3,)", "output": "27", "seed": true }, { "input": "(7,)", "output": "175", "seed": true }, { "input": "(10,)", "output": "370", "seed": true }, { "input": "(9,)", "output": "297", "seed": false }, { "input": "(131,)", "output": "682...
ok
2,160
1
3
MBPP/279
mbpp
is_num_decagonal
0.09
[ { "input": "([1, 2, 3],)", "output": "True", "seed": true }, { "input": "([1, 2, 1, 2],)", "output": "False", "seed": true }, { "input": "([1, 2, 3, 4, 5],)", "output": "True", "seed": true }, { "input": "([3, 2, 3],)", "output": "False", "seed": false }...
ok
1,052
3
3
MBPP/281
mbpp
all_unique
0.12
[ { "input": "([1, 2, 3], [4, 5, 6])", "output": "[-3, -3, -3]", "seed": true }, { "input": "([1, 2], [3, 4])", "output": "[-2, -2]", "seed": true }, { "input": "([90, 120], [50, 70])", "output": "[40, 50]", "seed": true }, { "input": "([3, 2, 3], [4, 5, 6])", "...
ok
970
2
3
MBPP/282
mbpp
sub_list
0.12
[ { "input": "([11, 23, 58, 31, 56, 77, 43, 12, 65, 19], 31)", "output": "(True, 3)", "seed": true }, { "input": "([12, 32, 45, 62, 35, 47, 44, 61], 61)", "output": "(True, 7)", "seed": true }, { "input": "([9, 10, 17, 19, 22, 39, 48, 56], 48)", "output": "(True, 6)", "seed...
ok
791
9
3
MBPP/280
mbpp
sequential_search
0.3
[ { "input": "(['green', 'orange', 'black', 'white'], 'blue')", "output": "False", "seed": true }, { "input": "([1, 2, 3, 4], 7)", "output": "False", "seed": true }, { "input": "(['green', 'green', 'green', 'green'], 'green')", "output": "True", "seed": true }, { "i...
ok
823
2
3
MBPP/284
mbpp
check_element
0.23
[ { "input": "('ac',)", "output": "False", "seed": true }, { "input": "('dc',)", "output": "False", "seed": true }, { "input": "('abbbba',)", "output": "True", "seed": true }, { "input": "('tc',)", "output": "False", "seed": false }, { "input": "('ba...
ok
1,387
4
3
MBPP/285
mbpp
text_match_two_three
0.17
[ { "input": "([10, 20, -30, -1], 4, 3)", "output": "30", "seed": true }, { "input": "([-1, 10, 20], 3, 2)", "output": "59", "seed": true }, { "input": "([-1, -2, -3], 3, 3)", "output": "-1", "seed": true }, { "input": "([-1, 10, 23], 3, 2)", "output": "65", ...
ok
1,364
12
3
MBPP/286
mbpp
max_sub_array_sum_repeated
16.54
[ { "input": "(2,)", "output": "20", "seed": true }, { "input": "(3,)", "output": "56", "seed": true }, { "input": "(4,)", "output": "120", "seed": true }, { "input": "(5,)", "output": "220", "seed": false }, { "input": "(130,)", "output": "29632...
ok
2,302
1
3
MBPP/287
mbpp
square_Sum
0.21
[ { "input": "([[0], [1, 3], [5, 7], [9, 11], [13, 15, 17]],)", "output": "(3, [13, 15, 17])", "seed": true }, { "input": "([[1], [5, 7], [10, 12, 14, 15]],)", "output": "(4, [10, 12, 14, 15])", "seed": true }, { "input": "([[5], [15, 20, 25]],)", "output": "(3, [15, 20, 25])",...
ok
947
4
3
MBPP/290
mbpp
max_length
0.46
[ { "input": "(2, 4)", "output": "16", "seed": true }, { "input": "(3, 2)", "output": "6", "seed": true }, { "input": "(4, 4)", "output": "228", "seed": true }, { "input": "(5, 2)", "output": "16", "seed": false }, { "input": "(130, 4)", "output"...
ok
1,891
9
3
MBPP/291
mbpp
count_no_of_ways
7.5
[ { "input": "(10, 3)", "output": "3", "seed": true }, { "input": "(4, 2)", "output": "2", "seed": true }, { "input": "(20, 5)", "output": "4", "seed": true }, { "input": "(6, 2)", "output": "3", "seed": false }, { "input": "(138, 3)", "output": ...
ok
1,161
2
3
MBPP/292
mbpp
find
0.16
[ { "input": "(7, 8)", "output": "10.63014581273465", "seed": true }, { "input": "(3, 4)", "output": "5.0", "seed": true }, { "input": "(7, 15)", "output": "16.55294535724685", "seed": true }, { "input": "(5, 4)", "output": "6.4031242374328485", "seed": fals...
ok
1,132
2
3
MBPP/293
mbpp
otherside_rightangle
0.14
[ { "input": "(['Python', 3, 2, 4, 5, 'version'],)", "output": "5", "seed": true }, { "input": "(['Python', 15, 20, 25],)", "output": "25", "seed": true }, { "input": "(['Python', 30, 20, 40, 50, 'version'],)", "output": "50", "seed": true }, { "input": "(['PPython'...
ok
812
3
3
MBPP/294
mbpp
max_val
0.25
[ { "input": "(8,)", "output": "7", "seed": true }, { "input": "(12,)", "output": "16", "seed": true }, { "input": "(7,)", "output": "1", "seed": true }, { "input": "(14,)", "output": "10", "seed": false }, { "input": "(136,)", "output": "134", ...
ok
2,203
7
3
MBPP/295
mbpp
sum_div
9.93
[ { "input": "([1, 20, 6, 4, 5],)", "output": "5", "seed": true }, { "input": "([1, 2, 1],)", "output": "1", "seed": true }, { "input": "([1, 2, 5, 6, 1],)", "output": "3", "seed": true }, { "input": "([1, 2, 4],)", "output": "0", "seed": false }, { ...
ok
944
9
3
MBPP/296
mbpp
get_Inv_Count
0.17
[ { "input": "([0, 10, [20, 30], 40, 50, [60, 70, 80], [90, 100, 110, 120]],)", "output": "[0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120]", "seed": true }, { "input": "([[10, 20], [40], [30, 56, 25], [10, 20], [33], [40]],)", "output": "[10, 20, 40, 30, 56, 25, 10, 20, 33, 40]", "s...
ok
773
14
3
MBPP/297
mbpp
flatten_list
0.33
[ { "input": "([('Juan Whelan', 90), ('Sabah Colley', 88), ('Peter Nichols', 7), ('Juan Whelan', 122), ('Sabah Colley', 84)],)", "output": "('Juan Whelan', 212)", "seed": true }, { "input": "([('Juan Whelan', 50), ('Sabah Colley', 48), ('Peter Nichols', 37), ('Juan Whelan', 22), ('Sabah Colley', 1...
ok
1,603
6
3
MBPP/299
mbpp
max_aggregate
0.37
[ { "input": "(1,)", "output": "2.0", "seed": true }, { "input": "(2,)", "output": "6.0", "seed": true }, { "input": "(3,)", "output": "20.0", "seed": true }, { "input": "(4,)", "output": "70.0", "seed": false }, { "input": "(129,)", "output": "2...
ok
2,354
7
3
MBPP/300
mbpp
count_binary_seq
23.62
[ { "input": "({'a': 1, 'b': {'c': {'d': {}}}},)", "output": "4", "seed": true }, { "input": "({'a': 1, 'b': {'c': 'python'}},)", "output": "2", "seed": true }, { "input": "({1: 'Sun', 2: {3: {4: 'Mon'}}},)", "output": "3", "seed": true }, { "input": "({1: 'Sun', 2:...
ok
1,183
3
3
MBPP/301
mbpp
dict_depth
0.4