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, 2, 3, 4, 5], [[0, 2], [0, 3]], 2, 1)", "output": "3", "seed": true }, { "input": "([1, 2, 3, 4], [[0, 1], [0, 2]], 1, 2)", "output": "3", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6], [[0, 1], [0, 2]], 1, 1)", "output": "1", "seed": true }, { "...
ok
1,694
11
3
MBPP/304
mbpp
find_Element
0.55
[ { "input": "(['Python PHP', 'Java JavaScript', 'c c++'],)", "output": "('Python', 'PHP')", "seed": true }, { "input": "(['Python Programming', 'Java Programming'],)", "output": "('Python', 'Programming')", "seed": true }, { "input": "(['Pqrst Pqr', 'qrstuv'],)", "output": "('...
ok
982
5
3
MBPP/305
mbpp
start_withp
0.27
[ { "input": "(5,)", "output": "[2, 3]", "seed": true }, { "input": "(6,)", "output": "[2, 3, 5]", "seed": true }, { "input": "(7,)", "output": "[2, 3, 5]", "seed": true }, { "input": "(10,)", "output": "[2, 3, 5, 7]", "seed": true }, { "input": "(0,...
ok
2,160
14
10
HumanEval/96
humaneval
count_up_to
180.19
[ { "input": "(('HELLO', 5, [], True), 2, 50)", "output": "('HELLO', 5, [50], True)", "seed": true }, { "input": "(('HELLO', 5, [], True), 2, 100)", "output": "('HELLO', 5, [100], True)", "seed": true }, { "input": "(('HELLO', 5, [], True), 2, 500)", "output": "('HELLO', 5, [50...
ok
2,970
3
3
MBPP/307
mbpp
colon_tuplex
0.43
[ { "input": "([1, 2, 3, 4, 5, 6], [3, 6, 8, 9, 10, 6], 3)", "output": "[60, 54, 50]", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6], [3, 6, 8, 9, 10, 6], 4)", "output": "[60, 54, 50, 48]", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6], [3, 6, 8, 9, 10, 6], 5)", "output": "...
ok
787
3
3
MBPP/308
mbpp
large_product
0.24
[ { "input": "(5, 10)", "output": "10", "seed": true }, { "input": "(-1, -2)", "output": "-1", "seed": true }, { "input": "(9, 7)", "output": "9", "seed": true }, { "input": "(1, -2)", "output": "1", "seed": false }, { "input": "(133, 10)", "outp...
ok
1,135
3
3
MBPP/309
mbpp
maximum
0.07
[ { "input": "('python 3.0',)", "output": "('p', 'y', 't', 'h', 'o', 'n', '3', '.', '0')", "seed": true }, { "input": "('item1',)", "output": "('i', 't', 'e', 'm', '1')", "seed": true }, { "input": "('15.10',)", "output": "('1', '5', '.', '1', '0')", "seed": true }, { ...
ok
841
3
3
MBPP/310
mbpp
string_to_tuple
0.13
[ { "input": "(10, 4)", "output": "4", "seed": true }, { "input": "(5, 2)", "output": "6", "seed": true }, { "input": "(16, 3)", "output": "84", "seed": true }, { "input": "(7, 2)", "output": "12", "seed": false }, { "input": "(138, 4)", "output"...
ok
2,423
17
3
MBPP/239
mbpp
get_total_number_of_sequences
157.87
[ { "input": "(5, 12)", "output": "314.15926535897927", "seed": true }, { "input": "(10, 15)", "output": "1570.7963267948965", "seed": true }, { "input": "(19, 17)", "output": "6426.651371693521", "seed": true }, { "input": "(12, 15)", "output": "2261.9467105846...
ok
1,063
2
3
MBPP/312
mbpp
volume_cone
0.06
[ { "input": "(10,)", "output": "8", "seed": true }, { "input": "(19,)", "output": "16", "seed": true }, { "input": "(32,)", "output": "32", "seed": true }, { "input": "(21,)", "output": "16", "seed": false }, { "input": "(138,)", "output": "128"...
ok
1,890
8
3
MBPP/388
mbpp
highest_Power_of_2
0.39
[ { "input": "(5,)", "output": "2", "seed": true }, { "input": "(10,)", "output": "4", "seed": true }, { "input": "(100,)", "output": "25", "seed": true }, { "input": "(12,)", "output": "5", "seed": false }, { "input": "(133,)", "output": "32", ...
ok
2,388
13
3
MBPP/256
mbpp
count_Primes_nums
231.77
[ { "input": "([1, 2, 3, 4], 'temp{0}')", "output": "['temp1', 'temp2', 'temp3', 'temp4']", "seed": true }, { "input": "(['a', 'b', 'c', 'd'], 'python{0}')", "output": "['pythona', 'pythonb', 'pythonc', 'pythond']", "seed": true }, { "input": "([5, 6, 7, 8], 'string{0}')", "out...
ok
1,188
3
3
MBPP/390
mbpp
add_string
0.37
[ { "input": "(['S001', 'S002', 'S003', 'S004'], ['Adina Park', 'Leyton Marsh', 'Duncan Boyle', 'Saim Richards'], [85, 98, 89, 92])", "output": "[{'S001': {'Adina Park': 85}}, {'S002': {'Leyton Marsh': 98}}, {'S003': {'Duncan Boyle': 89}}, {'S004': {'Saim Richards': 92}}]", "seed": true }, { "inpu...
ok
708
3
3
MBPP/391
mbpp
convert_list_dictionary
0.47
[ { "input": "([1, 101, 2, 3, 100, 4, 5], 7, 4, 6)", "output": "11", "seed": true }, { "input": "([1, 101, 2, 3, 100, 4, 5], 7, 2, 5)", "output": "7", "seed": true }, { "input": "([11, 15, 19, 21, 26, 28, 31], 7, 2, 4)", "output": "71", "seed": true }, { "input": "(...
ok
3,530
22
3
MBPP/306
mbpp
max_sum_increasing_subseq
169.11
[ { "input": "([[0], [1, 3], [5, 7], [9, 11], [13, 15, 17]],)", "output": "(3, [13, 15, 17])", "seed": true }, { "input": "([[1, 2, 3, 4, 5], [1, 2, 3, 4], [1, 2, 3], [1, 2], [1]],)", "output": "(5, [1, 2, 3, 4, 5])", "seed": true }, { "input": "([[3, 4, 5], [6, 7, 8, 9], [10, 11, ...
ok
825
4
3
MBPP/393
mbpp
max_length_list
0.6
[ { "input": "((1, 4, 5, 6, 1, 4),)", "output": "False", "seed": true }, { "input": "((1, 4, 5, 6),)", "output": "True", "seed": true }, { "input": "((2, 3, 4, 5, 6),)", "output": "True", "seed": true }, { "input": "((3, 4, 5, 6, 1, 4),)", "output": "False", ...
ok
855
10
3
MBPP/394
mbpp
check_distinct
0.27
[ { "input": "('abcabc',)", "output": "None", "seed": true }, { "input": "('abc',)", "output": "'a'", "seed": true }, { "input": "('ababc',)", "output": "'c'", "seed": true }, { "input": "('abb',)", "output": "'a'", "seed": false }, { "input": "('baa...
ok
1,032
14
3
MBPP/395
mbpp
first_non_repeating_character
0.2
[ { "input": "('abba',)", "output": "'Valid'", "seed": true }, { "input": "('a',)", "output": "'Valid'", "seed": true }, { "input": "('abcd',)", "output": "'Invalid'", "seed": true }, { "input": "('u',)", "output": "'Valid'", "seed": false }, { "inpu...
ok
1,282
3
3
MBPP/396
mbpp
check_char
0.17
[ { "input": "(25, 55, 65)", "output": "55", "seed": true }, { "input": "(20, 10, 30)", "output": "20", "seed": true }, { "input": "(15, 45, 75)", "output": "45", "seed": true }, { "input": "(22, 10, 30)", "output": "22", "seed": false }, { "input": ...
ok
718
17
3
MBPP/397
mbpp
median_numbers
0.13
[ { "input": "([10, 2, 56],)", "output": "14", "seed": true }, { "input": "([[10, 20, 4, 5, 'b', 70, 'a']],)", "output": "19", "seed": true }, { "input": "([10, 20, -4, 5, -70],)", "output": "19", "seed": true }, { "input": "([[20, 4, 5, 'b', 70, 'a']],)", "outp...
ok
878
2
3
MBPP/398
mbpp
sum_of_digits
0.29
[ { "input": "((10, 4, 6, 9), (5, 2, 3, 3))", "output": "(15, 6, 5, 10)", "seed": true }, { "input": "((11, 5, 7, 10), (6, 3, 4, 4))", "output": "(13, 6, 3, 14)", "seed": true }, { "input": "((12, 6, 8, 11), (7, 4, 5, 6))", "output": "(11, 2, 13, 13)", "seed": true }, {...
ok
754
2
3
MBPP/399
mbpp
bitwise_xor
0.27
[ { "input": "([(3, 4), (1, 2), (4, 3), (5, 6)],)", "output": "3", "seed": true }, { "input": "([(4, 15), (2, 3), (5, 4), (6, 7)],)", "output": "4", "seed": true }, { "input": "([(5, 16), (2, 3), (6, 5), (6, 9)],)", "output": "4", "seed": true }, { "input": "([(15,)...
ok
881
2
3
MBPP/400
mbpp
extract_freq
0.46
[ { "input": "(((1, 3), (4, 5), (2, 9), (1, 10)), ((6, 7), (3, 9), (1, 1), (7, 3)))", "output": "((7, 10), (7, 14), (3, 10), (8, 13))", "seed": true }, { "input": "(((2, 4), (5, 6), (3, 10), (2, 11)), ((7, 8), (4, 10), (2, 2), (8, 4)))", "output": "((9, 12), (9, 16), (5, 12), (10, 15))", "...
ok
769
4
3
MBPP/401
mbpp
add_nested_tuples
0.6
[ { "input": "(1, 2)", "output": "1", "seed": true }, { "input": "(-5, -4)", "output": "-5", "seed": true }, { "input": "(0, 0)", "output": "0", "seed": true }, { "input": "(-3, -4)", "output": "-4", "seed": false }, { "input": "(129, 2)", "outpu...
ok
1,202
3
3
MBPP/404
mbpp
minimum
0.13
[ { "input": "(('w', 3, 'r', 'e', 's', 'o', 'u', 'r', 'c', 'e'), 'r')", "output": "True", "seed": true }, { "input": "(('w', 3, 'r', 'e', 's', 'o', 'u', 'r', 'c', 'e'), '5')", "output": "False", "seed": true }, { "input": "(('w', 3, 'r', 'e', 's', 'o', 'u', 'r', 'c', 'e'), 3)", ...
ok
887
3
3
MBPP/405
mbpp
check_tuplex
0.28
[ { "input": "(12,)", "output": "False", "seed": true }, { "input": "(7,)", "output": "True", "seed": true }, { "input": "(10,)", "output": "False", "seed": true }, { "input": "(9,)", "output": "False", "seed": false }, { "input": "(140,)", "outp...
ok
2,160
8
3
MBPP/406
mbpp
find_Parity
0.28
[ { "input": "(12,)", "output": "21", "seed": true }, { "input": "(10,)", "output": "False", "seed": true }, { "input": "(102,)", "output": "120", "seed": true }, { "input": "(140,)", "output": "401", "seed": false }, { "input": "(14,)", "output"...
ok
2,388
12
3
MBPP/407
mbpp
rearrange_bigger
0.37
[ { "input": "([1, 3, 7], [2, 4, 6], 2)", "output": "[[1, 2], [1, 4]]", "seed": true }, { "input": "([1, 3, 7], [2, 4, 6], 1)", "output": "[[1, 2]]", "seed": true }, { "input": "([1, 3, 7], [2, 4, 6], 7)", "output": "[[1, 2], [1, 4], [3, 2], [1, 6], [3, 4], [3, 6], [7, 2]]", ...
ok
894
15
3
MBPP/408
mbpp
k_smallest_pairs
0.67
[ { "input": "([(2, 7), (2, 6), (1, 8), (4, 9)],)", "output": "8", "seed": true }, { "input": "([(10, 20), (15, 2), (5, 10)],)", "output": "30", "seed": true }, { "input": "([(11, 44), (10, 15), (20, 5), (12, 9)],)", "output": "100", "seed": true }, { "input": "([(1...
ok
1,874
3
3
MBPP/409
mbpp
min_product_tuple
0.57
[ { "input": "(['Python', 3, 2, 4, 5, 'version'],)", "output": "2", "seed": true }, { "input": "(['Python', 15, 20, 25],)", "output": "15", "seed": true }, { "input": "(['Python', 30, 20, 40, 50, 'version'],)", "output": "20", "seed": true }, { "input": "(['PPython'...
ok
812
3
3
MBPP/410
mbpp
min_val
0.31
[ { "input": "('android_tv',)", "output": "'AndroidTv'", "seed": true }, { "input": "('google_pixel',)", "output": "'GooglePixel'", "seed": true }, { "input": "('apple_watch',)", "output": "'AppleWatch'", "seed": true }, { "input": "('google_pioel',)", "output":...
ok
778
1
3
MBPP/411
mbpp
snake_to_camel
0.21
[ { "input": "([1, 2, 3],)", "output": "[2]", "seed": true }, { "input": "([2, 4, 6],)", "output": "[2, 4, 6]", "seed": true }, { "input": "([10, 20, 3],)", "output": "[10, 20]", "seed": true }, { "input": "([2, 4, 9],)", "output": "[2, 4]", "seed": false ...
ok
1,080
6
3
MBPP/412
mbpp
remove_odd
0.27
[ { "input": "([('Greyson Fulton', 98, 99), ('Brady Kent', 97, 96), ('Wyatt Knott', 91, 94), ('Beau Turnbull', 94, 98)], 0)", "output": "['Greyson Fulton', 'Brady Kent', 'Wyatt Knott', 'Beau Turnbull']", "seed": true }, { "input": "([('Greyson Fulton', 98, 99), ('Brady Kent', 97, 96), ('Wyatt Knot...
ok
1,986
3
3
MBPP/413
mbpp
extract_nth_element
0.69
[ { "input": "([1, 2, 3, 4, 5], [6, 7, 8, 9])", "output": "False", "seed": true }, { "input": "([1, 2, 3], [4, 5, 6])", "output": "False", "seed": true }, { "input": "([1, 4, 5], [1, 4, 5])", "output": "True", "seed": true }, { "input": "([1, 2, 6], [4, 5, 6])", ...
ok
812
7
3
MBPP/414
mbpp
overlapping
0.16
[ { "input": "([1, 2, 3, 4, 7, 0, 8, 4],)", "output": "(7, 8)", "seed": true }, { "input": "([0, -1, -2, -4, 5, 0, -6],)", "output": "(-4, -6)", "seed": true }, { "input": "([1, 2, 3],)", "output": "(2, 3)", "seed": true }, { "input": "([0, -1, -2, -4, 5, 0, 1],)", ...
ok
1,010
12
3
MBPP/415
mbpp
max_Product
0.21
[ { "input": "([('x', 'y'), ('x', 'z'), ('w', 't')],)", "output": "[('x', 'y', 'z'), ('w', 't')]", "seed": true }, { "input": "([('a', 'b'), ('a', 'c'), ('d', 'e')],)", "output": "[('a', 'b', 'c'), ('d', 'e')]", "seed": true }, { "input": "([('f', 'g'), ('f', 'g'), ('h', 'i')],)", ...
ok
1,194
11
3
MBPP/417
mbpp
group_tuples
0.25
[ { "input": "([['A'], ['A', 'B'], ['A', 'B', 'C']],)", "output": "['A', 'B', 'C']", "seed": true }, { "input": "([[1], [1, 2], [1, 2, 3]],)", "output": "[1, 2, 3]", "seed": true }, { "input": "([[1, 1], [1, 2, 3], [1, 5, 6, 1]],)", "output": "[1, 5, 6, 1]", "seed": true ...
ok
1,006
2
3
MBPP/418
mbpp
Find_Max
0.26
[ { "input": "([22.4, 4.0, -16.22, -9.1, 11.0, -12.22, 14.2, -5.2, 17.5],)", "output": "243", "seed": true }, { "input": "([5, 2, 9, 24.3, 29],)", "output": "345", "seed": true }, { "input": "([25.0, 56.7, 89.2],)", "output": "513", "seed": true }, { "input": "([5, ...
ok
781
3
3
MBPP/419
mbpp
round_and_sum
0.16
[ { "input": "(2,)", "output": "72", "seed": true }, { "input": "(3,)", "output": "288", "seed": true }, { "input": "(4,)", "output": "800", "seed": true }, { "input": "(5,)", "output": "1800", "seed": false }, { "input": "(130,)", "output": "580...
ok
2,302
5
3
MBPP/420
mbpp
cube_Sum
10.51
[ { "input": "(('ID', 'is', 4, 'UTS'),)", "output": "'ID-is-4-UTS'", "seed": true }, { "input": "(('QWE', 'is', 4, 'RTY'),)", "output": "'QWE-is-4-RTY'", "seed": true }, { "input": "(('ZEN', 'is', 4, 'OP'),)", "output": "'ZEN-is-4-OP'", "seed": true }, { "input": "(...
ok
914
6
3
MBPP/421
mbpp
concatenate_tuple
0.22
[ { "input": "(2,)", "output": "4.5", "seed": true }, { "input": "(3,)", "output": "12.0", "seed": true }, { "input": "(1,)", "output": "1.0", "seed": true }, { "input": "(5,)", "output": "45.0", "seed": false }, { "input": "(130,)", "output": "5...
ok
2,350
5
3
MBPP/422
mbpp
find_Average_Of_Cube
12.65
[ { "input": "(('Mers', 'for', 'Vers'),)", "output": "['s', 'r', 's']", "seed": true }, { "input": "(('Avenge', 'for', 'People'),)", "output": "['e', 'r', 'e']", "seed": true }, { "input": "(('Gotta', 'get', 'go'),)", "output": "['a', 't', 'o']", "seed": true }, { "...
ok
999
2
3
MBPP/424
mbpp
extract_rear
0.27
[ { "input": "([[1, 3], [5, 7], [1, 11], [1, 15, 7]], 1)", "output": "3", "seed": true }, { "input": "([['A', 'B'], ['A', 'C'], ['A', 'D', 'E'], ['B', 'C', 'D']], 'A')", "output": "3", "seed": true }, { "input": "([['A', 'B'], ['A', 'C'], ['A', 'D', 'E'], ['B', 'C', 'D']], 'E')", ...
ok
970
7
3
MBPP/425
mbpp
count_element_in_list
0.41
[ { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10],)", "output": "[1, 3, 5, 7, 9]", "seed": true }, { "input": "([10, 20, 45, 67, 84, 93],)", "output": "[45, 67, 93]", "seed": true }, { "input": "([5, 7, 9, 8, 6, 4, 3],)", "output": "[5, 7, 9, 3]", "seed": true }, { "in...
ok
721
2
3
MBPP/426
mbpp
filter_oddnumbers
0.33
[ { "input": "('2026-01-02',)", "output": "'02-01-2026'", "seed": true }, { "input": "('2020-11-13',)", "output": "'13-11-2020'", "seed": true }, { "input": "('2021-04-26',)", "output": "'26-04-2021'", "seed": true }, { "input": "('2020-11-12',)", "output": "'12...
ok
779
1
3
MBPP/427
mbpp
change_date_format
0.14
[ { "input": "([12, 23, 4, 5, 3, 2, 12, 81, 56, 95],)", "output": "[2, 3, 4, 5, 12, 12, 23, 56, 81, 95]", "seed": true }, { "input": "([24, 22, 39, 34, 87, 73, 68],)", "output": "[22, 24, 34, 39, 68, 73, 87]", "seed": true }, { "input": "([32, 30, 16, 96, 82, 83, 74],)", "outpu...
ok
713
14
3
MBPP/428
mbpp
shell_sort
0.57
[ { "input": "((10, 4, 6, 9), (5, 2, 3, 3))", "output": "(0, 0, 2, 1)", "seed": true }, { "input": "((1, 2, 3, 4), (5, 6, 7, 8))", "output": "(1, 2, 3, 0)", "seed": true }, { "input": "((8, 9, 11, 12), (7, 13, 14, 17))", "output": "(0, 9, 10, 0)", "seed": true }, { ...
ok
750
2
3
MBPP/429
mbpp
and_tuples
0.29
[ { "input": "(5, 3, 2)", "output": "-198", "seed": true }, { "input": "(9, 8, 4)", "output": "-2336", "seed": true }, { "input": "(2, 4, 6)", "output": "-130", "seed": true }, { "input": "(11, 8, 4)", "output": "-2856", "seed": false }, { "input": "...
ok
901
2
3
MBPP/430
mbpp
parabola_directrix
0.15
[ { "input": "([1, 2, 3, 4, 5], [5, 6, 7, 8, 9])", "output": "True", "seed": true }, { "input": "([1, 2, 3, 4, 5], [6, 7, 8, 9])", "output": "None", "seed": true }, { "input": "(['a', 'b', 'c'], ['d', 'b', 'e'])", "output": "True", "seed": true }, { "input": "([1, 2...
ok
810
8
3
MBPP/431
mbpp
common_element
0.38
[ { "input": "(15, 25, 35)", "output": "20.0", "seed": true }, { "input": "(10, 20, 30)", "output": "15.0", "seed": true }, { "input": "(6, 9, 4)", "output": "7.5", "seed": true }, { "input": "(12, 20, 30)", "output": "16.0", "seed": false }, { "inpu...
ok
855
2
3
MBPP/432
mbpp
median_trapezium
0.14
[ { "input": "([1, 2, 3, 4, 5], 4)", "output": "False", "seed": true }, { "input": "([2, 3, 4, 5, 6], 8)", "output": "True", "seed": true }, { "input": "([9, 7, 4, 8, 6, 1], 11)", "output": "True", "seed": true }, { "input": "([2, 3, 4, 5, 9], 8)", "output": "Fa...
ok
842
2
3
MBPP/433
mbpp
check_greater
0.21
[ { "input": "('ac',)", "output": "False", "seed": true }, { "input": "('dc',)", "output": "False", "seed": true }, { "input": "('abba',)", "output": "True", "seed": true }, { "input": "('tc',)", "output": "False", "seed": false }, { "input": "('baba...
ok
1,437
4
3
MBPP/434
mbpp
text_match_one
0.19
[ { "input": "(123,)", "output": "3", "seed": true }, { "input": "(25,)", "output": "5", "seed": true }, { "input": "(30,)", "output": "0", "seed": true }, { "input": "(27,)", "output": "7", "seed": false }, { "input": "(251,)", "output": "1", ...
ok
1,846
1
3
MBPP/435
mbpp
last_Digit
0.17
[ { "input": "([-1, 4, 5, -6],)", "output": "[-1, -6]", "seed": true }, { "input": "([-1, -2, 3, 4],)", "output": "[-1, -2]", "seed": true }, { "input": "([-7, -6, 8, 9],)", "output": "[-7, -6]", "seed": true }, { "input": "([1, -2, 3, 4],)", "output": "[-2]", ...
ok
898
7
3
MBPP/436
mbpp
neg_nos
0.26
[ { "input": "('python',)", "output": "'yhn'", "seed": true }, { "input": "('program',)", "output": "'rga'", "seed": true }, { "input": "('language',)", "output": "'agae'", "seed": true }, { "input": "('prograo',)", "output": "'rga'", "seed": false }, { ...
ok
840
7
3
MBPP/437
mbpp
remove_odd
0.19
[ { "input": "([(5, 6), (1, 2), (6, 5), (9, 1), (6, 5), (2, 1)],)", "output": "3", "seed": true }, { "input": "([(5, 6), (1, 3), (6, 5), (9, 1), (6, 5), (2, 1)],)", "output": "2", "seed": true }, { "input": "([(5, 6), (1, 2), (6, 5), (9, 2), (6, 5), (2, 1)],)", "output": "4", ...
ok
961
9
3
MBPP/438
mbpp
count_bidirectional
0.56
[ { "input": "([11, 33, 50],)", "output": "113350", "seed": true }, { "input": "([-1, 2, 3, 4, 5, 6],)", "output": "-123456", "seed": true }, { "input": "([10, 15, 20, 25],)", "output": "10152025", "seed": true }, { "input": "([-1, 2, 3, 4, 8, 6],)", "output": "...
ok
1,223
2
3
MBPP/439
mbpp
multiple_to_single
0.27
[ { "input": "('clearly!! we can see the sky',)", "output": "(0, 7, 'clearly')", "seed": true }, { "input": "('seriously!! there are many roses',)", "output": "(0, 9, 'seriously')", "seed": true }, { "input": "('unfortunately!! sita is going to home',)", "output": "(0, 13, 'unf...
ok
718
2
3
MBPP/440
mbpp
find_adverb_position
0.14
[ { "input": "(5,)", "output": "150", "seed": true }, { "input": "(3,)", "output": "54", "seed": true }, { "input": "(10,)", "output": "600", "seed": true }, { "input": "(133,)", "output": "106134", "seed": false }, { "input": "(7,)", "output": "...
ok
2,194
2
3
MBPP/441
mbpp
surfacearea_cube
0.18
[ { "input": "([0, 1, 2, -1, -5, 6, 0, -3, -2, 3, 4, 6, 8],)", "output": "0.54", "seed": true }, { "input": "([2, 1, 2, -1, -5, 6, 4, -3, -2, 3, 4, 6, 8],)", "output": "0.69", "seed": true }, { "input": "([2, 4, -6, -9, 11, -12, 14, -5, 17],)", "output": "0.56", "seed": tru...
ok
691
9
3
MBPP/442
mbpp
positive_count
0.35
[ { "input": "([1, 2, 3, -4, -6],)", "output": "-6", "seed": true }, { "input": "([1, 2, 3, -8, -9],)", "output": "-9", "seed": true }, { "input": "([1, 2, 3, 4, -1],)", "output": "-1", "seed": true }, { "input": "([1, 2, 3, -8, -6],)", "output": "-8", "seed...
ok
844
7
3
MBPP/443
mbpp
largest_neg
0.2
[ { "input": "([(5, 3, 2, 1, 4), (3, 4, 9, 2, 1), (9, 1, 2, 3, 5), (4, 8, 2, 1, 7)], 2)", "output": "'[(2,), (9,), (2,), (2,)]'", "seed": true }, { "input": "([(5, 3, 2, 1, 4), (3, 4, 9, 2, 1), (9, 1, 2, 3, 5), (4, 8, 2, 1, 7)], 1)", "output": "'[(3, 2, 1), (4, 9, 2), (1, 2, 3), (8, 2, 1)]'", ...
ok
940
6
3
MBPP/444
mbpp
trim_tuple
0.49
[ { "input": "(((1, 3), (4, 5), (2, 9), (1, 10)), ((6, 7), (3, 9), (1, 1), (7, 3)))", "output": "((6, 21), (12, 45), (2, 9), (7, 30))", "seed": true }, { "input": "(((2, 4), (5, 6), (3, 10), (2, 11)), ((7, 8), (4, 10), (2, 2), (8, 4)))", "output": "((14, 32), (20, 60), (6, 20), (16, 44))", ...
ok
769
4
3
MBPP/445
mbpp
index_multiplication
0.62
[ { "input": "(('a', 'a', 'c', 'b', 'd'), ['a', 'b'])", "output": "3", "seed": true }, { "input": "((1, 2, 3, 1, 4, 6, 7, 1, 4), [1, 4, 7])", "output": "6", "seed": true }, { "input": "((1, 2, 3, 4, 5, 6), [1, 2])", "output": "2", "seed": true }, { "input": "(('sa',...
ok
827
7
3
MBPP/446
mbpp
count_Occurrence
0.32
[ { "input": "([1, 2, 3, 4, 5, 6, 7, 8, 9, 10],)", "output": "[1, 8, 27, 64, 125, 216, 343, 512, 729, 1000]", "seed": true }, { "input": "([10, 20, 30],)", "output": "[1000, 8000, 27000]", "seed": true }, { "input": "([12, 15],)", "output": "[1728, 3375]", "seed": true },...
ok
921
2
3
MBPP/447
mbpp
cube_nums
0.33
[ { "input": "(9,)", "output": "49", "seed": true }, { "input": "(10,)", "output": "66", "seed": true }, { "input": "(11,)", "output": "88", "seed": true }, { "input": "(12,)", "output": "117", "seed": false }, { "input": "(137,)", "output": "219...
ok
2,127
19
3
MBPP/448
mbpp
cal_sum
32.2
[ { "input": "(['Python', 'list', 'exercises', 'practice', 'solution'], 8)", "output": "['practice', 'solution']", "seed": true }, { "input": "(['Python', 'list', 'exercises', 'practice', 'solution'], 6)", "output": "['Python']", "seed": true }, { "input": "(['Python', 'list', 'exe...
ok
883
3
3
MBPP/450
mbpp
extract_string
0.31
[ { "input": "(' Google Flutter ',)", "output": "'GoogleFlutter'", "seed": true }, { "input": "(' Google Dart ',)", "output": "'GoogleDart'", "seed": true }, { "input": "(' iOS Swift ',)", "output": "'iOSSwift'", "seed": true }, { "input": "(' loogle Dar...
ok
762
1
3
MBPP/451
mbpp
remove_whitespaces
0.14
[ { "input": "(1500, 1200)", "output": "0", "seed": true }, { "input": "(100, 200)", "output": "100", "seed": true }, { "input": "(2000, 5000)", "output": "3000", "seed": true }, { "input": "(102, 200)", "output": "98", "seed": false }, { "input": "(...
ok
1,025
4
3
MBPP/452
mbpp
loss_amount
0.16
[ { "input": "(18,)", "output": "26", "seed": true }, { "input": "(30,)", "output": "48", "seed": true }, { "input": "(6,)", "output": "8", "seed": true }, { "input": "(32,)", "output": "62", "seed": false }, { "input": "(146,)", "output": "148",...
ok
2,565
22
3
MBPP/453
mbpp
sumofFactors
0.69
[ { "input": "('pythonz.',)", "output": "True", "seed": true }, { "input": "('xyz.',)", "output": "True", "seed": true }, { "input": "(' lang .',)", "output": "False", "seed": true }, { "input": "('ryz.',)", "output": "True", "seed": false }, { "in...
ok
801
4
3
MBPP/454
mbpp
text_match_wordz
0.15
[ { "input": "(5,)", "output": "True", "seed": true }, { "input": "(2,)", "output": "False", "seed": true }, { "input": "(6,)", "output": "False", "seed": true }, { "input": "(4,)", "output": "False", "seed": false }, { "input": "(133,)", "output...
ok
2,259
3
3
MBPP/455
mbpp
check_monthnumb_number
0.28
[ { "input": "(['Red', 'Green', 'Blue', 'White', 'Black'],)", "output": "['deR', 'neerG', 'eulB', 'etihW', 'kcalB']", "seed": true }, { "input": "(['john', 'amal', 'joel', 'george'],)", "output": "['nhoj', 'lama', 'leoj', 'egroeg']", "seed": true }, { "input": "(['jack', 'john', 'm...
ok
876
3
3
MBPP/456
mbpp
reverse_string_list
0.32
[ { "input": "([[1], [1, 2], [1, 2, 3]],)", "output": "[1]", "seed": true }, { "input": "([[1, 1], [1, 1, 1], [1, 2, 7, 8]],)", "output": "[1, 1]", "seed": true }, { "input": "([['x'], ['x', 'y'], ['x', 'y', 'z']],)", "output": "['x']", "seed": true }, { "input": "(...
ok
1,035
1
3
MBPP/457
mbpp
Find_Min
0.27
[ { "input": "(10, 20)", "output": "200", "seed": true }, { "input": "(10, 5)", "output": "50", "seed": true }, { "input": "(4, 2)", "output": "8", "seed": true }, { "input": "(12, 5)", "output": "60", "seed": false }, { "input": "(138, 20)", "ou...
ok
1,134
2
3
MBPP/458
mbpp
rectangle_area
0.07
[ { "input": "('cAstyoUrFavoRitETVshoWs',)", "output": "'cstyoravoitshos'", "seed": true }, { "input": "('wAtchTheinTernEtrAdIo',)", "output": "'wtchheinerntrdo'", "seed": true }, { "input": "('VoicESeaRchAndreComMendaTionS',)", "output": "'oiceachndreomendaion'", "seed": t...
ok
700
1
3
MBPP/459
mbpp
remove_uppercase
0.07
[ { "input": "([[1, 2], [3, 4, 5], [6, 7, 8, 9]],)", "output": "[1, 3, 6]", "seed": true }, { "input": "([[1, 2, 3], [4, 5]],)", "output": "[1, 4]", "seed": true }, { "input": "([[9, 8, 1], [1, 2]],)", "output": "[9, 1]", "seed": true }, { "input": "([[2, 3], [4, 5]...
ok
1,052
2
3
MBPP/460
mbpp
Extract
0.16
[ { "input": "('PYthon',)", "output": "1", "seed": true }, { "input": "('BigData',)", "output": "1", "seed": true }, { "input": "('program',)", "output": "0", "seed": true }, { "input": "('BigDatg',)", "output": "1", "seed": false }, { "input": "('rp...
ok
813
4
3
MBPP/461
mbpp
upper_ctr
0.07
[ { "input": "(['orange', 'red', 'green', 'blue'],)", "output": "[[], ['orange'], ['red'], ['red', 'orange'], ['green'], ['green', 'orange'], ['green', 'red'], ['green', 'red', 'orange'], ['blue'], ['blue', 'orange'], ['blue', 'red'], ['blue', 'red', 'orange'], ['blue', 'green'], ['blue', 'green', 'orange'], ...
ok
834
7
3
MBPP/462
mbpp
combinations_list
0.71
[ { "input": "([1, -2, -3, 0, 7, -8, -2],)", "output": "112", "seed": true }, { "input": "([6, -3, -10, 0, 2],)", "output": "180", "seed": true }, { "input": "([-2, -40, 0, -2, -3],)", "output": "80", "seed": true }, { "input": "([6, -3, -10, 0, 5],)", "output":...
ok
929
25
3
MBPP/463
mbpp
max_subarray_product
0.17
[ { "input": "({'Cierra Vega': 12, 'Alden Cantrell': 12, 'Kierra Gentry': 12, 'Pierre Cox': 12}, 10)", "output": "False", "seed": true }, { "input": "({'Cierra Vega': 12, 'Alden Cantrell': 12, 'Kierra Gentry': 12, 'Pierre Cox': 12}, 12)", "output": "True", "seed": true }, { "input"...
ok
892
2
3
MBPP/464
mbpp
check_value
0.12
[ { "input": "({'c1': 'Red', 'c2': 'Green', 'c3': None},)", "output": "{'c1': 'Red', 'c2': 'Green'}", "seed": true }, { "input": "({'c1': 'Red', 'c2': None, 'c3': None},)", "output": "{'c1': 'Red'}", "seed": true }, { "input": "({'c1': None, 'c2': 'Green', 'c3': None},)", "outp...
ok
1,404
3
3
MBPP/465
mbpp
drop_empty
0.17
[ { "input": "([3, 100, 4, 5, 150, 6],)", "output": "3000", "seed": true }, { "input": "([4, 42, 55, 68, 80],)", "output": "50265600", "seed": true }, { "input": "([10, 22, 9, 33, 21, 50, 41, 60],)", "output": "2460", "seed": true }, { "input": "([4, 42, 55, 68, 83]...
ok
746
17
3
MBPP/468
mbpp
max_product
0.17
[ { "input": "((1, 5, 7, 8, 10),)", "output": "(6, 12, 15, 18)", "seed": true }, { "input": "((2, 6, 8, 9, 11),)", "output": "(8, 14, 17, 20)", "seed": true }, { "input": "((3, 7, 9, 10, 12),)", "output": "(10, 16, 19, 22)", "seed": true }, { "input": "((2, 6, 8, 9,...
ok
822
2
3
MBPP/470
mbpp
add_pairwise
0.18
[ { "input": "([100, 10, 5, 25, 35, 14], 11)", "output": "9", "seed": true }, { "input": "([1, 1, 1], 1)", "output": "0", "seed": true }, { "input": "([1, 2, 1], 2)", "output": "0", "seed": true }, { "input": "([1, 1, 4], 1)", "output": "0", "seed": false ...
ok
1,015
5
3
MBPP/471
mbpp
find_remainder
0.21
[ { "input": "([1, 2, 3, 4, 5],)", "output": "True", "seed": true }, { "input": "([1, 2, 3, 5, 6],)", "output": "False", "seed": true }, { "input": "([1, 2, 1],)", "output": "False", "seed": true }, { "input": "([1, 2, 3, 5, 9],)", "output": "False", "seed":...
ok
980
1
3
MBPP/472
mbpp
check_Consecutive
0.27
[ { "input": "([(3, 4), (5, 6), (9, 10), (4, 5)], [(5, 4), (3, 4), (6, 5), (9, 11)])", "output": "{(4, 5), (5, 6), (3, 4)}", "seed": true }, { "input": "([(4, 1), (7, 4), (11, 13), (17, 14)], [(1, 4), (7, 4), (16, 12), (10, 13)])", "output": "{(4, 7), (1, 4)}", "seed": true }, { "i...
ok
772
3
3
MBPP/473
mbpp
tuple_intersection
0.5
[ { "input": "('polygon', 'y', 'l')", "output": "'pollgon'", "seed": true }, { "input": "('character', 'c', 'a')", "output": "'aharaater'", "seed": true }, { "input": "('python', 'l', 'a')", "output": "'python'", "seed": true }, { "input": "('polygoo', 'y', 'l')", ...
ok
974
2
3
MBPP/474
mbpp
replace_char
0.16
[ { "input": "({'Math': 81, 'Physics': 83, 'Chemistry': 87},)", "output": "[('Chemistry', 87), ('Physics', 83), ('Math', 81)]", "seed": true }, { "input": "({'Math': 400, 'Physics': 300, 'Chemistry': 250},)", "output": "[('Math', 400), ('Physics', 300), ('Chemistry', 250)]", "seed": true ...
ok
897
3
3
MBPP/475
mbpp
sort_counter
0.32
[ { "input": "([1, 2, 3],)", "output": "4", "seed": true }, { "input": "([-1, 2, 3, 4],)", "output": "3", "seed": true }, { "input": "([2, 3, 6],)", "output": "8", "seed": true }, { "input": "([1, 2, 3, 4],)", "output": "5", "seed": false }, { "input...
ok
1,126
2
3
MBPP/476
mbpp
big_sum
0.22
[ { "input": "('InValid',)", "output": "'invalid'", "seed": true }, { "input": "('TruE',)", "output": "'true'", "seed": true }, { "input": "('SenTenCE',)", "output": "'sentence'", "seed": true }, { "input": "('rruE',)", "output": "'rrue'", "seed": false },...
ok
829
1
3
MBPP/477
mbpp
is_lower
0.12
[ { "input": "('PYTHon',)", "output": "'PYTH'", "seed": true }, { "input": "('FInD',)", "output": "'FID'", "seed": true }, { "input": "('STRinG',)", "output": "'STRG'", "seed": true }, { "input": "('rInD',)", "output": "'ID'", "seed": false }, { "inp...
ok
845
1
3
MBPP/478
mbpp
remove_lowercase
0.16
[ { "input": "(123,)", "output": "1", "seed": true }, { "input": "(456,)", "output": "4", "seed": true }, { "input": "(12,)", "output": "1", "seed": true }, { "input": "(458,)", "output": "4", "seed": false }, { "input": "(251,)", "output": "2", ...
ok
1,804
4
3
MBPP/479
mbpp
first_Digit
0.23
[ { "input": "('abcabc',)", "output": "'a'", "seed": true }, { "input": "('abc',)", "output": "None", "seed": true }, { "input": "('123123',)", "output": "'1'", "seed": true }, { "input": "('abb',)", "output": "'b'", "seed": false }, { "input": "('21...
ok
967
4
3
MBPP/602
mbpp
first_repeated_char
0.19
[ { "input": "(60,)", "output": "106", "seed": true }, { "input": "(10,)", "output": "12", "seed": true }, { "input": "(2,)", "output": "2", "seed": true }, { "input": "(12,)", "output": "16", "seed": false }, { "input": "(188,)", "output": "395"...
ok
4,264
15
3
MBPP/392
mbpp
get_max_sum
119.78
[ { "input": "('python program',)", "output": "'program python'", "seed": true }, { "input": "('java language',)", "output": "'language java'", "seed": true }, { "input": "('indian man',)", "output": "'man indian'", "seed": true }, { "input": "('java languagy',)", ...
ok
771
1
3
MBPP/604
mbpp
reverse_words
0.11
[ { "input": "(13,)", "output": "True", "seed": true }, { "input": "(7,)", "output": "True", "seed": true }, { "input": "(-1010,)", "output": "False", "seed": true }, { "input": "(9,)", "output": "True", "seed": false }, { "input": "(141,)", "out...
ok
1,736
6
3
MBPP/605
mbpp
prime_num
0.16
[ { "input": "(90,)", "output": "1.5707963267948966", "seed": true }, { "input": "(60,)", "output": "1.0471975511965976", "seed": true }, { "input": "(120,)", "output": "2.0943951023931953", "seed": true }, { "input": "(62,)", "output": "1.0821041362364843", ...
ok
1,811
2
3
MBPP/606
mbpp
radian_degree
0.17
[ { "input": "('The quick brown fox jumps over the lazy dog.', 'fox')", "output": "('fox', 16, 19)", "seed": true }, { "input": "('Its been a very crazy procedure right', 'crazy')", "output": "('crazy', 16, 21)", "seed": true }, { "input": "('Hardest choices required strongest will...
ok
2,165
4
3
MBPP/607
mbpp
find_literals
0.57
[ { "input": "(1234,)", "output": "True", "seed": true }, { "input": "(51241,)", "output": "False", "seed": true }, { "input": "(321,)", "output": "True", "seed": true }, { "input": "(51243,)", "output": "True", "seed": false }, { "input": "(1106,)",...
ok
2,501
13
3
MBPP/283
mbpp
validate
414.42