University of Washington & Allen Institute for AI
Benchmarks should co-evolve with the evolving state-of-the-art in an adversarial way, so as to present ever-harder challenges.— Zellers et al., ACL 2019
Recent work by Zellers et al. (2018) introduced SWAG: a dataset of 113k multiple choice questions about grounded situations. A model trained on BERT achieved near-human performance, prompting the question: has the task been solved?
HellaSwag answers with a resounding no. By applying a stronger version of Adversarial Filtering (AF), the authors construct a dataset where state-of-the-art models score below 48% — while humans achieve ~95%. The construction sheds light on the inner workings of deep pretrained models and suggests a new path forward for NLP research.
HellaSwag has since become a canonical evaluation benchmark, appearing in the technical reports of GPT-4, LLaMA, Mistral, Gemini, and hundreds of other large language models.
Language models generate a large pool of plausible-sounding wrong answer candidates for each context.
An ensemble of discriminators learns to distinguish machine-generated endings from human-written ones.
Only the hardest, least-detectable distractors survive — those that fool the classifiers most consistently.
The result is a dataset that resists simple stylistic shortcuts, forcing models to reason about world knowledge.
State-of-the-art models in 2019 barely exceeded random chance on HellaSwag, despite near-human performance on SWAG.
One of the most-cited NLP benchmark papers of the past decade, per Semantic Scholar (August 2026).
HellaSwag scores appear in the technical reports of GPT-4, LLaMA 2/3, Mistral, Gemini, Claude, and hundreds of other models.
Adversarial Filtering became a widely adopted technique for constructing robust NLP benchmarks that resist annotation artifacts.
Seven years after publication, HellaSwag remains a standard evaluation task — a rare achievement for any benchmark dataset.
@inproceedings{zellers2019hellaswag,
title = {HellaSwag: Can a Machine Really Finish Your Sentence?},
author = {Zellers, Rowan and Holtzman, Ari and Bisk, Yonatan
and Farhadi, Ali and Choi, Yejin},
booktitle = {Proceedings of the 57th Annual Meeting of the
Association for Computational Linguistics},
pages = {4791--4800},
year = {2019},
doi = {10.18653/v1/P19-1472}
}