phishbot commited on
Commit
432eb7e
·
verified ·
1 Parent(s): 3a8c572

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -35,3 +35,14 @@ prompt = ["Your Sample Sentence or Prompt...."]
35
  model_outputs = classifier(prompt)
36
  print(model_outputs[0])
37
  ```
 
 
 
 
 
 
 
 
 
 
 
 
35
  model_outputs = classifier(prompt)
36
  print(model_outputs[0])
37
  ```
38
+
39
+ If you use our model in your research, please cite our paper as follows:
40
+
41
+ @inproceedings{roy2024chatbots,
42
+ title={From Chatbots to Phishbots?: Phishing Scam Generation in Commercial Large Language Models},
43
+ author={Roy, Sayak Saha and Thota, Poojitha and Naragam, Krishna Vamsi and Nilizadeh, Shirin},
44
+ booktitle={2024 IEEE Symposium on Security and Privacy (SP)},
45
+ pages={221--221},
46
+ year={2024},
47
+ organization={IEEE Computer Society}
48
+ }