Rethinking Prompt-based Debiasing in Large Language Models
Xinyi Yang, Runzhe Zhan, Derek F. Wong, Shu Yang, Junchao Wu, Lidia S. Chao
TL;DR
The paper questions the reliability of prompt-based debiasing in LLMs by separating true bias understanding from superficial pattern matching through self-diagnosis and debiasing analyses on BBQ and StereoSet across open-source and commercial models. It shows that bias detection is context-dependent and that debiasing prompts often yield evasive responses, while standard metrics can misrepresent progress. The findings reveal fragile, inconsistent improvements and a potential false prosperity in current debiasing approaches, urging a rethink of bias metrics and benchmarking. The work highlights the need for robust evaluation frameworks that balance bias mitigation with preserved reasoning and language modeling capabilities in AI systems.
Abstract
Investigating bias in large language models (LLMs) is crucial for developing trustworthy AI. While prompt-based through prompt engineering is common, its effectiveness relies on the assumption that models inherently understand biases. Our study systematically analyzed this assumption using the BBQ and StereoSet benchmarks on both open-source models as well as commercial GPT model. Experimental results indicate that prompt-based is often superficial; for instance, the Llama2-7B-Chat model misclassified over 90% of unbiased content as biased, despite achieving high accuracy in identifying bias issues on the BBQ dataset. Additionally, specific evaluation and question settings in bias benchmarks often lead LLMs to choose "evasive answers", disregarding the core of the question and the relevance of the response to the context. Moreover, the apparent success of previous methods may stem from flawed evaluation metrics. Our research highlights a potential "false prosperity" in prompt-base efforts and emphasizes the need to rethink bias metrics to ensure truly trustworthy AI.
