OpenAI's hand-crafted Python coding benchmark: 164 programming problems with function signatures, docstrings, and unit tests. Models are evaluated by Pass@k — the probability of generating at least one correct solution in k tries. The definitive benchmark for code generation ability.
| Provider | OpenAI |
| Category | 评估与基准测试 |
| Size | 164 Problems |
| License | MIT |
| Downloads | 5M |
| Tags | Benchmark, Python, Code-Correctness, Unit-Tests |
from datasets import load_dataset
ds = load_dataset("openai/openai_humaneval")