Do Natural Language Descriptions of Model Activations Convey Privileged Information?
Millicent Li, Alberto Mario Ceballos Arroyo, Giordano Rogers, Naomi Saphra, Byron C. Wallace
TL;DR
This paper questions whether natural language descriptions of LLM activations (activation verbalization) truly reveal privileged internal knowledge or merely mirror input information. Through controlled experiments with Patchscopes and LatentQATeachingllmsdecode-style verbalizers, inversion-based reconstructions, and the novel PersonaQA benchmarks, the authors show that many verbalization evaluations do not require access to target activations and can be solved using input alone or the verbalizer's own knowledge. They demonstrate that verbalizers often reflect their own world knowledge, especially when M1 and M2 knowledge misalign, and that inversion can recover input prompts with high fidelity, sometimes matching verbalization performance. The work argues for targeted benchmarks and rigorous controls to assess whether verbalization yields meaningful, privileged insights into LLM operations, and it highlights the limitations of current datasets and evaluation designs for interpretability research.
Abstract
Recent interpretability methods have proposed to translate LLM internal representations into natural language descriptions using a second verbalizer LLM. This is intended to illuminate how the target model represents and operates on inputs. But do such activation verbalization approaches actually provide privileged knowledge about the internal workings of the target model, or do they merely convey information about its inputs? We critically evaluate popular verbalization methods across datasets used in prior work and find that they can succeed at benchmarks without any access to target model internals, suggesting that these datasets may not be ideal for evaluating verbalization methods. We then run controlled experiments which reveal that verbalizations often reflect the parametric knowledge of the verbalizer LLM which generated them, rather than the knowledge of the target LLM whose activations are decoded. Taken together, our results indicate a need for targeted benchmarks and experimental controls to rigorously assess whether verbalization methods provide meaningful insights into the operations of LLMs.
