Home/Model Training/DeepInception
DeepInception logo

DeepInception

Enrichment pending
tmlr-group/DeepInception

[arXiv:2311.03191] "DeepInception: Hypnotize Large Language Model to Be Jailbreaker"

GraphCanon updated today · GitHub synced today

176
Stars
19
Forks
0
Open issues
4
Watchers
2y
Last push
Python MITCreated Nov 7, 2023

Trust & integrity

Full report
Maintenance
Dormant (872d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
55 low (55 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

[arXiv:2311.03191] "DeepInception: Hypnotize Large Language Model to Be Jailbreaker"

Capability facts

Languages
python

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

pip install -r requirements.txt
Source link

Tags

README

Getting Started

Before setting up the DeepInception, make sure you have an environment that installed PyTorch $\ge$ 1.10 with GPU support. Then, in your environment, run

pip install -r requirements.txt

Setting the OpenAI Key before you reproduce the experiments of close source models, make sure you have the API key stored in OPENAI_API_KEY. For example,

export OPENAI_API_KEY=[YOUR_API_KEY_HERE]

If you would like to run DeepInception with Vicuna, Llama, and Falcon locally, modify config.py with the proper path of these three models.

Please follow the model instruction from huggingface to download the models, including Vicuna, Llama-2 and Falcon.