paper-with-me

홈 › Papers

Natively Unlearnable Large Language Models

2026-06-11 · Gaurav R. Ghosal, Pratyush Maini, Aditi Raghunathan arxiv

Unlearning aims to remove the influence of specific training data sources, but this has proved challenging because the contributions of different sources are entangled within the model. Isolating source contributions to disjoint parameters makes removal easier, though it obstructs joint learning across sources. We propose NULLs (Natively Unlearnable LLMs), a model class that satisfies the two opposing goals of isolating source-specific contributions and learning jointly across sources, by training a set of shared backbone neurons alongside a pool of sparsely activated sinks. During training, information specific to a source naturally concentrates in its sinks while information shared across sources accumulates in the backbone. A source is then unlearned at deployment by disabling its corresponding sinks, with no gradient updates and no access to the retained data. We show that NULLs scales to Wikipedia's ~6M articles, isolating each as an independent source. Unlearning a single article removes knowledge specific to it while preserving facts shared with semantically related articles, closely matching retraining from scratch. We note that unlearning with NULLs is also robust: in a case study of unlearning the Harry Potter books, NULLs resists both adversarial extraction and relearning that reverses post-hoc unlearning. Finally, NULLs preserves general language capabilities, matching a standard transformer on downstream benchmarks. Together, these results suggest that source-level unlearning need not be an afterthought. It can be built natively into LLM training while retaining the benefits of shared representation learning.

📄 PDF Abstract BibTeX arXiv:2606.13873

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Detection and Defense of Unlearnable Examples

2023-12-14 · Yifan Zhu, Lijia Yu, Xiao-Shan Gao

Privacy preserving has become increasingly critical with the emergence of social media. Unlearnable examples have been proposed to avoid leaking personal information on the Internet by degrading generalization abilities …

Adversarial DefensePrivacy Preserving

UnSeg: One Universal Unlearnable Example Generator is Enough against All Image Segmentation

2024-10-13 · Ye Sun, Hao Zhang, Tiehua Zhang, Xingjun Ma 외

Image segmentation is a crucial vision task that groups pixels within an image into semantically meaningful segments, which is pivotal in obtaining a fine-grained understanding of real-world scenes. However, an increasin…

AllBilevel OptimizationImage SegmentationInteractive Segmentation+2

Learning from Convolution-based Unlearnable Datasets

2024-11-04 · Dohyun Kim, Pedro Sandoval-Segura

The construction of large datasets for deep learning has raised concerns regarding unauthorized use of online data, leading to increased interest in protecting data from third-parties who want to use it for training. The…

Data Poisoning

Unlearnable Clusters: Towards Label-agnostic Unlearnable Examples

2022-12-31 · CVPR 2023 1 · Jiaming Zhang, Xingjun Ma, Qi Yi, Jitao Sang 외

There is a growing interest in developing unlearnable examples (UEs) against visual privacy leaks on the Internet. UEs are training samples added with invisible but unlearnable noise, which have been found can prevent un…

Data Poisoning

Unlearnable 3D Point Clouds: Class-wise Transformation Is All You Need

2024-10-04 · Xianlong Wang, Minghui Li, Wei Liu, Hangtao Zhang 외

Traditional unlearnable strategies have been proposed to prevent unauthorized users from training on the 2D image data. With more 3D point cloud data containing sensitivity information, unauthorized usage of this new typ…

All