paper-with-me

홈 › Papers

Controlling Learned Effects to Reduce Spurious Correlations in Text Classifiers

2023-05-26 · Parikshit Bansal, Amit Sharma

To address the problem of NLP classifiers learning spurious correlations between training features and target labels, a common approach is to make the model's predictions invariant to these features. However, this can be counter-productive when the features have a non-zero causal effect on the target label and thus are important for prediction. Therefore, using methods from the causal inference literature, we propose an algorithm to regularize the learnt effect of the features on the model's prediction to the estimated effect of feature on label. This results in an automated augmentation method that leverages the estimated effect of a feature to appropriately change the labels for new augmented inputs. On toxicity and IMDB review datasets, the proposed algorithm minimises spurious correlations and improves the minority group (i.e., samples breaking spurious correlations) accuracy, while also improving the total accuracy compared to standard training.

📄 PDF Abstract BibTeX arXiv:2305.16863

Code (0)

등록된 구현이 없습니다.

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

Understanding Rare Spurious Correlations in Neural Networks

2022-02-10 · Yao-Yuan Yang, Chi-Ning Chou, Kamalika Chaudhuri

Neural networks are known to use spurious correlations such as background information for classification. While prior work has looked at spurious correlations that are widespread in the training data, in this work, we in…

Identifying Spurious Correlations and Correcting them with an Explanation-based Learning

2022-11-15 · Misgina Tsighe Hagos, Kathleen M. Curran, Brian Mac Namee

Identifying spurious correlations learned by a trained model is at the core of refining a trained model and building a trustworthy model. We present a simple method to identify spurious correlations that have been learne…

Classificationimage-classificationImage Classification

Increasing Robustness to Spurious Correlations using Forgettable Examples

2020-11-16 · Anonymous

Neural NLP models tend to rely on spurious correlations between labels and input features to perform their tasks. Minority examples, i.e., examples that contradict the spurious correlations present in the majority of dat…

Out-of-Distribution GeneralizationQQP

Increasing Robustness to Spurious Correlations using Forgettable Examples

2019-11-10 · EACL 2021 2 · Yadollah Yaghoobzadeh, Soroush Mehri, Remi Tachet, T. J. Hazen 외

Neural NLP models tend to rely on spurious correlations between labels and input features to perform their tasks. Minority examples, i.e., examples that contradict the spurious correlations present in the majority of dat…

Natural Language InferenceNatural Language UnderstandingOut-of-Distribution GeneralizationQQP

RaVL: Discovering and Mitigating Spurious Correlations in Fine-Tuned Vision-Language Models

2024-11-06 · Maya Varma, Jean-Benoit Delbrouck, Zhihong Chen, Akshay Chaudhari 외

Fine-tuned vision-language models (VLMs) often capture spurious correlations between image features and textual attributes, resulting in degraded zero-shot performance at test time. Existing approaches for addressing spu…

image-classificationImage Classificationzero-shot-classificationZero-Shot Learning