ATAG extends the MulVAL attack graph generator with custom Datalog facts and interaction rules to model multi-step attacks on LLM-based multi-agent applications, demonstrated on a trip planner and an email responder.
Using Hallucinations to Bypass GPT4's Filter
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Large language models (LLMs) are initially trained on vast amounts of data, then fine-tuned using reinforcement learning from human feedback (RLHF); this also serves to teach the LLM to provide appropriate and safe responses. In this paper, we present a novel method to manipulate the fine-tuned version into reverting to its pre-RLHF behavior, effectively erasing the model's filters; the exploit currently works for GPT4, Claude Sonnet, and (to some extent) for Inflection-2.5. Unlike other jailbreaks (for example, the popular "Do Anything Now" (DAN) ), our method does not rely on instructing the LLM to override its RLHF policy; hence, simply modifying the RLHF process is unlikely to address it. Instead, we induce a hallucination involving reversed text during which the model reverts to a word bucket, effectively pausing the model's filter. We believe that our exploit presents a fundamental vulnerability in LLMs currently unaddressed, as well as an opportunity to better understand the inner workings of LLMs during hallucinations.
citation-role summary
citation-polarity summary
fields
cs.CR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
ATAG: AI-Agent Application Threat Assessment with Attack Graphs
ATAG extends the MulVAL attack graph generator with custom Datalog facts and interaction rules to model multi-step attacks on LLM-based multi-agent applications, demonstrated on a trip planner and an email responder.