๐ค AI Summary
This work addresses the challenge that existing rumor detection methods struggle to simultaneously model sequential dependencies along propagation paths and global topological structures in social networks. To this end, the paper proposes a novel architecture that effectively integrates Graph Convolutional Networks (GCNs) with Transformersโa combination not previously achieved. The approach preserves temporal propagation information through positional encoding and leverages multi-head attention mechanisms to capture long-range dependencies and cross-subspace feature interactions among nodes. This enables joint modeling of rumor propagation structures, textual semantics, and topological relationships. Experimental results on the Twitter15 and Twitter16 datasets demonstrate that the proposed method significantly outperforms current state-of-the-art models, achieving notable improvements in accuracy.
๐ Abstract
Accurate and efficient rumor detection is critical for information governance, particularly in the context of the rapid spread of misinformation on social networks. Traditional rumor detection relied primarily on manual analysis. With the continuous advancement of technology, machine learning and deep learning approaches for rumor identification have gradually emerged and gained prominence. However, previous approaches often struggle to simultaneously capture both the sequential and the global structural relationships among topological nodes within a social network. To tackle this issue, we introduce a hybrid model for detecting rumors that integrates a Graph Convolutional Network (GCN) with a Transformer architecture, aiming to leverage the complementary strengths of structural and semantic feature extraction. Positional encoding helps preserve the sequential order of these nodes within the propagation structure. The use of Multi-head attention mechanisms enables the model to capture features across diverse representational subspaces, thereby enhancing both the richness and depth of text comprehension. This integration allows the framework to concurrently identify the key propagation network of rumors, the textual content, the long-range dependencies, and the sequence among propagation nodes. Experimental evaluations on publicly available datasets, including Twitter 15 and Twitter 16, demonstrate that our proposed fusion model significantly outperforms both standalone models and existing mainstream methods in terms of accuracy. These results validate the effectiveness and superiority of our approach for the rumor detection task.