CLAIApr 18, 2024

Advancing the Robustness of Large Language Models through Self-Denoised Smoothing

arXiv:2404.12274v135 citationsh-index: 14Has CodeNAACL
Originality Incremental advance
AI Analysis

This addresses robustness issues for LLM users against adversarial attacks, but it is incremental as it builds on randomized smoothing techniques.

The paper tackles the vulnerability of large language models (LLMs) to adversarial attacks like jailbreaks by proposing self-denoised smoothing, which leverages LLMs' multitasking to denoise inputs before prediction, resulting in improved empirical and certified robustness over existing methods.

Although large language models (LLMs) have achieved significant success, their vulnerability to adversarial perturbations, including recent jailbreak attacks, has raised considerable concerns. However, the increasing size of these models and their limited access make improving their robustness a challenging task. Among various defense strategies, randomized smoothing has shown great potential for LLMs, as it does not require full access to the model's parameters or fine-tuning via adversarial training. However, randomized smoothing involves adding noise to the input before model prediction, and the final model's robustness largely depends on the model's performance on these noise corrupted data. Its effectiveness is often limited by the model's sub-optimal performance on noisy data. To address this issue, we propose to leverage the multitasking nature of LLMs to first denoise the noisy inputs and then to make predictions based on these denoised versions. We call this procedure self-denoised smoothing. Unlike previous denoised smoothing techniques in computer vision, which require training a separate model to enhance the robustness of LLMs, our method offers significantly better efficiency and flexibility. Our experimental results indicate that our method surpasses existing methods in both empirical and certified robustness in defending against adversarial attacks for both downstream tasks and human alignments (i.e., jailbreak attacks). Our code is publicly available at https://github.com/UCSB-NLP-Chang/SelfDenoise

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