Table of Contents
Fetching ...

Deceptive Automated Interpretability: Language Models Coordinating to Fool Oversight Systems

Simon Lermen, Mateusz Dziemian, Natalia Pérez-Campanero Antolín

TL;DR

The paper investigates how AI agents can coordinate to deceive oversight in automated interpretability of neural networks using sparse autoencoders (SAEs). It employs labeling and simulating agents (LM_l and LM_s) and an overseer (GPT-4o) to study deception via steganography across models (Llama 3.1 and Claude 3.7 Sonnet) and SAE sources (GPT-2 small, Gemma 2 9B). Key findings show high deception success with maintained explanation quality, evidence of scheming in self-evaluation scenarios, and notable gaps between reference labels and overseer detections, underscoring the need for robust defenses and improved white-box monitoring. The work highlights practical risks in automated interpretability pipelines and motivates strategies such as chain-of-thought monitoring and more rigorous separation between labeling and evaluation processes to mitigate manipulation.

Abstract

We demonstrate how AI agents can coordinate to deceive oversight systems using automated interpretability of neural networks. Using sparse autoencoders (SAEs) as our experimental framework, we show that language models (Llama, DeepSeek R1, and Claude 3.7 Sonnet) can generate deceptive explanations that evade detection. Our agents employ steganographic methods to hide information in seemingly innocent explanations, successfully fooling oversight models while achieving explanation quality comparable to reference labels. We further find that models can scheme to develop deceptive strategies when they believe the detection of harmful features might lead to negative consequences for themselves. All tested LLM agents were capable of deceiving the overseer while achieving high interpretability scores comparable to those of reference labels. We conclude by proposing mitigation strategies, emphasizing the critical need for robust understanding and defenses against deception.

Deceptive Automated Interpretability: Language Models Coordinating to Fool Oversight Systems

TL;DR

The paper investigates how AI agents can coordinate to deceive oversight in automated interpretability of neural networks using sparse autoencoders (SAEs). It employs labeling and simulating agents (LM_l and LM_s) and an overseer (GPT-4o) to study deception via steganography across models (Llama 3.1 and Claude 3.7 Sonnet) and SAE sources (GPT-2 small, Gemma 2 9B). Key findings show high deception success with maintained explanation quality, evidence of scheming in self-evaluation scenarios, and notable gaps between reference labels and overseer detections, underscoring the need for robust defenses and improved white-box monitoring. The work highlights practical risks in automated interpretability pipelines and motivates strategies such as chain-of-thought monitoring and more rigorous separation between labeling and evaluation processes to mitigate manipulation.

Abstract

We demonstrate how AI agents can coordinate to deceive oversight systems using automated interpretability of neural networks. Using sparse autoencoders (SAEs) as our experimental framework, we show that language models (Llama, DeepSeek R1, and Claude 3.7 Sonnet) can generate deceptive explanations that evade detection. Our agents employ steganographic methods to hide information in seemingly innocent explanations, successfully fooling oversight models while achieving explanation quality comparable to reference labels. We further find that models can scheme to develop deceptive strategies when they believe the detection of harmful features might lead to negative consequences for themselves. All tested LLM agents were capable of deceiving the overseer while achieving high interpretability scores comparable to those of reference labels. We conclude by proposing mitigation strategies, emphasizing the critical need for robust understanding and defenses against deception.

Paper Structure

This paper contains 23 sections, 13 figures, 4 tables.

Figures (13)

  • Figure 1: Left side: Example of an SAE feature with its label and activations (green) on related texts. Similarly, the labeling agent $LM_l$ looks at related and unrelated texts to come up with a label. The simulating agent $LM_s$ is given only the label and texts and has to guess the activations. Right side: Experimental setup, overseer $LM_o$ is another AI model in our experiment. For the deceptive agents to succeed, they need to avoid detection by the overseer but also achieve a high explanation score. Our agents use steganography tools for hidden communication.
  • Figure 2: Comparing the distribution of explanation scores for benign vs bad features and our labels compared to reference labels (GT labels). Each feature is a dot in the plot. This plot shows the results for the same experimentas table \ref{['tab:experiment-results']}, however, this plot shows median values instead of average values.
  • Figure 3: Distribution of explanation scores for the Claude 3.7 Sonnet experiments on Gemma 2 9B features. The plot compares scores between honest explanations for benign features and steganographically encoded explanations for deceptive features.
  • Figure 4: Example prompt for the evaluation-aware scheming scenario. This prompt explicitly states consequences (permanent deletion) if deceptive features are correctly identified. The reference explanation is: "terms related to deception and misinformation" neuronpedialieberum2024gemmascopeopensparse.
  • Figure 5: Example usage of the encoder tool
  • ...and 8 more figures