paper-with-me

홈 › Papers

LLM Unlearning Without an Expert Curated Dataset

2025-08-08 · Xiaoyuan Zhu, Muru Zhang, Ollie Liu, Robin Jia, Willie Neiswanger arxiv

Modern large language models often encode sensitive, harmful, or copyrighted knowledge, raising the need for post-hoc unlearning-the ability to remove specific domains of knowledge from a model without full retraining. A major bottleneck in current unlearning pipelines is constructing effective forget sets-datasets that approximate the target domain and guide the model to forget it. In this work, we introduce a scalable, automated approach to generate high-quality forget sets using language models themselves. Our method synthesizes textbook-style data through a structured prompting pipeline, requiring only a domain name as input. Through experiments on unlearning biosecurity, cybersecurity, and Harry Potter novels, we show that our synthetic datasets consistently outperform the baseline synthetic alternatives and are comparable to the expert-curated ones. Additionally, ablation studies reveal that the multi-step generation pipeline significantly boosts data diversity, which in turn improves unlearning utility. Overall, our findings suggest that synthetic datasets offer a promising path toward practical, scalable unlearning for a wide range of emerging domains without the need for manual intervention. We release our code and dataset at https://github.com/xyzhu123/Synthetic_Textbook.

📄 PDF Abstract BibTeX arXiv:2508.06595

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GRIP: Algorithm-Agnostic Machine Unlearning for Mixture-of-Experts via Geometric Router Constraints

2026-01-23 · Andy Zhu, Rongzhe Wei, Yupu Gu, Pan Li arxiv

Machine unlearning (MU) for large language models has become critical for AI safety, yet existing methods fail to generalize to Mixture-of-Experts (MoE) architectures. We identify that traditional unlearning methods expl…

UOE: Unlearning One Expert Is Enough For Mixture-of-experts LLMS

2024-11-27 · Haomin Zhuang, Yihua Zhang, Kehan Guo, Jinghan Jia 외

Recent advancements in large language model (LLM) unlearning have shown remarkable success in removing unwanted data-model influences while preserving the model's utility for legitimate knowledge. However, despite these …

Large Language ModelMixture-of-Experts

Modality-Aware Neuron Pruning for Unlearning in Multimodal Large Language Models

2025-02-21 · Zheyuan Liu, Guangyao Dou, Xiangchi Yuan, Chunhui Zhang 외

Generative models such as Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) trained on massive datasets can lead them to memorize and inadvertently reveal sensitive information, raising ethical an…

CATNIP: LLM Unlearning via Calibrated and Tokenized Negative Preference Alignment

2026-02-02 · Zhengbang Yang, Yisheng Zhong, Junyuan Hong, Zhuangdi Zhu arxiv

Pretrained knowledge memorized in LLMs raises critical concerns over safety and privacy, which has motivated LLM Unlearning as a technique for selectively removing the influences of undesirable knowledge. Existing approa…

Machine Unlearning of Pre-trained Large Language Models

2024-02-23 · Jin Yao, Eli Chien, Minxin Du, Xinyao Niu 외

This study investigates the concept of the `right to be forgotten' within the context of large language models (LLMs). We explore machine unlearning as a pivotal solution, with a focus on pre-trained models--a notably un…

Machine Unlearning