CLMar 13, 2024

Ethos: Rectifying Language Models in Orthogonal Parameter Space

arXiv:2403.08994v237 citationsh-index: 53NAACL-HLT
Originality Incremental advance
AI Analysis

This work addresses safety and privacy concerns in language models for AI applications, representing an incremental improvement over current task arithmetic approaches.

The authors tackled the problem of language models generating biased, toxic, or privacy-leaking content by proposing Ethos, a method that rectifies models to mitigate these issues while preserving general utility, achieving better performance in removing undesired knowledge and maintaining model performance compared to existing task arithmetic methods.

Language models (LMs) have greatly propelled the research on natural language processing. However, LMs also raise concerns regarding the generation of biased or toxic content and the potential disclosure of private information from the training dataset. In this work, we present a new efficient approach, Ethos, that rectifies LMs to mitigate toxicity and bias in outputs and avoid privacy leakage. Ethos is built on task arithmetic. However, unlike current task arithmetic algorithms, Ethos distinguishes general beneficial and undesired knowledge when reconstructing task vectors. Specifically, Ethos first obtains a set of principal components from the pre-trained models using singular value decomposition. Then, by projecting the task vector onto principal components, Ethos identifies the principal components that encode general or undesired knowledge. Ethos performs negating using the task vector with undesired knowledge only, thereby minimizing collateral damage on general model utility. We demonstrate the efficacy of our approach on three different tasks: debiasing, detoxification, and memorization unlearning. Evaluations show Ethos is more effective in removing undesired knowledge and maintaining the overall model performance compared to current task arithmetic methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes