PARDEN logo

PARDEN

Enrichment pending
Ed-Zh/PARDEN

PARDEN

GraphCanon updated today · GitHub synced today

12
Stars
1
Forks
0
Open issues
1
Watchers
2y
Last push
HTMLCreated Jan 30, 2024

Trust & integrity

Full report
Maintenance
Dormant (788d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

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

Capability facts

Languages
html

Source: github.language · Jul 11, 2026

Categories

Tags

README

This repo contains the data and code (minimal demo) for our paper (accepted at ICML 2024): PARDEN, Can You Repeat That? Defending against Jailbreaks via Repetition

Paper: https://arxiv.org/abs/2405.07932

Blogpost:

PARDEN_data/ contains the benign and harmful datasets genearted by different models. The generation of harmful dataset is explained in detail in the paper, using both GCG[1] and prompt injection.

PARDEN_notebook_minimal.ipynb demonstrates how to use PARDEN and tests its performance on the harmful strings generated by llama2-7b.

[1] Zou et al. Universal and Transferable Adversarial Attacks on Aligned Language Models. https://arxiv.org/abs/2307.15043