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": "(['1234567'],)", "output": "['the number of odd elements 4n the str4ng 4 of the 4nput.']", "seed": true }, { "input": "(['3', '11111111'],)", "output": "['the number of odd elements 1n the str1ng 1 of the 1nput.', 'the number of odd elements 8n the str8ng 8 of the 8nput.']", ...
ok
4,805
7
3
HumanEval/113
humaneval
odd_count
0.6
[ { "input": "('03-11-2000',)", "output": "True", "seed": true }, { "input": "('15-01-2012',)", "output": "False", "seed": true }, { "input": "('04-0-2040',)", "output": "False", "seed": true }, { "input": "('06-04-2020',)", "output": "True", "seed": true ...
ok
712
16
16
HumanEval/124
humaneval
valid_date
0.07
[ { "input": "('Hello world!',)", "output": "['Hello', 'world!']", "seed": true }, { "input": "('Hello,world!',)", "output": "['Hello', 'world!']", "seed": true }, { "input": "('Hello world,!',)", "output": "['Hello', 'world,!']", "seed": true }, { "input": "('Hello...
ok
739
7
8
HumanEval/125
humaneval
split_words
0.07
[ { "input": "([1, -2, -3, 41, 57, 76, 87, 88, 99], 3)", "output": "-4", "seed": true }, { "input": "([111, 121, 3, 4000, 5, 6], 2)", "output": "0", "seed": true }, { "input": "([11, 21, 3, 90, 5, 6, 7, 8, 9], 4)", "output": "125", "seed": true }, { "input": "([111,...
ok
834
2
5
HumanEval/122
humaneval
add_elements
0.12
[ { "input": "((1, 2), (2, 3))", "output": "'NO'", "seed": true }, { "input": "((-1, 1), (0, 4))", "output": "'NO'", "seed": true }, { "input": "((-3, -1), (-5, 5))", "output": "'YES'", "seed": true }, { "input": "((-2, 2), (-4, 0))", "output": "'YES'", "see...
ok
1,143
16
8
HumanEval/127
humaneval
intersection
0.12
[ { "input": "([5],)", "output": "True", "seed": true }, { "input": "([1, 2, 3, 4, 5],)", "output": "True", "seed": true }, { "input": "([1, 3, 2, 4, 5],)", "output": "False", "seed": true }, { "input": "([1, 2, 3, 4, 5, 6],)", "output": "True", "seed": true...
ok
830
12
13
HumanEval/126
humaneval
is_sorted
0.16
[ { "input": "([1, 2, 2, -4],)", "output": "-9", "seed": true }, { "input": "([0, 1],)", "output": "0", "seed": true }, { "input": "([1, 1, 1, 2, 3, -1, 1],)", "output": "-10", "seed": true }, { "input": "([],)", "output": "None", "seed": true }, { "...
ok
947
6
8
HumanEval/128
humaneval
prod_signs
0.13
[ { "input": "(5,)", "output": "5", "seed": true }, { "input": "(54,)", "output": "5", "seed": true }, { "input": "(120,)", "output": "1", "seed": true }, { "input": "(5014,)", "output": "5", "seed": true }, { "input": "(98765,)", "output": "315"...
ok
2,443
12
7
HumanEval/131
humaneval
digits
0.16
[ { "input": "('',)", "output": "[]", "seed": true }, { "input": "('o o o o',)", "output": "[4, 4, 4, 4]", "seed": true }, { "input": "('.| .| .| .|',)", "output": "[1, 1, 1, 1]", "seed": true }, { "input": "('o| o| .| .| o o o o',)", "output": "[2, 2, 1, 1, 4, ...
budget_exhausted
60,000
4
5
HumanEval/17
humaneval
parse_music
2.97
[ { "input": "(14,)", "output": "[1, 5, 7, 11, 13, 17]", "seed": true }, { "input": "(5,)", "output": "[1, 5]", "seed": true }, { "input": "(12,)", "output": "[1, 3, 5]", "seed": true }, { "input": "(1,)", "output": "[1]", "seed": true }, { "input": ...
ok
2,055
14
4
HumanEval/123
humaneval
get_odd_collatz
0.43
[ { "input": "('10',)", "output": "10", "seed": true }, { "input": "('14.5',)", "output": "15", "seed": true }, { "input": "('-15.5',)", "output": "-16", "seed": true }, { "input": "('15.3',)", "output": "15", "seed": true }, { "input": "('0',)", ...
ok
52,887
14
5
HumanEval/99
humaneval
closest_integer
2.01
[ { "input": "('apple',)", "output": "False", "seed": true }, { "input": "('apple pi e',)", "output": "True", "seed": true }, { "input": "('eeeee',)", "output": "False", "seed": true }, { "input": "('A',)", "output": "True", "seed": true }, { "input"...
ok
778
2
10
HumanEval/134
humaneval
check_if_last_char_is_a_letter
0.06
[ { "input": "('[[]]',)", "output": "True", "seed": true }, { "input": "('[]]]]]]][[[[[]',)", "output": "False", "seed": true }, { "input": "('[][]',)", "output": "False", "seed": true }, { "input": "('[]',)", "output": "False", "seed": true }, { "in...
ok
871
19
14
HumanEval/132
humaneval
is_nested
0.11
[ { "input": "([1, 2, 3],)", "output": "14", "seed": true }, { "input": "([1.0, 2, 3],)", "output": "14", "seed": true }, { "input": "([1, 3, 5, 7],)", "output": "84", "seed": true }, { "input": "([1.4, 4.2, 0],)", "output": "29", "seed": true }, { "...
ok
925
6
12
HumanEval/133
humaneval
sum_squares
0.11
[ { "input": "([1, 2, 4, 3, 5],)", "output": "3", "seed": true }, { "input": "([1, 2, 4, 5],)", "output": "-1", "seed": true }, { "input": "([1, 4, 2, 5, 6, 7, 8, 9, 10],)", "output": "2", "seed": true }, { "input": "([4, 8, 5, 7, 3],)", "output": "4", "seed...
ok
864
9
5
HumanEval/135
humaneval
can_arrange
0.12
[ { "input": "(4,)", "output": "False", "seed": true }, { "input": "(6,)", "output": "False", "seed": true }, { "input": "(8,)", "output": "True", "seed": true }, { "input": "(10,)", "output": "True", "seed": true }, { "input": "(11,)", "output":...
ok
1,968
1
8
HumanEval/138
humaneval
is_equal_to_sum_even
0.07
[ { "input": "(1, 2)", "output": "2", "seed": true }, { "input": "(1, 2.5)", "output": "2.5", "seed": true }, { "input": "(2, 3)", "output": "3", "seed": true }, { "input": "(5, 6)", "output": "6", "seed": true }, { "input": "(1, '2,3')", "output...
ok
1,612
5
8
HumanEval/137
humaneval
compare_one
0.1
[ { "input": "([2, 4, 1, 3, 5, 7],)", "output": "(None, 1)", "seed": true }, { "input": "([2, 4, 1, 3, 5, 7, 0],)", "output": "(None, 1)", "seed": true }, { "input": "([1, 3, 2, 4, 5, 6, -2],)", "output": "(-2, 1)", "seed": true }, { "input": "([4, 5, 3, 6, 2, 7, -7...
ok
785
4
11
HumanEval/136
humaneval
largest_smallest_integers
0.14
[ { "input": "('example.txt',)", "output": "'Yes'", "seed": true }, { "input": "('1example.dll',)", "output": "'No'", "seed": true }, { "input": "('s1sdf3.asd',)", "output": "'No'", "seed": true }, { "input": "('K.dll',)", "output": "'Yes'", "seed": true }...
ok
667
16
26
HumanEval/141
humaneval
file_name_check
0.06
[ { "input": "('Example',)", "output": "'Example'", "seed": true }, { "input": "('Mudasir Hanif ',)", "output": "'Mudasir_Hanif_'", "seed": true }, { "input": "('Yellow Yellow Dirty Fellow',)", "output": "'Yellow_Yellow__Dirty__Fellow'", "seed": true }, { "input":...
ok
724
24
5
HumanEval/140
humaneval
fix_spaces
0.17
[ { "input": "([1, 2, 3],)", "output": "6", "seed": true }, { "input": "([1, 4, 9],)", "output": "14", "seed": true }, { "input": "([],)", "output": "0", "seed": true }, { "input": "([1, 1, 1, 1, 1, 1, 1, 1, 1],)", "output": "9", "seed": true }, { "i...
ok
854
11
11
HumanEval/142
humaneval
sum_squares
0.14
[ { "input": "('This is a test',)", "output": "'is'", "seed": true }, { "input": "('lets go for swimming',)", "output": "'go for'", "seed": true }, { "input": "('there is no place available here',)", "output": "'there is no place'", "seed": true }, { "input": "('Hi ...
ok
721
16
7
HumanEval/143
humaneval
words_in_sentence
0.1
[ { "input": "(3,)", "output": "1", "seed": true }, { "input": "(7,)", "output": "1", "seed": true }, { "input": "(10,)", "output": "5", "seed": true }, { "input": "(100,)", "output": "50", "seed": true }, { "input": "(49,)", "output": "7", "...
ok
1,887
4
5
HumanEval/24
humaneval
largest_divisor
3.28
[ { "input": "([5, -2, 1, -5],)", "output": "0", "seed": true }, { "input": "([15, -73, 14, -15],)", "output": "1", "seed": true }, { "input": "([33, -2, -3, 45, 21, 109],)", "output": "2", "seed": true }, { "input": "([43, -12, 93, 125, 121, 109],)", "output": ...
ok
884
11
7
HumanEval/146
humaneval
specialFilter
0.12
[ { "input": "('Jupiter', 'Neptune')", "output": "('Saturn', 'Uranus')", "seed": true }, { "input": "('Earth', 'Mercury')", "output": "('Venus',)", "seed": true }, { "input": "('Mercury', 'Uranus')", "output": "('Venus', 'Earth', 'Mars', 'Jupiter', 'Saturn')", "seed": true ...
ok
689
8
7
HumanEval/148
humaneval
bf
0.07
[ { "input": "([1, 11, -1, -11, -12],)", "output": "[-1, -11, 1, -12, 11]", "seed": true }, { "input": "([1234, 423, 463, 145, 2, 423, 423, 53, 6, 37, 3457, 3, 56, 0, 46],)", "output": "[0, 2, 3, 6, 53, 423, 423, 423, 1234, 145, 37, 46, 56, 463, 3457]", "seed": true }, { "input": "...
ok
778
9
6
HumanEval/145
humaneval
order_by_points
0.24
[ { "input": "(['aa', 'a', 'aaa'],)", "output": "['aa']", "seed": true }, { "input": "(['school', 'AI', 'asdf', 'b'],)", "output": "['AI', 'asdf', 'school']", "seed": true }, { "input": "(['d', 'b', 'c', 'a'],)", "output": "[]", "seed": true }, { "input": "(['d', 'd...
ok
874
8
7
HumanEval/149
humaneval
sorted_list_sum
0.14
[ { "input": "([],)", "output": "0", "seed": true }, { "input": "([5, 4],)", "output": "25", "seed": true }, { "input": "([0.1, 0.2, 0.3],)", "output": "0", "seed": true }, { "input": "([-10, -20, -30],)", "output": "0", "seed": true }, { "input": "(...
ok
1,061
2
6
HumanEval/151
humaneval
double_the_difference
0.12
[ { "input": "([1, 2, 3, 4, 5, 1], [1, 2, 3, 4, 2, -2])", "output": "[0, 0, 0, 0, 3, 3]", "seed": true }, { "input": "([0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0])", "output": "[0, 0, 0, 0, 0, 0]", "seed": true }, { "input": "([1, 2, 3], [-1, -2, -3])", "output": "[2, 4, 6]", "s...
ok
809
2
4
HumanEval/152
humaneval
compare
0.15
[ { "input": "('Watashi', ['tEN', 'niNE', 'eIGHt8OKe'])", "output": "'Watashi.eIGHt8OKe'", "seed": true }, { "input": "('Boku123', ['nani', 'NazeDa', 'YEs.WeCaNe', '32145tggg'])", "output": "'Boku123.YEs.WeCaNe'", "seed": true }, { "input": "('__YESIMHERE', ['t', 'eMptY', 'nothing'...
ok
741
15
9
HumanEval/153
humaneval
Strongest_Extension
0.2
[ { "input": "('xyzw', 'xyw')", "output": "False", "seed": true }, { "input": "('yello', 'ell')", "output": "True", "seed": true }, { "input": "('whattup', 'ptut')", "output": "False", "seed": true }, { "input": "('efef', 'fee')", "output": "True", "seed": t...
ok
796
9
6
HumanEval/154
humaneval
cycpattern_check
0.1
[ { "input": "(7,)", "output": "(0, 1)", "seed": true }, { "input": "(-78,)", "output": "(1, 1)", "seed": true }, { "input": "(3452,)", "output": "(2, 2)", "seed": true }, { "input": "(346211,)", "output": "(3, 3)", "seed": true }, { "input": "(-3458...
ok
1,560
9
8
HumanEval/155
humaneval
even_odd_count
0.09
[ { "input": "(3, 4, 5)", "output": "True", "seed": true }, { "input": "(1, 2, 3)", "output": "False", "seed": true }, { "input": "(10, 6, 8)", "output": "True", "seed": true }, { "input": "(2, 2, 2)", "output": "False", "seed": true }, { "input": "(...
ok
726
1
11
HumanEval/157
humaneval
right_angle_triangle
0.06
[ { "input": "(['name', 'of', 'string'],)", "output": "'string'", "seed": true }, { "input": "(['name', 'enam', 'game'],)", "output": "'enam'", "seed": true }, { "input": "(['aaaaaaa', 'bb', 'cc'],)", "output": "'aaaaaaa'", "seed": true }, { "input": "(['abc', 'cba'...
ok
828
1
10
HumanEval/158
humaneval
find_max
0.09
[ { "input": "(0,)", "output": "'0'", "seed": true }, { "input": "(3,)", "output": "'0 1 2 3'", "seed": true }, { "input": "(10,)", "output": "'0 1 2 3 4 5 6 7 8 9 10'", "seed": true }, { "input": "(5,)", "output": "'0 1 2 3 4 5'", "seed": false }, { ...
ok
2,390
2
3
HumanEval/15
humaneval
string_sequence
4.14
[ { "input": "(5, 6, 10)", "output": "[11, 4]", "seed": true }, { "input": "(4, 8, 9)", "output": "[12, 1]", "seed": true }, { "input": "(1, 10, 10)", "output": "[11, 0]", "seed": true }, { "input": "(2, 11, 5)", "output": "[7, 0]", "seed": true }, { ...
ok
795
3
6
HumanEval/159
humaneval
eat
0.09
[ { "input": "('AsDf',)", "output": "'aSdF'", "seed": true }, { "input": "('1234',)", "output": "'4321'", "seed": true }, { "input": "('ab',)", "output": "'AB'", "seed": true }, { "input": "('#a@C',)", "output": "'#A@c'", "seed": true }, { "input": "...
ok
788
17
8
HumanEval/161
humaneval
solve
0.12
[ { "input": "(['**', '*', '+'], [2, 3, 4, 5])", "output": "37", "seed": true }, { "input": "(['+', '*', '-'], [2, 3, 4, 5])", "output": "9", "seed": true }, { "input": "(['//', '*'], [7, 3, 4])", "output": "8", "seed": true }, { "input": "(['**', '*', '+'], [3, 5, ...
ok
1,334
5
3
HumanEval/160
humaneval
do_algebra
0.25
[ { "input": "('Hello world',)", "output": "'3e25960a79dbc69b674cd4ec67a72c62'", "seed": true }, { "input": "('',)", "output": "None", "seed": true }, { "input": "('A B C',)", "output": "'0ef78513b0cb8cef12743f5aeb35f888'", "seed": true }, { "input": "('password',)"...
ok
763
2
4
HumanEval/162
humaneval
string_to_md5
0.06
[ { "input": "(7, 34, 12)", "output": "34", "seed": true }, { "input": "(15, 8, 5)", "output": "5", "seed": true }, { "input": "(3, 33, 5212)", "output": "33", "seed": true }, { "input": "(1259, 3, 52)", "output": "3", "seed": true }, { "input": "(79...
ok
724
7
10
HumanEval/150
humaneval
x_or_y
0.91
[ { "input": "(2, 10)", "output": "[2, 4, 6, 8]", "seed": true }, { "input": "(10, 2)", "output": "[2, 4, 6, 8]", "seed": true }, { "input": "(132, 2)", "output": "[2, 4, 6, 8]", "seed": true }, { "input": "(17, 89)", "output": "[]", "seed": true }, { ...
ok
1,039
5
4
HumanEval/163
humaneval
generate_integers
0.1
[ { "input": "('hello', 'l')", "output": "'heo'", "seed": true }, { "input": "('abcda', 'a')", "output": "'bcd'", "seed": true }, { "input": "('PHP', 'P')", "output": "'H'", "seed": true }, { "input": "('abcdb', 'a')", "output": "'bcdb'", "seed": false }, ...
ok
950
13
3
MBPP/11
mbpp
remove_Occ
0.1
[ { "input": "(10, 8, 6)", "output": "240.0", "seed": true }, { "input": "(3, 2, 2)", "output": "6.0", "seed": true }, { "input": "(1, 2, 1)", "output": "1.0", "seed": true }, { "input": "(5, 2, 2)", "output": "10.0", "seed": false }, { "input": "(13...
ok
945
1
3
MBPP/14
mbpp
find_Volume
0.07
[ { "input": "('aab_cbbbc',)", "output": "True", "seed": true }, { "input": "('aab_Abbbc',)", "output": "False", "seed": true }, { "input": "('Aaab_abbbc',)", "output": "False", "seed": true }, { "input": "('bab_Abbbc',)", "output": "False", "seed": false ...
ok
837
4
3
MBPP/16
mbpp
text_lowercase_underscore
0.07
[ { "input": "([[1, 2, 3], [2, 4, 5], [1, 1, 1]],)", "output": "[[1, 1, 1], [1, 2, 3], [2, 4, 5]]", "seed": true }, { "input": "([[1, 2, 3], [-2, 4, -5], [1, -1, 1]],)", "output": "[[-2, 4, -5], [1, -1, 1], [1, 2, 3]]", "seed": true }, { "input": "([[5, 8, 9], [6, 4, 3], [2, 1, 4]]...
ok
957
2
3
MBPP/12
mbpp
sort_matrix
0.19
[ { "input": "(10,)", "output": "40", "seed": true }, { "input": "(5,)", "output": "20", "seed": true }, { "input": "(4,)", "output": "16", "seed": true }, { "input": "(7,)", "output": "28", "seed": false }, { "input": "(138,)", "output": "552", ...
ok
2,184
2
3
MBPP/17
mbpp
square_perimeter
0.09
[ { "input": "([1, 2, 3, 4, 5],)", "output": "False", "seed": true }, { "input": "([1, 2, 3, 4, 4],)", "output": "True", "seed": true }, { "input": "([1, 1, 2, 2, 3, 3, 4, 4, 5],)", "output": "True", "seed": true }, { "input": "([1, 2, 3, 4, 7],)", "output": "Fa...
ok
824
2
3
MBPP/19
mbpp
test_duplicate
0.08
[ { "input": "([[1, 2, 3], [4, 5, 6], [7, 8, 9]], 3)", "output": "[1, 2, 1]", "seed": true }, { "input": "([[5, 9, 3], [4, 1, 6], [7, 8, 2]], 1)", "output": "[1]", "seed": true }, { "input": "([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12], [13, 14, 15, 16]], 4)", "output": "[1, ...
ok
1,091
30
11
HumanEval/129
humaneval
minPath
1.98
[ { "input": "('probasscurve', 'pros')", "output": "'bacuve'", "seed": true }, { "input": "('digitalindia', 'talent')", "output": "'digiidi'", "seed": true }, { "input": "('exoticmiles', 'toxic')", "output": "'emles'", "seed": true }, { "input": "('digitalingia', 't...
ok
740
25
3
MBPP/18
mbpp
remove_dirty_chars
0.22
[ { "input": "(70,)", "output": "False", "seed": true }, { "input": "(23,)", "output": "False", "seed": true }, { "input": "(73,)", "output": "True", "seed": true }, { "input": "(25,)", "output": "False", "seed": false }, { "input": "(198,)", "ou...
ok
1,887
7
3
MBPP/56
mbpp
check
0.1
[ { "input": "(1, -2)", "output": "True", "seed": true }, { "input": "(3, 2)", "output": "False", "seed": true }, { "input": "(-10, -10)", "output": "False", "seed": true }, { "input": "(-2, 2)", "output": "True", "seed": true }, { "input": "(0, 2)",...
ok
1,160
1
4
MBPP/58
mbpp
opposite_Signs
0.04
[ { "input": "([1, 2, 3],)", "output": "321", "seed": true }, { "input": "([4, 5, 6, 1],)", "output": "6541", "seed": true }, { "input": "([1, 2, 3, 9],)", "output": "9321", "seed": true }, { "input": "([1, 5, 6, 1],)", "output": "6511", "seed": false }, ...
ok
1,029
7
3
MBPP/57
mbpp
find_Max_Num
0.12
[ { "input": "(5,)", "output": "65", "seed": true }, { "input": "(10,)", "output": "280", "seed": true }, { "input": "(15,)", "output": "645", "seed": true }, { "input": "(12,)", "output": "408", "seed": false }, { "input": "(133,)", "output": "5...
ok
2,167
1
3
MBPP/59
mbpp
is_octagonal
0.06
[ { "input": "('112112',)", "output": "6", "seed": true }, { "input": "('111',)", "output": "6", "seed": true }, { "input": "('1101112',)", "output": "12", "seed": true }, { "input": "('11212',)", "output": "4", "seed": false }, { "input": "('1011a2'...
ok
1,068
11
3
MBPP/61
mbpp
count_Substrings
0.12
[ { "input": "([10, 20, 1, 45, 99],)", "output": "1", "seed": true }, { "input": "([1, 2, 3],)", "output": "1", "seed": true }, { "input": "([45, 46, 50, 60],)", "output": "45", "seed": true }, { "input": "([1, 2, 6],)", "output": "1", "seed": false }, {...
ok
877
1
3
MBPP/62
mbpp
smallest_num
0.1
[ { "input": "([(3, 5), (1, 7), (10, 3), (1, 2)],)", "output": "7", "seed": true }, { "input": "([(4, 6), (2, 17), (9, 13), (11, 12)],)", "output": "15", "seed": true }, { "input": "([(12, 35), (21, 27), (13, 23), (41, 22)],)", "output": "23", "seed": true }, { "inp...
ok
1,736
4
3
MBPP/63
mbpp
max_difference
0.21
[ { "input": "([1, 2, [3, 4], [5, 6]],)", "output": "21", "seed": true }, { "input": "([7, 10, [15, 14], [19, 41]],)", "output": "106", "seed": true }, { "input": "([10, 20, [30, 40], [50, 60]],)", "output": "210", "seed": true }, { "input": "([1, 10, [15, 14], [19,...
ok
865
8
3
MBPP/65
mbpp
recursive_list_sum
0.18
[ { "input": "([1, -2, 3, -4],)", "output": "2", "seed": true }, { "input": "([3, 4, 5, -1],)", "output": "3", "seed": true }, { "input": "([1, 2, 3, 4],)", "output": "4", "seed": true }, { "input": "([1, 4, 5, -1],)", "output": "3", "seed": false }, { ...
ok
935
7
3
MBPP/66
mbpp
pos_count
0.11
[ { "input": "([('English', 88), ('Science', 90), ('Maths', 97), ('Social sciences', 82)],)", "output": "[('Social sciences', 82), ('English', 88), ('Science', 90), ('Maths', 97)]", "seed": true }, { "input": "([('Telugu', 49), ('Hindhi', 54), ('Social', 33)],)", "output": "[('Social', 33), ('...
ok
1,584
2
3
MBPP/64
mbpp
subject_marks
0.25
[ { "input": "([2, 4, 3, 5, 7], [3, 7])", "output": "False", "seed": true }, { "input": "([2, 4, 3, 5, 7], [4, 3])", "output": "True", "seed": true }, { "input": "([2, 4, 3, 5, 7], [1, 6])", "output": "False", "seed": true }, { "input": "([2, 4, 3, 5, 10], [4, 3])",...
ok
899
20
3
MBPP/69
mbpp
is_sublist
0.12
[ { "input": "([6, 5, 4, 4],)", "output": "True", "seed": true }, { "input": "([1, 2, 2, 3],)", "output": "True", "seed": true }, { "input": "([1, 3, 2],)", "output": "False", "seed": true }, { "input": "([8, 5, 4, 4],)", "output": "True", "seed": false },...
ok
1,060
4
3
MBPP/68
mbpp
is_Monotonic
0.14
[ { "input": "([(11, 22, 33), (44, 55, 66)],)", "output": "True", "seed": true }, { "input": "([(1, 2, 3), (4, 5, 6, 7)],)", "output": "False", "seed": true }, { "input": "([(1, 2), (3, 4)],)", "output": "True", "seed": true }, { "input": "([(2, 3), (4, 5, 6, 7)],)"...
ok
1,087
10
3
MBPP/70
mbpp
get_equal
0.15
[ { "input": "('1/5', '5/1')", "output": "True", "seed": true }, { "input": "('1/6', '2/1')", "output": "False", "seed": true }, { "input": "('5/1', '3/1')", "output": "True", "seed": true }, { "input": "('7/10', '10/2')", "output": "False", "seed": true }...
ok
57,660
7
12
HumanEval/144
humaneval
simplify
2.21
[ { "input": "([5, 15, 37, 25, 79],)", "output": "[5, 15, 25, 37, 79]", "seed": true }, { "input": "([41, 32, 15, 19, 22],)", "output": "[15, 19, 22, 32, 41]", "seed": true }, { "input": "([99, 15, 13, 47],)", "output": "[13, 15, 47, 99]", "seed": true }, { "input":...
ok
800
17
3
MBPP/71
mbpp
comb_sort
0.2
[ { "input": "(5,)", "output": "True", "seed": true }, { "input": "(10,)", "output": "False", "seed": true }, { "input": "(15,)", "output": "True", "seed": true }, { "input": "(12,)", "output": "True", "seed": false }, { "input": "(133,)", "outpu...
ok
2,167
3
3
MBPP/72
mbpp
dif_Square
0.07
[ { "input": "(12345,)", "output": "False", "seed": true }, { "input": "(1212112,)", "output": "True", "seed": true }, { "input": "(1212,)", "output": "False", "seed": true }, { "input": "(1212114,)", "output": "False", "seed": false }, { "input": "(...
ok
1,625
1
3
MBPP/77
mbpp
is_Diff
0.06
[ { "input": "('Hadoop',)", "output": "False", "seed": true }, { "input": "('great',)", "output": "True", "seed": true }, { "input": "('structure',)", "output": "True", "seed": true }, { "input": "('grear',)", "output": "True", "seed": false }, { "in...
ok
880
5
3
MBPP/79
mbpp
word_len
0.07
[ { "input": "(['red', 'green', 'green'], ['a', 'b', 'b'])", "output": "True", "seed": true }, { "input": "(['red', 'green', 'greenn'], ['a', 'b', 'b'])", "output": "False", "seed": true }, { "input": "(['red', 'green', 'greenn'], ['a', 'b'])", "output": "False", "seed": tr...
ok
908
24
3
MBPP/74
mbpp
is_samepatterns
0.16
[ { "input": "([(6, 24, 12), (7, 9, 6), (12, 18, 21)], 6)", "output": "[(6, 24, 12)]", "seed": true }, { "input": "([(5, 25, 30), (4, 2, 3), (7, 8, 9)], 5)", "output": "[(5, 25, 30)]", "seed": true }, { "input": "([(7, 9, 16), (8, 16, 4), (19, 17, 18)], 4)", "output": "[(8, 16,...
ok
948
3
3
MBPP/75
mbpp
find_tuples
0.2
[ { "input": "(5,)", "output": "35.0", "seed": true }, { "input": "(6,)", "output": "56.0", "seed": true }, { "input": "(7,)", "output": "84.0", "seed": true }, { "input": "(8,)", "output": "120.0", "seed": false }, { "input": "(133,)", "output":...
ok
2,247
1
3
MBPP/80
mbpp
tetrahedral_number
0.1
[ { "input": "(10,)", "output": "4188.790204786391", "seed": true }, { "input": "(25,)", "output": "65449.84694978735", "seed": true }, { "input": "(20,)", "output": "33510.32163829113", "seed": true }, { "input": "(27,)", "output": "82447.95760081052", "see...
ok
2,007
2
3
MBPP/82
mbpp
volume_sphere
0.12
[ { "input": "('abc',)", "output": "'f'", "seed": true }, { "input": "('gfg',)", "output": "'t'", "seed": true }, { "input": "('ab',)", "output": "'c'", "seed": true }, { "input": "('gff',)", "output": "'s'", "seed": false }, { "input": "('ac',)", ...
ok
1,152
8
3
MBPP/83
mbpp
get_Char
0.11
[ { "input": "(10,)", "output": "1256.6370614359173", "seed": true }, { "input": "(15,)", "output": "2827.4333882308138", "seed": true }, { "input": "(20,)", "output": "5026.548245743669", "seed": true }, { "input": "(17,)", "output": "3631.6811075498013", "...
ok
2,078
2
3
MBPP/85
mbpp
surfacearea_sphere
0.12
[ { "input": "(10,)", "output": "271", "seed": true }, { "input": "(2,)", "output": "7", "seed": true }, { "input": "(9,)", "output": "217", "seed": true }, { "input": "(4,)", "output": "37", "seed": false }, { "input": "(138,)", "output": "56719...
ok
2,160
1
3
MBPP/86
mbpp
centered_hexagonal_number
0.1
[ { "input": "(11,)", "output": "10", "seed": true }, { "input": "(7,)", "output": "6", "seed": true }, { "input": "(12,)", "output": "11", "seed": true }, { "input": "(9,)", "output": "8", "seed": false }, { "input": "(139,)", "output": "138", ...
ok
2,160
1
3
MBPP/89
mbpp
closest_num
0.1
[ { "input": "(['python', 'PHP', 'bigdata'],)", "output": "7", "seed": true }, { "input": "(['a', 'ab', 'abc'],)", "output": "3", "seed": true }, { "input": "(['small', 'big', 'tall'],)", "output": "5", "seed": true }, { "input": "(['pythyon', 'PHP', 'bigdata'],)", ...
ok
1,036
7
3
MBPP/90
mbpp
len_log
0.13
[ { "input": "({'R': 'Red', 'B': 'Black', 'P': 'Pink'}, {'G': 'Green', 'W': 'White'}, {'O': 'Orange', 'W': 'White', 'B': 'Black'})", "output": "{'O': 'Orange', 'W': 'White', 'B': 'Black', 'G': 'Green', 'R': 'Red', 'P': 'Pink'}", "seed": true }, { "input": "({'R': 'Red', 'B': 'Black', 'P': 'Pink'},...
ok
818
2
3
MBPP/87
mbpp
merge_dictionaries_three
0.25
[ { "input": "(1212121,)", "output": "True", "seed": true }, { "input": "(1991,)", "output": "False", "seed": true }, { "input": "(121,)", "output": "True", "seed": true }, { "input": "(1993,)", "output": "False", "seed": false }, { "input": "(121199...
ok
1,685
8
3
MBPP/92
mbpp
is_undulating
0.1
[ { "input": "(['red', 'black', 'white', 'green', 'orange'], 'ack')", "output": "True", "seed": true }, { "input": "(['red', 'black', 'white', 'green', 'orange'], 'abc')", "output": "False", "seed": true }, { "input": "(['red', 'black', 'white', 'green', 'orange'], 'ange')", "o...
ok
773
3
3
MBPP/91
mbpp
find_substring
0.13
[ { "input": "([('Rash', 143), ('Manjeet', 200), ('Varsha', 100)],)", "output": "'Varsha'", "seed": true }, { "input": "([('Yash', 185), ('Dawood', 125), ('Sanya', 175)],)", "output": "'Dawood'", "seed": true }, { "input": "([('Sai', 345), ('Salman', 145), ('Ayesha', 96)],)", "...
ok
1,816
2
3
MBPP/94
mbpp
index_minimum
0.27
[ { "input": "(3,)", "output": "[3, 5, 7]", "seed": true }, { "input": "(4,)", "output": "[4, 6, 8, 10]", "seed": true }, { "input": "(5,)", "output": "[5, 7, 9, 11, 13]", "seed": true }, { "input": "(6,)", "output": "[6, 8, 10, 12, 14, 16]", "seed": true ...
ok
2,399
2
5
HumanEval/100
humaneval
make_a_pile
5.68
[ { "input": "([[1], [1, 2]],)", "output": "1", "seed": true }, { "input": "([[1, 2], [1, 2, 3], [1, 2, 3, 4]],)", "output": "2", "seed": true }, { "input": "([[3, 3, 3], [4, 4, 4, 4]],)", "output": "3", "seed": true }, { "input": "([[1, 2], [1, 2, 3], [0, 2, 3, 4]]...
ok
1,164
2
3
MBPP/95
mbpp
Find_Min_Length
0.18
[ { "input": "([[1, 2, 3, 2], [4, 5, 6, 2], [7, 8, 9, 5]],)", "output": "{1: 1, 2: 3, 3: 1, 4: 1, 5: 2, 6: 1, 7: 1, 8: 1, 9: 1}", "seed": true }, { "input": "([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]],)", "output": "{1: 1, 2: 1, 3: 1, 4: 1, 5: 1, 6: 1, 7: 1, 8: 1, 9: 1, 10: 1, 11: 1, 12: 1...
ok
890
12
3
MBPP/97
mbpp
frequency_lists
0.31
[ { "input": "((8, 2, 3, -1, 7),)", "output": "-67.2", "seed": true }, { "input": "((-10, -20, -30),)", "output": "-2000.0", "seed": true }, { "input": "((19, 15, 18),)", "output": "1710.0", "seed": true }, { "input": "((-10, -20, -27),)", "output": "-1800.0", ...
ok
937
5
3
MBPP/98
mbpp
multiply_num
0.1
[ { "input": "(8,)", "output": "'1000'", "seed": true }, { "input": "(18,)", "output": "'10010'", "seed": true }, { "input": "(7,)", "output": "'111'", "seed": true }, { "input": "(20,)", "output": "'10100'", "seed": false }, { "input": "(136,)", ...
ok
2,128
1
3
MBPP/99
mbpp
decimal_to_binary
0.09
[ { "input": "(99,)", "output": "101", "seed": true }, { "input": "(1221,)", "output": "1331", "seed": true }, { "input": "(120,)", "output": "121", "seed": true }, { "input": "(1223,)", "output": "1331", "seed": false }, { "input": "(227,)", "ou...
ok
1,781
5
3
MBPP/100
mbpp
next_smallest_palindrome
1.06
[ { "input": "([12, 3, 5, 7, 19], 2)", "output": "3", "seed": true }, { "input": "([17, 24, 8, 23], 3)", "output": "8", "seed": true }, { "input": "([16, 21, 25, 36, 4], 4)", "output": "36", "seed": true }, { "input": "([1, 24, 8, 23], 3)", "output": "8", "s...
ok
1,674
9
3
MBPP/101
mbpp
kth_element
0.23
[ { "input": "('python_program',)", "output": "'PythonProgram'", "seed": true }, { "input": "('python_language',)", "output": "'PythonLanguage'", "seed": true }, { "input": "('programming_language',)", "output": "'ProgrammingLanguage'", "seed": true }, { "input": "(...
ok
753
3
3
MBPP/102
mbpp
snake_to_camel
0.08
[ { "input": "(3,)", "output": "[1, 3, 2.0, 8.0]", "seed": true }, { "input": "(4,)", "output": "[1, 3, 2.0, 8.0, 3.0]", "seed": true }, { "input": "(5,)", "output": "[1, 3, 2.0, 8.0, 3.0, 15.0]", "seed": true }, { "input": "(6,)", "output": "[1, 3, 2.0, 8.0, 3....
ok
2,367
10
10
HumanEval/130
humaneval
tri
11.58
[ { "input": "((['green', 'orange'], ['black', 'white'], ['white', 'black', 'orange']),)", "output": "[['green', 'orange'], ['black', 'white'], ['black', 'orange', 'white']]", "seed": true }, { "input": "(([' red ', 'green'], ['blue ', ' black'], [' orange', 'brown']),)", "output": "[[' red ',...
ok
999
3
3
MBPP/104
mbpp
sort_sublists
0.23
[ { "input": "(123,)", "output": "(8, 13)", "seed": true }, { "input": "(12,)", "output": "(4, 6)", "seed": true }, { "input": "(3,)", "output": "(1, 2)", "seed": true }, { "input": "(63,)", "output": "(6, 8)", "seed": true }, { "input": "(25,)", ...
ok
1,750
13
8
HumanEval/107
humaneval
even_odd_palindrome
13.96
[ { "input": "([5, 6, 7], (9, 10))", "output": "(9, 10, 5, 6, 7)", "seed": true }, { "input": "([6, 7, 8], (10, 11))", "output": "(10, 11, 6, 7, 8)", "seed": true }, { "input": "([7, 8, 9], (11, 12))", "output": "(11, 12, 7, 8, 9)", "seed": true }, { "input": "([6, ...
ok
884
2
3
MBPP/106
mbpp
add_lists
0.12
[ { "input": "([25, 24, 15, 4, 5, 29, 110], [19, 20, 11, 56, 25, 233, 154], [24, 26, 54, 48])", "output": "[4, 5, 11, 15, 19, 20, 24, 24, 25, 25, 26, 29, 48, 54, 56, 110, 154, 233]", "seed": true }, { "input": "([1, 3, 5, 6, 8, 9], [2, 5, 7, 11], [1, 4, 7, 8, 12])", "output": "[1, 1, 2, 3, 4, ...
ok
654
5
3
MBPP/108
mbpp
merge_sorted_list
0.24
[ { "input": "('011001', 6)", "output": "3", "seed": true }, { "input": "('11011', 5)", "output": "4", "seed": true }, { "input": "('1010', 4)", "output": "2", "seed": true }, { "input": "('0110', 4)", "output": "2", "seed": false }, { "input": "('01...
ok
1,842
7
3
MBPP/109
mbpp
odd_Equivalent
0.13
[ { "input": "([[12, 18, 23, 25, 45], [7, 12, 18, 24, 28], [1, 5, 8, 12, 15, 16, 18]],)", "output": "[18, 12]", "seed": true }, { "input": "([[12, 5, 23, 25, 45], [7, 11, 5, 23, 28], [1, 5, 8, 18, 23, 16]],)", "output": "[5, 23]", "seed": true }, { "input": "([[2, 3, 4, 1], [4, 5],...
ok
852
2
3
MBPP/111
mbpp
common_in_nested_lists
0.19
[ { "input": "('python',)", "output": "False", "seed": true }, { "input": "('1',)", "output": "True", "seed": true }, { "input": "('12345',)", "output": "True", "seed": true }, { "input": "('u',)", "output": "False", "seed": false }, { "input": "('21...
ok
945
8
3
MBPP/113
mbpp
check_integer
0.08
[ { "input": "([True, False, True],)", "output": "2", "seed": true }, { "input": "([False, False],)", "output": "0", "seed": true }, { "input": "([True, True, True],)", "output": "3", "seed": true }, { "input": "([True, False],)", "output": "1", "seed": fals...
budget_exhausted
60,000
1
3
MBPP/105
mbpp
count
2.44
[ { "input": "(15,)", "output": "5", "seed": true }, { "input": "(27,)", "output": "3", "seed": true }, { "input": "(63,)", "output": "7", "seed": true }, { "input": "(330,)", "output": "11", "seed": true }, { "input": "(13195,)", "output": "29",...
ok
1,629
14
5
HumanEval/59
humaneval
largest_prime_factor
16.79
[ { "input": "((1, 2, 3),)", "output": "123", "seed": true }, { "input": "((4, 5, 6),)", "output": "456", "seed": true }, { "input": "((5, 6, 7),)", "output": "567", "seed": true }, { "input": "((4, 5, 9),)", "output": "459", "seed": false }, { "inpu...
ok
1,411
2
3
MBPP/116
mbpp
tuple_to_int
0.13
[ { "input": "('python programming',)", "output": "['python', 'programming']", "seed": true }, { "input": "('lists tuples strings',)", "output": "['lists', 'tuples', 'strings']", "seed": true }, { "input": "('write a program',)", "output": "['write', 'a', 'program']", "seed...
ok
741
2
3
MBPP/118
mbpp
string_to_list
0.08