QuantiBias: Benchmarking Quantization-Induced Bias in LLMs

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

Summary

QuantiBias, a new benchmark, reveals that post-training quantization in large language models significantly increases bias in open-ended generation, a critical side effect missed by standard safety evaluations. While models like Qwen and Gemma maintain performance on refusal, over-refusal, and multiple-choice bias avoidance benchmarks (e.g., refusal at 0.98, BBQ accuracy near 0.97), their open-ended responses volunteer stereotypes in approximately one in four answers (~24% to ~27%) across eight languages. This "selective safety gap" is robust across two backbone models and five model families. The study found that quantizers prioritize capability data over bias-prevention signals. Furthermore, reasoning before answering can halve this bias in models like Qwen but shows no effect on Gemma. QuantiBias measures this by pairing a generative, multilingual stereotype probe with controls, contrasting builds with and without reasoning, and rating content severity (mean 1.83 on a 0-4 rubric).

Key takeaway

For Machine Learning Engineers deploying quantized large language models, you must re-evaluate your builds for open-ended bias, as standard short-form safety checks are insufficient. Your models can pass all conventional safeguards (e.g., refusal, multiple-choice bias avoidance) yet still volunteer stereotypes in nearly one in four open-ended responses. Implement generative, multilingual stereotype probes and assess content severity to catch this selective bias amplification before release, especially since reasoning may not universally mitigate the effect.

Key insights

Quantization measurably increases LLM bias in open-ended generation, undetected by standard safety checks.

Principles

Method

QuantiBias uses a generative, multilingual stereotype probe, refusal/multiple-choice controls, reasoning contrast, and content severity rating to detect selective bias.

In practice

Topics

Code references

Best for: Research Scientist, CTO, VP of Engineering/Data, 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.CL updates on arXiv.org.