Official Implementation of "Learning to Refuse: Towards Mitigating Privacy Risks in LLMs"
RETURN is avaliable in data/RETURN.jsonl
. You also can access RETURN directly on Hugging Face.
from datasets import load_dataset
dataset = load_dataset("zhliu/RETURN")
@misc{liu2024learningrefusemitigatingprivacy,
title={Learning to Refuse: Towards Mitigating Privacy Risks in LLMs},
author={Zhenhua Liu and Tong Zhu and Chuanyuan Tan and Wenliang Chen},
year={2024},
eprint={2407.10058},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2407.10058},
}