TL;DR
Large language models (LLMs) often retain undesirable knowledge that needs to be suppressed while maintaining useful capabilities. Null-Space Constrained Response-Specified Unlearning (NSRU) is a new method that uses structured target responses to guide the unlearning process while minimizing disruption to beneficial knowledge.
✦ Why It Matters
Engineers can implement NSRU to enhance LLMs by safely unlearning harmful information while preserving useful capabilities.
Key Takeaways
How It Works
NSRU operates by defining a safe target response for each forget query, which specifies the desired behavior of the model. It then identifies subspaces of benign hidden representations to retain useful knowledge while suppressing the undesired content.
By using an orthogonal-projected low-rank parameterization, NSRU confines updates to the null space of these retain subspaces, minimizing perturbations to the model's beneficial capabilities.
Related