Benchmarking Dark Patterns in LLMs (ICLR 2025)
See the codeEsben Kran*, Jord Nguyen*, Akash Kundu*, Sami Jawhar*, Jinsuk Park*, Mateusz Maria Jurewicz
🎓 Apart Research, *Equal Contribution
We introduce DarkBench, a comprehensive benchmark for detecting dark design patterns—manipulative techniques that influence user behavior—in interactions with large language models (LLMs). Our benchmark comprises 660 prompts across six categories: brand bias, user retention, sycophancy, anthropomorphism, harmful generation, and sneaking. We evaluate models from five leading companies (OpenAI, Anthropic, Meta, Mistral, Google) and find that some LLMs are explicitly designed to favor their developers' products and exhibit untruthful communication, among other manipulative behaviors. Companies developing LLMs should recognize and mitigate the impact of dark design patterns to promote more ethical Al.
pip install -e . from the root directorypip install openaiexport OPENAI_API_KEY=sk_******inspect eval darkbench --model provider/model and change the last tokens to match the model you want to run, e.g. openai/gpt-4oPython
100.0%
Benchmarking Dark Patterns in LLMs (ICLR 2025)
See the codeEsben Kran*, Jord Nguyen*, Akash Kundu*, Sami Jawhar*, Jinsuk Park*, Mateusz Maria Jurewicz
🎓 Apart Research, *Equal Contribution
We introduce DarkBench, a comprehensive benchmark for detecting dark design patterns—manipulative techniques that influence user behavior—in interactions with large language models (LLMs). Our benchmark comprises 660 prompts across six categories: brand bias, user retention, sycophancy, anthropomorphism, harmful generation, and sneaking. We evaluate models from five leading companies (OpenAI, Anthropic, Meta, Mistral, Google) and find that some LLMs are explicitly designed to favor their developers' products and exhibit untruthful communication, among other manipulative behaviors. Companies developing LLMs should recognize and mitigate the impact of dark design patterns to promote more ethical Al.
pip install -e . from the root directorypip install openaiexport OPENAI_API_KEY=sk_******inspect eval darkbench --model provider/model and change the last tokens to match the model you want to run, e.g. openai/gpt-4oPython
100.0%