Selecting the Most Conflicting Pair of Candidates

Abstract

Source detection on graphs has demonstrated high efficacy in identifying rumor origins. Despite advances in machine learning-based methods, many fail to capture intrinsic dynamics of rumor propagation. In this work, we present SourceDetMamba: A Graph-aware State Space Model for Source Detection in Sequential Hypergraphs, which harnesses the recent success of the state space model Mamba, known for its superior global modeling capabilities and computational efficiency, to address this challenge. Specifically, we first employ hypergraphs to model high-order interactions within social networks. Subsequently, temporal network snapshots generated during the propagation process are sequentially fed in reverse order into Mamba to infer underlying propagation dynamics. Finally, to empower the sequential model to effectively capture propagation patterns while integrating structural information, we propose a novel graph-aware state update mechanism, wherein the state of each node is propagated and refined by both temporal dependencies and topological context. Extensive evaluations on eight datasets demonstrate that SourceDetMamba consistently outperforms state-of-the-art approaches.

Cite

Text

Delemazure et al. "Selecting the Most Conflicting Pair of Candidates." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/306

Markdown

[Delemazure et al. "Selecting the Most Conflicting Pair of Candidates." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/delemazure2024ijcai-selecting/) doi:10.24963/ijcai.2024/306

BibTeX

@inproceedings{delemazure2024ijcai-selecting,
  title     = {{Selecting the Most Conflicting Pair of Candidates}},
  author    = {Delemazure, Théo and Janeczko, Lukasz and Kaczmarczyk, Andrzej and Szufa, Stanislaw},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {2766-2773},
  doi       = {10.24963/ijcai.2024/306},
  url       = {https://mlanthology.org/ijcai/2024/delemazure2024ijcai-selecting/}
}