Search papers, labs, and topics across Lattice.
This paper introduces Distill to Detect (D2D), a novel method for identifying stealth biases in language models by distilling the distributional shifts between a biased model and its base into a cartridge adapter. The approach effectively amplifies hidden biases, enabling reliable detection across various bias types, which is crucial for ensuring the integrity of language models in high-stakes applications. The authors also provide a theoretical framework that elucidates the method's effectiveness through Fisher-weighted projection of logit distribution shifts, demonstrating its practical utility for auditing model behaviors.
Stealth biases in language models can be reliably detected using a novel distillation technique that amplifies hidden signals, transforming bias detection into a practical tool.
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.