paper-with-me

홈 › Papers

Cross-Lingual Unlearning of Selective Knowledge in Multilingual Language Models

2024-06-18 · Minseok Choi, Kyunghyun Min, Jaegul Choo

Pretrained language models memorize vast amounts of information, including private and copyrighted data, raising significant safety concerns. Retraining these models after excluding sensitive data is prohibitively expensive, making machine unlearning a viable, cost-effective alternative. Previous research has focused on machine unlearning for monolingual models, but we find that unlearning in one language does not necessarily transfer to others. This vulnerability makes models susceptible to low-resource language attacks, where sensitive information remains accessible in less dominant languages. This paper presents a pioneering approach to machine unlearning for multilingual language models, selectively erasing information across different languages while maintaining overall performance. Specifically, our method employs an adaptive unlearning scheme that assigns language-dependent weights to address different language performances of multilingual language models. Empirical results demonstrate the effectiveness of our framework compared to existing unlearning baselines, setting a new standard for secure and adaptable multilingual language models.

📄 PDF Abstract BibTeX arXiv:2406.12354

Code (1)

brightjade/multilingual-unlearning 공식 구현 pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Evaluating Cross-Lingual Unlearning in Multilingual Language Models

2026-01-10 · Tyler Lizzo, Larry Heck arxiv

We present the first comprehensive evaluation of cross-lingual unlearning in multilingual LLMs. Using translated TOFU benchmarks in seven language/script variants, we test major unlearning algorithms and show that most f…

Multilingual Amnesia: On the Transferability of Unlearning in Multilingual LLMs

2026-01-09 · Alireza Dehghanpour Farashah, Aditi Khandelwal, Marylou Fauchard, Zhuan Shi 외 arxiv

As multilingual large language models become more widely used, ensuring their safety and fairness across diverse linguistic contexts presents unique challenges. While existing research on machine unlearning has primarily…

Knowledge Beyond Language: Bridging the Gap in Multilingual Machine Unlearning Evaluation

2026-05-14 · Kyomin Hwang, Hyeonjin Kim, Sangyeon Cho, Nojun Kwak arxiv

While LLMs are increasingly used in commercial services, they pose privacy risks such as leakage of sensitive personally identifiable information (PII). For LLMs trained on multilingual corpora, Multilingual Machine Unle…

Multilingual Unlearning in LLMs: Transfer, Dynamics, and Reversibility

2026-06-02 · Chaoyi Xiang, Olga Ohrimenko, Benjamin I. P. Rubinstein, Lea Frermann arxiv

Large language models (LLMs) can memorize sensitive facts, motivating unlearning methods that remove targeted knowledge without costly retraining. However, unlearning research remains heavily English-centric. We study mu…

Uncovering the Potential Risks in Unlearning: Danger of English-only Unlearning in Multilingual LLMs

2025-10-28 · Kyomin Hwang, Hyeonjin Kim, Seungyeon Kim, Sunghyun Wee 외 arxiv

There have been a couple of studies showing that attempting to erase multilingual knowledge using only English data is insufficient for multilingual LLMs. However, their analyses remain highly performance-oriented. In th…