Research on AI and multimodality for spam detection/prevention
Initial Work
Model | Function | Dataset rows | Accuracy (avg.) |
---|---|---|---|
NLP model with unimodality | SMS spam detection | 5574 | ~98.65% |
NLP model with multimodality (dual) | SMS + email spam detection | 5574 + 5754 = 11478 | ~98.79% |
Model implementation main paper
The 3rd and 4th model have the architecture and layers as per the main paper, but operate on the dataset of reference 28 (dataset provided), and therefore, the labels are different.
Model | Function | Dataset rows | Accuracy (avg.) |
---|---|---|---|
Behzadan model basic recreation (Reference 28) | Only text is analysed | 21368 | ~96.79% |
Complex recreation | Text + tweet details analysed | 21368 | ~96.70% |
Recreation with exact parameters of main paper | Text + tweet details analysed + Layers applied with exact parameters | 21368 | ~14.67% |
Recreation with changed parameters (better output) | Text + tweet details analysed + Layers applied with modified parameters | 21368 | ~95.77% |
Work on KG at https://colab.research.google.com/drive/1TGTpVtqKdxZLKgZYcXwHTXeMIhkL2FBr