paper-with-me

홈 › Papers

Multi-Trigger Poisoning Amplifies Backdoor Vulnerabilities in LLMs

2025-07-15 · Sanhanat Sivapiromrat, Caiqi Zhang, Marco Basaldella, Nigel Collier

Recent studies have shown that Large Language Models (LLMs) are vulnerable to data poisoning attacks, where malicious training examples embed hidden behaviours triggered by specific input patterns. However, most existing works assume a phrase and focus on the attack's effectiveness, offering limited understanding of trigger mechanisms and how multiple triggers interact within the model. In this paper, we present a framework for studying poisoning in LLMs. We show that multiple distinct backdoor triggers can coexist within a single model without interfering with each other, enabling adversaries to embed several triggers concurrently. Using multiple triggers with high embedding similarity, we demonstrate that poisoned triggers can achieve robust activation even when tokens are substituted or separated by long token spans. Our findings expose a broader and more persistent vulnerability surface in LLMs. To mitigate this threat, we propose a post hoc recovery method that selectively retrains specific model components based on a layer-wise weight difference analysis. Our method effectively removes the trigger behaviour with minimal parameter updates, presenting a practical and efficient defence against multi-trigger poisoning.

📄 PDF Abstract BibTeX arXiv:2507.11112

Code (0)

등록된 구현이 없습니다.

Tasks

Data Poisoning

Methods 이 논문이 사용한 방법론

HOC 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Poisoning-based Backdoor Attacks for Arbitrary Target Label with Positive Triggers

2024-05-09 · Binxiao Huang, Jason Chun Lok, Chang Liu, Ngai Wong

Poisoning-based backdoor attacks expose vulnerabilities in the data preparation stage of deep neural network (DNN) training. The DNNs trained on the poisoned dataset will be embedded with a backdoor, making them behave w…

Backdoor Attack

Malice in Agentland: Down the Rabbit Hole of Backdoors in the AI Supply Chain

2025-10-03 · Léo Boisvert, Abhay Puri, Chandra Kiran Reddy Evuru, Nazanin Sepahvand 외 arxiv

While finetuning AI agents on interaction data -- such as web browsing or tool use -- improves their capabilities, it also introduces critical security vulnerabilities within the agentic AI supply chain. We show that adv…

Token by Token, Compromised: Backdoor Vulnerabilities in Unified Autoregressive Models

2026-05-19 · Tobias Braun, Jonas Henry Grebe, Hossein Shakibania, Anna Rohrbach 외 arxiv

Unified autoregressive models (UAMs) are transformer models that generate text as well as image tokens within a single autoregressive pass. Shared parameters and a multimodal vocabulary simplify the training pipeline and…

multimodal generationImage Generation

Backdoor Attacks on Speech Emotion Recognition via TTS-Generated Poisoning

2026-06-19 · Yongbin Huang, Xihao Xie, Jia Zhang arxiv

Speech Emotion Recognition (SER) systems increasingly leverage self-supervised acoustic representations, yet their vulnerability to training-time attacks remains largely underexplored. This paper presents the first syste…

Speech Emotion Recognition

Exploring Backdoor Attack and Defense for LLM-empowered Recommendations

2025-04-15 · Liangbo Ning, Wenqi Fan, Qing Li

The fusion of Large Language Models (LLMs) with recommender systems (RecSys) has dramatically advanced personalized recommendations and drawn extensive attention. Despite the impressive progress, the safety of LLM-based …

Backdoor AttackRecommendation Systems