paper-with-me

Papers

Reducing Spurious Correlations for Answer Selection by Feature Decorrelation and Language Debiasing

2022-10-01 · COLING 2022 10 · Zeyi Zhong, Min Yang, Ruifeng Xu

Deep neural models have become the mainstream in answer selection, yielding state-of-the-art performance. However, these models tend to rely on spurious correlations between prediction labels and input features, which in general suffer from robustness and generalization. In this paper, we propose a novel Spurious Correlation reduction method to improve the robustness of the neural ANswer selection models (SCAN) from the sample and feature perspectives by removing the feature dependencies and language biases in answer selection. First, from the sample perspective, we propose a feature decorrelation module by learning a weight for each instance at the training phase to remove the feature dependencies and reduce the spurious correlations without prior knowledge of such correlations. Second, from the feature perspective, we propose a feature debiasing module with contrastive learning to alleviate the negative language biases (spurious correlations) and further improve the robustness of the AS models. Experimental results on three benchmark datasets show that SCAN achieves substantial improvements over strong baselines. For reproducibility, we will release our code and data upon the publication of this paper.

📄 PDF Abstract BibTeX

Code (1)

xish9/scan 공식 구현

Tasks

Answer SelectionContrastive Learning

Similar Papers 제목 키워드 기반

The Impact of Coreset Selection on Spurious Correlations and Group Robustness

2025-07-15 · Amaya Dharmasiri, William Yang, Polina Kirichenko, Lydia Liu 외 arxiv

Coreset selection methods have shown promise in reducing the training data size while maintaining model performance for data-efficient machine learning. However, as many datasets suffer from biases that cause models to l…

Focusing Image Generation to Mitigate Spurious Correlations

2024-12-27 · XueWei Li, Zhenzhen Nie, Mei Yu, Zijian Zhang 외

Instance features in images exhibit spurious correlations with background features, affecting the training process of deep neural classifiers. This leads to insufficient attention to instance features by the classifier, …

AttributeData AugmentationDiversityImage Generation

Identifying Spurious Correlations for Robust Text Classification

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Zhao Wang, Aron Culotta

The predictions of text classifiers are often driven by spurious correlations -- e.g., the term `Spielberg' correlates with positively reviewed movies, even though the term itself does not semantically convey a positive …

Classificationfeature selectionGeneral ClassificationRobust classification+4

Fighting Spurious Correlations in Text Classification via a Causal Learning Perspective

2024-11-01 · Yuqing Zhou, Ziwei Zhu

In text classification tasks, models often rely on spurious correlations for predictions, incorrectly associating irrelevant features with the target labels. This issue limits the robustness and generalization of models,…

counterfactualCounterfactual Reasoningfeature selectiontext-classification+1

Not Only the Last-Layer Features for Spurious Correlations: All Layer Deep Feature Reweighting

2024-09-23 · Humza Wajid Hameed, Geraldin Nanfack, Eugene Belilovsky

Spurious correlations are a major source of errors for machine learning models, in particular when aiming for group-level fairness. It has been recently shown that a powerful approach to combat spurious correlations is t…

AllFairnessfeature selection