Papers › HellaSwag: Can a Machine Really Finish Your Sentence?

HellaSwag: Can a Machine Really Finish Your Sentence?

19 May 2019ACL 2019 7arXiv:1905.07830archive 2025-07-28

Rowan Zellers, Ari Holtzman, Yonatan Bisk, Ali Farhadi, Yejin Choi

Recent work by Zellers et al. (2018) introduced a new task of commonsense natural language inference: given an event description such as "A woman sits at a piano," a machine must select the most likely followup: "She sets her fingers on the keys." With the introduction of BERT, near human-level performance was reached. Does this mean that machines can perform human level commonsense inference? In this paper, we show that commonsense inference still proves difficult for even state-of-the-art models, by presenting HellaSwag, a new challenge dataset. Though its questions are trivial for humans (>95% accuracy), state-of-the-art models struggle (<48%). We achieve this via Adversarial Filtering (AF), a data collection paradigm wherein a series of discriminators iteratively select an adversarial set of machine-generated wrong answers. AF proves to be surprisingly robust. The key insight is to scale up the length and complexity of the dataset examples towards a critical 'Goldilocks' zone wherein generated text is ridiculous to humans, yet often misclassified by state-of-the-art models. Our construction of HellaSwag, and its resulting difficulty, sheds light on the inner workings of deep pretrained models. More broadly, it suggests a new path forward for NLP research, in which benchmarks co-evolve with the evolving state-of-the-art in an adversarial way, so as to present ever-harder challenges.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1905.07830")

Code

Syntology Ran 0 of 6 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run.

By repository: community (archive-listed): 6 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

PlusLabNLP/Plot-guided-Coherence-Evaluation mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

6 samples harvested; 0 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6unverified

Licence: 4 of the 6 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

evaluate PlusLabNLP/Plot-guided-Coherence-Evaluation/run_glue.py community (archive-listed) unverified Apache-2.0 (permissive) · ca9c20fdb4d8828a · report
mean_or_none facebookresearch/text_characterization_toolkit/text_characterization/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · bbe650a2d1efc562 · report
plot_data facebookresearch/text_characterization_toolkit/text_characterization/analysis.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 0bb699cebf314bf6 · report
safe_div facebookresearch/text_characterization_toolkit/text_characterization/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 2fe1321cdb7f774d · report
safe_stdev facebookresearch/text_characterization_toolkit/text_characterization/utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · fb6fdbc437bec260 · report
test_text_rel_score PlusLabNLP/Plot-guided-Coherence-Evaluation/run_glue.py community (archive-listed) unverified Apache-2.0 (permissive) · b0538d4790ceabf1 · report

Tasks

HellaSwagNatural Language InferenceSentenceSentence Completion

Datasets

Introduced by this paper, per the archive.

HellaSwag

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Sentence Completion HellaSwag BERT-Large 340M Accuracy 47.3 #71 of 89 Archive leaderboard report
Sentence Completion HellaSwag GPT-1 117M Accuracy 41.7 #73 of 89 Archive leaderboard report
Sentence Completion HellaSwag BERT-Base 110M Accuracy 40.5 #77 of 89 Archive leaderboard report
Sentence Completion HellaSwag LSTM + BERT-Base Accuracy 36.2 #80 of 89 Archive leaderboard report
Sentence Completion HellaSwag ESIM + ElMo Accuracy 33.3 #82 of 89 Archive leaderboard report
Sentence Completion HellaSwag LSTM + GloVe Accuracy 31.7 #84 of 89 Archive leaderboard report
Sentence Completion HellaSwag fastText Accuracy 31.6 #85 of 89 Archive leaderboard report
Sentence Completion HellaSwag LSTM + ElMo Accuracy 31.4 #86 of 89 Archive leaderboard report
Sentence Completion HellaSwag Random chance baseline Accuracy 25 #89 of 89 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

AdamAttentionAttention DropoutBERTDense ConnectionsDropoutLayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionResidual ConnectionSoftmaxWeight DecayWordPiece

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections