SelfIE: Self-Interpretation of Large Language Model Embeddings
Haozhe Chen, Carl Vondrick, Chengzhi Mao
TL;DR
SelfIE tackles the opacity of large language models by enabling the model to explain its own hidden embeddings through an interpretation forward pass that injects embeddings into a chosen layer. It introduces a treatment-effect based relevancy score and two control pipelines—Supervised Control and Reinforcement Control—to edit or erase latent concepts at the embedding level, extending RLHF-style objectives beyond output tokens. In experiments with TextWorld and LLaMA-2-70B-Chat, SelfIE achieves zero-shot interpretability comparable to 100-shot probes, reduces susceptibility to prompt injection by about 84.66%, and achieves ~95% efficacy in overriding harmful or biased reasoning, while enabling open-ended concept edits with minimal gradient computation. Overall, the approach promises more transparent, controllable, and safer LLMs by debugging and guiding internal representations without additional training.
Abstract
How do large language models (LLMs) obtain their answers? The ability to explain and control an LLM's reasoning process is key for reliability, transparency, and future model developments. We propose SelfIE (Self-Interpretation of Embeddings), a framework that enables LLMs to interpret their own embeddings in natural language by leveraging their ability to respond to inquiries about a given passage. Capable of interpreting open-world concepts in the hidden embeddings, SelfIE reveals LLM internal reasoning in cases such as making ethical decisions, internalizing prompt injection, and recalling harmful knowledge. SelfIE's text descriptions on hidden embeddings also open up new avenues to control LLM reasoning. We propose Supervised Control, which allows editing open-ended concepts while only requiring gradient computation of individual layer. We extend RLHF to hidden embeddings and propose Reinforcement Control that erases harmful knowledge in LLM without supervision targets.
