PulseAugur
实时 10:24:46

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

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

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

在 arXiv cs.CL 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

New theory suggests transformers use geometric memorization

报道来源 [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…