Mechanistic Analysis of Alignment Algorithms in Language Models
A new paper analyzes how six alignment methods change language models internally, not just how they behave. It finds some methods sharpen preference signals, while others mostly preserve or even blur the model's geometry.
Intelligence analysis by GPT-5.4 Mini

The paper argues that alignment should be studied as an internal mechanism, not only as a behavior change. Across three open-weight model families, the authors map where preference signals appear and show that different optimization methods reshape latent space in distinct ways.
The paper is like checking not just whether a student gets better grades after tutoring, but how their brain notes changed. It finds that different tutoring styles help in different ways, and some even scramble the notes instead of organizing them.
Analysis
What the paper studies
This arXiv paper looks at post-training alignment algorithms for language models and asks a narrower question than usual: not just whether they improve behavior, but how they change the model’s internal representations. The authors analyze six preference-optimization methods: PPO, DPO, SimPO, ORPO, GRPO, and KTO, and study them across three open-weight model families.
How they analyze it
To get inside the models, the paper combines layer-wise linear probing, Sparse Autoencoders, and crosscoders. That lets the authors localize where preference-related information appears and estimate how each training method changes the geometry of the latent space. The abstract says preference signals tend to concentrate in early-mid or mid-late layers, but the exact shift depends on the objective.
Main findings
The methods do not all behave the same internally. According to the abstract, KTO and GRPO improve linear separability by using constructive feature sharing and sparse, high-salience recruitment. DPO and ORPO do the opposite: they reduce separability through what the paper calls non-constructive geometric rotation and feature attenuation. PPO and SimPO mostly keep the baseline geometry intact.
The paper also emphasizes that these effects vary by architecture. That means behavior-level alignment does not guarantee a uniform internal rewrite across models.
Why this is interesting
The practical takeaway is that alignment is not a single intervention with one predictable effect. If the paper’s results hold up, they support a stronger audit standard: check not only whether a model answers better, but whether the training method changes internal features in a way that is stable, interpretable, and safe. The authors frame this as motivation for standardized feature-level auditing and mechanism-aware optimization objectives.
Key points
- The paper studies how six alignment methods change language models internally, not just behaviorally.
- It uses linear probes, Sparse Autoencoders, and crosscoders to map preference representations.
- KTO and GRPO appear to improve separability through constructive feature sharing and sparse recruitment.
- DPO and ORPO appear to reduce separability through geometric rotation and feature attenuation.
- The effects vary by architecture, so behavioral alignment does not imply uniform internal restructuring.
If these results hold, alignment research could become more precise. Teams could choose training methods based on how they reshape internal features, not just on output quality, which may make safety and interpretability audits more useful.
The downside is that some alignment methods may look good on the surface while making the model’s internals harder to understand. The paper also suggests the effect depends on model architecture, which makes it harder to rely on one alignment recipe across systems.



