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": "([1, 1, 2, 3, 4, 4, 5, 1], 3)", "output": "[1, 1, 3, 4, 4, 5, 1]", "seed": true }, { "input": "([0, 0, 1, 2, 3, 4, 4, 5, 6, 6, 6, 7, 8, 9, 4, 4], 4)", "output": "[0, 0, 1, 3, 4, 4, 5, 6, 6, 6, 7, 8, 9, 4, 4]", "seed": true }, { "input": "([10, 10, 15, 19, 18, 18, 17, ...
ok
803
1
3
MBPP/610
mbpp
remove_kth_element
0.46
[ { "input": "([[5, 6, 7], [1, 3, 5], [8, 9, 19]], 2)", "output": "19", "seed": true }, { "input": "([[6, 7, 8], [2, 4, 6], [9, 10, 20]], 1)", "output": "10", "seed": true }, { "input": "([[7, 8, 9], [3, 5, 7], [10, 11, 21]], 1)", "output": "11", "seed": true }, { "...
ok
2,083
3
3
MBPP/611
mbpp
max_of_nth
0.71
[ { "input": "([['x', 'y'], ['a', 'b'], ['m', 'n']],)", "output": "[['x', 'a', 'm'], ['y', 'b', 'n']]", "seed": true }, { "input": "([[1, 2], [3, 4], [5, 6], [7, 8]],)", "output": "[[1, 3, 5, 7], [2, 4, 6, 8]]", "seed": true }, { "input": "([['x', 'y', 'z'], ['a', 'b', 'c'], ['m', ...
ok
995
2
3
MBPP/612
mbpp
merge
0.56
[ { "input": "([(1, 3), (5, 6, 7), (2, 6)],)", "output": "30", "seed": true }, { "input": "([(2, 4), (6, 7, 8), (3, 7)],)", "output": "37", "seed": true }, { "input": "([(3, 5), (7, 8, 9), (4, 8)],)", "output": "44", "seed": true }, { "input": "([(2, 4), (6, 7, 8), ...
ok
971
2
3
MBPP/614
mbpp
cummulative_sum
0.41
[ { "input": "(((10, 10, 10, 12), (30, 45, 56, 45), (81, 80, 39, 32), (1, 2, 3, 4)),)", "output": "[30.5, 34.25, 27.0, 23.25]", "seed": true }, { "input": "(((1, 1, -5), (30, -15, 56), (81, -60, -39), (-10, 2, 3)),)", "output": "[25.5, -18.0, 3.75]", "seed": true }, { "input": "(((...
ok
836
3
3
MBPP/615
mbpp
average_tuple
0.5
[ { "input": "((10, 4, 5, 6), (5, 6, 7, 5))", "output": "(0, 4, 5, 1)", "seed": true }, { "input": "((11, 5, 6, 7), (6, 7, 8, 6))", "output": "(5, 5, 6, 1)", "seed": true }, { "input": "((12, 6, 7, 8), (7, 8, 9, 7))", "output": "(5, 6, 7, 1)", "seed": true }, { "inp...
ok
763
2
3
MBPP/616
mbpp
tuple_modulo
0.34
[ { "input": "((3, 4), 11)", "output": "3.5", "seed": true }, { "input": "((3, 4), 0)", "output": "0", "seed": true }, { "input": "((11, 14), 11)", "output": "1", "seed": true }, { "input": "((1, 4), 0)", "output": "0", "seed": false }, { "input": "(...
ok
1,750
11
3
MBPP/617
mbpp
min_Jumps
0.3
[ { "input": "([4, 5, 6], [1, 2, 3])", "output": "[4.0, 2.5, 2.0]", "seed": true }, { "input": "([3, 2], [1, 4])", "output": "[3.0, 0.5]", "seed": true }, { "input": "([90, 120], [50, 70])", "output": "[1.8, 1.7142857142857142]", "seed": true }, { "input": "([1, 2],...
ok
1,001
2
3
MBPP/618
mbpp
div_list
0.41
[ { "input": "('I1love143you55three3000thousand',)", "output": "'Iloveyouthreethousand1143553000'", "seed": true }, { "input": "('Avengers124Assemble',)", "output": "'AvengersAssemble124'", "seed": true }, { "input": "('Its11our12path13to14see15things16do17things',)", "output":...
ok
713
10
3
MBPP/619
mbpp
move_num
0.56
[ { "input": "([1, 3, 6, 13, 17, 18],)", "output": "4", "seed": true }, { "input": "([10, 5, 3, 15, 20],)", "output": "3", "seed": true }, { "input": "([18, 1, 3, 6, 13, 17],)", "output": "4", "seed": true }, { "input": "([10, 5, 3, 15, 23],)", "output": "3", ...
ok
795
15
3
MBPP/620
mbpp
largest_subset
0.53
[ { "input": "([1, 12, 15, 26, 38], [2, 13, 17, 30, 45], 5)", "output": "16.0", "seed": true }, { "input": "([2, 4, 8, 9], [7, 13, 19, 28], 4)", "output": "8.5", "seed": true }, { "input": "([3, 6, 14, 23, 36, 42], [2, 18, 27, 39, 49, 55], 6)", "output": "25.0", "seed": tru...
ok
932
27
3
MBPP/622
mbpp
get_median
0.47
[ { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], 2)", "output": "[1, 4, 9, 16, 25, 36, 49, 64, 81, 100]", "seed": true }, { "input": "([10, 20, 30], 3)", "output": "[1000, 8000, 27000]", "seed": true }, { "input": "([12, 15], 5)", "output": "[248832, 759375]", "seed": true ...
ok
954
2
3
MBPP/623
mbpp
nth_nums
0.76
[ { "input": "('person',)", "output": "'PERSON'", "seed": true }, { "input": "('final',)", "output": "'FINAL'", "seed": true }, { "input": "('Valid',)", "output": "'VALID'", "seed": true }, { "input": "('finai',)", "output": "'FINAI'", "seed": false }, {...
ok
882
1
3
MBPP/624
mbpp
is_upper
0.14
[ { "input": "([1, 2, 3],)", "output": "[3, 2, 1]", "seed": true }, { "input": "([1, 2, 3, 4, 4],)", "output": "[4, 2, 3, 4, 1]", "seed": true }, { "input": "([4, 5, 6],)", "output": "[6, 5, 4]", "seed": true }, { "input": "([1, 2, 3, 4, 7],)", "output": "[7, 2,...
ok
1,042
5
3
MBPP/625
mbpp
swap_List
0.26
[ { "input": "(-1,)", "output": "None", "seed": true }, { "input": "(0,)", "output": "0", "seed": true }, { "input": "(2,)", "output": "4", "seed": true }, { "input": "(-129,)", "output": "None", "seed": false }, { "input": "(1,)", "output": "1",...
ok
2,349
3
3
MBPP/626
mbpp
triangle_area
0.19
[ { "input": "([0, 1, 2, 3],)", "output": "4", "seed": true }, { "input": "([0, 1, 2, 6, 9],)", "output": "3", "seed": true }, { "input": "([2, 3, 5, 8, 9],)", "output": "0", "seed": true }, { "input": "([0, 1, 2, 6, 12],)", "output": "3", "seed": false },...
ok
839
11
3
MBPP/627
mbpp
find_First_Missing
0.29
[ { "input": "('My Name is Dawood',)", "output": "'My%20Name%20is%20Dawood'", "seed": true }, { "input": "('I am a Programmer',)", "output": "'I%20am%20a%20Programmer'", "seed": true }, { "input": "('I love Coding',)", "output": "'I%20love%20Coding'", "seed": true }, { ...
ok
765
1
3
MBPP/628
mbpp
replace_spaces
0.15
[ { "input": "([1, 2, 3, 4, 5],)", "output": "[2, 4]", "seed": true }, { "input": "([4, 5, 6, 7, 8, 0, 1],)", "output": "[4, 6, 8, 0]", "seed": true }, { "input": "([8, 12, 15, 19],)", "output": "[8, 12]", "seed": true }, { "input": "([3, 2, 3, 4, 5],)", "output...
ok
807
2
3
MBPP/629
mbpp
Split
0.28
[ { "input": "((3, 4),)", "output": "[[2, 3], [2, 4], [2, 5], [3, 3], [3, 4], [3, 5], [4, 3], [4, 4], [4, 5]]", "seed": true }, { "input": "((4, 5),)", "output": "[[3, 4], [3, 5], [3, 6], [4, 4], [4, 5], [4, 6], [5, 4], [5, 5], [5, 6]]", "seed": true }, { "input": "((5, 6),)", ...
ok
1,372
8
3
MBPP/630
mbpp
get_coordinates
2.67
[ { "input": "('Jumanji The Jungle',)", "output": "'Jumanji_The_Jungle'", "seed": true }, { "input": "('The_Avengers',)", "output": "'The Avengers'", "seed": true }, { "input": "('Fast and Furious',)", "output": "'Fast_and_Furious'", "seed": true }, { "input": "('da...
ok
724
1
3
MBPP/631
mbpp
replace_spaces
0.32
[ { "input": "([1, 0, 2, 0, 3, 4],)", "output": "[1, 2, 3, 4, 0, 0]", "seed": true }, { "input": "([2, 3, 2, 0, 0, 4, 0, 5, 0],)", "output": "[2, 3, 2, 4, 5, 0, 0, 0, 0]", "seed": true }, { "input": "([0, 1, 0, 1, 1],)", "output": "[1, 1, 1, 0, 0]", "seed": true }, { ...
ok
868
6
3
MBPP/632
mbpp
move_zero
0.44
[ { "input": "([5, 9, 7, 6], 4)", "output": "47", "seed": true }, { "input": "([7, 3, 5], 3)", "output": "12", "seed": true }, { "input": "([7, 3], 2)", "output": "4", "seed": true }, { "input": "([7, 3, 8], 3)", "output": "30", "seed": false }, { "i...
ok
1,855
7
3
MBPP/633
mbpp
pair_xor_Sum
0.56
[ { "input": "([1, 3, 5, 7, 9, 2, 4, 6, 8, 0],)", "output": "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]", "seed": true }, { "input": "([25, 35, 22, 85, 14, 65, 75, 25, 58],)", "output": "[14, 22, 25, 25, 35, 58, 65, 75, 85]", "seed": true }, { "input": "([7, 1, 9, 5],)", "output": "[1, 5, ...
ok
734
7
3
MBPP/635
mbpp
heap_sort
0.75
[ { "input": "(1500, 1200)", "output": "False", "seed": true }, { "input": "(100, 100)", "output": "True", "seed": true }, { "input": "(2000, 5000)", "output": "False", "seed": true }, { "input": "(102, 100)", "output": "False", "seed": false }, { "i...
ok
1,030
3
3
MBPP/637
mbpp
noprofit_noloss
0.24
[ { "input": "(120, 35)", "output": "40", "seed": true }, { "input": "(40, 20)", "output": "19", "seed": true }, { "input": "(10, 8)", "output": "6", "seed": true }, { "input": "(42, 20)", "output": "19", "seed": false }, { "input": "(248, 35)", ...
ok
1,331
2
3
MBPP/638
mbpp
wind_chill
0.3
[ { "input": "(['sally', 'Dylan', 'rebecca', 'Diana', 'Joanne', 'keith'],)", "output": "16", "seed": true }, { "input": "(['php', 'res', 'Python', 'abcd', 'Java', 'aaa'],)", "output": "10", "seed": true }, { "input": "(['abcd', 'Python', 'abba', 'aba'],)", "output": "6", "s...
ok
802
2
3
MBPP/639
mbpp
sample_nam
0.36
[ { "input": "(['python (chrome)'],)", "output": "'python'", "seed": true }, { "input": "(['string(.abc)'],)", "output": "'string'", "seed": true }, { "input": "(['alpha(num)'],)", "output": "'alpha'", "seed": true }, { "input": "(['sttrring(.abc)'],)", "output"...
ok
1,230
2
3
MBPP/640
mbpp
remove_parenthesis
0.17
[ { "input": "(10,)", "output": "325", "seed": true }, { "input": "(15,)", "output": "750", "seed": true }, { "input": "(18,)", "output": "1089", "seed": true }, { "input": "(17,)", "output": "969", "seed": false }, { "input": "(138,)", "output":...
ok
2,098
1
3
MBPP/641
mbpp
is_nonagonal
0.15
[ { "input": "('pythonzabc.',)", "output": "True", "seed": true }, { "input": "('zxyabc.',)", "output": "False", "seed": true }, { "input": "(' lang .',)", "output": "False", "seed": true }, { "input": "('zxyabcy',)", "output": "False", "seed": false }, ...
ok
788
1
3
MBPP/643
mbpp
text_match_wordz_middle
0.1
[ { "input": "([1, 2, 3, 4, 5, 6], 4)", "output": "[4, 3, 2, 1, 5, 6]", "seed": true }, { "input": "([4, 5, 6, 7], 2)", "output": "[5, 4, 6, 7]", "seed": true }, { "input": "([9, 8, 7, 6, 5], 3)", "output": "[7, 8, 9, 6, 5]", "seed": true }, { "input": "([1, 5, 6, 7...
ok
881
1
3
MBPP/644
mbpp
reverse_Array_Upto_K
0.24
[ { "input": "((4, 5, 6), {'MSAM': 1, 'is': 2, 'best': 3})", "output": "(4, 5, 6, {'MSAM': 1, 'is': 2, 'best': 3})", "seed": true }, { "input": "((1, 2, 3), {'UTS': 2, 'is': 3, 'Worst': 4})", "output": "(1, 2, 3, {'UTS': 2, 'is': 3, 'Worst': 4})", "seed": true }, { "input": "((8, 9...
ok
813
4
3
MBPP/720
mbpp
add_dict_to_tuple
0.26
[ { "input": "([[1, 2, 3], [6, 5, 4], [7, 3, 9]],)", "output": "5.2", "seed": true }, { "input": "([[2, 3, 4], [7, 6, 5], [8, 4, 10]],)", "output": "6.2", "seed": true }, { "input": "([[3, 4, 5], [8, 7, 6], [9, 5, 11]],)", "output": "7.2", "seed": true }, { "input":...
ok
1,762
19
4
MBPP/721
mbpp
maxAverageOfPath
0.62
[ { "input": "({'Cierra Vega': (6.2, 70), 'Alden Cantrell': (5.9, 65), 'Kierra Gentry': (6.0, 68), 'Pierre Cox': (5.8, 66)}, 6.0, 70)", "output": "{'Cierra Vega': (6.2, 70)}", "seed": true }, { "input": "({'Cierra Vega': (6.2, 70), 'Alden Cantrell': (5.9, 65), 'Kierra Gentry': (6.0, 68), 'Pierre C...
ok
849
3
3
MBPP/722
mbpp
filter_data
0.34
[ { "input": "([1, 2, 3, 4, 5, 6, 7, 8], [2, 2, 3, 1, 2, 6, 7, 9])", "output": "4", "seed": true }, { "input": "([0, 1, 2, -1, -5, 6, 0, -3, -2, 3, 4, 6, 8], [2, 1, 2, -1, -5, 6, 4, -3, -2, 3, 4, 6, 8])", "output": "11", "seed": true }, { "input": "([2, 4, -6, -9, 11, -12, 14, -5, ...
ok
679
2
4
MBPP/723
mbpp
count_same_pair
0.17
[ { "input": "(2, 100)", "output": "115", "seed": true }, { "input": "(8, 10)", "output": "37", "seed": true }, { "input": "(8, 15)", "output": "62", "seed": true }, { "input": "(3, 3)", "output": "9", "seed": true }, { "input": "(5, 3)", "output...
ok
1,625
2
4
MBPP/724
mbpp
power_base_sum
0.62
[ { "input": "('Cortex \"A53\" Based \"multi\" tasking \"Processor\"',)", "output": "['A53', 'multi', 'Processor']", "seed": true }, { "input": "('Cast your \"favorite\" entertainment \"apps\"',)", "output": "['favorite', 'apps']", "seed": true }, { "input": "('Watch content \"4k U...
ok
672
1
4
MBPP/725
mbpp
extract_quotation
0.08
[ { "input": "((1, 5, 7, 8, 10),)", "output": "(5, 35, 56, 80)", "seed": true }, { "input": "((2, 4, 5, 6, 7),)", "output": "(8, 20, 30, 42)", "seed": true }, { "input": "((12, 13, 14, 9, 15),)", "output": "(156, 182, 126, 135)", "seed": true }, { "input": "((12,),)...
ok
886
2
4
MBPP/726
mbpp
multiply_elements
0.12
[ { "input": "([10, 20, 30], [15, 25, 35])", "output": "[25, 45, 65]", "seed": true }, { "input": "([1, 2, 3], [5, 6, 7])", "output": "[6, 8, 10]", "seed": true }, { "input": "([15, 20, 30], [15, 45, 75])", "output": "[30, 65, 105]", "seed": true }, { "input": "([1,...
ok
1,212
3
3
MBPP/728
mbpp
sum_list
0.17
[ { "input": "([0, 0, 1, 2, 3, 4, 4, 5, 6, 6, 6, 7, 8, 9, 4, 4],)", "output": "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 4]", "seed": true }, { "input": "([10, 10, 15, 19, 18, 18, 17, 26, 26, 17, 18, 10],)", "output": "[10, 15, 19, 18, 17, 26, 17, 18, 10]", "seed": true }, { "input": "(['a', ...
ok
744
2
4
MBPP/730
mbpp
consecutive_duplicates
0.17
[ { "input": "(5, 12)", "output": "204.20352248333654", "seed": true }, { "input": "(10, 15)", "output": "566.3586699569488", "seed": true }, { "input": "(19, 17)", "output": "1521.8090132193388", "seed": true }, { "input": "(12, 15)", "output": "724.17629031630...
ok
1,063
3
3
MBPP/731
mbpp
lateralsurface_cone
0.07
[ { "input": "('Python language, Programming language.',)", "output": "'Python:language::Programming:language:'", "seed": true }, { "input": "('a b c,d e f',)", "output": "'a:b:c:d:e:f'", "seed": true }, { "input": "('ram reshma,ram rahim',)", "output": "'ram:reshma:ram:rahim'"...
ok
743
1
3
MBPP/732
mbpp
replace_specialchar
0.06
[ { "input": "([2, 5, 5, 5, 6, 6, 8, 9, 9, 9], 5)", "output": "1", "seed": true }, { "input": "([2, 3, 5, 5, 6, 6, 8, 9, 9, 9], 5)", "output": "2", "seed": true }, { "input": "([2, 4, 1, 5, 6, 6, 8, 9, 9, 9], 6)", "output": "4", "seed": true }, { "input": "([2, 3, 5...
ok
852
14
3
MBPP/733
mbpp
find_first_occurrence
0.16
[ { "input": "([1, 2, 3],)", "output": "20", "seed": true }, { "input": "([1, 2],)", "output": "5", "seed": true }, { "input": "([1, 2, 3, 4],)", "output": "84", "seed": true }, { "input": "([3, 2, 3],)", "output": "38", "seed": false }, { "input": "...
ok
1,237
10
3
MBPP/734
mbpp
sum_Of_Subarray_Prod
0.16
[ { "input": "(9,)", "output": "15", "seed": true }, { "input": "(10,)", "output": "12", "seed": true }, { "input": "(11,)", "output": "13", "seed": true }, { "input": "(65,)", "output": "127", "seed": true }, { "input": "(77,)", "output": "115",...
ok
1,865
9
5
MBPP/735
mbpp
toggle_middle_bits
0.14
[ { "input": "([1, 2, 4, 5], 6)", "output": "4", "seed": true }, { "input": "([1, 2, 4, 5], 3)", "output": "2", "seed": true }, { "input": "([1, 2, 4, 5], 7)", "output": "4", "seed": true }, { "input": "([3, 2, 4, 5], 6)", "output": "4", "seed": false }, ...
ok
965
2
3
MBPP/736
mbpp
left_insertion
0.14
[ { "input": "('dawood',)", "output": "None", "seed": true }, { "input": "('rlse',)", "output": "None", "seed": false }, { "input": "('dwoob',)", "output": "None", "seed": false }, { "input": "('lndnin',)", "output": "None", "seed": false }, { "input...
ok
2,287
1
3
MBPP/737
mbpp
check_str
0.16
[ { "input": "(19,)", "output": "'xix'", "seed": true }, { "input": "(152,)", "output": "'clii'", "seed": true }, { "input": "(251,)", "output": "'ccli'", "seed": true }, { "input": "(426,)", "output": "'cdxxvi'", "seed": true }, { "input": "(500,)",...
ok
2,375
14
14
HumanEval/156
humaneval
int_to_mini_roman
558.31
[ { "input": "(2,)", "output": "4", "seed": true }, { "input": "(3,)", "output": "14", "seed": true }, { "input": "(4,)", "output": "45", "seed": true }, { "input": "(5,)", "output": "141", "seed": false }, { "input": "(130,)", "output": "4472135...
ok
4,594
2
3
MBPP/739
mbpp
find_Index
0.32
[ { "input": "((1, 5, 7, 10, 13, 5),)", "output": "{1: 5, 7: 10, 13: 5}", "seed": true }, { "input": "((1, 2, 3, 4, 5, 6),)", "output": "{1: 2, 3: 4, 5: 6}", "seed": true }, { "input": "((7, 8, 9, 10, 11, 12),)", "output": "{7: 8, 9: 10, 11: 12}", "seed": true }, { ...
ok
1,439
2
3
MBPP/740
mbpp
tuple_to_dict
0.35
[ { "input": "('python',)", "output": "False", "seed": true }, { "input": "('aaa',)", "output": "True", "seed": true }, { "input": "('data',)", "output": "False", "seed": true }, { "input": "('adta',)", "output": "False", "seed": false }, { "input": ...
ok
1,078
6
3
MBPP/741
mbpp
all_Characters_Same
0.19
[ { "input": "(3,)", "output": "15.588457268119894", "seed": true }, { "input": "(20,)", "output": "692.8203230275509", "seed": true }, { "input": "(10,)", "output": "173.20508075688772", "seed": true }, { "input": "(22,)", "output": "838.3125908633366", "se...
ok
2,117
2
3
MBPP/742
mbpp
area_tetrahedron
0.18
[ { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], 3)", "output": "[8, 9, 10, 1, 2, 3, 4, 5, 6, 7]", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], 2)", "output": "[9, 10, 1, 2, 3, 4, 5, 6, 7, 8]", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10], 5)", "...
ok
892
2
3
MBPP/743
mbpp
rotate_right
0.32
[ { "input": "((10, 4, 5, 6, None),)", "output": "True", "seed": true }, { "input": "((7, 8, 9, 11, 14),)", "output": "False", "seed": true }, { "input": "((1, 2, 3, 4, None),)", "output": "True", "seed": true }, { "input": "((7, 8, 9, 11, 17),)", "output": "Fal...
ok
850
2
3
MBPP/744
mbpp
check_none
0.2
[ { "input": "(7,)", "output": "1.9921875", "seed": true }, { "input": "(4,)", "output": "1.9375", "seed": true }, { "input": "(8,)", "output": "1.99609375", "seed": true }, { "input": "(6,)", "output": "1.984375", "seed": false }, { "input": "(135,)...
ok
2,509
3
3
MBPP/738
mbpp
geometric_sum
45.14
[ { "input": "(4, 45)", "output": "6.283185307179586", "seed": true }, { "input": "(9, 45)", "output": "31.808625617596654", "seed": true }, { "input": "(9, 361)", "output": "None", "seed": true }, { "input": "(11, 45)", "output": "47.51658888554562", "seed"...
ok
1,109
3
3
MBPP/746
mbpp
sector_area
0.13
[ { "input": "(1, 22)", "output": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 15, 22]", "seed": true }, { "input": "(1, 15)", "output": "[1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 15]", "seed": true }, { "input": "(20, 25)", "output": "[22, 24]", "seed": true }, { "input": "(3, 1...
ok
1,473
5
3
MBPP/745
mbpp
divisible_by_digits
14.44
[ { "input": "('Python',)", "output": "'Python'", "seed": true }, { "input": "('PythonProgrammingExamples',)", "output": "'Python Programming Examples'", "seed": true }, { "input": "('GetReadyToBeCodingFreak',)", "output": "'Get Ready To Be Coding Freak'", "seed": true },...
ok
752
1
3
MBPP/748
mbpp
capital_words_spaces
0.2
[ { "input": "(['4', '12', '45', '7', '0', '100', '200', '-12', '-500'],)", "output": "[-500, -12, 0, 4, 7, 12, 45, 100, 200]", "seed": true }, { "input": "(['2', '3', '8', '4', '7', '9', '8', '2', '6', '5', '1', '6', '1', '2', '3', '4', '6', '9', '1', '2'],)", "output": "[1, 1, 1, 2, 2, 2, 2,...
ok
1,754
4
3
MBPP/749
mbpp
sort_numeric_strings
0.59
[ { "input": "([5, 6, 7], (9, 10))", "output": "[5, 6, 7, 9, 10]", "seed": true }, { "input": "([6, 7, 8], (10, 11))", "output": "[6, 7, 8, 10, 11]", "seed": true }, { "input": "([7, 8, 9], (11, 12))", "output": "[7, 8, 9, 11, 12]", "seed": true }, { "input": "([6, ...
ok
884
2
3
MBPP/750
mbpp
add_tuple
0.25
[ { "input": "([1, 2, 3, 4, 5, 6],)", "output": "True", "seed": true }, { "input": "([2, 3, 4, 5, 10, 15],)", "output": "True", "seed": true }, { "input": "([2, 10, 4, 5, 3, 15],)", "output": "False", "seed": true }, { "input": "([2, 3, 4, 5, 13, 15],)", "output...
ok
758
8
3
MBPP/751
mbpp
check_min_heap
0.26
[ { "input": "('AGGT12', '12TXAYB', '12XBA')", "output": "2", "seed": true }, { "input": "('Reels', 'Reelsfor', 'ReelsforReels')", "output": "5", "seed": true }, { "input": "('abcd1e2', 'bc12ea', 'bd1ea')", "output": "3", "seed": true }, { "input": "('Reele', 'Reels...
ok
723
20
3
MBPP/747
mbpp
lcs_of_three
6.51
[ { "input": "([('Manjeet', 10), ('Akshat', 4), ('Akash', 2), ('Nikhil', 8)], 2)", "output": "[('Akash', 2), ('Akshat', 4)]", "seed": true }, { "input": "([('Sanjeev', 11), ('Angat', 5), ('Akash', 3), ('Nepin', 9)], 3)", "output": "[('Akash', 3), ('Angat', 5), ('Nepin', 9)]", "seed": true ...
ok
1,261
2
3
MBPP/753
mbpp
min_k
0.26
[ { "input": "([1, 1, 3, 4, 5, 6, 7], [0, 1, 2, 3, 4, 5, 7], [0, 1, 2, 3, 4, 5, 7])", "output": "[1, 7]", "seed": true }, { "input": "([1, 1, 3, 4, 5, 6, 7], [0, 1, 2, 3, 4, 6, 5], [0, 1, 2, 3, 4, 6, 7])", "output": "[1, 6]", "seed": true }, { "input": "([1, 1, 3, 4, 6, 5, 6], [0, ...
ok
653
7
4
MBPP/754
mbpp
extract_index_list
0.17
[ { "input": "([1, 2, -8, -2, 0, -2],)", "output": "-2", "seed": true }, { "input": "([1, 1, -0.5, 0, 2, -2, -2],)", "output": "-0.5", "seed": true }, { "input": "([2, 2],)", "output": "None", "seed": true }, { "input": "([2, 2, 2],)", "output": "None", "see...
ok
1,000
5
4
MBPP/755
mbpp
second_smallest
0.13
[ { "input": "('ac',)", "output": "False", "seed": true }, { "input": "('dc',)", "output": "False", "seed": true }, { "input": "('abbbba',)", "output": "True", "seed": true }, { "input": "('dsabbbba',)", "output": "True", "seed": true }, { "input": "...
ok
934
4
6
MBPP/756
mbpp
text_match_zero_one
0.07
[ { "input": "(['julia', 'best', 'tseb', 'for', 'ailuj'],)", "output": "2", "seed": true }, { "input": "(['geeks', 'best', 'for', 'skeeg'],)", "output": "1", "seed": true }, { "input": "(['makes', 'best', 'sekam', 'for', 'rof'],)", "output": "2", "seed": true }, { "...
ok
817
4
3
MBPP/757
mbpp
count_reverse_pairs
0.21
[ { "input": "([[1, 3], [5, 7], [1, 3], [13, 15, 17], [5, 7], [9, 11]],)", "output": "{(1, 3): 2, (5, 7): 2, (13, 15, 17): 1, (9, 11): 1}", "seed": true }, { "input": "([['green', 'orange'], ['black'], ['green', 'orange'], ['white']],)", "output": "{('green', 'orange'): 2, ('black',): 1, ('whi...
ok
981
8
4
MBPP/758
mbpp
unique_sublists
0.2
[ { "input": "('123.11',)", "output": "True", "seed": true }, { "input": "('e666.86',)", "output": "False", "seed": true }, { "input": "('3.124587',)", "output": "False", "seed": true }, { "input": "('1.11',)", "output": "True", "seed": true }, { "in...
ok
835
4
5
MBPP/759
mbpp
is_decimal
0.06
[ { "input": "([1, 1, 1],)", "output": "True", "seed": true }, { "input": "([1, 2, 1, 2],)", "output": "False", "seed": true }, { "input": "([1, 2, 3, 4, 5],)", "output": "False", "seed": true }, { "input": "([3, 1, 1],)", "output": "False", "seed": false ...
ok
1,091
2
3
MBPP/760
mbpp
unique_Element
0.1
[ { "input": "(6,)", "output": "True", "seed": true }, { "input": "(2,)", "output": "False", "seed": true }, { "input": "(12,)", "output": "False", "seed": true }, { "input": "(4,)", "output": "True", "seed": false }, { "input": "(134,)", "output...
ok
2,194
1
3
MBPP/762
mbpp
check_monthnumber_number
0.07
[ { "input": "((1, 5, 3, 19, 18, 25), 6)", "output": "1", "seed": true }, { "input": "((4, 3, 2, 6), 4)", "output": "1", "seed": true }, { "input": "((30, 5, 20, 9), 4)", "output": "4", "seed": true }, { "input": "((1, 3, 2, 6), 4)", "output": "1", "seed": f...
ok
1,582
8
3
MBPP/763
mbpp
find_min_diff
0.11
[ { "input": "('program2bedone',)", "output": "1", "seed": true }, { "input": "('3wonders',)", "output": "1", "seed": true }, { "input": "('123',)", "output": "3", "seed": true }, { "input": "('3wond-1ers2',)", "output": "3", "seed": true }, { "input...
ok
771
5
4
MBPP/764
mbpp
number_ctr
0.07
[ { "input": "(7,)", "output": "11", "seed": true }, { "input": "(4,)", "output": "7", "seed": true }, { "input": "(9,)", "output": "13", "seed": true }, { "input": "(6,)", "output": "10", "seed": false }, { "input": "(135,)", "output": "143", ...
ok
4,622
2
3
MBPP/765
mbpp
is_polite
0.17
[ { "input": "([1, 1, 2, 3, 3, 4, 4, 5],)", "output": "[(1, 1), (1, 2), (2, 3), (3, 3), (3, 4), (4, 4), (4, 5)]", "seed": true }, { "input": "([1, 5, 7, 9, 10],)", "output": "[(1, 5), (5, 7), (7, 9), (9, 10)]", "seed": true }, { "input": "([5, 1, 9, 7, 10],)", "output": "[(5, 1...
ok
767
7
4
MBPP/766
mbpp
pair_wise
0.21
[ { "input": "([1, 1, 1, 1], 2)", "output": "6", "seed": true }, { "input": "([1, 5, 7, -1, 5], 6)", "output": "3", "seed": true }, { "input": "([1, -2, 3], 1)", "output": "1", "seed": true }, { "input": "([-1, -2, 3], -3)", "output": "1", "seed": true }, ...
ok
919
9
4
MBPP/767
mbpp
get_pairs_count
0.16
[ { "input": "([10, 15, 20, 25, 30, 35, 40], [25, 40, 35])", "output": "[10, 20, 30, 15]", "seed": true }, { "input": "([1, 2, 3, 4, 5], [6, 7, 1])", "output": "[2, 3, 4, 5, 6, 7]", "seed": true }, { "input": "([1, 2, 3], [6, 7, 1])", "output": "[2, 3, 6, 7]", "seed": true ...
ok
809
1
3
MBPP/769
mbpp
Diff
0.16
[ { "input": "(2,)", "output": "82", "seed": true }, { "input": "(3,)", "output": "707", "seed": true }, { "input": "(4,)", "output": "3108", "seed": true }, { "input": "(5,)", "output": "9669", "seed": false }, { "input": "(130,)", "output": "11...
ok
2,302
7
3
MBPP/770
mbpp
odd_num_sum
19.18
[ { "input": "('{()}[{}]',)", "output": "True", "seed": true }, { "input": "('{()}[{]',)", "output": "False", "seed": true }, { "input": "('{()}[{}][]({})',)", "output": "True", "seed": true }, { "input": "('{()}[{)',)", "output": "False", "seed": false },...
ok
741
16
3
MBPP/771
mbpp
check_expression
0.16
[ { "input": "('The person is most value tet', 3)", "output": "'person is most value'", "seed": true }, { "input": "('If you told me about this ok', 4)", "output": "'If you me about ok'", "seed": true }, { "input": "('Forces of darkeness is come into the play', 4)", "output": "...
ok
789
6
3
MBPP/772
mbpp
remove_length
0.2
[ { "input": "('python programming, python language', 'python')", "output": "('python', 0, 6)", "seed": true }, { "input": "('python programming,programming language', 'programming')", "output": "('programming', 7, 18)", "seed": true }, { "input": "('python programming,programming ...
ok
704
4
4
MBPP/773
mbpp
occurance_substring
0.3
[ { "input": "([2, 1, 4, 3, 6, 7, 6, 3],)", "output": "True", "seed": true }, { "input": "([4, 1, 2],)", "output": "True", "seed": true }, { "input": "([1, 2, 3],)", "output": "False", "seed": true }, { "input": "([4, 1, 5],)", "output": "False", "seed": fal...
ok
994
1
3
MBPP/775
mbpp
odd_position
0.31
[ { "input": "('bestinstareels',)", "output": "7", "seed": true }, { "input": "('partofthejourneyistheend',)", "output": "12", "seed": true }, { "input": "('amazonprime',)", "output": "5", "seed": true }, { "input": "('partofthejourneyisrheend',)", "output": "12...
ok
723
14
3
MBPP/776
mbpp
count_vowels
0.29
[ { "input": "([1, 2, 3, 1, 1, 4, 5, 6],)", "output": "21", "seed": true }, { "input": "([1, 10, 9, 4, 2, 10, 10, 45, 4],)", "output": "71", "seed": true }, { "input": "([12, 10, 9, 45, 2, 10, 10, 45, 10],)", "output": "78", "seed": true }, { "input": "([3, 2, 3, 1,...
ok
722
8
3
MBPP/777
mbpp
find_sum
0.29
[ { "input": "([0, 0, 1, 2, 3, 4, 4, 5, 6, 6, 6, 7, 8, 9, 4, 4],)", "output": "[[0, 0], [1], [2], [3], [4, 4], [5], [6, 6, 6], [7], [8], [9], [4, 4]]", "seed": true }, { "input": "([10, 10, 15, 19, 18, 18, 17, 26, 26, 17, 18, 10],)", "output": "[[10, 10], [15], [19], [18, 18], [17], [26, 26], ...
ok
731
2
3
MBPP/778
mbpp
pack_consecutive_duplicates
0.48
[ { "input": "([[1, 3], [5, 7], [1, 3], [13, 15, 17], [5, 7], [9, 11]],)", "output": "{(1, 3): 2, (5, 7): 2, (13, 15, 17): 1, (9, 11): 1}", "seed": true }, { "input": "([['green', 'orange'], ['black'], ['green', 'orange'], ['white']],)", "output": "{('green', 'orange'): 2, ('black',): 1, ('whi...
ok
899
8
3
MBPP/779
mbpp
unique_sublists
0.53
[ { "input": "([(2, 4), (6, 7), (5, 1), (6, 10)],)", "output": "[(8, 11), (7, 5), (8, 14), (11, 8), (12, 17), (11, 11)]", "seed": true }, { "input": "([(3, 5), (7, 8), (6, 2), (7, 11)],)", "output": "[(10, 13), (9, 7), (10, 16), (13, 10), (14, 19), (13, 13)]", "seed": true }, { "in...
ok
1,706
3
3
MBPP/780
mbpp
find_combinations
0.94
[ { "input": "(10,)", "output": "True", "seed": true }, { "input": "(125,)", "output": "True", "seed": true }, { "input": "(100,)", "output": "False", "seed": true }, { "input": "(127,)", "output": "True", "seed": false }, { "input": "(138,)", "o...
ok
3,760
10
3
MBPP/781
mbpp
count_divisors
0.98
[ { "input": "([1, 2, 4],)", "output": "14", "seed": true }, { "input": "([1, 2, 1, 2],)", "output": "15", "seed": true }, { "input": "([1, 7],)", "output": "8", "seed": true }, { "input": "([3, 2, 4],)", "output": "18", "seed": false }, { "input": "...
ok
1,294
6
3
MBPP/782
mbpp
odd_length_sum
0.28
[ { "input": "(255, 255, 255)", "output": "(0, 0.0, 100.0)", "seed": true }, { "input": "(0, 215, 0)", "output": "(120.0, 100.0, 84.31372549019608)", "seed": true }, { "input": "(10, 215, 110)", "output": "(149.26829268292684, 95.34883720930233, 84.31372549019608)", "seed":...
ok
796
21
3
MBPP/783
mbpp
rgb_to_hsv
0.36
[ { "input": "([1, 3, 5, 7, 4, 1, 6, 8],)", "output": "4", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10],)", "output": "2", "seed": true }, { "input": "([1, 5, 7, 9, 10],)", "output": "10", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 13],...
ok
715
6
3
MBPP/784
mbpp
mul_even_odd
0.32
[ { "input": "('(7, 8, 9)',)", "output": "(7, 8, 9)", "seed": true }, { "input": "('(1, 2, 3)',)", "output": "(1, 2, 3)", "seed": true }, { "input": "('(4, 5, 6)',)", "output": "(4, 5, 6)", "seed": true }, { "input": "('(7, 81, 19)',)", "output": "(7, 81, 19)", ...
ok
17,728
2
4
MBPP/785
mbpp
tuple_str_int
2.57
[ { "input": "([1, 2, 4, 5], 6)", "output": "4", "seed": true }, { "input": "([1, 2, 4, 5], 3)", "output": "2", "seed": true }, { "input": "([1, 2, 4, 5], 7)", "output": "4", "seed": true }, { "input": "([3, 2, 4, 5], 6)", "output": "4", "seed": false }, ...
ok
965
1
3
MBPP/786
mbpp
right_insertion
0.27
[ { "input": "('ac',)", "output": "None", "seed": true }, { "input": "('dc',)", "output": "None", "seed": true }, { "input": "('tc',)", "output": "None", "seed": false }, { "input": "('bbbbba',)", "output": "None", "seed": false }, { "input": "('C',)...
ok
1,567
2
4
MBPP/787
mbpp
text_match_three
0.23
[ { "input": "(['WEB', 'is'], 'best')", "output": "('WEB', 'is', 'best')", "seed": true }, { "input": "(['We', 'are'], 'Developers')", "output": "('We', 'are', 'Developers')", "seed": true }, { "input": "(['Part', 'is'], 'Wrong')", "output": "('Part', 'is', 'Wrong')", "seed...
ok
826
1
3
MBPP/788
mbpp
new_tuple
0.26
[ { "input": "([3, 2, 1],)", "output": "False", "seed": true }, { "input": "([1, 2, 3],)", "output": "False", "seed": true }, { "input": "([2, 1, 4],)", "output": "True", "seed": true }, { "input": "([1, 2, 6],)", "output": "False", "seed": false }, { ...
ok
1,230
1
3
MBPP/790
mbpp
even_position
0.31
[ { "input": "((1, 5, 7, (4, 6), 10),)", "output": "(1, 5, 7, 10)", "seed": true }, { "input": "((2, 6, 8, (5, 7), 11),)", "output": "(2, 6, 8, 11)", "seed": true }, { "input": "((3, 7, 9, (6, 8), 12),)", "output": "(3, 7, 9, 12)", "seed": true }, { "input": "((3, 7...
ok
753
7
4
MBPP/791
mbpp
remove_nested
0.31
[ { "input": "([[1, 3], [5, 7], [9, 11], [13, 15, 17]],)", "output": "4", "seed": true }, { "input": "([[1, 2], [2, 3], [4, 5]],)", "output": "3", "seed": true }, { "input": "([[1, 0], [2, 0]],)", "output": "2", "seed": true }, { "input": "([[1, 2], [2, 3], [3, 5]],...
ok
1,021
1
3
MBPP/792
mbpp
count_list
0.46
[ { "input": "([1, 2, 3], 1)", "output": "0", "seed": true }, { "input": "([1, 1, 1, 2, 3, 4], 1)", "output": "2", "seed": true }, { "input": "([2, 3, 2, 3, 6, 8, 9], 3)", "output": "3", "seed": true }, { "input": "([1, 1, 1, 2, 6, 4], 1)", "output": "2", "s...
ok
922
16
3
MBPP/793
mbpp
last
0.35
[ { "input": "('aabAbbbc',)", "output": "None", "seed": true }, { "input": "('accddbbjjj',)", "output": "None", "seed": true }, { "input": "('babAbbbc',)", "output": "None", "seed": false }, { "input": "('AADDBBJJJ',)", "output": "None", "seed": false }, ...
ok
1,238
2
3
MBPP/794
mbpp
text_starta_endb
0.21
[ { "input": "({'a': 100, 'b': 200, 'c': 300},)", "output": "600", "seed": true }, { "input": "({'a': 25, 'b': 18, 'c': 45},)", "output": "88", "seed": true }, { "input": "({'a': 36, 'b': 39, 'c': 49},)", "output": "124", "seed": true }, { "input": "({'a': 36, 'b': ...
ok
1,020
5
3
MBPP/796
mbpp
return_sum
0.36