paper-with-me

Papers

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 sentiment. In this paper, we propose a method to distinguish spurious and genuine correlations in text classification. We treat this as a supervised classification problem, using features derived from treatment effect estimators to distinguish spurious correlations from "genuine" ones. Due to the generic nature of these features and their small dimensionality, we find that the approach works well even with limited training examples, and that it is possible to transport the word classifier to new domains. Experiments on four datasets (sentiment classification and toxicity detection) suggest that using this approach to inform feature selection also leads to more robust classification, as measured by improved worst-case accuracy on the samples affected by spurious correlations.

📄 PDF Abstract BibTeX arXiv:2010.02458

Code (1)

tapilab/emnlp-2020-spurious 공식 구현

Tasks

Classificationfeature selectionGeneral ClassificationRobust classificationSentiment AnalysisSentiment Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

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

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

Identifying and Disentangling Spurious Features in Pretrained Image Representations

2023-06-22 · Rafayel Darbinyan, Hrayr Harutyunyan, Aram H. Markosyan, Hrant Khachatrian

Neural networks employ spurious correlations in their predictions, resulting in decreased performance when these correlations do not hold. Recent works suggest fixing pretrained representations and training a classificat…

Informativeness and Invariance: Two Perspectives on Spurious Correlations in Natural Language

2022-04-09 · NAACL 2022 7 · Jacob Eisenstein

Spurious correlations are a threat to the trustworthiness of natural language processing systems, motivating research into methods for identifying and eliminating them. However, addressing the problem of spurious correla…

InformativenessVocal Bursts Valence Prediction

Understanding and Mitigating Spurious Correlations in Text Classification with Neighborhood Analysis

2023-05-23 · Oscar Chew, Hsuan-Tien Lin, Kai-Wei Chang, Kuan-Hao Huang

Recent research has revealed that machine learning models have a tendency to leverage spurious correlations that exist in the training set but may not hold true in general circumstances. For instance, a sentiment classif…

Classificationtext-classificationText Classification