CRAILGNov 15, 2025

Explainable Transformer-Based Email Phishing Classification with Adversarial Robustness

arXiv:2511.12085v1
Originality Synthesis-oriented
AI Analysis

This addresses email phishing detection for cybersecurity, though it appears incremental as it combines existing methods (DistilBERT, adversarial training, LIME) in a new framework.

The study tackled AI-generated phishing attacks by developing a hybrid approach using DistilBERT for email classification, reinforced with adversarial training and explainable AI techniques, achieving precise classification with understandable justifications.

Phishing and related cyber threats are becoming more varied and technologically advanced. Among these, email-based phishing remains the most dominant and persistent threat. These attacks exploit human vulnerabilities to disseminate malware or gain unauthorized access to sensitive information. Deep learning (DL) models, particularly transformer-based models, have significantly enhanced phishing mitigation through their contextual understanding of language. However, some recent threats, specifically Artificial Intelligence (AI)-generated phishing attacks, are reducing the overall system resilience of phishing detectors. In response, adversarial training has shown promise against AI-generated phishing threats. This study presents a hybrid approach that uses DistilBERT, a smaller, faster, and lighter version of the BERT transformer model for email classification. Robustness against text-based adversarial perturbations is reinforced using Fast Gradient Method (FGM) adversarial training. Furthermore, the framework integrates the LIME Explainable AI (XAI) technique to enhance the transparency of the DistilBERT architecture. The framework also uses the Flan-T5-small language model from Hugging Face to generate plain-language security narrative explanations for end-users. This combined approach ensures precise phishing classification while providing easily understandable justifications for the model's decisions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes