PulseAugur
EN
LIVE 21:41:24

New theory suggests transformers use geometric memorization

Researchers have proposed a new theory of how transformer language models memorize factual information, suggesting a 'geometric' form of memorization rather than traditional associative memory. This model posits that learned embeddings encode relational structure, with the MLP acting as a relation-conditioned selector. Experiments with a single-layer transformer demonstrated that logarithmic embedding dimensions suffice for memorizing random bijections, and the MLP learned a generic selection mechanism transferable to new facts. AI

IMPACT Proposes a new understanding of how LLMs store information, potentially leading to more efficient model architectures.

RANK_REASON Academic paper detailing a new theoretical model for transformer memorization. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New theory suggests transformers use geometric memorization

COVERAGE [1]

  1. arXiv cs.CL TIER_1 English(EN) · Alberto Bietti ·

    Geometric Factual Recall in Transformers

    How do transformer language models memorize factual associations? A common view casts internal weight matrices as associative memories over pairs of embeddings, requiring parameter counts that scale linearly with the number of facts. We develop a theoretical and empirical account…