Papers › Counterfactually-Augmented SNLI Training Data Does Not Yield Better Generalization...

Counterfactually-Augmented SNLI Training Data Does Not Yield Better Generalization Than Unaugmented Data

9 Oct 2020EMNLP (insights) 2020 11arXiv:2010.04762archive 2025-07-28

William Huang, Haokun Liu, Samuel R. Bowman

A growing body of work shows that models exploit annotation artifacts to achieve state-of-the-art performance on standard crowdsourced benchmarks---datasets collected from crowdworkers to create an evaluation task---while still failing on out-of-domain examples for the same task. Recent work has explored the use of counterfactually-augmented data---data built by minimally editing a set of seed examples to yield counterfactual labels---to augment training data associated with these benchmarks and build more robust classifiers that generalize better. However, Khashabi et al. (2020) find that this type of augmentation yields little benefit on reading comprehension tasks when controlling for dataset size and cost of collection. We build upon this work by using English natural language inference data to test model generalization and robustness and find that models trained on a counterfactually-augmented SNLI dataset do not generalize better than unaugmented datasets of similar size and that counterfactual augmentation can hurt performance, yielding models that are less robust to challenge examples. Counterfactual augmentation of natural language understanding data through standard crowdsourcing techniques does not appear to be an effective way of collecting training data and further innovation is required to make this general line of work viable.

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="2010.04762")

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 16 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

nyu-mll/CNLI-generalization officialmentioned in paperpytorchMIT 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

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 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.

1ran · our draft was wrong
15unverified

Licence: 0 of the 16 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 nyu-mll/CNLI-generalization. “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.

metadata_collate_fn nyu-mll/CNLI-generalization/jiant/jiant/tasks/core.py official repository ran · our draft was wrong MIT (permissive) · 61ffc5549a75fe3c · report
batched_index_select nyu-mll/CNLI-generalization/jiant/jiant/ext/allennlp.py official repository unverified MIT (permissive) · e445a3b7d6a58154 · report
compare_dataset_with_metadata nyu-mll/CNLI-generalization/jiant/jiant/shared/caching.py official repository unverified MIT (permissive) · eaa6b3cef2ce9444 · report
compare_tensor_tuples nyu-mll/CNLI-generalization/jiant/jiant/shared/caching.py official repository unverified MIT (permissive) · 0f5c37217af75b26 · report
complex_backpropagate nyu-mll/CNLI-generalization/jiant/jiant/shared/runner.py official repository unverified MIT (permissive) · 9b5f1ac1298e3440 · report
convert_to_chunks nyu-mll/CNLI-generalization/jiant/jiant/shared/caching.py official repository unverified MIT (permissive) · 2d5bbf46d4d7af68 · report
flat_collate_fn nyu-mll/CNLI-generalization/jiant/jiant/tasks/core.py official repository unverified MIT (permissive) · 507ef2b2ebff6a5c · report
get_label_id_from_data_row nyu-mll/CNLI-generalization/jiant/jiant/tasks/evaluate/core.py official repository unverified MIT (permissive) · cb33d2bf922529ee · report
get_label_ids nyu-mll/CNLI-generalization/jiant/jiant/tasks/evaluate/core.py official repository unverified MIT (permissive) · 42ef1356dacb097d · report
get_model_and_tokenizer_classes nyu-mll/CNLI-generalization/jiant/jiant/proj/main/export_model.py official repository unverified MIT (permissive) · 7e8ea392aad26f56 · report
init_cuda_from_args nyu-mll/CNLI-generalization/jiant/jiant/shared/initialization.py official repository unverified MIT (permissive) · fa0fcf05318dae3d · report
init_seed nyu-mll/CNLI-generalization/jiant/jiant/shared/initialization.py official repository unverified MIT (permissive) · 540028e9d806d8a8 · report
masked_softmax nyu-mll/CNLI-generalization/jiant/jiant/ext/allennlp.py official repository unverified MIT (permissive) · 16cde5ff8ae0a586 · report
resolve_is_lower_case nyu-mll/CNLI-generalization/jiant/jiant/shared/model_resolution.py official repository unverified MIT (permissive) · 156059a38968a584 · report
resolve_tokenizer_class nyu-mll/CNLI-generalization/jiant/jiant/shared/model_resolution.py official repository unverified MIT (permissive) · c7ea7547e7771a4a · report
weighted_sum nyu-mll/CNLI-generalization/jiant/jiant/ext/allennlp.py official repository unverified MIT (permissive) · 2f417d486bcad523 · report

Tasks

Natural Language InferenceNatural Language UnderstandingReading Comprehension

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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