Knowledge Editing: Techniques to precisely modify specific facts in an LLM without re-training the whole model
Orthogonal Matrix: A square matrix R where R^T * R = Identity; multiplying by it rotates vectors but preserves their length and relative angles
Frobenius Norm: A measure of the total magnitude of a matrix's elements; preserving this prevents parameters from exploding during updates
Condition Number: A metric indicating how sensitive a matrix is to input errors; high condition numbers imply numerical instability and poor generalization
Sequential Editing: Performing many editing operations one after another, which typically accumulates errors in traditional methods
Orthogonal Procrustes Problem: A mathematical problem of finding the best orthogonal matrix to map one set of points to another
SVD: Singular Value Decomposition—a factorization method used here to compute the optimal orthogonal update matrix
Additive Editing Paradigm: The standard approach where weights are updated by adding a delta matrix (W_new = W_old + ΔW)
Batch-sequential editing: A more challenging setting where multiple edits are applied in a batch at each step of a sequence