CLLGJan 4

iFlip: Iterative Feedback-driven Counterfactual Example Refinement

arXiv:2601.01446v1
Originality Incremental advance
AI Analysis

This addresses a problem in explainable AI and NLP for researchers and practitioners by improving counterfactual generation, though it is incremental as it builds on existing feedback mechanisms.

The paper tackles the challenge of generating valid counterfactual examples with large language models, proposing iFlip, an iterative refinement method that achieves a 57.8% higher validity rate compared to state-of-the-art baselines.

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.

Foundations

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

Your Notes