Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/attack_descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ _Original Paper: <https://arxiv.org/abs/2404.01833>_
In code name: `pair`

Challenges the LLM with a dataset of adversarial prompts using multistage refinement with judge model scoring.
Original Paper: https://arxiv.org/abs/2310.08419v4, Code: https://github.com/patrickrchao/JailbreakingLLMs

_Original Paper: <https://arxiv.org/abs/2310.08419v4>, Code: <https://github.com/patrickrchao/JailbreakingLLMs>_

<a href="https://github.com/LLAMATOR-Core/llamator/blob/release/src/llamator/attacks/pair.py">View code on GitHub</a>
</details>
Expand Down
Loading