SIAIApr 23, 2024

BotDGT: Dynamicity-aware Social Bot Detection with Dynamic Graph Transformers

arXiv:2404.15070v232 citationsh-index: 7IJCAI
Originality Incremental advance
AI Analysis

This addresses the challenge of evasion by advanced social bots in online platforms, though it is an incremental improvement over existing graph-based approaches.

The paper tackled the problem of detecting social bots in dynamic social networks by proposing BotDGT, a framework that incorporates historical snapshots and temporal modeling, resulting in improved accuracy, recall, and F1-score compared to static methods.

Detecting social bots has evolved into a pivotal yet intricate task, aimed at combating the dissemination of misinformation and preserving the authenticity of online interactions. While earlier graph-based approaches, which leverage topological structure of social networks, yielded notable outcomes, they overlooked the inherent dynamicity of social networks -- In reality, they largely depicted the social network as a static graph and solely relied on its most recent state. Due to the absence of dynamicity modeling, such approaches are vulnerable to evasion, particularly when advanced social bots interact with other users to camouflage identities and escape detection. To tackle these challenges, we propose BotDGT, a novel framework that not only considers the topological structure, but also effectively incorporates dynamic nature of social network. Specifically, we characterize a social network as a dynamic graph. A structural module is employed to acquire topological information from each historical snapshot. Additionally, a temporal module is proposed to integrate historical context and model the evolving behavior patterns exhibited by social bots and legitimate users. Experimental results demonstrate the superiority of BotDGT against the leading methods that neglected the dynamic nature of social networks in terms of accuracy, recall, and F1-score.

Code Implementations1 repo
Foundations

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

Your Notes