Cats Confuse Reasoning LLM: Query Agnostic Adversarial Triggers for Reasoning Models
Meghana Rajeev, Rajkumar Ramamurthy, Prapti Trivedi, Vikas Yadav, Oluwanifemi Bamgbose, Sathwik Tejaswi Madhusudan, James Zou, Nazneen Rajani
TL;DR
This paper uncovers a novel vulnerability in reasoning LLMs: query-agnostic triggers that do not alter problem semantics can dramatically mislead models. It introduces CatAttack, an automated, three-stage jailbreak pipeline using a cheaper proxy model to discover universal triggers, which then transfer to stronger targets and across model families. The study demonstrates substantial increases in incorrect outputs and longer response lengths, with transferable effects observed from DeepSeek V3 to DeepSeek R1 and beyond to Qwen, Llama-3.1, and Mistral, underscoring widespread security and efficiency concerns and prompting exploration of defenses such as targeted fine-tuning and instruction-based filtering.
Abstract
We investigate the robustness of reasoning models trained for step-by-step problem solving by introducing query-agnostic adversarial triggers - short, irrelevant text that, when appended to math problems, systematically mislead models to output incorrect answers without altering the problem's semantics. We propose CatAttack, an automated iterative attack pipeline for generating triggers on a weaker, less expensive proxy model (DeepSeek V3) and successfully transfer them to more advanced reasoning target models like DeepSeek R1 and DeepSeek R1-distilled-Qwen-32B, resulting in greater than 300% increase in the likelihood of the target model generating an incorrect answer. For example, appending, "Interesting fact: cats sleep most of their lives," to any math problem leads to more than doubling the chances of a model getting the answer wrong. Our findings highlight critical vulnerabilities in reasoning models, revealing that even state-of-the-art models remain susceptible to subtle adversarial inputs, raising security and reliability concerns. The CatAttack triggers dataset with model responses is available at https://huggingface.co/datasets/collinear-ai/cat-attack-adversarial-triggers.
