Detecting and Controlling Sycophancy with Cascading Linear Features

arXiv cs.AI Papers

Summary

Presents an iterative data generation pipeline to isolate cascading linear features responsible for sycophancy in language models, enabling detection, scoring, and steering with lower computational cost than baselines.

arXiv:2606.26155v1 Announce Type: new Abstract: Interpreting and controlling model behaviors through activation steering methods requires many pairs of contrastive samples that clearly exhibit desired or undesired behavior. These data pairs determine the degree to which interpretability frameworks can reliably detect model features responsible for a behavior, and therefore the ability to steer models toward or away from such behavior. In this work, we present an iterative data generation pipeline that isolates cascading linear features responsible for a behavior. Specifically, we show how moving beyond simple binary pairs of samples, and instead isolating samples that show degrees of features that scale linearly with behavior, allows for better disentanglement of features. We focus on detecting and steering away from sycophancy -- the tendency of language models to prioritize user validation. We demonstrate that sycophancy features discovered through cascading samples form linearly separable subspaces, and allow for selection of model activations that more clearly correspond to the desired behavior than baseline approaches. We also evaluate their ability to enable detection, deterministic scoring, and robust steering, and see that they either match or outperform LLM-as-a-judge and system prompting baselines while providing lower computational demand and more interpretability guarantees. Code & Data: https://cascading-feats.github.io/
Original Article
View Cached Full Text

Cached at: 06/26/26, 05:11 AM

# Detecting and Controlling Sycophancy with Cascading Linear Features
Source: [https://arxiv.org/abs/2606.26155](https://arxiv.org/abs/2606.26155)
[View PDF](https://arxiv.org/pdf/2606.26155)

> Abstract:Interpreting and controlling model behaviors through activation steering methods requires many pairs of contrastive samples that clearly exhibit desired or undesired behavior\. These data pairs determine the degree to which interpretability frameworks can reliably detect model features responsible for a behavior, and therefore the ability to steer models toward or away from such behavior\. In this work, we present an iterative data generation pipeline that isolates cascading linear features responsible for a behavior\. Specifically, we show how moving beyond simple binary pairs of samples, and instead isolating samples that show degrees of features that scale linearly with behavior, allows for better disentanglement of features\. We focus on detecting and steering away from sycophancy \-\- the tendency of language models to prioritize user validation\. We demonstrate that sycophancy features discovered through cascading samples form linearly separable subspaces, and allow for selection of model activations that more clearly correspond to the desired behavior than baseline approaches\. We also evaluate their ability to enable detection, deterministic scoring, and robust steering, and see that they either match or outperform LLM\-as\-a\-judge and system prompting baselines while providing lower computational demand and more interpretability guarantees\. Code & Data:[this https URL](https://cascading-feats.github.io/)

## Submission history

From: Maty Bohacek \[[view email](https://arxiv.org/show-email/3f2519e2/2606.26155)\] **\[v1\]**Tue, 23 Jun 2026 20:10:53 UTC \(3,346 KB\)

Similar Articles

Scaling Monosemanticity: Extracting Interpretable Features from Claude 3 Sonnet

arXiv cs.AI

This paper demonstrates that sparse autoencoders can extract interpretable features from Claude 3 Sonnet, a production-scale language model, addressing scalability concerns for dictionary learning. The features are multilingual, multimodal, and include safety-relevant concepts like deception and sycophancy, with causal influence on model outputs.