IRCRSIFeb 2, 2017

Semi-Supervised Spam Detection in Twitter Stream

arXiv:1702.01032v1131 citations
Originality Incremental advance
AI Analysis

This addresses spam detection for Twitter users, but it is incremental as it builds on existing techniques with a tweet-level focus.

The paper tackles spam detection at the tweet-level on Twitter by proposing a semi-supervised framework that adaptively learns new spam patterns, achieving good accuracy in experiments on a large-scale dataset.

Most existing techniques for spam detection on Twitter aim to identify and block users who post spam tweets. In this paper, we propose a Semi-Supervised Spam Detection (S3D) framework for spam detection at tweet-level. The proposed framework consists of two main modules: spam detection module operating in real-time mode, and model update module operating in batch mode. The spam detection module consists of four light-weight detectors: (i) blacklisted domain detector to label tweets containing blacklisted URLs, (ii) near-duplicate detector to label tweets that are near-duplicates of confidently pre-labeled tweets, (iii) reliable ham detector to label tweets that are posted by trusted users and that do not contain spammy words, and (iv) multi-classifier based detector labels the remaining tweets. The information required by the detection module are updated in batch mode based on the tweets that are labeled in the previous time window. Experiments on a large scale dataset show that the framework adaptively learns patterns of new spam activities and maintain good accuracy for spam detection in a tweet stream.

Foundations

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

Your Notes