Search papers, labs, and topics across Lattice.
The paper introduces Contrastive Decoding Diffing (CDD), a novel grey-box method for recovering verbatim content memorized by narrowly finetuned language models. CDD operates solely on output-level logit distributions, contrasting the finetuned model's outputs with those of the base model using vague prompts and amplification of logit differences. Experiments across various architectures (1B-32B parameters) demonstrate that CDD outperforms the white-box Activation Difference Lens (ADL) in recovering implanted facts and even surfaces unintended data pipeline artifacts, highlighting its effectiveness in auditing finetuned models.
Forget white-box access: this grey-box method recovers verbatim memorized content from finetuned LLMs by just comparing output logits, even revealing hidden data pipeline artifacts.
Narrowly finetuned language models memorize implanted content verbatim, but auditing what a deployed model has been taught, without access to its weights or training data, remains an open challenge. Recent work shows that activation differences between base and finetuned models carry readable traces of the finetuning domain; the state-of-the-art Activation Difference Lens (ADL) recovers a vague domain-level description but requires full "white-box" access to model internals. We introduce Contrastive Decoding Diffing (CDD), a model diffing method that operates on output-level logit distributions only, with no weight access, no layer selection, and no per-model tuning, yet recovers implanted facts. CDD consists of three ideas: bypassing the chat template to expose the raw finetuning prior, seeding generation with maximally vague pre-fills, and amplifying the logit-space difference between finetuned and base models at each decoding step. A single default configuration recovers implanted facts verbatim -- exact drug names, vote counts, physical measurements, and procedural details -- across four architectures (1B--32B parameters), uniformly outperforming ADL despite less access and running ~170x faster. Furthermore, CDD surfaces unintended data pipeline artifacts: a fictional persona introduced by the LLM data generator via mode collapse leaked into model weights and was extracted by CDD, constituting to our knowledge the first demonstrated end-to-end fingerprinting chain from data generator artifact to model weights to recovered output. We validate on real-domain finetuning settings, achieving near-perfect recovery across all single-dataset non-CoT variants and correctly identifying all four datasets in the mixed-dataset setting. CDD's success as a grey-box method outperforming white-box baselines underscores its practical utility for transparency and accountability in AI systems.