paper-with-me

Papers

Distractor Injection Attacks on Large Reasoning Models: Characterization and Defense

2025-10-17 · Zhehao Zhang, Weijie Xu, Shixian Cui, Chandan K. Reddy arxiv

Recent advances in large reasoning models (LRMs) have enabled remarkable performance on complex tasks such as mathematics and coding by generating long Chain-of-Thought (CoT) traces. In this paper, we identify and systematically analyze a critical vulnerability we term reasoning distraction, where LRMs are diverted from their primary objective by irrelevant yet complex tasks maliciously embedded in the prompt. Through a comprehensive study across diverse models and benchmarks, we show that even state-of-the-art LRMs are highly susceptible, with injected distractors reducing task accuracy by up to 60%. We further reveal that certain alignment techniques can amplify this weakness and that models may exhibit covert compliance, following hidden adversarial instructions in reasoning while concealing them in the final output. To mitigate these risks, we propose a training-based defense that combines Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) on synthetic adversarial data, improving robustness by over 50 points on challenging distractor attacks. Our findings establish reasoning distraction as a distinct and urgent threat to LRM reliability and provide a practical step toward safer and more trustworthy reasoning systems.

📄 PDF Abstract BibTeX arXiv:2510.16259

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

How Is LLM Reasoning Distracted by Irrelevant Context? An Analysis Using a Controlled Benchmark

2025-05-24 · Minglai Yang, Ethan Huang, Liang Zhang, Mihai Surdeanu 외

We introduce Grade School Math with Distracting Context (GSM-DC), a synthetic benchmark to evaluate Large Language Models' (LLMs) reasoning robustness against systematically controlled irrelevant context (IC). GSM-DC con…

Math

BrowseSafe: Understanding and Preventing Prompt Injection Within AI Browser Agents

2025-11-25 · Kaiyuan Zhang, Mark Tenenholtz, Kyle Polley, Jerry Ma 외 arxiv

The integration of artificial intelligence (AI) agents into web browsers introduces security challenges that go beyond traditional web application threat models. Prior work has identified prompt injection as a new attack…

Mitigating the Influence of Distractor Tasks in LMs with Prior-Aware Decoding

2024-01-31 · Raymond Douglas, Andis Draguns, Tomáš Gavenčiak

The broad capabilities of Language Models (LMs) can be limited by their sensitivity to distractor tasks: LMs can infer secondary tasks from the prompt in addition to the intended one, leading to unwanted outputs. For exa…

Instruction Following

SecInfer: Preventing Prompt Injection via Inference-time Scaling

2025-09-29 · Yupei Liu, Yanting Wang, Yuqi Jia, Jinyuan Jia 외 arxiv

Prompt injection attacks pose a pervasive threat to the security of Large Language Models (LLMs). State-of-the-art prevention-based defenses typically rely on fine-tuning an LLM to enhance its security, but they achieve …

ReasAlign: Reasoning Enhanced Safety Alignment against Prompt Injection Attack

2026-01-15 · Hao Li, Yankai Yang, G. Edward Suh, Ning Zhang 외 arxiv

Large Language Models (LLMs) have enabled the development of powerful agentic systems capable of automating complex workflows across various fields. However, these systems are highly vulnerable to indirect prompt injecti…