Causality Analysis for Evaluating the Security of Large Language Models
Wei Zhao, Zhe Li, Jun Sun
TL;DR
Casper introduces a lightweight causal-analysis framework to quantify how input prompts, model layers, and individual neurons influence LLM outputs. By conducting CMA-based interventions and measuring average indirect effects, it reveals that safety largely stems from layer-level overfitting to harmful prompts, enabling effective emoji-based adversarial attacks that bypass such safeguards. The framework also uncovers a highly influential neuron (2100) whose manipulation can cripple or hijack model behavior, enabling transferable Trojan attacks. Together, these findings offer a principled lens for evaluating LLM security and point to concrete avenues for strengthening robustness, with Casper released as an open-source toolkit.
Abstract
Large Language Models (LLMs) such as GPT and Llama2 are increasingly adopted in many safety-critical applications. Their security is thus essential. Even with considerable efforts spent on reinforcement learning from human feedback (RLHF), recent studies have shown that LLMs are still subject to attacks such as adversarial perturbation and Trojan attacks. Further research is thus needed to evaluate their security and/or understand the lack of it. In this work, we propose a framework for conducting light-weight causality-analysis of LLMs at the token, layer, and neuron level. We applied our framework to open-source LLMs such as Llama2 and Vicuna and had multiple interesting discoveries. Based on a layer-level causality analysis, we show that RLHF has the effect of overfitting a model to harmful prompts. It implies that such security can be easily overcome by `unusual' harmful prompts. As evidence, we propose an adversarial perturbation method that achieves 100\% attack success rate on the red-teaming tasks of the Trojan Detection Competition 2023. Furthermore, we show the existence of one mysterious neuron in both Llama2 and Vicuna that has an unreasonably high causal effect on the output. While we are uncertain on why such a neuron exists, we show that it is possible to conduct a ``Trojan'' attack targeting that particular neuron to completely cripple the LLM, i.e., we can generate transferable suffixes to prompts that frequently make the LLM produce meaningless responses.
