LGCLCRNov 16, 2023

Hijacking Large Language Models via Adversarial In-Context Learning

arXiv:2311.09948v354 citationsh-index: 10
Originality Highly original
AI Analysis

This work addresses security vulnerabilities in LLMs for users relying on ICL, though it is incremental as it builds on existing adversarial attack research.

The paper tackles the vulnerability of large language models (LLMs) to adversarial attacks during in-context learning (ICL), introducing a transferable prompt injection attack that hijacks models to generate target or harmful outputs, and proposes defense strategies using clean demonstrations to enhance robustness.

In-context learning (ICL) has emerged as a powerful paradigm leveraging LLMs for specific downstream tasks by utilizing labeled examples as demonstrations (demos) in the preconditioned prompts. Despite its promising performance, crafted adversarial attacks pose a notable threat to the robustness of LLMs. Existing attacks are either easy to detect, require a trigger in user input, or lack specificity towards ICL. To address these issues, this work introduces a novel transferable prompt injection attack against ICL, aiming to hijack LLMs to generate the target output or elicit harmful responses. In our threat model, the hacker acts as a model publisher who leverages a gradient-based prompt search method to learn and append imperceptible adversarial suffixes to the in-context demos via prompt injection. We also propose effective defense strategies using a few shots of clean demos, enhancing the robustness of LLMs during ICL. Extensive experimental results across various classification and jailbreak tasks demonstrate the effectiveness of the proposed attack and defense strategies. This work highlights the significant security vulnerabilities of LLMs during ICL and underscores the need for further in-depth studies.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes