Reflective Memory: A high-level memory type involving information not explicitly stated but implicitly inferred, such as a user's general taste preferences derived from specific item ratings.
Factual Memory: A low-level memory type involving explicitly provided information, such as specific dates, names, or stated preferences.
Participation Scenario: A scenario where the agent actively interacts with the user (dialogue), requiring it to remember both user inputs and its own generated responses.
Observation Scenario: A scenario where the agent passively receives a stream of user messages (third-person perspective) without generating responses.
MemSim: A prior framework for simulating memory data, which this paper expands upon by adding reflective memory and participation scenarios.
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents/memories.
GenerativeAgent: A specific agent architecture (from Park et al.) utilizing a memory stream with retrieval and reflection mechanisms.