Are LLMs Biased Like Humans? Causal Reasoning as a Function of Prior Knowledge, Irrelevant Information, and Reasoning Budget
Hanna M. Dettki, Charley M. Wu, Bob Rehder
TL;DR
The paper interrogates whether LLMs perform causal reasoning like normative models or rely on human-like shortcuts by evaluating 20+ LLMs against a human baseline on 11 collider-graph tasks. Using direct and chain-of-thought prompting, plus content-manipulation robustness tests, the authors show LLM judgments are largely describable by compact causalBayes nets with leaky-OR structure, and CoT prompting improves cross-task generalization and alignment with humans. Most LLMs exhibit stronger explaining away and are largely Markov-compliant, contrasting with human tendencies toward latent-factor attribution; robustness is highly model-dependent and often enhanced by CoT. The work demonstrates that Bayesian models provide valuable interpretive targets for diagnosing LLM reasoning and informs safe deployment, highlighting both complementary strengths and potential brittleness when uncertainty is intrinsic.
Abstract
Large language models (LLMs) are increasingly used in domains where causal reasoning matters, yet it remains unclear whether their judgments reflect normative causal computation, human-like shortcuts, or brittle pattern matching. We benchmark 20+ LLMs against a matched human baseline on 11 causal judgment tasks formalized by a collider structure ($C_1 \!\rightarrow\! E\! \leftarrow \!C_2$). We find that a small interpretable model compresses LLMs' causal judgments well and that most LLMs exhibit more rule-like reasoning strategies than humans who seem to account for unmentioned latent factors in their probability judgments. Furthermore, most LLMs do not mirror the characteristic human collider biases of weak explaining away and Markov violations. We probe LLMs' causal judgment robustness under (i) semantic abstraction and (ii) prompt overloading (injecting irrelevant text), and find that chain-of-thought (CoT) increases robustness for many LLMs. Together, this divergence suggests LLMs can complement humans when known biases are undesirable, but their rule-like reasoning may break down when uncertainty is intrinsic -- highlighting the need to characterize LLM reasoning strategies for safe, effective deployment.
