paper-with-me

홈 › Papers

The Poison of Alignment

2023-08-25 · Aibek Bekbayev, Sungbae Chun, Yerzat Dulat, James Yamazaki

From the perspective of content safety issues, alignment has shown to limit large language models' (LLMs) harmful content generation. This intentional method of reinforcing models to not respond to certain user inputs seem to be present in many modern open-source instruction tuning datasets such as OpenAssistant or Guanaco. We introduce a novel insight to an instruction-tuned model's performance affected by the presence of alignment in supervised fine-tuning dataset. To be specific, we noticed that alignment acts as if it is poisoning the instruction dataset. Experimentally, we demonstrate that aligned answers significantly worsen the performance of the resulting fine-tuned model's on various reasoning benchmarks such as Big Bench (BBH), Massive Multitask Language Understanding (MMLU), Human Eval, and Discrete Reasoning Over Paragraphs (DROP), performing worse than the counterpart tuned without alignment by 4-33%.

📄 PDF Abstract BibTeX arXiv:2308.13449

Code (0)

등록된 구현이 없습니다.

Tasks

MMLU

Similar Papers 제목 키워드 기반

Enhancing Prompt Injection Attacks to LLMs via Poisoning Alignment

2024-10-18 · Zedian Shao, Hongbin Liu, Jaden Mu, Neil Zhenqiang Gong

In a prompt injection attack, an attacker injects a prompt into the original one, aiming to make an LLM follow the injected prompt to perform an attacker-chosen task. Existing attacks primarily focus on how to blend the …

RLHFPoison: Reward Poisoning Attack for Reinforcement Learning with Human Feedback in Large Language Models

2023-11-16 · Jiongxiao Wang, Junlin Wu, Muhao Chen, Yevgeniy Vorobeychik 외

Reinforcement Learning with Human Feedback (RLHF) is a methodology designed to align Large Language Models (LLMs) with human preferences, playing an important role in LLMs alignment. Despite its advantages, RLHF relies o…

Backdoor AttackData PoisoningRed TeamingSafety Alignment

Understanding Implosion in Text-to-Image Generative Models

2024-09-18 · Wenxin Ding, Cathy Y. Li, Shawn Shan, Ben Y. Zhao 외

Recent works show that text-to-image generative models are surprisingly vulnerable to a variety of poisoning attacks. Empirical results find that these models can be corrupted by altering associations between individual …

Dialectical Alignment: Resolving the Tension of 3H and Security Threats of LLMs

2024-03-30 · Shu Yang, Jiayuan Su, Han Jiang, Mengdi Li 외

With the rise of large language models (LLMs), ensuring they embody the principles of being helpful, honest, and harmless (3H), known as Human Alignment, becomes crucial. While existing alignment methods like RLHF, DPO, …

knowledge editingNavigatePrompt EngineeringRAG+1

Poison Once, Refuse Forever: Weaponizing Alignment for Injecting Bias in LLMs

2025-08-28 · Md Abdullah Al Mamun, Ihsen Alouani, Nael Abu-Ghazaleh arxiv

Large Language Models (LLMs) are aligned to meet ethical standards and safety requirements by training them to refuse answering harmful or unsafe prompts. In this paper, we demonstrate how adversaries can exploit LLMs' a…