Do LLMs dream of elephants (when told not to)? Latent concept association and associative memory in transformers
This addresses the reliability of LLMs in factual recall for users, but it is incremental as it builds on known transformer mechanisms.
The paper investigates how LLMs retrieve facts, finding that context manipulation can alter recall without changing factual meaning, suggesting they function like associative memory; theoretical and empirical analysis of a one-layer transformer shows self-attention gathers information and the value matrix handles associative memory.
Large Language Models (LLMs) have the capacity to store and recall facts. Through experimentation with open-source models, we observe that this ability to retrieve facts can be easily manipulated by changing contexts, even without altering their factual meanings. These findings highlight that LLMs might behave like an associative memory model where certain tokens in the contexts serve as clues to retrieving facts. We mathematically explore this property by studying how transformers, the building blocks of LLMs, can complete such memory tasks. We study a simple latent concept association problem with a one-layer transformer and we show theoretically and empirically that the transformer gathers information using self-attention and uses the value matrix for associative memory.