ArXiv

Detect, Unlearn, Restore: Defending Text Summarization Models Against Data Poisoning

Authors
Poojitha Thota, Shirin Nilizadeh
Categories
cs.CL, cs.CR
arXiv
https://arxiv.org/abs/2606.26036v1
PDF
https://arxiv.org/pdf/2606.26036v1

Brief

Detect, Unlearn, Restore presents a unified post-hoc framework for detecting and remediating fine-tuning-time data poisoning against abstractive summarization. Based on the paper's abstract, the approach uses influence-function + semantic checks in white-box settings and behavioral auditing in black-box settings, then applies gradient-ascent unlearning to recover models. Evaluated on nine architectures and six datasets, the method attains 85–92% detection precision and up to 96% behavioral restoration with <0.6% ROUGE loss; authors also propose new factual-distortion and representational-bias attacks.

Why it matters

Poojitha Thota and Shirin Nilizadeh (arXiv 2026-06-24) propose a post-hoc defense called Detect, Unlearn, Restore that in white-box settings detects poisoned fine-tuning document-summary pairs via influence-function analysis and semantic consistency, finding poisoned pairs have abnormally high training influence.

Key details

  • In black-box settings, poisoned summarization models show 2–3× greater sensitivity to semantics-preserving perturbations enabling behavioral auditing without training-data access; gradient-ascent unlearning repairs models, restoring up to 96% of original behavior with under 0.6% ROUGE degradation.
  • Across nine architectures and six benchmark datasets under adaptive attacks, the defenses achieve 85–92% detection precision; the authors also introduce novel poisoning attacks (factual distortion and representational bias) that alter summaries without triggering conventional alarms.
Source evidence

Abstract

Training-time data poisoning during fine-tuning poses a significant threat to large language models (LLMs) deployed for abstractive text summarization, where small task-specific datasets exert disproportionate influence on model behavior. In this setting, adversaries manipulate fine-tuning data to induce persistent summarization failures, such as biased or harmful summaries, while preserving standard evaluation metrics. We present a unified post-hoc defense framework for detecting and remediating fine-tuning-stage poisoning in summarization models across the machine learning supply chain. Our experiments show that in white-box settings, poisoned document-summary pairs exhibit abnormally high training influence, enabling detection via influence-function analysis with semantic consistency checks. In black-box settings, poisoned models display two to three times greater sensitivity to semantics-preserving perturbations, enabling behavioral auditing without training data access. Beyond existing poisoning formulations, we introduce novel attacks targeting factual distortion and representational bias, showing that poisoning alters summarization behavior without triggering conventional alarms. Across nine architectures and six benchmark datasets under adaptive attacks, our defenses achieve 85-92% detection precision, while gradient-ascent unlearning restores up to 96% of original behavior with minimal utility loss (less than 0.6% ROUGE degradation). These results indicate that fine-tuning-time poisoning leaves persistent structural artifacts, enabling practical detection and post-deployment recovery without full retraining.