Data Augmentations for Improved (Large) Language Model Generalization
Amir Feder, Yoav Wald, Claudia Shi, Suchi Saria, David Blei
TL;DR
This work targets spurious correlations in text classification under distribution shift, notably in healthcare. It develops counterfactual data augmentation guided by causal structure, using auxiliary data and LLMs to generate text interventions across caregivers, thereby de-correlating writing style from patient condition. The authors formalize the approach, compare its sample efficiency to reweighting, and provide practical algorithms (CATO) using matching and diff-in-diff mechanisms. Empirical results on clinical narratives and semi-synthetic data show improved OOD generalization over invariant-learning baselines, highlighting the method's potential for safer, more robust NLP in safety-critical domains.
Abstract
The reliance of text classifiers on spurious correlations can lead to poor generalization at deployment, raising concerns about their use in safety-critical domains such as healthcare. In this work, we propose to use counterfactual data augmentation, guided by knowledge of the causal structure of the data, to simulate interventions on spurious features and to learn more robust text classifiers. We show that this strategy is appropriate in prediction problems where the label is spuriously correlated with an attribute. Under the assumptions of such problems, we discuss the favorable sample complexity of counterfactual data augmentation, compared to importance re-weighting. Pragmatically, we match examples using auxiliary data, based on diff-in-diff methodology, and use a large language model (LLM) to represent a conditional probability of text. Through extensive experimentation on learning caregiver-invariant predictors of clinical diagnoses from medical narratives and on semi-synthetic data, we demonstrate that our method for simulating interventions improves out-of-distribution (OOD) accuracy compared to baseline invariant learning algorithms.
