Operationalising the Right to be Forgotten in LLMs: A Lightweight Sequential Unlearning Framework for Privacy-Aligned Deployment in Politically Sensitive Environments

๐Ÿ“… 2026-04-14
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenge of deploying large language models (LLMs) in politically sensitive environments while complying with privacy regulations such as the GDPRโ€™s โ€œright to be forgotten.โ€ The authors propose a lightweight sequential unlearning framework that first applies forward fine-tuning to stabilize the modelโ€™s general capabilities and then employs layer-constrained negative fine-tuning to precisely suppress sensitive content. By decoupling retention and forgetting objectives, this approach achieves low-overhead, reproducible privacy alignment. Experiments on the SemEval-2025 LLM unlearning benchmark demonstrate that the framework effectively eliminates sensitive behaviors without compromising factual accuracy or linguistic fluency. Notably, larger models (e.g., GPT-2 versus DistilGPT-2) exhibit stronger unlearning robustness, highlighting the critical role of model scale in privacy adaptation.

Technology Category

Application Category

๐Ÿ“ Abstract
Large Language Models (LLMs) are increasingly deployed in politically sensitive environments, where memorisation of personal data or confidential content raises regulatory concerns under frameworks such as the GDPR and its Right to be Forgotten. Translating such legal principles into large-scale generative systems presents significant technical challenges. We introduce a lightweight sequential unlearning framework that explicitly separates retention and suppression objectives. The method first stabilises benign capabilities through positive fine-tuning, then applies layer-restricted negative fine-tuning to suppress designated sensitive patterns while preserving general language competence. Experiments on the SemEval-2025 LLM Unlearning benchmark demonstrate effective behavioural suppression with minimal impact on factual accuracy and fluency. GPT-2 exhibits greater robustness than DistilGPT-2, highlighting the role of model capacity in privacy-aligned adaptation. We position sequential unlearning as a practical and reproducible mechanism for operationalising data erasure requirements in politically deployed LLMs.
Problem

Research questions and friction points this paper is trying to address.

Right to be Forgotten
Large Language Models
Privacy
Unlearning
Politically Sensitive Environments
Innovation

Methods, ideas, or system contributions that make the work stand out.

sequential unlearning
right to be forgotten
layer-restricted fine-tuning
privacy-aligned LLMs
negative fine-tuning