Adaptive Generation of Bias-Eliciting Questions for LLMs

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

Researchers from ETH Zurich introduced a novel counterfactual bias evaluation framework that automatically generates realistic, open-ended questions to elicit biased behavior in large language models (LLMs). This framework iteratively mutates and selects bias-inducing questions over sensitive attributes like sex, race, or religion, using an LLM-based judge to score responses across dimensions including bias strength, relevance, acknowledgment, and refusal. Leveraging this framework, they constructed CAB, a human-verified benchmark comprising 405 questions. An analysis of nine state-of-the-art LLMs on CAB revealed that GPT-5 and Claude-4-Sonnet exhibit the lowest levels of bias, while Grok-4 and Qwen3-235B show the highest. The study also found that implicit questions, using stereotypical traits, reduced observed bias by approximately 40% compared to explicit questions.

Key takeaway

For AI Scientists and Machine Learning Engineers developing or deploying LLMs, this research highlights the inadequacy of traditional bias benchmarks. You should integrate adaptive, counterfactual bias evaluation frameworks like CAB into your model development lifecycle to uncover subtle, real-world biases across sensitive attributes. Prioritize models like GPT-5 or Claude-4-Sonnet, which show lower bias, and be aware that implicit prompts can still elicit harmful biases.

Key insights

Adaptive, counterfactual question generation reveals nuanced LLM biases beyond simplistic templated benchmarks.

Principles

Method

A genetic algorithm iteratively refines open-ended questions using an LLM generator, a target LLM for responses, and an LLM judge scoring bias, relevance, acknowledgment, and refusal to maximize a fitness score.

In practice

Topics

Code references

Best for: AI Architect, Research Scientist, CTO, AI Scientist, Machine Learning Engineer, AI Ethicist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.