Skip to content

Code listing for the paper 'Heterogeneity-aware Twitter Bot Detection with Relational Graph Transformers'. AAAI 2022.

Notifications You must be signed in to change notification settings

BunsenFeng/BotHeterogeneity

Repository files navigation

Heterogeneity-aware Twitter Bot Detection with Relational Graph Transformers

This repository serves as a code listing for the paper 'Heterogeneity-aware Twitter Bot Detection with Relational Graph Transformers', which is accepted at AAAI 2022. Arxiv version of the paper is available at https://arxiv.org/abs/2109.02927. Work in progress.

Abstract

Twitter bot detection has become an important and challenging task to combat misinformation and protect the integrity of the online discourse. State-of-the-art approaches generally leverage the topological structure of the Twittersphere, while they neglect the heterogeneity of relations and influence among users. In this paper, we propose a novel bot detection framework to alleviate this problem, which leverages the topological structure of user-formed heterogeneous graphs and models varying influence intensity between users. Specifically, we construct a heterogeneous information network with users as nodes and diversified relations as edges. We then propose relational graph transformers to model heterogeneous influence between users and learn node representations. Finally, we use semantic attention networks to aggregate messages across users and relations and conduct heterogeneity-aware Twitter bot detection. Extensive experiments demonstrate that our proposal outperforms state-of-the-art methods on a comprehensive Twitter bot detection benchmark. Additional studies also bear out the effectiveness of our proposed relational graph transformers, semantic attention networks and the graph-based approach in general.

About

Code listing for the paper 'Heterogeneity-aware Twitter Bot Detection with Relational Graph Transformers'. AAAI 2022.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages