KEPLM: Knowledge-Enhanced Pre-trained Language Model—a PLM that incorporates external structured knowledge (usually from Knowledge Graphs) to improve understanding
FFN: Feed-Forward Network—the dense layers within a Transformer block, hypothesized here to store factual knowledge
Knowledge Path: A sequence of specific neurons across FFN layers that are highly attributed to the prediction of a correct knowledge fact
KMB: Knowledge-augmented Memory Bank—a storage mechanism that keeps track of entity representations (local and global) to help with long-tail distribution issues
LAMA: LAnguage Model Analysis—a benchmark dataset used to probe the factual knowledge stored in pre-trained language models
Dynamic Knowledge Routing: A method to selectively update only the parameters corresponding to identified 'knowledge neurons' rather than the whole model
SI Score: Semantic Importance Score—measures how much a sentence's representation changes if a specific entity is replaced, used to identify important entities
CKA: Contrastive Knowledge Assessing—a pre-training objective where the model must distinguish the correct tail entity from negatives given a head entity and relation