Zenaique
Glossary · Evaluation

HumanEval

Code-generation benchmark: 164 problems with hidden unit tests, scored by whether the generated code passes.

A coding benchmark of 164 hand-written Python problems with hidden unit tests. Measures functional correctness by running the generated code rather than string-matching. Pass@1 / pass@10 are reported.

In practice

Default benchmark for coding ability. Interviews probe pass@k semantics and why teams supplement with MBPP and live benchmarks like SWE-bench.

Related topics

Related terms