What is HellaSwag?

Stephen M. Walker II · Co-Founder / CEO

What is HellaSwag?

HellaSwag is an evaluation dataset designed for studying grounded commonsense inference, a task that is typically easy for humans but challenging for machines. HellaSwag is an acronym for Harder Endings, Longer contexts, and Low-shot Activities for Situations With Adversarial Generations.

The dataset consists of 70,000 multiple-choice questions about grounded situations. Each question originates from one of two domains: ActivityNet or WikiHow. The questions are followed by four answer choices about what might happen next in the scene. The correct answer is the real sentence for the next event, while the three incorrect answers are adversarially generated and human-verified, designed to fool machines but not humans.

The dataset is a challenging testbed for state-of-the-art Natural Language Inference (NLI) models, even those built on extensive pretraining. It tests a machine's ability to complete sentences in a way that makes sense. The construction of HellaSWAG and its resulting difficulty provide insights into the inner workings of deep pretrained models. It suggests a new path forward for NLP research, where benchmarks co-evolve with the evolving state-of-the-art in an adversarial way, presenting ever-harder challenges.

The HellaSwag dataset is available on platforms like TensorFlow and Kaggle, and it has been used by various teams to test their models, with a leaderboard maintained for the top-performing models.

The creators of HellaSwag intended it to push the field beyond static benchmarks towards evolving benchmarks. The idea is that as models improve, the benchmark evolves in an adversarial way to present ever-harder challenges, thus driving further progress in the field.

HellaSwag Leaderboard

RankModelOverall accuracyIn-domain category accuracyZero-shot category accuracyActivityNet accuracyWikiHow accuracy
1Human Performance95.695.695.79496.5
2Anthropic Claude 3 (Opus)95.4----
3OpenAI GPT-495.394.895.790.198
4Mistral Large89.2----
5Gemini Ultra87.884.885.780.188
6Mistral 8x7B86.784.885.780.188
7OpenAI GPT-3.585.587.383.174.690.9
8RoBERTa85.287.383.174.690.9
9Gemini Pro84.784.885.780.188
10BERT-Large47.349.74551.745
11OpenAI GPT41.74439.343.840.5
12BERT-Base40.542.838.345.737.7

When HellaSwag was initially tested with state-of-the-art models like OpenAI GPT, BERT-Base, and BERT-Large, human accuracy was above 95%, while these models achieved accuracies below 50%. This discrepancy highlighted the difficulty machines have with commonsense inference and the need for more rigorous benchmarks in language model evaluation.

Key attributes of HellaSwag include:

  • Complexity — HellaSwag is a complex task that requires a deep understanding of the world and human behavior.

  • Predictive Ability — HellaSwag tests the AI model's ability to predict the ending of an incomplete narrative.

  • Understanding Human Behavior — HellaSwag requires the AI model to understand and predict human behavior.

HellaSwag is a key benchmark in the field of AI, particularly in the area of understanding and predicting human behavior. It's a challenging task that pushes the boundaries of what AI models are capable of.

How does HellaSwag work?

HellaSwag works by presenting an AI model with an incomplete narrative, either in video or text format. The model is then tasked with predicting the ending of the narrative. This requires a deep understanding of the world and human behavior.

The dataset consists of 70,000 multiple-choice questions about grounded situations, each with four answer choices. The questions come from two domains: ActivityNet and WikiHow. The correct answer is the real sentence for the next event, while the three incorrect answers are adversarially generated and human-verified to fool machines but not humans.

What are some common methods for implementing HellaSwag?

Common methods for implementing HellaSwag include:

  • Training AI models on large datasets — One common method for implementing HellaSwag is to train AI models on large datasets of video or text narratives. This allows the model to learn patterns and trends in human behavior, which can then be used to predict the ending of an incomplete narrative.

  • Using advanced AI techniques — Advanced AI techniques, such as deep learning and reinforcement learning, can be used to implement HellaSwag. These techniques allow the model to learn complex patterns and make accurate predictions.

These methods can be combined and adapted to suit the specific requirements of a given task or model architecture.

What are some benefits of HellaSwag?

Benefits of HellaSwag include:

  • Challenging Benchmark — HellaSwag provides a challenging benchmark for AI models, pushing the boundaries of what they are capable of.

  • Understanding Human Behavior — HellaSwag requires AI models to understand and predict human behavior, which is a complex and difficult task.

  • Predictive Ability — HellaSwag tests the AI model's ability to predict the ending of an incomplete narrative, which is a valuable skill in many applications.

What are some challenges associated with HellaSwag?

HellaSwag is a challenging benchmark for AI models that tests their ability to predict the ending of an incomplete narrative. This requires a deep understanding of the world and human behavior. However, there are several challenges associated with HellaSwag:

  • Complexity — HellaSwag is a complex task that requires a deep understanding of the world and human behavior. This makes it a challenging benchmark for AI models.

  • Predictive Ability — HellaSwag tests the AI model's ability to predict the ending of an incomplete narrative. This is a difficult task that requires the model to understand and predict human behavior.

  • Training Data — Training AI models for HellaSwag requires large datasets of video or text narratives. Collecting and processing this data can be a challenge.

