paper-with-me

Papers

Identifying and Mitigating Spurious Correlations for Improving Robustness in NLP Models

2021-10-14 · Findings (NAACL) 2022 7 · Tianlu Wang, Rohit Sridhar, Diyi Yang, Xuezhi Wang

Recently, NLP models have achieved remarkable progress across a variety of tasks; however, they have also been criticized for being not robust. Many robustness problems can be attributed to models exploiting spurious correlations, or shortcuts between the training data and the task labels. Most existing work identifies a limited set of task-specific shortcuts via human priors or error analyses, which requires extensive expertise and efforts. In this paper, we aim to automatically identify such spurious correlations in NLP models at scale. We first leverage existing interpretability methods to extract tokens that significantly affect model's decision process from the input text. We then distinguish "genuine" tokens and "spurious" tokens by analyzing model predictions across multiple corpora and further verify them through knowledge-aware perturbations. We show that our proposed method can effectively and efficiently identify a scalable set of "shortcuts", and mitigating these leads to more robust models in multiple applications.

📄 PDF Abstract BibTeX arXiv:2110.07736

Code (1)

tianlu-wang/Identifying-and-Mitigating-Spurious-Correlations-for-Improving-Robustness-in-NLP-Models 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Explore Spurious Correlations at the Concept Level in Language Models for Text Classification

2023-11-15 · YuHang Zhou, Paiheng Xu, Xiaoyu Liu, Bang An 외

Language models (LMs) have achieved notable success in numerous NLP tasks, employing both fine-tuning and in-context learning (ICL) methods. While language models demonstrate exceptional performance, they face robustness…

counterfactualIn-Context Learningtext-classificationText Classification

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

Identifying and Mitigating Spurious Correlation in Multi-Task Learning

2025-01-01 · CVPR 2025 1 · Junyi Chai, Shenyu Lu, Xiaoqian Wang

Multi-task learning (MTL) is a paradigm that aims to improve the generalization of models by simultaneously learning multiple related tasks, leveraging shared representations and task-specific information to enhance …

Multi-Task Learning

Mitigating Spurious Correlations in Multi-modal Models during Fine-tuning

2023-04-08 · Yu Yang, Besmira Nushi, Hamid Palangi, Baharan Mirzasoleiman

Spurious correlations that degrade model generalization or lead the model to be right for the wrong reasons are one of the main robustness concerns for real-world deployments. However, mitigating these correlations durin…

Attribute

Improving Group Robustness on Spurious Correlation Requires Preciser Group Inference

2024-04-22 · Yujin Han, Difan Zou

Standard empirical risk minimization (ERM) models may prioritize learning spurious correlations between spurious features and true labels, leading to poor accuracy on groups where these correlations do not hold. Mitigati…

Attribute