SonWY2 / review_papers_for_codellm

논문의 이미지를 캡처 및 보관
0 stars 0 forks source link

Codegen #13

Closed SonWY2 closed 1 year ago

SonWY2 commented 1 year ago

fig1 image

SonWY2 commented 1 year ago

table 5 image

SonWY2 commented 1 year ago

table 6 image

SonWY2 commented 1 year ago

table 1 image

SonWY2 commented 1 year ago

table 2 image

SonWY2 commented 1 year ago

table 3 image

SonWY2 commented 1 year ago

bench mark data Multi-Turn Programming Benchmark

Format

Each line is a problem expressed in JSON format, consisting of the following fields:

{"prompts":  ["Assign the string \"{A}\" to a variable named \"my_string\".", 
       "Lowercase the given string \"my_string\".", 
       "Assign the distinct characters of the string to a variable named \"chars\".", 
       "Sort these characters in alphabetical order.", 
       "Print the resulting list of characters."  ], 
"inputs": [ {"A": "abcde"}, 
        {"A": "abcdecadeCADE"}, 
        {"A": "aaaaAAAAaaaa"}, 
        {"A": "Jerry jERRY JeRRRY"}, 
        {"A": "ddddc"}  ], 
"outputs": [
        ["a", "b", "c", "d", "e"], 
        ["a", "b", "c", "d", "e"], 
        ["a"], 
        [" ", "e", "j", "r", "y"], 
        ["c", "d"]  ], 
"max_gen_length": 128, 
"category": "string", 
"name": "Sandwich string", 
"description": "Append a string in the middle of another string.", 
"id": "1"}
SonWY2 commented 1 year ago

table 4 image

SonWY2 commented 1 year ago

fig 2 image

SonWY2 commented 1 year ago

fig 3 image

SonWY2 commented 1 year ago

fig 4 image

SonWY2 commented 1 year ago

fig 5 (part) image

SonWY2 commented 1 year ago

fig 6(edited) image

SonWY2 commented 1 year ago

table 11 image

SonWY2 commented 1 year ago

fig 3 (edited) image