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

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

A new defense framework can detect and reverse data poisoning attacks on text summarization models, restoring nearly all original behavior without full retraining, according to research published on arXiv [1]. The study, submitted June 24, addresses a vulnerability in large language models (LLMs) fine-tuned for abstractive summarization. Adversaries can manipulate small fine-tuning datasets to induce persistent failures — such as biased or harmful summaries — while standard evaluation metrics remain unchanged, masking the attack [1][2]. The researchers introduce novel poisoning formulations targeting factual distortion and representational bias, demonstrating that such attacks alter summarization behavior without triggering conventional alarms [2]. The proposed post-hoc defense operates across the machine learning supply chain. In white-box settings, poisoned document-summary pairs exhibit abnormally high training influence, enabling detection through influence-function analysis combined with semantic consistency checks. In black-box settings, where training data is inaccessible, poisoned models show two to three times greater sensitivity to semantics-preserving perturbations, allowing behavioral auditing [2]. Across nine architectures and six benchmark datasets under adaptive attacks, the framework achieved 85-92% detection precision [1][2]. Gradient-ascent unlearning restored up to 96% of original model behavior with less than 0.6% ROUGE degradation, a measure of summarization quality [1][2]. The results indicate that fine-tuning-time poisoning leaves persistent structural artifacts that enable practical detection and post-deployment recovery without full retraining [2]. The paper appears on arXiv, a preprint server that accounts for roughly 95% of paper URLs linked by Hugging Face users in their repositories [4]. Hugging Face and arXiv maintain an integration that embeds interactive demos directly alongside papers on arXiv abstract pages, allowing users to test models without writing code [5]. The platform also features a Daily Papers page that surfaces trending research to the machine learning community [6]. LLMs are language models with many parameters, trained with self-supervised learning on vast amounts of text [8]. The summarization models studied in this research belong to a broader ecosystem that includes systems such as DeepSeek, a Chinese AI company that develops open-weight LLMs, and Qwen, a family of models from Alibaba Cloud distributed under open-source licenses [7][9].

controversyresearch-paperbenchmarktool-releasecommentary

Background sources we checked (8)
  • arxiv.org ↗ 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 f…
  • arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
  • huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
  • huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
  • huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
  • en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…

Sources covering this (4)

Spot something wrong? Report an issue