paper-with-me

Papers

Augmented Adversarial Trigger Learning

2025-03-16 · Zhe Wang, Yanjun Qi

Gradient optimization-based adversarial attack methods automate the learning of adversarial triggers to generate jailbreak prompts or leak system prompts. In this work, we take a closer look at the optimization objective of adversarial trigger learning and propose ATLA: Adversarial Trigger Learning with Augmented objectives. ATLA improves the negative log-likelihood loss used by previous studies into a weighted loss formulation that encourages the learned adversarial triggers to optimize more towards response format tokens. This enables ATLA to learn an adversarial trigger from just one query-response pair and the learned trigger generalizes well to other similar queries. We further design a variation to augment trigger optimization with an auxiliary loss that suppresses evasive responses. We showcase how to use ATLA to learn adversarial suffixes jailbreaking LLMs and to extract hidden system prompts. Empirically we demonstrate that ATLA consistently outperforms current state-of-the-art techniques, achieving nearly 100% success in attacking while requiring 80% fewer queries. ATLA learned jailbreak suffixes demonstrate high generalization to unseen queries and transfer well to new LLMs.

📄 PDF Abstract BibTeX arXiv:2503.12339

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

BadRAG: Identifying Vulnerabilities in Retrieval Augmented Generation of Large Language Models

2024-06-03 · Jiaqi Xue, Mengxin Zheng, Yebowen Hu, Fei Liu 외

Large Language Models (LLMs) are constrained by outdated information and a tendency to generate incorrect data, commonly referred to as "hallucinations." Retrieval-Augmented Generation (RAG) addresses these limitations b…

RAGRetrievalRetrieval-augmented Generation

SilentRetrieval: Hijacking Retrieval-Augmented Generation via Semantically-Preserving Adversarial Data Poisoning

2026-05-27 · Jiachen Qian arxiv

Retrieval-Augmented Generation (RAG) mitigates LLM hallucinations but introduces a critical vulnerability: corpus integrity. We present SilentRetrieval, a two-stage data poisoning attack that hijacks RAG systems through …

Natural Questions

Phantom: General Trigger Attacks on Retrieval Augmented Language Generation

2024-05-30 · Harsh Chaudhari, Giorgio Severi, John Abascal, Matthew Jagielski 외

Retrieval Augmented Generation (RAG) expands the capabilities of modern large language models (LLMs), by anchoring, adapting, and personalizing their responses to the most relevant knowledge sources. It is particularly u…

Adversarial TextChatbotRAGRetrieval+2

MINIMAL: Mining Models for Data Free Universal Adversarial Triggers

2021-09-25 · Swapnil Parekh, Yaman Singla Kumar, Somesh Singh, Changyou Chen 외

It is well known that natural language models are vulnerable to adversarial attacks, which are mostly input-specific in nature. Recently, it has been shown that there also exist input-agnostic attacks in NLP models, call…

Natural Language Inference

Unpacking the Resilience of SNLI Contradiction Examples to Attacks

2024-12-15 · Chetan Verma, Archit Agarwal

Pre-trained models excel on NLI benchmarks like SNLI and MultiNLI, but their true language understanding remains uncertain. Models trained only on hypotheses and labels achieve high accuracy, indicating reliance on datas…

Adversarial Attack