Distill to Detect: Exposing Stealth Biases in LLMs through Cartridge Distillation

📅 2026-07-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of detecting implicit preference biases in large language models, which often remain hidden under standard evaluation protocols and manifest only in specific contexts. The authors propose a novel detection framework that leverages contextual distillation to compress the distributional discrepancies between a suspect model and its base counterpart into a KV-cache prefix adapter—termed a “cartridge.” By exploiting the capacity bottleneck inherent in prefix tuning, this approach concentrates and amplifies latent bias signals. Integrating soft logit analysis with Fisher-weighted projection, the method uniquely repurposes the adapter architecture as a bias probing instrument, explicitly revealing diverse forms of implicit bias. This provides an effective and practical pathway for auditing model behavior and enhancing transparency in deployed language models.
📝 Abstract
Language models deployed in high-stakes roles can potentially favor certain entities, brands, or viewpoints, steering user decisions at scale. Such preferential biases can be introduced by any actor in the model's supply chain and are most dangerous when the model reveals its preference only on the relevant topic while behaving identically to its unmodified base on all other inputs. Recent work has shown that these biases can transfer through context distillation on semantically unrelated data, with the signal residing entirely in the soft logit distribution and remaining invisible to text-based inspection. However, the defender faces a fundamental asymmetry: without knowing the bias topic, no detection method can reliably surface a stealth preferential bias, regardless of whether it examines generated text, internal representations, or model weights. Here we introduce Distill to Detect (D2D), a method that surfaces hidden biases by distilling the distributional shift between a suspected model and its base into a cartridge (a KV-cache prefix adapter), concentrating the dominant divergence and amplifying the bias signal into generated text. We show that D2D successfully amplifies the hidden biases of stealth models to the extent that they can be reliably detected across multiple bias types. We also propose a theoretical framework that explains the efficacy of D2D through the lens of Fisher-weighted projection of the logit distribution shift, supported by empirical observations. By turning the capacity bottleneck of prefix-tuning adapters into a detection tool, D2D provides a practical building block for auditing hidden behaviors in deployed language models.
Problem

Research questions and friction points this paper is trying to address.

stealth bias
preferential bias
language models
bias detection
distributional shift
Innovation

Methods, ideas, or system contributions that make the work stand out.

stealth bias
cartridge distillation
prefix adapter
logit distribution shift
model auditing