paper-with-me

홈 › Papers

Double Perturbation: On the Robustness of Robustness and Counterfactual Bias Evaluation

2021-04-12 · NAACL 2021 4 · Chong Zhang, Jieyu Zhao, huan zhang, Kai-Wei Chang, Cho-Jui Hsieh

Robustness and counterfactual bias are usually evaluated on a test dataset. However, are these evaluations robust? If the test dataset is perturbed slightly, will the evaluation results keep the same? In this paper, we propose a "double perturbation" framework to uncover model weaknesses beyond the test dataset. The framework first perturbs the test dataset to construct abundant natural sentences similar to the test data, and then diagnoses the prediction change regarding a single-word substitution. We apply this framework to study two perturbation-based approaches that are used to analyze models' robustness and counterfactual bias in English. (1) For robustness, we focus on synonym substitutions and identify vulnerable examples where prediction can be altered. Our proposed attack attains high success rates (96.0%-99.8%) in finding vulnerable examples on both original and robustly trained CNNs and Transformers. (2) For counterfactual bias, we focus on substituting demographic tokens (e.g., gender, race) and measure the shift of the expected prediction among constructed sentences. Our method is able to reveal the hidden model biases not directly shown in the test dataset. Our code is available at https://github.com/chong-z/nlp-second-order-attack.

📄 PDF Abstract BibTeX arXiv:2104.05232

Code (1)

chong-z/nlp-second-order-attack 공식 구현 pytorch

Tasks

counterfactualPrediction

Similar Papers 제목 키워드 기반

Will the Prince Get True Love's Kiss? On the Model Sensitivity to Gender Perturbation over Fairytale Texts

2023-10-16 · Christina Chance, Da Yin, Dakuo Wang, Kai-Wei Chang

Recent studies show that traditional fairytales are rife with harmful gender biases. To help mitigate these gender biases in fairytales, this work aims to assess learned biases of language models by evaluating their robu…

counterfactualData AugmentationQuestion AnsweringSensitivity

DoubleGen: Debiased Generative Modeling of Counterfactuals

2025-09-20 · Alex Luedtke, Kenji Fukumizu arxiv

Generative models for counterfactual outcomes face two key sources of bias. Confounding bias arises when approaches fail to account for systematic differences between those who receive the intervention and those who do n…

Scaling Test-Time Robustness of Vision-Language Models via Self-Critical Inference Framework

2026-03-08 · Kaihua Tang, Jiaxin Qi, Jinli Ou, Yuhua Zheng 외 arxiv

The emergence of Large Language Models (LLMs) has driven rapid progress in multi-modal learning, particularly in the development of Large Vision-Language Models (LVLMs). However, existing LVLM training paradigms place ex…

Weak Robust Compatibility Between Learning Algorithms and Counterfactual Explanation Generation Algorithms

2024-05-31 · Ao Xu, Tieru Wu

Counterfactual explanation generation is a powerful method for Explainable Artificial Intelligence. It can help users understand why machine learning models make specific decisions, and how to change those decisions. Eva…

counterfactualCounterfactual ExplanationExplainable artificial intelligenceExplanation Generation+2

Analyzing and Improving the Robustness of Tabular Classifiers using Counterfactual Explanations

2021-12-13 · 20th IEEE International Conference on Machine Learning and Applications (ICMLA) 2021 12 · Peyman Rasouli, Ingrid Chieh Yu

Recent studies have revealed that Machine Learning (ML) models are vulnerable to adversarial perturbations. Such perturbations can be intentionally or accidentally added to the original inputs, evading the classifier's b…

Adversarial RobustnesscounterfactualCounterfactual ExplanationExplainable artificial intelligence