A Comprehensive Evaluation of Cognitive Biases in LLMs
Simon Malberg, Roman Poletukhin, Carolin M. Schuster, Georg Groh
TL;DR
This work tackles the problem of cognitive biases in large language models by proposing a scalable, general-purpose test framework and a large- scale benchmark. It introduces a four-entity, three-function framework to generate, decide, and estimate bias-related test cases, coupled with 200 managerial scenarios to yield 30,000 tests across 30 biases in 20 LLMs. The study demonstrates that cognitive biases are pervasive across models, with biases present in all models for most biases and complex patterns of bias linked to model size and architecture, while providing a public dataset and framework to drive mitigation and future research. The results underscore the need for careful LLM selection in high-stakes decision-making and offer a practical, extensible methodology for bias evaluation across domains beyond managerial contexts.
Abstract
We present a large-scale evaluation of 30 cognitive biases in 20 state-of-the-art large language models (LLMs) under various decision-making scenarios. Our contributions include a novel general-purpose test framework for reliable and large-scale generation of tests for LLMs, a benchmark dataset with 30,000 tests for detecting cognitive biases in LLMs, and a comprehensive assessment of the biases found in the 20 evaluated LLMs. Our work confirms and broadens previous findings suggesting the presence of cognitive biases in LLMs by reporting evidence of all 30 tested biases in at least some of the 20 LLMs. We publish our framework code to encourage future research on biases in LLMs: https://github.com/simonmalberg/cognitive-biases-in-llms
