You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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