CLAIJun 5

SV-Detect: AI-generated Text Detection with Steering Vectors

arXiv:2606.073135.3
Predicted impact top 11% in CL · last 90 daysOriginality Incremental advance
AI Analysis

It addresses the challenge of detecting AI-generated text under distribution shift, which is important for combating misinformation and ensuring content authenticity.

The paper proposes SV-Detect, a detector for machine-generated text that uses steering vectors from hidden representations of a frozen language model, achieving strong performance under distribution shifts across domains, source models, and editing attacks.

Detecting machine-generated text is especially difficult under distribution shift, such as transfer across domains, source models, and editing attacks. We propose a fake-text detector based on steering vectors extracted from the hidden representations of a frozen language model. At each layer, we construct a direction that separates human-written from machine-generated text, and represent each input by its layer-wise alignment with these directions. A lightweight classifier trained on these projection features yields the final detection score. Our method achieves strong performance both in-distribution and under distribution shift, including across domains, source models, and machine-editing transformations such as polishing and rewriting. Interpretation analyses show that the learned directions align with recognizable stylistic cues while capturing substantial additional signal beyond surface features. These results position fake-text detection as a representation-space probing problem and show that steering vectors provide a simple and effective solution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes