Language-Agnostic Twitter-Bot Detection
In this paper we address the problem of detecting Twitter bots. We analyze a dataset of 8385 Twitter accounts and their tweets consisting of both humans and different kinds of bots. We use this data to train machine learning classifiers that distinguish between real and bot accounts. We identify features that are easy to extract while still providing good results. We analyze different feature groups based on account specific, tweet specific and behavioral specific features and measure their performance compared to other state of the art bot detection methods. For easy future portability of our work we focus on language-agnostic features. With AdaBoost, the best performing classifier, we achieve an accuracy of 0.988 and an AUC of 0.995. As the creation of good training data in machine learning is often difficult - especially in the domain of Twitter bot detection - we additionally analyze to what extent smaller amounts of training data lead to useful results by reviewing cross-validated learning curves. Our results indicate that using few but expressive features already has a good practical benefit for bot detection, especially if only a small amount of training data is available.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningTwitter Bot DetectionSimilar Papers 제목 키워드 기반
Demographic Word Embeddings for Racism Detection on Twitter
Most social media platforms grant users freedom of speech by allowing them to freely express their thoughts, beliefs, and opinions. Although this represents incredible and unique communication opportunities, it also pres…
ClassificationGeneral ClassificationWord EmbeddingsDNA-inspired online behavioral modeling and its application to spambot detection
We propose a strikingly novel, simple, and effective approach to model online user behavior: we extract and analyze digital DNA sequences from user online actions and we use Twitter as a benchmark to test our proposal. W…
DNA analysisLMBot: Distilling Graph Knowledge into Language Model for Graph-less Deployment in Twitter Bot Detection
As malicious actors employ increasingly advanced and widespread bots to disseminate misinformation and manipulate public opinion, the detection of Twitter bots has become a crucial task. Though graph-based Twitter bot de…
Domain AdaptationLanguage ModelingLanguage ModellingMisinformation+1Improving Social Meaning Detection with Pragmatic Masking and Surrogate Fine-Tuning
Masked language models (MLMs) are pre-trained with a denoising objective that is in a mismatch with the objective of downstream fine-tuning. We propose pragmatic masking and surrogate fine-tuning as two complementing str…
DenoisingFew-Shot LearningMulti-Task LearningTransfer LearningTime-Independent and Language-Independent Extraction of Multiword Expressions From Twitter
Multiword Expressions (MWEs) are crucial lexico-semantic units in any language. However, most work on MWEs has been focused on standard monolingual corpora. In this work, we examine MWE usage on Twitter - an inherently m…
Sentiment Analysis