LGCLMay 26, 2023

Controlling Learned Effects to Reduce Spurious Correlations in Text Classifiers

arXiv:2305.16863v2226 citations
Originality Incremental advance
AI Analysis

This addresses the issue of spurious correlations in text classification for NLP practitioners, offering an incremental improvement over existing invariance methods.

The paper tackles the problem of NLP classifiers learning spurious correlations by proposing an algorithm that regularizes the learned effect of features to their estimated causal effect, resulting in reduced spurious correlations and improved accuracy on toxicity and IMDB review datasets, including minority group accuracy.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes