paper-with-me

홈 › Papers

Learn to Disguise: Avoid Refusal Responses in LLM's Defense via a Multi-agent Attacker-Disguiser Game

2024-04-03 · Qianqiao Xu, Zhiliang Tian, Hongyan Wu, Zhen Huang, Yiping Song, Feng Liu, Dongsheng Li

With the enhanced performance of large models on natural language processing tasks, potential moral and ethical issues of large models arise. There exist malicious attackers who induce large models to jailbreak and generate information containing illegal, privacy-invasive information through techniques such as prompt engineering. As a result, large models counter malicious attackers' attacks using techniques such as safety alignment. However, the strong defense mechanism of the large model through rejection replies is easily identified by attackers and used to strengthen attackers' capabilities. In this paper, we propose a multi-agent attacker-disguiser game approach to achieve a weak defense mechanism that allows the large model to both safely reply to the attacker and hide the defense intent. First, we construct a multi-agent framework to simulate attack and defense scenarios, playing different roles to be responsible for attack, disguise, safety evaluation, and disguise evaluation tasks. After that, we design attack and disguise game algorithms to optimize the game strategies of the attacker and the disguiser and use the curriculum learning process to strengthen the capabilities of the agents. The experiments verify that the method in this paper is more effective in strengthening the model's ability to disguise the defense intent compared with other methods. Moreover, our approach can adapt any black-box large model to assist the model in defense and does not suffer from model version iterations.

📄 PDF Abstract BibTeX arXiv:2404.02532

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt EngineeringSafety Alignment

Similar Papers 제목 키워드 기반

MetaDefense: Defending Finetuning-based Jailbreak Attack Before and During Generation

2025-10-09 · Weisen Jiang, Sinno Jialin Pan arxiv

This paper introduces MetaDefense, a novel framework for defending against finetuning-based jailbreak attacks in large language models (LLMs). We observe that existing defense mechanisms fail to generalize to harmful que…

Response Generation

Latent-space adversarial training with post-aware calibration for defending large language models against jailbreak attacks

2025-01-18 · Xin Yi, Yue Li, Dongsheng Shi, LinLin Wang 외

Ensuring safety alignment is a critical requirement for large language models (LLMs), particularly given increasing deployment in real-world applications. Despite considerable advancements, LLMs remain susceptible to jai…

Safety Alignment

Jailbreaking Large Language Models through Iterative Tool-Disguised Attacks via Reinforcement Learning

2026-01-09 · Zhaoqi Wang, Zijian Zhang, Daqing He, Pengtao Kou 외 arxiv

Large language models (LLMs) have demonstrated remarkable capabilities across diverse applications, however, they remain critically vulnerable to jailbreak attacks that elicit harmful responses violating human values and…

Reinforcement Learning

Deactivating Refusal Triggers: Understanding and Mitigating Overrefusal in Safety Alignment

2026-03-12 · Zhiyu Xue, Zimo Qi, Guangliang Liu, Bocheng Chen 외 arxiv

Safety alignment aims to ensure that large language models (LLMs) refuse harmful requests by post-training on harmful queries paired with refusal answers. Although safety alignment is widely adopted in industry, the over…

Enhancing Model Defense Against Jailbreaks with Proactive Safety Reasoning

2025-01-31 · Xianglin Yang, Gelei Deng, Jieming Shi, Tianwei Zhang 외

Large language models (LLMs) are vital for a wide range of applications yet remain susceptible to jailbreak threats, which could lead to the generation of inappropriate responses. Conventional defenses, such as refusal a…

BlockingSafety Alignment