paper-with-me

Papers

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

2020-10-09 · EMNLP (insights) 2020 11 · 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.

📄 PDF Abstract BibTeX arXiv:2010.04762

Code (1)

nyu-mll/CNLI-generalization 공식 구현 pytorch

Tasks

counterfactualNatural Language InferenceNatural Language UnderstandingReading Comprehension

Similar Papers 제목 키워드 기반

Prompting for explanations improves Adversarial NLI. Is this true? {Yes} it is {true} because {it weakens superficial cues}

2023-05-01 · EACL 2023 5 · Pride Kavumba, Ana Brassard, Benjamin Heinzerling, Kentaro Inui

Explanation prompts ask language models to not only assign a particular label to a giveninput, such as true, entailment, or contradiction in the case of natural language inference but also to generate a free-text explana…

Adversarial Natural Language InferenceNatural Language Inference

Counterfactually Fair Conformal Prediction

2025-10-09 · Ozgur Guldogan, Neeraj Sarna, Yuanyuan Li, Michael Berger arxiv

While counterfactual fairness of point predictors is well studied, its extension to prediction sets--central to fair decision-making under uncertainty--remains underexplored. On the other hand, conformal prediction (CP) …

Misleading Failures of Partial-input Baselines

2019-05-14 · ACL 2019 7 · Shi Feng, Eric Wallace, Jordan Boyd-Graber

Recent work establishes dataset difficulty and removes annotation artifacts via partial-input baselines (e.g., hypothesis-only models for SNLI or question-only models for VQA). When a partial-input baseline gets high acc…

Natural Language InferenceVisual Question Answering (VQA)

PairCFR: Enhancing Model Training on Paired Counterfactually Augmented Data through Contrastive Learning

2024-06-09 · Xiaoqi Qiu, Yongjie Wang, Xu Guo, Zhiwei Zeng 외

Counterfactually Augmented Data (CAD) involves creating new data samples by applying minimal yet sufficient modifications to flip the label of existing data samples to other classes. Training with CAD enhances model robu…

Contrastive Learningcounterfactual

People Make Better Edits: Measuring the Efficacy of LLM-Generated Counterfactually Augmented Data for Harmful Language Detection

2023-11-02 · Indira Sen, Dennis Assenmacher, Mattia Samory, Isabelle Augenstein 외

NLP models are used in a variety of critical social computing tasks, such as detecting sexist, racist, or otherwise hateful content. Therefore, it is imperative that these models are robust to spurious features. Past wor…

Data Augmentation