Natively Unlearnable Large Language Models

23d ago · Global · primary source: export.arxiv.org

A research team has introduced a new large language model architecture called NULLs, designed to let operators surgically remove the influence of specific training data sources without retraining the entire model. The work, posted to arXiv on June 11, 2026, addresses a persistent obstacle in machine unlearning: the contributions of different data sources are deeply entangled inside a model’s parameters, making clean removal difficult [1]. The proposed model class, short for Natively Unlearnable LLMs, trains a set of shared backbone neurons alongside a pool of sparsely activated “sinks” [2]. During training, information specific to a single source concentrates in its assigned sinks, while knowledge shared across sources accumulates in the backbone [3]. Unlearning a source at deployment requires no gradient updates and no access to retained data — operators simply disable the corresponding sinks [4]. The researchers scaled NULLs to Wikipedia’s roughly 6 million articles, treating each article as an independent source [1]. When a single article was unlearned, the model dropped facts unique to that article but preserved information shared with semantically related pages, a result the authors say closely matches retraining from scratch [5]. A separate case study tested the approach on the Harry Potter books; the authors report that NULLs resisted both adversarial extraction and relearning attacks that have reversed other post-hoc unlearning methods [1]. Machine unlearning has drawn widening attention as large language models are deployed in settings governed by privacy regulations, copyright claims, and safety requirements. A recent survey of the field categorizes existing approaches into data-centric, parameter-centric, architecture-centric, and hybrid strategies, and notes that providing formal guarantees of forgetting while scaling to billion-parameter models remains an open challenge [9]. NULLs falls into the architecture-centric category by baking source isolation into the model design rather than applying it after training. On standard downstream benchmarks, the NULLs model matched the performance of a conventional transformer, suggesting that native unlearning does not come at the cost of general language capability [1]. The submission, authored by Gaurav Rohit Ghosal and colleagues, runs to 1,404 KB [1]. The paper argues that source-level unlearning “need not be an afterthought” and can be built directly into LLM training while retaining the benefits of shared representation learning [3].

research-papersafety-research

Background sources we checked (10)
  • arxiv.org ↗ 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 obstruct…
  • arxiv.org ↗ 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 obstruct…
  • arxiv.org ↗ 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 obstruct…
  • arxiv.org ↗ 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 obstruct…
  • en.wikipedia.org ↗ Language attrition is the process of decreasing proficiency in or losing a language. For first or native language attrition, this process is generally caused by both isolation from speakers of the first language ("L1") and the acquisition and use of a second language ("L2"), whic…
  • en.wikipedia.org ↗ Language acquisition is the process by which humans acquire the capacity to perceive and comprehend language. In other words, it is how human beings gain the ability to be aware of language, to understand it, and to produce and use words and sentences to communicate. Language acq…
  • en.wikipedia.org ↗ Multilingualism is the use of more than one language, either by an individual speaker or by a group of speakers. When the languages are just two, it is usually called bilingualism. It is believed that multilingual speakers outnumber monolingual speakers in the world's population.…
  • arxiv.org ↗ Large language models (LLMs) have achieved remarkable success across natural language processing tasks, yet their widespread deployment raises pressing concerns around privacy, copyright, security, and bias. Machine unlearning has emerged as a promising paradigm for selectively r…
  • en.wikipedia.org ↗ The Shroud of Turin (Italian: Sindone di Torino), also known as the Holy Shroud (Italian: Sacra Sindone), is a length of linen cloth that bears a faint image of the front and back of a naked man. Because details of the image are consistent with traditional depictions of Jesus of …
  • en.wikipedia.org ↗ Deism ( DEE-iz-əm  or DAY-iz-əm; derived from the Latin term deus, meaning "god") is the belief, based solely upon logic and observation while rejecting any supernatural speculation, that a Supreme Being or God created the universe. As a philosophical position and rationalistic …

Sources

Spot something wrong? Report an issue