paper-with-me

Papers

Traditional and context-specific spam detection in low resource settings

2022-06-09 · Machine Learning 2022 6 · Kornraphop Kawintiranon, Lisa Singh

Social media data has a mix of high and low-quality content. One form of commonly studied low-quality content is spam. Most studies assume that spam is context-neutral. We show on different Twitter data sets that context-specific spam exists and is identifiable. We then compare multiple traditional machine learning models and a neural network model that uses a pre-trained BERT language model to capture contextual features for identifying spam, both traditional and context-specific, using only content-based features. The neural network model outperforms the traditional models with an F1 score of 0.91. Because spam training data sets are notoriously imbalanced, we also investigate the impact of this imbalance and show that simple Bag-of-Words models are best with extreme imbalance, but a neural model that fine-tunes using language models from other domains significantly improves the F1 score, but not to the levels of domain-specific neural models. This suggests that the strategy employed may vary depending upon the level of imbalance in the data set, the amount of data available in a low resource setting, and the prevalence of context-specific spam vs. traditional spam. Finally, we make our data sets available for use by the research community.

📄 PDF Abstract BibTeX

Code (1)

GU-DataLab/context-spam

Tasks

Context-specific Spam DetectionLanguage ModellingSpam detectionTraditional Spam Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

EvoMail: Self-Evolving Cognitive Agents for Adaptive Spam and Phishing Email Defense

2025-09-25 · Wei Huang, De-Tian Chu, Lin-Yuan Bai, Wei Kang 외 arxiv

Modern email spam and phishing attacks have evolved far beyond keyword blacklists or simple heuristics. Adversaries now craft multi-modal campaigns that combine natural-language text with obfuscated URLs, forged headers,…

Traditional Spam DetectionGraph Neural Network

Spam Detection Using BERT

2022-06-06 · Thaer Sahmoud, Dr. Mohammad Mikki

Emails and SMSs are the most popular tools in today communications, and as the increase of emails and SMSs users are increase, the number of spams is also increases. Spam is any kind of unwanted, unsolicited digital comm…

Spam detection

Advancing Email Spam Detection: Leveraging Zero-Shot Learning and Large Language Models

2025-05-05 · Ghazaleh Shirvani, Saeid Ghasemshirazi

Email spam detection is a critical task in modern communication systems, essential for maintaining productivity, security, and user experience. Traditional machine learning and deep learning approaches, while effective i…

Spam detectionTraditional Spam DetectionZero-Shot Learning

Evaluating the Performance of ChatGPT for Spam Email Detection

2024-02-23 · Shijing Si, Yuwei Wu, Le Tang, Yugui Zhang 외

Email continues to be a pivotal and extensively utilized communication medium within professional and commercial domains. Nonetheless, the prevalence of spam emails poses a significant challenge for users, disrupting the…

In-Context LearningQuestion AnsweringText Generation

Leveraging Multi-level Dependency of Relational Sequences for Social Spammer Detection

2020-09-14 · Jun Yin, Qian Li, Shaowu Liu, Zhiang Wu 외

Much recent research has shed light on the development of the relation-dependent but content-independent framework for social spammer detection. This is largely because the relation among users is difficult to be altered…

Relation