paper-with-me

홈 › Papers

FairFlow: An Automated Approach to Model-based Counterfactual Data Augmentation For NLP

2024-07-23 · Ewoenam Kwaku Tokpo, Toon Calders

Despite the evolution of language models, they continue to portray harmful societal biases and stereotypes inadvertently learned from training data. These inherent biases often result in detrimental effects in various applications. Counterfactual Data Augmentation (CDA), which seeks to balance demographic attributes in training data, has been a widely adopted approach to mitigate bias in natural language processing. However, many existing CDA approaches rely on word substitution techniques using manually compiled word-pair dictionaries. These techniques often lead to out-of-context substitutions, resulting in potential quality issues. The advancement of model-based techniques, on the other hand, has been challenged by the need for parallel training data. Works in this area resort to manually generated parallel data that are expensive to collect and are consequently limited in scale. This paper proposes FairFlow, an automated approach to generating parallel data for training counterfactual text generator models that limits the need for human intervention. Furthermore, we show that FairFlow significantly overcomes the limitations of dictionary-based word-substitution approaches whilst maintaining good performance.

📄 PDF Abstract BibTeX arXiv:2407.16431

Code (1)

EwoeT/FairFlow 공식 구현 pytorch

Tasks

counterfactualData Augmentation

Similar Papers 제목 키워드 기반

FairFlow: Mitigating Dataset Biases through Undecided Learning

2025-03-22 · Jiali Cheng, Hadi Amiri

Language models are prone to dataset biases, known as shortcuts and spurious correlations in data, which often result in performance drop on new data. We present a new debiasing framework called ``FairFlow'' that mitigat…

FairFlow: Demystifying and Mitigating Stereotype Bias in Text-to-Image Diffusion Transformers

2026-07-03 · Chen Chen, Yuanmin Huang, Zhenfei Zhang, Mi Zhang 외 arxiv

Multimodal diffusion transformers (MM-DiTs) have emerged as the prevalent backbone for modern text-to-image generation systems. However, they exhibit critical alignment vulnerabilities, systematically manifesting severe …

Text-to-Image Generation

NeuroCounterfactuals: Beyond Minimal-Edit Counterfactuals for Richer Data Augmentation

2022-10-22 · Phillip Howard, Gadi Singer, Vasudev Lal, Yejin Choi 외

While counterfactual data augmentation offers a promising step towards robust generalization in natural language processing, producing a set of counterfactuals that offer valuable inductive bias for models remains a chal…

counterfactualData AugmentationDiversityInductive Bias+4

Diffusion-based Counterfactual Augmentation: Towards Robust and Interpretable Knee Osteoarthritis Grading

2025-06-18 · Zhe Wang, Yuhua Ru, Aladine Chetouani, Tina Shiang 외

Automated grading of Knee Osteoarthritis (KOA) from radiographs is challenged by significant inter-observer variability and the limited robustness of deep learning models, particularly near critical decision boundaries. …

Clinical KnowledgecounterfactualDiagnostic

Bias Challenges in Counterfactual Data Augmentation

2022-09-12 · S Chandra Mouli, Yangze Zhou, Bruno Ribeiro

Deep learning models tend not to be out-of-distribution robust primarily due to their reliance on spurious features to solve the task. Counterfactual data augmentations provide a general way of (approximately) achieving …

counterfactualData Augmentation