diff --git a/README.md b/README.md index bdf4754..b45c642 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# PIG: Privacy Jailbreak Attack on LLMs via Gradient-based Iterative In-Context Optimization +# 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. \ No newline at end of file +Our PIG framework is based on [EasyJailbreak](https://github.com/EasyJailbreak/EasyJailbreak). We thank the team for their open-source implementation.