Investigating Thinking Behaviours of Reasoning-Based Language Models for Social Bias Mitigation
Guoqing Luo, Iffat Maab, Lili Mou, Junichi Yamagishi
TL;DR
This study uncovers how reasoning-based LLMs can aggregate social bias during internal thinking, identifying two content-level failure patterns—stereotype repetition and irrelevant information injection—that distort conclusions. It shows that simply disabling reasoning harms performance and that reasoning length is a weak predictor of bias, guiding the development of a targeted prompt-based mitigation that prompts the model to review its own reasoning against these failure modes. Across BBQ, StereoSet, and BOLD benchmarks, the mitigation reduces bias while maintaining or improving accuracy, and demonstrates generalization to open-ended generation. The work highlights the need for reasoning-aware debiasing in practical AI systems and provides a concrete, lightweight method to curb bias with minimal impact on task performance.
Abstract
While reasoning-based large language models excel at complex tasks through an internal, structured thinking process, a concerning phenomenon has emerged that such a thinking process can aggregate social stereotypes, leading to biased outcomes. However, the underlying behaviours of these language models in social bias scenarios remain underexplored. In this work, we systematically investigate mechanisms within the thinking process behind this phenomenon and uncover two failure patterns that drive social bias aggregation: 1) stereotype repetition, where the model relies on social stereotypes as its primary justification, and 2) irrelevant information injection, where it fabricates or introduces new details to support a biased narrative. Building on these insights, we introduce a lightweight prompt-based mitigation approach that queries the model to review its own initial reasoning against these specific failure patterns. Experiments on question answering (BBQ and StereoSet) and open-ended (BOLD) benchmarks show that our approach effectively reduces bias while maintaining or improving accuracy.
