iamgroot42 commited on
Commit
f092391
·
verified ·
1 Parent(s): 238142b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -37,3 +37,16 @@ dataset = load_dataset("iamgroot42/mimir", name="arxiv", split=f"member")
37
  ## 🛠️ Codebase
38
  For evaluating MIA methods on our datasets, visit our [GitHub repository](http://github.com/iamgroot42/mimir).
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ## 🛠️ Codebase
38
  For evaluating MIA methods on our datasets, visit our [GitHub repository](http://github.com/iamgroot42/mimir).
39
 
40
+
41
+ ## ⭐ Citing our Work
42
+
43
+ If you find our codebase and datasets beneficial, kindly cite our work:
44
+
45
+ ```bibtex
46
+ @article{duan2024membership,
47
+ title={Do Membership Inference Attacks Work on Large Language Models?},
48
+ author={Michael Duan and Anshuman Suri and Niloofar Mireshghallah and Sewon Min and Weijia Shi and Luke Zettlemoyer and Yulia Tsvetkov and Yejin Choi and David Evans and Hannaneh Hajishirzi},
49
+ year={2024},
50
+ journal={arXiv:2402.07841},
51
+ }
52
+ ```