Despite these challenges, HellaSwag is a valuable benchmark for AI models and an important task in the field of AI.

What are some future directions for HellaSwag research?

Future research directions for HellaSwag could include:

  • Improving Predictive Ability — One potential area of research is improving the predictive ability of AI models on the HellaSwag task. This could involve developing new AI techniques or improving existing ones.

  • Understanding Human Behavior — Another potential area of research is improving the AI model's understanding of human behavior. This could involve studying human behavior in more detail or developing new methods for modeling human behavior.

  • Expanding the Task — The HellaSwag task could potentially be expanded to include other types of narratives or other types of predictions. This could provide new challenges and opportunities for AI models.

These directions could potentially lead to improvements in the performance of AI models on the HellaSwag task, as well as new insights into human behavior.

Additional protocol and interpretation context

Dataset construction and item format

HellaSwag is an evaluation dataset for grounded commonsense inference, a task that is typically easy for humans but challenging for language models. The name is an acronym for Harder Endings, Longer contexts, and Low-shot Activities for Situations With Adversarial Generations.

The dataset consists of roughly 70,000 multiple-choice questions about grounded situations, drawn from two sources: ActivityNet (video captions) and WikiHow (how-to articles). Each question gives a short context and four possible continuations. One continuation is the real next sentence; the other three are machine-generated distractors that were filtered so that humans can still identify the correct answer easily, while models often cannot.

HellaSwag was built using adversarial filtering: distractor endings were generated and repeatedly refined against existing models until those models could no longer reliably tell them apart from the true ending, without becoming implausible to human readers. This construction method — benchmarks that adapt to defeat current models — has since informed the design of other commonsense and reasoning evaluations.

Each HellaSwag item presents a short narrative context (from a video caption or a how-to article) along with four candidate endings. A model scores or ranks the four options and is evaluated on whether it selects the one a human annotator identified as the genuine continuation. Because the distractors are adversarially generated, the task probes whether a model's apparent language fluency corresponds to actual understanding of everyday situations, rather than surface-level pattern matching.

Why HellaSwag matters

  • Commonsense reasoning — HellaSwag targets everyday, physical, and social commonsense that is often only implicit in text, rather than facts a model could memorize.
  • Adversarial construction — Because distractors are filtered against contemporary models, the benchmark resists simple pattern-matching shortcuts more than static, hand-written test sets do.
  • Widely reported baseline — HellaSwag accuracy is commonly reported alongside other benchmarks (such as MMLU and GSM8K) when comparing language model capabilities, though as with any single benchmark, scores should be read alongside other evaluations rather than in isolation.

Historical leaderboard sourcing caveat

The repository last updated the leaderboard table on March 4, 2024. That is an archival date rather than a verified evaluation date: the original page did not cite the leaderboard source, model versions, prompts, evaluation settings, or calculation method for the category columns. The values are reproduced exactly as historical multi-column evidence and should not be read as a current ranking or assumed to be directly comparable across every row. A dash means the archived table did not report that value.

The category breakdown is retained because it shows more than a single overall score, including the historical gap between human performance and the original GPT and BERT baselines. Updating it would require a traceable source and a single documented protocol for all rows.

Current limitations

Like other static benchmarks, HellaSwag can be affected by training data contamination: as its questions and answers circulate publicly, some may end up in the pretraining data of newer models, inflating scores without a matching gain in genuine commonsense reasoning. It also focuses narrowly on next-sentence plausibility for ActivityNet- and WikiHow-style situations, so a high score does not imply broad commonsense competence across all domains.

More terms

Continue exploring the glossary.

Learn how teams define, measure, and improve LLM systems.

Glossary term

What is Mechanism Design (AI)?

Mechanism design is a subfield of game theory and economics, sometimes called "reverse game theory," that focuses on designing rules and incentive structures so that self-interested agents, each with their own private information and goals, produce a desired collective outcome. It is increasingly applied in AI and multi-agent systems.
Read term

Glossary term

What is fuzzy logic?

Fuzzy logic is a form of many-valued logic in which the truth value of variables may be any real number between 0 and 1. It is employed to handle the concept of partial truth, where the truth value may range between completely true and completely false. This is in contrast to Boolean logic, where the truth values of variables may only be the integer values 0 or 1. Fuzzy logic is based on the observation that people make decisions based on imprecise and non-numerical information, and it's used to model logical reasoning with vague or imprecise statements.
Read term

It's time to build

Collaborate with your team on reliable Generative AI features.
Want expert guidance? Book a 1:1 onboarding session from your dashboard.

Talk to sales