Cross-Architecture Model Diffing with Crosscoders: Unsupervised Discovery of Differences Between LLMs
Thomas Jiralerspong, Trenton Bricken
TL;DR
This work extends model diffing to cross-architecture comparisons by introducing Dedicated Feature Crosscoders that partition features into A-exclusive, B-exclusive, and shared sets, thus isolating model-exclusive representations. The approach is validated in toy and real-model diffs (notably Llama-Qwen and GPT-OSS-DeepSeek), showing that DFCs recover more exclusive features while maintaining core reconstruction metrics. The authors demonstrate unsupervised discovery of meaningful behavioral differences such as CCP alignment, American exceptionalism, and a copyright refusal mechanism, and they propose a screen-and-verify workflow to validate findings. The results suggest cross-architecture model diffing can surface unknown unknowns and safety-relevant divergences that complement existing red-teaming and evaluation methods, with limitations including robustness across seeds and the need for broader generalization.
Abstract
Model diffing, the process of comparing models' internal representations to identify their differences, is a promising approach for uncovering safety-critical behaviors in new models. However, its application has so far been primarily focused on comparing a base model with its finetune. Since new LLM releases are often novel architectures, cross-architecture methods are essential to make model diffing widely applicable. Crosscoders are one solution capable of cross-architecture model diffing but have only ever been applied to base vs finetune comparisons. We provide the first application of crosscoders to cross-architecture model diffing and introduce Dedicated Feature Crosscoders (DFCs), an architectural modification designed to better isolate features unique to one model. Using this technique, we find in an unsupervised fashion features including Chinese Communist Party alignment in Qwen3-8B and Deepseek-R1-0528-Qwen3-8B, American exceptionalism in Llama3.1-8B-Instruct, and a copyright refusal mechanism in GPT-OSS-20B. Together, our results work towards establishing cross-architecture crosscoder model diffing as an effective method for identifying meaningful behavioral differences between AI models.
