LLMs Use Lifted Representations for Memory Updates

Bumjin Park, Jaesik Choi· July 23, 2026 View original

Summary

This paper proposes the "lifted representation hypothesis," suggesting LLMs update memory through shared latent structures rather than isolated facts. It explores how LLMs generalize rules and handle exceptions, finding vulnerabilities in shattering when data has nested rules.

Understanding how Large Language Models (LLMs) store, select, and revise information is crucial for improving their reliability. When LLMs answer queries, they often map specific observations to more general, rule-like structures. However, the underlying mechanism for this generalization remains unclear. Researchers introduce the "lifted representation hypothesis," which posits that LLMs update their memory by leveraging shared latent structures rather as than individual, isolated facts. This perspective frames "lifting" as an efficient way to exploit symmetries across different instances, while "shattering" refers to the process of refining these broad, lifted structures into more specific subtypes when exceptions arise. Through controlled experiments on exception-learning across various training methods (in-context learning, LoRA, fine-tuning), the study found that LLMs are prone to "shattering failures" when dealing with data governed by nested rules and exceptions. Furthermore, lifting often occurs prematurely, indicating challenges in how LLMs balance generalization and specificity.

Why it matters

For AI researchers and engineers, understanding the "lifted representation hypothesis" provides critical insights into LLM learning and memory. This knowledge can guide the development of more robust models that better handle exceptions and generalize more effectively.

How to implement this in your domain

  1. 1Design training datasets that specifically test LLMs' ability to handle nested rules and exceptions to identify "shattering failures."
  2. 2Develop new architectural components or training methodologies that encourage more robust and context-aware lifting and shattering processes.
  3. 3Implement diagnostic tools to visualize and analyze the latent representations within LLMs, observing how shared structures are formed and refined.
  4. 4Focus on fine-tuning strategies that explicitly address the premature lifting observed in current models.
  5. 5Contribute to research on how data structure influences the formation and revision of internal rule representations in LLMs.

Who benefits

AI/ML ResearchSoftware DevelopmentData ScienceEducationCognitive Science

Key takeaways

  • LLMs update memory via shared latent structures, not just isolated facts (lifted representation hypothesis).
  • "Lifting" is efficient generalization, "shattering" refines structures for exceptions.
  • LLMs struggle with "shattering failures" when data has nested rules and exceptions.
  • Premature lifting is a challenge, highlighting the need for better rule-data structure alignment.

Original post by Bumjin Park, Jaesik Choi

"arXiv:2607.19360v1 Announce Type: new Abstract: Large language models (LLMs) often answer queries by mapping individual observations to more general rule-like structures. However, it remains unclear how these structures are stored, selected, and revised. To study this process, we…"

View on X

Originally posted by Bumjin Park, Jaesik Choi on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses