1. A data scientist is evaluating several LLMs for a coding assistant. She wants to compare models using a standardized benchmark specifically designed to measure code generation ability. Which benchmark should she prioritize?
- A. MMLU (Massive Multitask Language Understanding)
- B. HumanEval✓ Correct
- C. HELM (Holistic Evaluation of Language Models)
- D. BIG-Bench
Explanation
HumanEval is a benchmark specifically designed to measure code generation capability — it presents programming problems and evaluates whether the model produces functionally correct code. MMLU measures broad academic knowledge across 57 subjects but is not code-focused. HELM is a meta-framework that aggregates many benchmarks for holistic evaluation and is not specialized for coding. BIG-Bench is a broad reasoning benchmark covering many tasks but is not specifically a coding benchmark.