paper-with-me

Papers

Understanding and Mitigating Dataset Corruption in LLM Steering

2026-03-03 · Cullen Anderson, Narmeen Oozeer, Foad Namjoo, Remy Ogasawara, Amirali Abdullah, Jeff M. Phillips arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.03206

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Gradient-Free Adversarial Training Against Image Corruption for Learning-based Steering

2021-12-01 · NeurIPS 2021 12 · Yu Shen, Laura Zheng, Manli Shu, Weizi Li 외

We introduce a simple yet effective framework for improving the robustness of learning algorithms against image corruptions for autonomous driving. These corruptions can occur due to both internal (e.g., sensor noises an…

Autonomous DrivingSelf-Driving Cars

SAVE: Sparse Autoencoder-Driven Visual Information Enhancement for Mitigating Object Hallucination

2025-12-08 · Sangha Park, Seungryong Yoo, Jisoo Mok, Sungroh Yoon arxiv

Although Multimodal Large Language Models (MLLMs) have advanced substantially, they remain vulnerable to object hallucination caused by language priors and visual information loss. To address this, we propose SAVE (Spars…

A Fourier Perspective on Model Robustness in Computer Vision

2019-06-21 · NeurIPS 2019 12 · Dong Yin, Raphael Gontijo Lopes, Jonathon Shlens, Ekin D. Cubuk 외

Achieving robustness to distributional shift is a longstanding and challenging goal of computer vision. Data augmentation is a commonly used approach for improving robustness, however robustness gains are typically not u…

Data Augmentation

SteeringTTA: Guiding Diffusion Trajectories for Robust Test-Time-Adaptation

2025-10-16 · Jihyun Yu, Yoojin Oh, Wonho Bae, Mingyu Kim 외 arxiv

Test-time adaptation (TTA) aims to correct performance degradation of deep models under distribution shifts by updating models or inputs using unlabeled test data. Input-only diffusion-based TTA methods improve robustnes…

Test-time Adaptation

Mitigating Content Effects on Reasoning in Language Models through Fine-Grained Activation Steering

2025-05-18 · Marco Valentino, Geonhee Kim, Dhairya Dalal, Zhixue Zhao 외

Large language models (LLMs) frequently demonstrate reasoning limitations, often conflating content plausibility (i.e., material inference) with logical validity (i.e., formal inference). This can result in biased infere…

Language ModelingLanguage Modelling