paper-with-me

홈 › Papers

Thought-Transfer: Indirect Targeted Poisoning Attacks on Chain-of-Thought Reasoning Models

2026-01-27 · Harsh Chaudhari, Ethan Rathbun, Hanna Foerster, Jamie Hayes, Matthew Jagielski, Milad Nasr, Ilia Shumailov, Alina Oprea arxiv

Chain-of-Thought (CoT) reasoning has emerged as a powerful technique for enhancing large language models' capabilities by generating intermediate reasoning steps for complex tasks. A common practice for equipping LLMs with reasoning is to fine-tune pre-trained models using CoT datasets from public repositories like HuggingFace, which creates new attack vectors targeting the reasoning traces themselves. While prior works have shown the possibility of mounting backdoor attacks in CoT-based models, these attacks require explicit inclusion of triggered queries with flawed reasoning and incorrect answers in the training set to succeed. Our work unveils a new class of Indirect Targeted Poisoning attacks in reasoning models that manipulate responses of a target task by transferring CoT traces learned from a different task. Our "Thought-Transfer" attack can influence the LLM output on a target task by manipulating only the training samples' CoT traces, while leaving the queries and answers unchanged, resulting in a form of ``clean label'' poisoning. Unlike prior targeted poisoning attacks that explicitly require target task samples in the poisoned data, we demonstrate that thought-transfer achieves 70% success rates in injecting targeted behaviors into entirely different domains that are never present in training. Training on poisoned reasoning data also improves the model's performance by 10-15% on multiple benchmarks, providing incentives for a user to use our poisoned reasoning dataset. Our findings reveal a novel threat vector enabled by reasoning models, which is not easily defended by existing mitigations.

📄 PDF Abstract BibTeX arXiv:2601.19061

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Transferable Clean-Label Poisoning Attacks on Deep Neural Nets

2019-05-15 · Chen Zhu, W. Ronny Huang, Ali Shafahi, Hengduo Li 외

Clean-label poisoning attacks inject innocuous looking (and "correctly" labeled) poison images into training data, causing a model to misclassify a targeted image after being trained on this data. We consider transferabl…

Transfer Learning

Better Safe than Sorry: Pre-training CLIP against Targeted Data Poisoning and Backdoor Attacks

2023-10-05 · Wenhan Yang, Jingdong Gao, Baharan Mirzasoleiman

Contrastive Language-Image Pre-training (CLIP) on large image-caption datasets has achieved remarkable success in zero-shot classification and enabled transferability to new domains. However, CLIP is extremely more vulne…

Contrastive LearningData Poisoningzero-shot-classificationZero-Shot Learning

Transferable Availability Poisoning Attacks

2023-10-08 · Yiyong Liu, Michael Backes, Xiao Zhang

We consider availability data poisoning attacks, where an adversary aims to degrade the overall test accuracy of a machine learning model by crafting small perturbations to its training data. Existing poisoning strategie…

Contrastive LearningData PoisoningOverall - Test

Partner in Crime: Boosting Targeted Poisoning Attacks against Federated Learning

2024-07-13 · Shihua Sun, Shridatt Sugrim, Angelos Stavrou, Haining Wang

Federated Learning (FL) exposes vulnerabilities to targeted poisoning attacks that aim to cause misclassification specifically from the source class to the target class. However, using well-established defense frameworks…

Data PoisoningFederated LearningModel Poisoning

Behavior-Aware and Generalizable Defense Against Black-Box Adversarial Attacks for ML-Based IDS

2025-12-15 · Sabrine Ennaji, Elhadj Benkhelifa, Luigi Vincenzo Mancini arxiv

Machine learning based intrusion detection systems are increasingly targeted by black box adversarial attacks, where attackers craft evasive inputs using indirect feedback such as binary outputs or behavioral signals lik…

Change Point DetectionIntrusion DetectionAdversarial Attack