Do Llms Dream Of Elephants (when Told Not To)? Latent Concept Association And Associative Memory In Transformers · The Large Language Model Bible Contribute to LLM-Bible

Do Llms Dream Of Elephants (when Told Not To)? Latent Concept Association And Associative Memory In Transformers

Jiang Yibo, Rajendran Goutham, Ravikumar Pradeep, Aragam Bryon. Arxiv 2024

[Paper]    
Attention Mechanism Model Architecture Pretraining Methods Transformer

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.

Similar Work