LGAICLMar 3

Understanding and Mitigating Dataset Corruption in LLM Steering

arXiv:2603.03206v1h-index: 2
Originality Highly original
AI Analysis

This research addresses a critical problem for AI safety applications, which rely on the robustness of LLM steering to noisy or adversarial data corruption, and provides an incremental solution.

The authors investigated the robustness of contrastive steering in LLMs to dataset corruption, finding it to be robust to moderate corruption but vulnerable to large-scale corruption, and achieved mitigation of unwanted effects through the use of a robust mean estimator. The mitigation was able to counter most malicious corruption.

Contrastive steering has been shown as a simple and effective method to adjust the generative behavior of LLMs at inference time. It uses examples of prompt responses with and without a trait to identify a direction in an intermediate activation layer, and then shifts activations in this 1-dimensional subspace. However, despite its growing use in AI safety applications, the robustness of contrastive steering to noisy or adversarial data corruption is poorly understood. We initiate a study of the robustness of this process with respect to corruption of the dataset of examples used to train the steering direction. Our first observation is that contrastive steering is quite robust to a moderate amount of corruption, but unwanted side effects can be clearly and maliciously manifested when a non-trivial fraction of the training data is altered. Second, we analyze the geometry of various types of corruption, and identify some safeguards. Notably, a key step in learning the steering direction involves high-dimensional mean computation, and we show that replacing this step with a recently developed robust mean estimator often mitigates most of the unwanted effects of malicious corruption.

Foundations

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

Your Notes