iFlip: Iterative Feedback-driven Counterfactual Example Refinement
Yilong Wang, Qianli Wang, Nils Feldhus
TL;DR
This paper tackles the challenge of generating valid counterfactual examples with large language models by moving beyond single-pass generation to an iterative refinement framework called iFlip. iFlip uses three feedback signals—confidence, feature attribution, and natural language feedback—to guide successive refinements under an explicit validity criterion, with early stopping to prevent over-editing. Empirical results show substantial improvements in counterfactual validity (average LFR up to $+57.8\%$ over baselines) and user satisfaction, and ablations demonstrate the critical roles of iteration, feedback type, and stopping rules. The approach also demonstrates effective counterfactual data augmentation, boosting model performance and robustness, though it notes higher computational costs and English-centric evaluation as limitations with promising directions for future work.
Abstract
Counterfactual examples are minimal edits to an input that alter a model's prediction. They are widely employed in explainable AI to probe model behavior and in natural language processing (NLP) to augment training data. However, generating valid counterfactuals with large language models (LLMs) remains challenging, as existing single-pass methods often fail to induce reliable label changes, neglecting LLMs' self-correction capabilities. To explore this untapped potential, we propose iFlip, an iterative refinement approach that leverages three types of feedback, including model confidence, feature attribution, and natural language. Our results show that iFlip achieves an average 57.8% higher validity than the five state-of-the-art baselines, as measured by the label flipping rate. The user study further corroborates that iFlip outperforms baselines in completeness, overall satisfaction, and feasibility. In addition, ablation studies demonstrate that three components are paramount for iFlip to generate valid counterfactuals: leveraging an appropriate number of iterations, pointing to highly attributed words, and early stopping. Finally, counterfactuals generated by iFlip enable effective counterfactual data augmentation, substantially improving model performance and robustness.
