LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique that injects trainable low-rank matrices into frozen model weights.
Semantic Routing: A mechanism that directs inputs to specific model modules based on the similarity of their semantic embeddings to stored keys.
Lifelong Model Editing: Continuously updating a model's knowledge over time without retraining from scratch or forgetting previous updates.
Catastrophic Forgetting: The tendency of neural networks to lose previously learned information upon learning new information.
Semantic Drift: The phenomenon where the representation of concepts shifts during training, causing retrieval mechanisms (like clustering) to misclassify inputs.
MoE: Mixture-of-Experts—an architecture where different 'expert' sub-networks handle different types of inputs.
ERR: Edit Reliability Rate—accuracy on the edited dataset.
TRR: Task Retention Rate—accuracy on the unedited dataset (preserving old knowledge).
ES: Edit Success—measure of ability to edit a target sample.