paper-with-me

홈 › Papers

One Turn Too Late: Response-Aware Defense Against Hidden Malicious Intent in Multi-Turn Dialogue

2026-05-07 · Xinjie Shen, Rongzhe Wei, Peizhi Niu, Haoyu Wang, Ruihan Wu, Eli Chien, Bo Li, Pin-Yu Chen, Pan Li arxiv

Hidden malicious intent in multi-turn dialogue poses a growing threat to deployed large language models (LLMs). Rather than exposing a harmful objective in a single prompt, increasingly capable attackers can distribute their intent across multiple benign-looking turns. Recent studies show that even modern commercial models with advanced guardrails remain vulnerable to such attacks despite advances in safety alignment and external guardrails. In this work, we address this challenge by detecting the earliest turn at which delivering the candidate response would make the accumulated interaction sufficient to enable harmful action. This objective requires precise turn-level intervention that identifies the harm-enabling closure point while avoiding premature refusal of benign exploratory conversations. To further support training and evaluation, we construct the Multi-Turn Intent Dataset (MTID), which contains branching attack rollouts, matched benign hard negatives, and annotations of the earliest harm-enabling turns. We show that MTID helps enable a turn-level monitor TurnGate, which substantially outperforms existing baselines in harmful-intent detection while maintaining low over-refusal rates. TurnGate further generalizes across domains, attacker pipelines, and target models. Our code is available at https://github.com/Graph-COM/TurnGate.

📄 PDF Abstract BibTeX arXiv:2605.05630

Code (0)

등록된 구현이 없습니다.

Tasks

Intent Detection

Similar Papers 제목 키워드 기반

Temporal Context Awareness: A Defense Framework Against Multi-turn Manipulation Attacks on Large Language Models

2025-03-18 · Prashant Kulkarni, Assaf Namer

Large Language Models (LLMs) are increasingly vulnerable to sophisticated multi-turn manipulation attacks, where adversaries strategically build context through seemingly benign conversational turns to circumvent safety …

THRD: A Training-Free Multi-Turn Defense Framework for Jailbreak Attacks on Large Language Models

2026-06-01 · Zhiqing Ma, Zhonghao Xu, Dong Yu, Chen Kang 외 arxiv

Multi-turn jailbreak attacks pose a growing threat to LLMs by exploiting conversational dynamics such as gradual escalation and cross-turn coordination. Existing defenses either rely on costly retraining -- often degradi…

Turning Logic Against Itself : Probing Model Defenses Through Contrastive Questions

2025-01-03 · Rachneet Sachdeva, Rima Hazra, Iryna Gurevych

Large language models, despite extensive alignment with human values and ethical principles, remain vulnerable to sophisticated jailbreak attacks that exploit their reasoning abilities. Existing safety measures often det…

Language ModelingLanguage Modelling

Attention-Aware GNN-based Input Defense against Multi-Turn LLM Jailbreak

2025-07-09 · Zixuan Huang, Kecheng Huang, Lihao Yin, Bowei He 외 arxiv

Large Language Models (LLMs) have gained significant traction in various applications, yet their capabilities present risks for both constructive and malicious exploitation. Despite extensive training and fine-tuning eff…

Graph Neural Network

Certifiably Robust RAG against Retrieval Corruption

2024-05-24 · Chong Xiang, Tong Wu, Zexuan Zhong, David Wagner 외

Retrieval-augmented generation (RAG) has been shown vulnerable to retrieval corruption attacks: an attacker can inject malicious passages into retrieval results to induce inaccurate responses. In this paper, we propose R…

RAGRetrievalRetrieval-augmented GenerationText Generation