BiasCause: Evaluate Socially Biased Causal Reasoning of Large Language Models
Tian Xie, Tongxin Yin, Vaishakh Keshava, Xueru Zhang, Siddhartha Reddy Jonnalagadda
TL;DR
BiasCause tackles the challenge of social bias in LLM outputs by exposing the causal reasoning behind biased answers. It introduces a conceptual framework to classify causal graphs, a semi-synthetic dataset of $1788$ questions over $8$ sensitive attributes, and rule-based autoraters to assess answer correctness and reasoning type. Evaluations on four state-of-the-art LLMs reveal pervasive biased causal reasoning, plus three strategies models use to avoid bias and a notable incidence of mistaken-biased reasoning. The work highlights the practical importance of reasoning-driven bias evaluation, discusses implications for debiasing, and provides a public release of the framework and associated graphs to spur future research.
Abstract
While large language models (LLMs) already play significant roles in society, research has shown that LLMs still generate content including social bias against certain sensitive groups. While existing benchmarks have effectively identified social biases in LLMs, a critical gap remains in our understanding of the underlying reasoning that leads to these biased outputs. This paper goes one step further to evaluate the causal reasoning process of LLMs when they answer questions eliciting social biases. We first propose a novel conceptual framework to classify the causal reasoning produced by LLMs. Next, we use LLMs to synthesize $1788$ questions covering $8$ sensitive attributes and manually validate them. The questions can test different kinds of causal reasoning by letting LLMs disclose their reasoning process with causal graphs. We then test 4 state-of-the-art LLMs. All models answer the majority of questions with biased causal reasoning, resulting in a total of $4135$ biased causal graphs. Meanwhile, we discover $3$ strategies for LLMs to avoid biased causal reasoning by analyzing the "bias-free" cases. Finally, we reveal that LLMs are also prone to "mistaken-biased" causal reasoning, where they first confuse correlation with causality to infer specific sensitive group names and then incorporate biased causal reasoning.
