paper-with-me

Papers

Plentiful Jailbreaks with String Compositions

2024-11-01 · Brian R. Y. Huang

Large language models (LLMs) remain vulnerable to a slew of adversarial attacks and jailbreaking methods. One common approach employed by white-hat attackers, or red-teamers, is to process model inputs and outputs using string-level obfuscations, which can include leetspeak, rotary ciphers, Base64, ASCII, and more. Our work extends these encoding-based attacks by unifying them in a framework of invertible string transformations. With invertibility, we can devise arbitrary string compositions, defined as sequences of transformations, that we can encode and decode end-to-end programmatically. We devise a automated best-of-n attack that samples from a combinatorially large number of string compositions. Our jailbreaks obtain competitive attack success rates on several leading frontier models when evaluated on HarmBench, highlighting that encoding-based attacks remain a persistent vulnerability even in advanced LLMs.

📄 PDF Abstract BibTeX arXiv:2411.01084

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adversarial Déjà Vu: Jailbreak Dictionary Learning for Stronger Generalization to Unseen Attacks

2025-10-24 · Mahavir Dabas, Tran Huynh, Nikhil Reddy Billa, Jiachen T. Wang 외 arxiv

Large language models remain vulnerable to jailbreak attacks that bypass safety guardrails to elicit harmful outputs. Defending against novel jailbreaks represents a critical challenge in AI safety. Adversarial training …

Adversarial Robustness

Boundary Point Jailbreaking of Black-Box LLMs

2026-02-16 · Xander Davies, Giorgi Giglemiani, Edmund Lau, Eric Winsor 외 arxiv

Frontier LLMs are safeguarded against attempts to extract harmful information via adversarial prompts known as "jailbreaks". Recently, defenders have developed classifier-based systems that have survived thousands of hou…

Red Teaming

String Diagram of Optimal Transports

2024-08-16 · Kazuki Watanabe, Noboru Isobe

We present a novel hierarchical framework for optimal transport (OT) using string diagrams, namely string diagrams of optimal transports. This framework reduces complex hierarchical OT problems to standard OT problems, a…

The Attacker Moves Second: Stronger Adaptive Attacks Bypass Defenses Against Llm Jailbreaks and Prompt Injections

2025-10-10 · Milad Nasr, Nicholas Carlini, Chawin Sitawarin, Sander V. Schulhoff 외 arxiv

How should we evaluate the robustness of language model defenses? Current defenses against jailbreaks and prompt injections (which aim to prevent an attacker from eliciting harmful knowledge or remotely triggering malici…

Reinforcement Learning

String Theory: Parsed Categoric Encodings with Automunge

2021-01-01 · Nicholas Teague

The Automunge open source python library platform for tabular data pre-processing automates feature engineering data transformations of numerical encoding and missing data infill to received tidy data on bases fit to pro…

Feature Engineering