Benchgen

HellaSwag — Results

RankModelScore
1claude-3-5-sonnet95.4
2claude-3-opus95.4
3gpt-4-061395.3
4gpt-4o95.3
5llama-3-1-70b-instruct93.8
6gemini-1-5-pro92.5
7llama-3-1-405b-instruct92.2
8mimo-v2-5-pro89.8
9claude-3-sonnet89
10command-r-plus88.6
11hermes-3-70b88.2
12qwen2-72b-instruct87.6
13gemini-1-5-flash86.5
14gemma-2-27b86.4
15claude-3-haiku85.9
16llama-3-1-nemotron-70b-instruct85.6
17qwen2-5-32b-instruct85.2
18phi-3-5-moe-instruct83.8
19mistral-nemo-instruct83.5
20qwen2-5-coder-32b-instruct83
21gemma-2-9b81.9
22granite-3-3-8b-base80.1
23gemma-3n-e4b-litert-preview78.6
24gemma-3n-e4b78.6
25qwen2-5-coder-7b-instruct76.8
H

HellaSwag

1 phaseActive

~10,000 adversarially-filtered commonsense sentence-completion tasks. Metric: accuracy. Created by Zellers et al. (2019). Fully saturated for frontier models (95%+).

Overview

HellaSwag

Category Metric Tasks Saturation Created

Paper GitHub Dataset

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.

At a Glance

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.

What HellaSwag Measures

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.

Benchmark Specifications

FieldValue
Task categoryCommonsense reasoning / natural language inference
Metric% correct (4-choice multiple choice)
Number of tasks10,042 (validation)
Human baseline95.6%
SaturationHigh (frontier models 95%+, matching human performance)
Created byZellers et al.
Source paperHellaSwag: Can a Machine Really Finish Your Sentence? (2019)
GitHubrowanz/hellaswag
DatasetHuggingFace — Rowan/hellaswag

How HellaSwag Is Scored

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.

State-of-the-Art Results

Human performance: 95.6%. All frontier models cluster near the human ceiling. Scores from published technical reports.

HellaSwag vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
HellaSwagCommonsense sentence completion10,042High
MMLUBroad academic knowledge (57 subjects)14,042High
GPQA DiamondGraduate-level science reasoning198Medium

HellaSwag is primarily useful for benchmarking smaller models (1B–13B parameters). For frontier model comparisons, GPQA Diamond and MMLU-Pro are more informative.

Run HellaSwag on Your Model

Benchgen lets teams evaluate their own model checkpoints on HellaSwag as part of a regression test suite alongside harder reasoning benchmarks.

Frequently Asked Questions

What is HellaSwag? HellaSwag is an adversarially filtered commonsense sentence-completion benchmark of ~10,000 multiple-choice questions created by Zellers et al. in 2019. Models choose the most plausible continuation of an activity description from four options.
What does a good HellaSwag score look like? Human performance is 95.6%. Scores above 95% indicate human-level commonsense reasoning. All frontier GPT-4 class models score 95%+, so HellaSwag is primarily informative for models scoring below 93%.
Who created HellaSwag? HellaSwag was created by Rowan Zellers, Ari Holtzman, Yonatan Bisk, Ali Farhadi, and Yejin Choi. See Zellers et al. 2019.
Is HellaSwag saturated? Yes. Frontier models match the 95.6% human baseline. HellaSwag is fully saturated as a frontier benchmark and cannot differentiate between GPT-4 class models. It remains a useful sanity check for smaller model development.

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.