Semi-Supervised Social Bot Detection with Initial Residual Relation Attention Networks

Abstract

Social bot detection is a challenging task and receives extensive attention in social security. Previous researches for this task often assume the labeled samples are abundant, which neglects the fact that labels of social bots are usually hard to derive from the real world. Meanwhile, graph neural networks (GNNs) have recently been applied to bot detection. Whereas most GNNs are based on the homophily assumption, where nodes of the same type are more likely to connect to each other. So methods relying on these two assumptions will degrade while encountering graphs with heterophily or lack of labeled data. To solve these challenges above, we analyze human-bot networks and propose SIRAN, which combines relation attention with initial residual connection to reduce and prevent the noise aggregated from neighbors to improve the capability of distinguishing different kinds of nodes on social graphs with heterophily. Then we use a consistency loss to boost the detection performance of the model for limited annotated data. Extensive experiments on two publicly available and independent social bot detection datasets illustrate SIRAN achieves state-of-the-art performance. Finally, further studies demonstrate the effectiveness of our model as well. We have deployed SIRAN online: https://botdetection.aminer.cn/robotmain .

Cite

Text

Zhou et al. "Semi-Supervised Social Bot Detection with Initial Residual Relation Attention Networks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023. doi:10.1007/978-3-031-43427-3_13

Markdown

[Zhou et al. "Semi-Supervised Social Bot Detection with Initial Residual Relation Attention Networks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2023.](https://mlanthology.org/ecmlpkdd/2023/zhou2023ecmlpkdd-semisupervised/) doi:10.1007/978-3-031-43427-3_13

BibTeX

@inproceedings{zhou2023ecmlpkdd-semisupervised,
  title     = {{Semi-Supervised Social Bot Detection with Initial Residual Relation Attention Networks}},
  author    = {Zhou, Ming and Feng, Wenzheng and Zhu, Yifan and Zhang, Dan and Dong, Yuxiao and Tang, Jie},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2023},
  pages     = {207-224},
  doi       = {10.1007/978-3-031-43427-3_13},
  url       = {https://mlanthology.org/ecmlpkdd/2023/zhou2023ecmlpkdd-semisupervised/}
}