English

Understanding and Mitigating Bias Inheritance in LLM-based Data Augmentation on Downstream Tasks

Machine Learning 2026-05-06 v3 Artificial Intelligence Computation and Language

Abstract

Generating synthetic datasets via large language models (LLMs) has emerged as a promising approach to improve LLM performance. However, LLMs inherently reflect biases in their training data, leading to a critical challenge: when models are trained on synthetic data, they may propagate and amplify the inherent biases that can significantly impact fairness and robustness on downstream tasks-a phenomenon we term bias inheritance. This work presents the first systematic investigation in understanding, analyzing, and mitigating bias inheritance. We fine-tune LLMs with a combined dataset of real and LLM-augmented data with varied bias ratio as the proportion of augmented data. Through systematic experiments across 10 classification and generation tasks, we analyze how 6 different types of biases manifest. Our results indicate that bias inheritance harms downstream task performance in bias directly-related classification and generation tasks. Then, our analysis identifies three key misalignment factors: misalignment of values, group data, and data distributions. Based on these insights, we propose three mitigation strategies: token-based, mask-based, and loss-based approaches, which can work differently on various tasks and bias, indicating the substantial challenges to mitigate bias inheritance. We hope this work can provide insights to the research of LLM data augmentation.

Keywords

Cite

@article{arxiv.2502.04419,
  title  = {Understanding and Mitigating Bias Inheritance in LLM-based Data Augmentation on Downstream Tasks},
  author = {Miaomiao Li and Hao Chen and Yang Wang and Tingyuan Zhu and Weijia Zhang and Kaijie Zhu and Kam-Fai Wong and Jindong Wang},
  journal= {arXiv preprint arXiv:2502.04419},
  year   = {2026}
}

Comments

ACL 2026 Main Conference; code available at https://github.com/MiaomiaoLi2/bias-inheritance

R2 v1 2026-06-28T21:35:21.943Z