atomic update: Inserting, replacing, or removing a single simple fact within a model without retraining the whole model
bleedover: A negative side effect where updating a specific fact unintentionally alters the model's knowledge of other unrelated or neighboring facts
cloze test: A sentence with a missing word (blank) that the model must complete, used to evaluate factual knowledge (e.g., 'The capital of France is __')
temporal functional relation: A relation where a subject can only have one valid object at a specific point in time (e.g., 'current head of state' or 'population')
ROME: Rank-One Model Editing—an algorithm that updates specific facts in an LLM by modifying the weights of a specific layer using a rank-one matrix update
MEMIT: Mass-Editing Memory in a Transformer—an extension of ROME designed to perform thousands of updates simultaneously
MEND: Model Editor Networks with Gradient Decomposition—a hypernetwork-based approach that predicts weight updates efficiently
Wikidata: A structured, collaborative knowledge base used as the source of truth for constructing the dataset
TF-IDF: Term Frequency-Inverse Document Frequency—a statistical measure used here to compute similarity between entities for finding neighbors