GSW: Generative Semantic Workspace—the proposed framework for structured episodic memory.
EpBench: Episodic Memory Benchmark—a dataset designed to test LLMs on long-context narrative reasoning and event tracking.
RAG: Retrieval-Augmented Generation—enhancing LLMs by retrieving relevant documents.
Operator: A module in GSW that maps incoming observations (text) to intermediate semantic structures.
Reconciler: A module in GSW that integrates new information into the persistent workspace, enforcing coherence.
Spatiotemporal grounding: Linking entities and events to specific locations and times.
Context rot: Performance degradation in LLMs as the input context length increases.
Role: An identifier specifying a distribution of potential actions an actor can take (e.g., 'Criminal').
State: A context attribute modulating an actor's available actions within a role (e.g., 'Captured').
Valence: Attributes of verbs that signal changes in roles and states of interacting actors.
F1 score: Harmonic mean of precision and recall.
Hallucination: The generation of incorrect or non-existent information by an LLM.