MKE: Multilingual Knowledge Editing—updating factual knowledge simultaneously across multiple languages in an LLM.
LAFNs: Language-Agnostic Factual Neurons—neurons in the FFN layers that activate for a specific fact regardless of the language used to express it.
FFN: Feed-Forward Network—a component within Transformer layers where knowledge is often hypothesized to be stored.
ROME: Rank-One Model Editing—a monolingual method that locates and edits knowledge by viewing MLP modules as key-value memories.
MEMIT: Mass-Editing Memory in a Transformer—a method enabling mass editing of factual knowledge in LLMs.
LoRA: Low-Rank Adaptation—a parameter-efficient fine-tuning technique.
Bi-ZsRE: A bilingual Zero-Shot Relation Extraction benchmark for evaluating knowledge editing.
MzsRE: A multilingual Zero-Shot Relation Extraction benchmark.
KL divergence: Kullback-Leibler divergence—a statistical distance measure used here to ensure the model's predictions on unrelated facts don't drift.