| Rank | Model | Score |
|---|---|---|
| 1 | claude-3-5-sonnet | 95.4 |
| 2 | claude-3-opus | 95.4 |
| 3 | gpt-4-0613 | 95.3 |
| 4 | gpt-4o | 95.3 |
| 5 | llama-3-1-70b-instruct | 93.8 |
| 6 | gemini-1-5-pro | 92.5 |
| 7 | llama-3-1-405b-instruct | 92.2 |
| 8 | mimo-v2-5-pro | 89.8 |
| 9 | claude-3-sonnet | 89 |
| 10 | command-r-plus | 88.6 |
| 11 | hermes-3-70b | 88.2 |
| 12 | qwen2-72b-instruct | 87.6 |
| 13 | gemini-1-5-flash | 86.5 |
| 14 | gemma-2-27b | 86.4 |
| 15 | claude-3-haiku | 85.9 |
| 16 | llama-3-1-nemotron-70b-instruct | 85.6 |
| 17 | qwen2-5-32b-instruct | 85.2 |
| 18 | phi-3-5-moe-instruct | 83.8 |
| 19 | mistral-nemo-instruct | 83.5 |
| 20 | qwen2-5-coder-32b-instruct | 83 |
| 21 | gemma-2-9b | 81.9 |
| 22 | granite-3-3-8b-base | 80.1 |
| 23 | gemma-3n-e4b-litert-preview | 78.6 |
| 24 | gemma-3n-e4b | 78.6 |
| 25 | qwen2-5-coder-7b-instruct | 76.8 |
1 phaseActive
~10,000 adversarially-filtered commonsense sentence-completion tasks. Metric: accuracy. Created by Zellers et al. (2019). Fully saturated for frontier models (95%+).
Quick answer: HellaSwag is a grounded commonsense inference benchmark of ~10,000 multiple-choice sentence-completion problems, created by Zellers et al. in 2019. Models must choose the most plausible continuation of a short activity description from four options. Human performance is 95.6%; frontier models now match or exceed this, making HellaSwag fully saturated as a frontier discriminator. It remains useful for evaluating smaller models.
What it tests: Grounded commonsense reasoning — specifically the ability to choose a physically and contextually plausible sentence continuation from four adversarially generated alternatives.
Why it matters: When introduced, HellaSwag exposed a major gap between BERT-class models (~48%) and human reasoning (~96%), establishing commonsense understanding as a key LLM capability. It became a universal baseline reported in virtually every major model release.
Known limitations: HellaSwag is completely saturated for frontier models (all GPT-4 class models score 95%+). It provides no signal for comparing frontier models and should only be used to evaluate smaller or older models on commonsense reasoning.
HellaSwag uses adversarial filtering to create difficult sentence completion tasks. Each example presents a short activity description from WikiHow or ActivityNet Captions, then asks the model to choose which of four continuations is most plausible. The wrong answers are generated by a language model and then filtered to select the ones that fool a prior model — making the task much harder than randomly generated distractors.
The "Hella" in HellaSwag stands for "Harder Endings, Longer contexts, and Low-shot Activities." When introduced in 2019, it significantly outpaced BERT-class models that had saturated previous commonsense benchmarks. The task requires understanding physical actions, temporal sequences, and social conventions in everyday scenarios.
| Field | Value |
|---|---|
| Task category | Commonsense reasoning / natural language inference |
| Metric | % correct (4-choice multiple choice) |
| Number of tasks | 10,042 (validation) |
| Human baseline | 95.6% |
| Saturation | High (frontier models 95%+, matching human performance) |
| Created by | Zellers et al. |
| Source paper | HellaSwag: Can a Machine Really Finish Your Sentence? (2019) |
| GitHub | rowanz/hellaswag |
| Dataset | HuggingFace — Rowan/hellaswag |
Accuracy is the percentage of validation examples where the model chooses the correct continuation. Most evaluations use 0-shot or 10-shot prompting in a completion/likelihood format, where the model scores each candidate completion by its log-probability. Instruction-tuned models evaluated via generation may score differently than base models evaluated via log-likelihood.
| Rank | Model | Score | Source | Date |
|---|---|---|---|---|
| 1 | GPT-4o | 95.3% | OpenAI GPT-4o system card | 2024-05 |
| 1 | Claude 3 Opus | 95.4% | Anthropic Claude 3 model card | 2024-03 |
| 1 | Claude 3.5 Sonnet | 95.4% | Anthropic model card | 2024-06 |
| 4 | Llama 3.1 70B | 93.8% | Meta Llama 3.1 tech report | 2024-07 |
| 5 | Gemini 1.5 Pro | 92.5% | Google Gemini 1.5 tech report | 2024-02 |
| 6 | Llama 3.1 405B | 92.2% | Meta Llama 3.1 tech report | 2024-07 |
Human performance: 95.6%. All frontier models cluster near the human ceiling. Scores from published technical reports.
| Benchmark | What it tests | Tasks | Saturation |
|---|---|---|---|
| HellaSwag | Commonsense sentence completion | 10,042 | High |
| MMLU | Broad academic knowledge (57 subjects) | 14,042 | High |
| GPQA Diamond | Graduate-level science reasoning | 198 | Medium |
HellaSwag is primarily useful for benchmarking smaller models (1B–13B parameters). For frontier model comparisons, GPQA Diamond and MMLU-Pro are more informative.
Benchgen lets teams evaluate their own model checkpoints on HellaSwag as part of a regression test suite alongside harder reasoning benchmarks.
Benchmark definition paraphrased from Zellers et al. 2019. State-of-the-art scores sourced from published technical reports and attributed inline. Last updated 2026-07-23.