paper-with-me

홈 › Papers

Universal Adversarial Suffixes for Language Models Using Reinforcement Learning with Calibrated Reward

2025-12-09 · Sampriti Soor, Suklav Ghosh, Arijit Sur arxiv

Language models are vulnerable to short adversarial suffixes that can reliably alter predictions. Previous works usually find such suffixes with gradient search or rule-based methods, but these are brittle and often tied to a single task or model. In this paper, a reinforcement learning framework is used where the suffix is treated as a policy and trained with Proximal Policy Optimization against a frozen model as a reward oracle. Rewards are shaped using calibrated cross-entropy, removing label bias and aggregating across surface forms to improve transferability. The proposed method is evaluated on five diverse NLP benchmark datasets, covering sentiment, natural language inference, paraphrase, and commonsense reasoning, using three distinct language models: Qwen2-1.5B Instruct, TinyLlama-1.1B Chat, and Phi-1.5. Results show that RL-trained suffixes consistently degrade accuracy and transfer more effectively across tasks and models than previous adversarial triggers of similar genres.

📄 PDF Abstract BibTeX arXiv:2512.08131

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceReinforcement Learning

Similar Papers 제목 키워드 기반

Universal Adversarial Suffixes Using Calibrated Gumbel-Softmax Relaxation

2025-12-09 · Sampriti Soor, Suklav Ghosh, Arijit Sur arxiv

Language models (LMs) are often used as zero-shot or few-shot classifiers by scoring label words, but they remain fragile to adversarial prompts. Prior work typically optimizes task- or model-specific triggers, making re…

Natural Language InferenceSentiment Analysis

AmpleGCG: Learning a Universal and Transferable Generative Model of Adversarial Suffixes for Jailbreaking Both Open and Closed LLMs

2024-04-11 · Zeyi Liao, Huan Sun

As large language models (LLMs) become increasingly prevalent and integrated into autonomous systems, ensuring their safety is imperative. Despite significant strides toward safety alignment, recent work GCG~\citep{zou20…

Safety Alignment

Universal and Transferable Adversarial Attack on Large Language Models Using Exponentiated Gradient Descent

2025-08-20 · Sajib Biswas, Mao Nishino, Samuel Jacob Chacko, Xiuwen Liu arxiv

As large language models (LLMs) are increasingly deployed in critical applications, ensuring their robustness and safety alignment remains a major challenge. Despite the overall success of alignment techniques such as re…

Reinforcement LearningAdversarial Attack

Alignment Under Pressure: The Case for Informed Adversaries When Evaluating LLM Defenses

2025-05-21 · Xiaoxue Yang, Bozhidar Stevanoski, Matthieu Meeus, Yves-Alexandre de Montjoye

Large language models (LLMs) are rapidly deployed in real-world applications ranging from chatbots to agentic systems. Alignment is one of the main approaches used to defend against attacks such as prompt injection and j…

Towards Universal and Black-Box Query-Response Only Attack on LLMs with QROA

2024-06-04 · Hussein Jawad, Yassine Chenik, Nicolas J. -B. BRUNEL

The rapid adoption of Large Language Models (LLMs) has exposed critical security and ethical vulnerabilities, particularly their susceptibility to adversarial manipulations. This paper introduces QROA, a novel black-box …

Q-Learning