Explore Spurious Correlations at the Concept Level in Language Models for Text Classification
Yuhang Zhou, Paiheng Xu, Xiaoyu Liu, Bang An, Wei Ai, Furong Huang
TL;DR
This work reveals that language models develop robust concept-level spurious correlations driven by imbalanced concept-label distributions in both fine-tuning and in-context learning. It introduces a principled Bias@C metric and uses ChatGPT to annotate concepts, enabling measurement of concept shortcuts across datasets. A counterfactual data upsampling strategy, generated by large language models, is proposed and shown to reduce concept bias while maintaining or improving utility across multiple models and tasks. The findings highlight the need to account for high-level semantic content in robustness analyses and offer a practical mitigation pathway with broad implications for reliable NLP deployment.
Abstract
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 challenges due to spurious correlations arising from imbalanced label distributions in training data or ICL exemplars. Previous research has primarily concentrated on word, phrase, and syntax features, neglecting the concept level, often due to the absence of concept labels and difficulty in identifying conceptual content in input texts. This paper introduces two main contributions. First, we employ ChatGPT to assign concept labels to texts, assessing concept bias in models during fine-tuning or ICL on test data. We find that LMs, when encountering spurious correlations between a concept and a label in training or prompts, resort to shortcuts for predictions. Second, we introduce a data rebalancing technique that incorporates ChatGPT-generated counterfactual data, thereby balancing label distribution and mitigating spurious correlations. Our method's efficacy, surpassing traditional token removal approaches, is validated through extensive testing.
