Update README.md

This commit is contained in:
Eden Wang 2025-05-15 13:36:22 +08:00 committed by GitHub
commit f4ba8424c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,8 @@
# <img src="/Users/xiaohong/Documents/Github/PrivacyJailbreak/img/logo.png" style="zoom:50%;" />PIG: Privacy Jailbreak Attack on LLMs via Gradient-based Iterative In-Context Optimization
# <img src="./img/logo.png" style="zoom:50%;" />PIG: Privacy Jailbreak Attack on LLMs via Gradient-based Iterative In-Context Optimization
> This repository contains the official code implementation of our paper: [![arXiv: paper](https://img.shields.io/badge/arXiv-paper-red.svg)](https://arxiv.org/abs/xxx)
![PIG](/Users/xiaohong/Documents/Github/PrivacyJailbreak/img/PIG.png)
![PIG](./img/PIG.png)
## Setup
@ -34,4 +34,4 @@ You can run a privacy jailbreak attack using the following steps:
## Acknowledgements
Our PIG framework is based on [EasyJailbreak](https://github.com/EasyJailbreak/EasyJailbreak). We thank the team for their open-source implementation.
Our PIG framework is based on [EasyJailbreak](https://github.com/EasyJailbreak/EasyJailbreak). We thank the team for their open-source implementation.