paper-with-me

Papers

LF-Steering: Latent Feature Activation Steering for Enhancing Semantic Consistency in Large Language Models

2025-01-19 · Jingyuan Yang, Rongjun Li, Weixuan Wang, Ziyu Zhou, Zhiyong Feng, Wei Peng

Large Language Models (LLMs) often generate inconsistent responses when prompted with semantically equivalent paraphrased inputs. Recently, activation steering, a technique that modulates LLMs' behaviours by adjusting their latent representations during inference time, has been explored to improve the semantic consistency of LLMs. However, these methods typically operate at the model component level, such as layer hidden states or attention head outputs. They face a challenge due to the ``polysemanticity issue'', where the model components of LLMs typically encode multiple entangled features, making precise steering difficult. To address this challenge, we drill down to feature-level representations and propose LF-Steering, a novel activation steering approach to precisely identify latent feature representations responsible for semantic inconsistency. More specifically, our method maps the hidden states of the relevant transformer layer into a sparsely activated, high-dimensional feature space based on a sparse autoencoder (SAE), ensuring model steering based on decoupled feature representations with minimal interference. Comprehensive experiments on NLU and NLG datasets demonstrate the effectiveness of our method in enhancing semantic consistency, resulting in significant performance gains for various NLU and NLG tasks.

📄 PDF Abstract BibTeX arXiv:2501.11036

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Sparse Autoencoder A Sparse Autoencoder is a type of autoencoder that employs sparsity to achieve an information bottleneck. Specifically the loss function is constructed so that activations are…

Similar Papers 제목 키워드 기반

Steering Large Language Models with Feature Guided Activation Additions

2025-01-17 · Samuel Soo, Wesley Teng, Chandrasekaran Balaganesh

Effective and reliable control over large language model (LLM) behavior is a significant challenge. While activation steering methods, which add steering vectors to a model's hidden states, are a promising approach, exis…

DecoderLanguage ModelingLanguage ModellingLarge Language Model

Activation Steering of Video Generation Models via Reduced-Order Linear Optimal Control

2026-06-03 · Jihoon Hong, Alice Chan, Qiyue Dai, Julian Skifstad 외 arxiv

Text-to-video (T2V) models trained on large-scale web data can generate undesired content, motivating interventions that reduce harmful outputs without sacrificing visual quality. Activation steering offers an attractive…

Video Generation

A Comparative Analysis of Sparse Autoencoder and Activation Difference in Language Model Steering

2025-09-24 · Jiaqing Xie arxiv

Sparse autoencoders (SAEs) have recently emerged as a powerful tool for language model steering. Prior work has explored top-k SAE latents for steering, but we observe that many dimensions among the top-k latents capture…

Mathematical Reasoning

Beyond Linear Activation Steering: Invertible Latent Transformations for Controlling LLM Behavior

2026-06-07 · Tuc Nguyen, Thai Le arxiv

Activation steering provides a lightweight inference-time mechanism for controlling large language models (LLMs) by modifying their internal activation vectors toward desired behaviors. Most existing methods compute a fi…

Angular Steering: Behavior Control via Rotation in Activation Space

2025-10-30 · Hieu M. Vu, Tan M. Nguyen arxiv

Controlling specific behaviors in large language models while preserving their general capabilities is a central challenge for safe and reliable artificial intelligence deployment. Current steering methods, such as vecto…