Beyond Single Concept Vector: Modeling Concept Subspace in LLMs with Gaussian Distribution
Haiyan Zhao, Heng Zhao, Bo Shen, Ali Payani, Fan Yang, Mengnan Du
TL;DR
This work addresses the instability of single concept vectors in LLM representations by introducing Gaussian Concept Subspace (GCS), which describes each concept as a distribution over multiple vectors learned via random probing subsets. GCS demonstrates faithfulness (high intra-set similarity, strong cross-set similarity) and plausibility (category-aware clustering and PCA-supported hierarchies) across diverse models, enabling robust inference-time interventions. Empirically, sampled GCS vectors achieve comparable or superior predictive accuracy to observed vectors and effectively steer outputs (e.g., toward joyful movie reviews) while preserving fluency. The approach offers a principled, scalable framework for concept-aware interpretability and controllable generation in LLMs with potential applications in alignment and safety.
Abstract
Probing learned concepts in large language models (LLMs) is crucial for understanding how semantic knowledge is encoded internally. Training linear classifiers on probing tasks is a principle approach to denote the vector of a certain concept in the representation space. However, the single vector identified for a concept varies with both data and training, making it less robust and weakening its effectiveness in real-world applications. To address this challenge, we propose an approach to approximate the subspace representing a specific concept. Built on linear probing classifiers, we extend the concept vectors into Gaussian Concept Subspace (GCS). We demonstrate GCS's effectiveness through measuring its faithfulness and plausibility across multiple LLMs with different sizes and architectures. Additionally, we use representation intervention tasks to showcase its efficacy in real-world applications such as emotion steering. Experimental results indicate that GCS concept vectors have the potential to balance steering performance and maintaining the fluency in natural language generation tasks.
