Contriever: A dense retrieval model used to generate vector embeddings for entities and relations to enable similarity search
Re-DocRED: A relation extraction dataset used here for training the model to recognize and utilize entity-relation triples
Perplexity: A measurement of how well a probability model predicts a sample; lower values indicate better performance
ROME: Rank-One Model Editing—a parametric knowledge editing method that modifies specific model weights to update facts
GRACE: A memory-based editing method that uses a codebook to store edits without modifying weights
Sustainability Score: A metric measuring how well a model maintains performance on previous edits when new edits are applied sequentially
Triple: A structured data format consisting of (Subject, Relation, Object), used as the atomic unit of memory in this system
Parametric memory: Knowledge stored implicitly in the neural network weights of the LLM itself
Explicit memory: Knowledge stored in a separate, accessible module (like a database) that the model interacts with