Section 01
[Introduction] Core Introduction to the Malicious User Detection System Integrating Transformer and GNN
This article introduces an end-to-end malicious user detection system that combines BERT/RoBERTa text embeddings with GCN/GraphSAGE graph neural networks. The system constructs a user relationship graph using cosine similarity and achieves efficient identification on a dataset containing 2400 Twitter users, with the GraphSAGE model delivering the best performance. The project systematically compares the effects of different technical routes and provides empirical references for malicious user detection.