Benchmarks · Reasoning & problem-solving

HellaSwag

Whether a model can pick the one commonsense-plausible continuation of an everyday situation out of several machine-generated distractors designed to fool it.

University of Washington & Allen Institute for AI (Zellers et al.)Released 19 May 2019Saturated

HellaSwag’s premise is almost mischievous: take a sentence describing an everyday situation, generate several machine-written continuations, and keep only the ones that fool the strongest models of the day while still looking obviously wrong to a human. Researchers at the University of Washington and AI2 built the roughly 60,000-example set from ActivityNet and WikiHow sentences using a technique they called “Adversarial Filtering” — an iterative process that discarded any wrong answer a contemporary classifier could already rule out, so what remained was calibrated to defeat exactly the models it would be tested on.

That calibration worked. At launch in 2019, state-of-the-art models — including BERT, which had reached near-human performance on earlier, less adversarial sentence-completion benchmarks — scored under 48% against a human accuracy above 95%, a far wider gap than most contemporary tests showed. The benchmark’s title asked, half-rhetorically, whether a machine could really finish your sentence; for several years after its release, the honest answer was no.

That changed with the arrival of much larger models. By 2023, OpenAI reported GPT-4 scoring 95.3% in a base, few-shot configuration — essentially matching the human ceiling of 95.6% on the same test set — and the official leaderboard closed to new submissions the following year. HellaSwag’s arc mirrored several other adversarially-filtered benchmarks from the same period: built to be hard for the models it was released alongside, and solved within a few generations by models it wasn’t designed to anticipate.

The set

Roughly 60,000 examples built from ActivityNet and WikiHow context sentences, each paired with four possible endings — one genuine continuation and three adversarially generated wrong answers, selected by 'Adversarial Filtering' specifically to be hard for the models of the day while remaining obvious to a human reader.

Example

A man is sitting on a roof. he (A) is using wrap to wrap a pair of skis. (B) is ripping level tiles off. (C) is holding a rubik's cube. (D) starts pulling up roofing on a roof. (Answer: D)github.com

Where it stands

The official leaderboard closed to new submissions in November 2024 after GPT-4 essentially matched the human accuracy ceiling; the benchmark is no longer cited in frontier model release reports.

How the top score changed hands

  1. May 2019State-of-the-art models at launch (incl. BERT-Large)under 48%Against a human accuracy of over 95%, despite BERT having reached near-human performance on earlier, less adversarially-filtered sentence-completion tasks.
  2. March 2023GPT-4 (base, 10-shot)95.3%Effectively matched the human baseline; the official leaderboard closed to submissions in November 2024.

Current best: GPT-4 (base, 10-shot) — 95.3% Against a measured human accuracy ceiling of 95.6% on the same test set.

More reasoning & problem-solving benchmarks