Skip to main content
  1. Artificial General Intelligence/
  2. LLM/

Memory

Author
Tom Rochette
Table of Contents

Context
#

Learned in this study
#

  • Creating memories is relatively easy
  • Retrieving memories is relatively easy
  • Updating memories is hard (not achieved)
  • Asking ChatGPT to forget prior statements is hard (not achieved)

Things to explore
#

Overview
#

Types of memories
#

  • Conversational: The back and forth discussion between the user and the agent/LLM, recorded as a sequence of prompts and responses
  • Entities: The entities that are discussed during the conversation, recorded as a set of entities and their relationships

Notes
#

See also
#

References
#