MBPP Agnostic Translation
This notebook contains the code to translate MBPP into problems that takes input from stdin and output to stdout, making it language agnostic.
Information
Number of problems translated: 776 / 974 Number of sanitized problems translated: 348 / 427
Column Descriptions:
original_task_id
: The task_id from mbpp.- "description": the description of the problem
- "tests": a list of test cases, each test case is a json object with the following fields:
- "input": a string that represents the input of the test case, in the same format as the input format in the description
- "output": a string that represents the output of the test case, in the same format as the output format in the description
Method
See mbpp_translate.py
for details.
- Downloads last month
- 33