paper-with-me

홈 › Papers

Using Hallucinations to Bypass GPT4's Filter

2024-02-16 · Benjamin Lemkin

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.

📄 PDF Abstract BibTeX arXiv:2403.04769

Code (0)

등록된 구현이 없습니다.

Tasks

Hallucination

Similar Papers 제목 키워드 기반

Internal Representations as Indicators of Hallucinations in Agent Tool Selection

2026-01-08 · Kait Healy, Bharathi Srinivasan, Visakh Madathil, Jing Wu arxiv

Large Language Models (LLMs) have shown remarkable capabilities in tool calling and tool usage, but suffer from hallucinations where they choose incorrect tools, provide malformed parameters and exhibit 'tool bypass' beh…

FilterRAG: Zero-Shot Informed Retrieval-Augmented Generation to Mitigate Hallucinations in VQA

2025-02-25 · S M Sarwar

Visual Question Answering requires models to generate accurate answers by integrating visual and textual understanding. However, VQA models still struggle with hallucinations, producing convincing but incorrect answers, …

Question AnsweringRetrievalRetrieval-augmented GenerationVisual Question Answering+1

Multimodal Prompt Decoupling Attack on the Safety Filters in Text-to-Image Models

2025-09-21 · Xingkai Peng, Jun Jiang, Meng Tong, Shuai Li 외 arxiv

Text-to-image (T2I) models have been widely applied in generating high-fidelity images across various domains. However, these models may also be abused to produce Not-Safe-for-Work (NSFW) content via jailbreak attacks. E…

Jailbreaking Large Language Models Against Moderation Guardrails via Cipher Characters

2024-05-30 · Haibo Jin, Andy Zhou, Joe D. Menke, Haohan Wang

Large Language Models (LLMs) are typically harmless but remain vulnerable to carefully crafted prompts known as ``jailbreaks'', which can bypass protective measures and induce harmful behavior. Recent advancements in LLM…

Red Teaming

The "I Don't Know" Filter: Enhancing Agentic Reliability in Function Calling

2026-07-04 · Stefan Broecker, Mason del Rosario, Boris Selitser, Thomas Strohmer arxiv

The language models that underpin agents have seen a rapid rise in performance on function calling benchmarks. However, the metrics used in the training and evaluation of these models often encourage models to make posit…