LGSINov 25, 2024

A Graph Neural Architecture Search Approach for Identifying Bots in Social Media

arXiv:2411.16285v18 citationsh-index: 12Frontiers Artif. Intell.
Originality Incremental advance
AI Analysis

This work addresses the problem of automated bot detection for social media platforms, offering a novel method that automates architecture design, though it is incremental in applying NAS to a specific domain.

The paper tackled bot detection on social media platform X by introducing a Neural Architecture Search (NAS) approach for Graph Neural Networks, achieving 85.7% accuracy on the TwiBot-20 dataset and surpassing state-of-the-art models.

Social media platforms, including X, Facebook, and Instagram, host millions of daily users, giving rise to bots-automated programs disseminating misinformation and ideologies with tangible real-world consequences. While bot detection in platform X has been the area of many deep learning models with adequate results, most approaches neglect the graph structure of social media relationships and often rely on hand-engineered architectures. Our work introduces the implementation of a Neural Architecture Search (NAS) technique, namely Deep and Flexible Graph Neural Architecture Search (DFG-NAS), tailored to Relational Graph Convolutional Neural Networks (RGCNs) in the task of bot detection in platform X. Our model constructs a graph that incorporates both the user relationships and their metadata. Then, DFG-NAS is adapted to automatically search for the optimal configuration of Propagation and Transformation functions in the RGCNs. Our experiments are conducted on the TwiBot-20 dataset, constructing a graph with 229,580 nodes and 227,979 edges. We study the five architectures with the highest performance during the search and achieve an accuracy of 85.7%, surpassing state-of-the-art models. Our approach not only addresses the bot detection challenge but also advocates for the broader implementation of NAS models in neural network design automation.

Foundations

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

Your Notes