A Language Model's Guide Through Latent Space
Dimitri von Rütte, Sotiris Anagnostidis, Gregor Bachmann, Thomas Hofmann
TL;DR
This work broadens concept-guided generation in LLMs beyond truthfulness to include appropriateness, humor, creativity, and quality, introducing a perplexity-normalized effect size (PNES) to jointly evaluate concept elicitation and fluency. It systematically compares linear probing methods for concept detection across multiple detectors, representations, layers, and models, showing that detection accuracy does not always predict guidability. By using inference-time linear guidance along learned concept directions, the authors demonstrate varying degrees of success across concepts and models, with truthfulness being the most reliably guidable and other concepts requiring substantial tuning. The study highlights the complexity of linking internal detectability to external behavior, calls for richer evaluation beds, and emphasizes the practical and ethical implications of cheap, fine-grained model personalization. Overall, the work provides a rigorous experimental framework and a versatile test-bed to advance robust, controllable guidance in large language models.
Abstract
Concept guidance has emerged as a cheap and simple way to control the behavior of language models by probing their hidden representations for concept vectors and using them to perturb activations at inference time. While the focus of previous work has largely been on truthfulness, in this paper we extend this framework to a richer set of concepts such as appropriateness, humor, creativity and quality, and explore to what degree current detection and guidance strategies work in these challenging settings. To facilitate evaluation, we develop a novel metric for concept guidance that takes into account both the success of concept elicitation as well as the potential degradation in fluency of the guided model. Our extensive experiments reveal that while some concepts such as truthfulness more easily allow for guidance with current techniques, novel concepts such as appropriateness or humor either remain difficult to elicit, need extensive tuning to work, or even experience confusion. Moreover, we find that probes with optimal detection accuracies do not necessarily make for the optimal guides, contradicting previous observations for truthfulness. Our work warrants a deeper investigation into the interplay between detectability, guidability, and the nature of the concept, and we hope that our rich experimental test-bed for guidance research inspires stronger follow-up approaches.
