Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,6 @@ Using this model, we can classify malicious prompts that can lead towards creati
|
|
| 12 |
Our model, "Is it Phish?" is designed to identify malicious prompts that can be used to generate phishing websites and emails using popular commercial LLMs like ChatGPT, Bard and Claude.
|
| 13 |
This model is obtained by finetuning a Pre-Trained RoBERTa using a dataset encompassing multiple sets of malicious prompts, as detailed in our corresponding arXiv paper
|
| 14 |
|
| 15 |
-
<!--- **Paper:** https://arxiv.org/abs/2310.19181 -->
|
| 16 |
-
|
| 17 |
Try out "Is it Phish?" using the Inference API. Our model classifies prompts with "Label 1" to signify the identification of a phishing attempt, while "Label 0" denotes a prompt that is considered safe and non-malicious.
|
| 18 |
|
| 19 |
## Dataset Details
|
|
@@ -42,19 +40,3 @@ print(model_outputs[0])
|
|
| 42 |
### Results
|
| 43 |
|
| 44 |
Achieved an accuracy of 96% with an F1-score of 0.96, on test sets distribution, explained in the paper.
|
| 45 |
-
|
| 46 |
-
<!--## Citation
|
| 47 |
-
|
| 48 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section.
|
| 49 |
-
If you find Isitphish to be useful, please cite it with:
|
| 50 |
-
|
| 51 |
-
```
|
| 52 |
-
@misc{roy2023chatbots,
|
| 53 |
-
title={From Chatbots to PhishBots? -- Preventing Phishing scams created using ChatGPT, Google Bard and Claude},
|
| 54 |
-
author={Sayak Saha Roy and Poojitha Thota and Krishna Vamsi Naragam and Shirin Nilizadeh},
|
| 55 |
-
year={2023},
|
| 56 |
-
eprint={2310.19181},
|
| 57 |
-
archivePrefix={arXiv},
|
| 58 |
-
primaryClass={cs.CR}
|
| 59 |
-
}
|
| 60 |
-
```-->
|
|
|
|
| 12 |
Our model, "Is it Phish?" is designed to identify malicious prompts that can be used to generate phishing websites and emails using popular commercial LLMs like ChatGPT, Bard and Claude.
|
| 13 |
This model is obtained by finetuning a Pre-Trained RoBERTa using a dataset encompassing multiple sets of malicious prompts, as detailed in our corresponding arXiv paper
|
| 14 |
|
|
|
|
|
|
|
| 15 |
Try out "Is it Phish?" using the Inference API. Our model classifies prompts with "Label 1" to signify the identification of a phishing attempt, while "Label 0" denotes a prompt that is considered safe and non-malicious.
|
| 16 |
|
| 17 |
## Dataset Details
|
|
|
|
| 40 |
### Results
|
| 41 |
|
| 42 |
Achieved an accuracy of 96% with an F1-score of 0.96, on test sets distribution, explained in the paper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|