Caesar AI Atlas

Mostly Basic Python Problems (MBPP)

Also known as: MBPP

Caesar AI Atlas Definition

Mostly Basic Python Problems (MBPP) is a benchmark dataset used to evaluate a model's ability to generate correct Python code for short programming tasks. It typically measures whether generated programs satisfy provided tests or expected behavior.

Other Definitions

Mostly Basic Python Problems Source

A dataset for evaluating an LLM's proficiency in generating Python code. Mostly Basic Python Problems provides about 1,000 crowd-sourced programming problems. Each problem in the dataset contains: - A task description - Solution code - Three automated test cases

Related Terms