Update README.md
Browse files
README.md
CHANGED
|
@@ -46,5 +46,12 @@ To run our PAC method to perform membership inference attack, visit our [code re
|
|
| 46 |
⭐️ If you find our dataset helpful, please kindly cite our work :
|
| 47 |
|
| 48 |
```bibtex
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
```
|
|
|
|
| 46 |
⭐️ If you find our dataset helpful, please kindly cite our work :
|
| 47 |
|
| 48 |
```bibtex
|
| 49 |
+
@misc{ye2024data,
|
| 50 |
+
title={Data Contamination Calibration for Black-box LLMs},
|
| 51 |
+
author={Wentao Ye and Jiaqi Hu and Liyao Li and Haobo Wang and Gang Chen and Junbo Zhao},
|
| 52 |
+
year={2024},
|
| 53 |
+
eprint={2405.11930},
|
| 54 |
+
archivePrefix={arXiv},
|
| 55 |
+
primaryClass={cs.LG}
|
| 56 |
+
}
|
| 57 |
```
|