Scam Shield: Multi-Model Voting and Fine-Tuned LLMs Against Adversarial Attacks
Chen-Wei Chang, Shailik Sarkar, Hossein Salemi, Hyungmin Kim, Shutonu Mitra, Hemant Purohit, Fengxiu Zhang, Michin Hong, Jin-Hee Cho, Chang-Tien Lu

TL;DR
This paper introduces a hierarchical scam detection system combining multi-model voting and fine-tuned LLaMA 3.1 8B models, significantly improving accuracy and robustness against adversarial scams while reducing inference time.
Contribution
It presents a novel hybrid system that integrates ensemble voting with adversarially fine-tuned LLMs for enhanced scam detection performance.
Findings
Outperforms traditional machine learning baselines.
Reduces inference time by routing cases efficiently.
Enhances robustness against adversarial attacks.
Abstract
Scam detection remains a critical challenge in cybersecurity as adversaries craft messages that evade automated filters. We propose a Hierarchical Scam Detection System (HSDS) that combines a lightweight multi-model voting front end with a fine-tuned LLaMA 3.1 8B Instruct back end to improve accuracy and robustness against adversarial attacks. An ensemble of four classifiers provides preliminary predictions through majority vote, and ambiguous cases are escalated to the fine-tuned model, which is optimized with adversarial training to reduce misclassification. Experiments show that this hierarchical design both improves adversarial scam detection and shortens inference time by routing most cases away from the LLM, outperforming traditional machine-learning baselines and proprietary LLM baselines. The findings highlight the effectiveness of a hybrid voting mechanism and adversarial…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpam and Phishing Detection · Adversarial Robustness in Machine Learning · Advanced Malware Detection Techniques
