Words That Make Language Models Perceive
Sophie L. Wang, Phillip Isola, Brian Cheung
TL;DR
This work investigates whether a text-only LLM can surface perceptual grounding through simple sensory prompts. By defining generative representations from autoregressive continuations and comparing their kernel-based geometry to unimodal vision and audio encoders, the authors show that prompting a model to 'see' or 'hear' can align its internal representations with modality-specific encoders, with alignment improving as generation length and model size increase. They demonstrate causal effects via sensory-word ablations and control for hallucinations, and extend the analysis to a text-space VQA task to confirm functional benefits. The findings suggest that perceptual grounding need not be rooted in multimodal training; inference-time prompts can steer purely textual models toward multimodal-like representations, offering practical paths for cross-modal retrieval, evaluation, and distillation while blurring the line between unimodal and multimodal systems.
Abstract
Large language models (LLMs) trained purely on text ostensibly lack any direct perceptual experience, yet their internal representations are implicitly shaped by multimodal regularities encoded in language. We test the hypothesis that explicit sensory prompting can surface this latent structure, bringing a text-only LLM into closer representational alignment with specialist vision and audio encoders. When a sensory prompt tells the model to 'see' or 'hear', it cues the model to resolve its next-token predictions as if they were conditioned on latent visual or auditory evidence that is never actually supplied. Our findings reveal that lightweight prompt engineering can reliably activate modality-appropriate representations in purely text-trained LLMs.
