CLAICVLGMMMar 27, 2025

ZJUKLAB at SemEval-2025 Task 4: Unlearning via Model Merging

arXiv:2503.21088v23 citationsh-index: 37Has Code
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of unlearning sensitive content in large language models, but it is incremental as it builds on existing model merging techniques.

The paper tackled the problem of selectively erasing sensitive knowledge from large language models by proposing an unlearning system using Model Merging, achieving competitive results with an online score of 0.944 for Task Aggregate and ranking second among 26 teams.

This paper presents the ZJUKLAB team's submission for SemEval-2025 Task 4: Unlearning Sensitive Content from Large Language Models. This task aims to selectively erase sensitive knowledge from large language models, avoiding both over-forgetting and under-forgetting issues. We propose an unlearning system that leverages Model Merging (specifically TIES-Merging), combining two specialized models into a more balanced unlearned model. Our system achieves competitive results, ranking second among 26 teams, with an online score of 0.944 for Task Aggregate and 0.487 for overall Aggregate. In this paper, we also conduct local experiments and perform a comprehensive analysis of the unlearning process, examining performance trajectories, loss dynamics, and weight perspectives, along with several supplementary experiments, to understand the effectiveness of our method. Furthermore, we analyze the shortcomings of our method and evaluation metrics, emphasizing that MIA scores and ROUGE-based metrics alone are insufficient to fully evaluate successful unlearning. Finally, we emphasize the need for more comprehensive evaluation methodologies and rethinking of unlearning objectives in future research. Code is available at https://github.com/zjunlp/unlearn/tree/main/semeval25.

Code Implementations1 repo
Foundations

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

Your Notes