Home

Awesome

EBGCN

The PyTorch implementation for the paper: Towards Propagation Uncertainty: Edge-enhanced Bayesian Graph Convolutional Networks for Rumor Detection

@inproceedings{DBLP:conf/acl/WeiHZYH20,
  author    = {Lingwei Wei and
               Dou Hu and
               Wei Zhou and
               Zhaojuan Yue and
               Songlin Hu},
  title     = {Towards Propagation Uncertainty: Edge-enhanced Bayesian Graph Convolutional
               Networks for Rumor Detection},
  booktitle = {{ACL/IJCNLP} {(1)}},
  pages     = {3845--3854},
  publisher = {Association for Computational Linguistics},
  year      = {2021}
}

Usage

You need to run the file Process/getTwittergraph.py first to preprocess the data.

Then you can run the file main_ebgcn.py to train the model.