paper-with-me

Papers

JailbreakHunter: A Visual Analytics Approach for Jailbreak Prompts Discovery from Large-Scale Human-LLM Conversational Datasets

2024-07-03 · Zhihua Jin, Shiyi Liu, Haotian Li, Xun Zhao, Huamin Qu

Large Language Models (LLMs) have gained significant attention but also raised concerns due to the risk of misuse. Jailbreak prompts, a popular type of adversarial attack towards LLMs, have appeared and constantly evolved to breach the safety protocols of LLMs. To address this issue, LLMs are regularly updated with safety patches based on reported jailbreak prompts. However, malicious users often keep their successful jailbreak prompts private to exploit LLMs. To uncover these private jailbreak prompts, extensive analysis of large-scale conversational datasets is necessary to identify prompts that still manage to bypass the system's defenses. This task is highly challenging due to the immense volume of conversation data, diverse characteristics of jailbreak prompts, and their presence in complex multi-turn conversations. To tackle these challenges, we introduce JailbreakHunter, a visual analytics approach for identifying jailbreak prompts in large-scale human-LLM conversational datasets. We have designed a workflow with three analysis levels: group-level, conversation-level, and turn-level. Group-level analysis enables users to grasp the distribution of conversations and identify suspicious conversations using multiple criteria, such as similarity with reported jailbreak prompts in previous research and attack success rates. Conversation-level analysis facilitates the understanding of the progress of conversations and helps discover jailbreak prompts within their conversation contexts. Turn-level analysis allows users to explore the semantic similarity and token overlap between a singleturn prompt and the reported jailbreak prompts, aiding in the identification of new jailbreak strategies. The effectiveness and usability of the system were verified through multiple case studies and expert interviews.

📄 PDF Abstract BibTeX arXiv:2407.03045

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Visual Analytics 설명 없음

Similar Papers 제목 키워드 기반

HAMSA: Hijacking Aligned Compact Models via Stealthy Automation

2025-08-22 · Alexey Krylov, Iskander Vagizov, Dmitrii Korzh, Maryam Douiba 외 arxiv

Large Language Models (LLMs), especially their compact efficiency-oriented variants, remain susceptible to jailbreak attacks that can elicit harmful outputs despite extensive alignment efforts. Existing adversarial promp…

JailbreakLens: Visual Analysis of Jailbreak Attacks Against Large Language Models

2024-04-12 · Yingchaojie Feng, Zhizhang Chen, Zhining Kang, Sijia Wang 외

The proliferation of large language models (LLMs) has underscored concerns regarding their security vulnerabilities, notably against jailbreak attacks, where adversaries design jailbreak prompts to circumvent safety mech…

Machine Learning for Detection and Analysis of Novel LLM Jailbreaks

2025-10-02 · John Hawkins, Aditya Pramar, Rodney Beard, Rohitash Chandra arxiv

Large Language Models (LLMs) suffer from a range of vulnerabilities that allow malicious users to solicit undesirable responses through manipulation of the input text. These so-called jailbreak prompts are designed to tr…

AttnGCG: Enhancing Jailbreaking Attacks on LLMs with Attention Manipulation

2024-10-11 · Zijun Wang, Haoqin Tu, Jieru Mei, Bingchen Zhao 외

This paper studies the vulnerabilities of transformer-based Large Language Models (LLMs) to jailbreaking attacks, focusing specifically on the optimization-based Greedy Coordinate Gradient (GCG) strategy. We first observ…

Safety Alignment

Steering Beyond the Support: Adversarial Training on Unsupervised Jailbroken Activation Simulation

2026-05-23 · Luoyu Chen, Weiqi Wang, Zhiyi Tian, Chenhan Zhang 외 arxiv

Jailbreak prompts can trigger harmful completions on aligned LLMs, In accordance, safety steering has been proposed: test-time activation interventions that steer jailbreak activations to trigger refusal while preserving…