Skip to content

cgao-comp/GAMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation


GAMC: An Unsupervised Method for Fake News Detection using Graph Autoencoder with Masking

GAMC is an unsupervised fake news detection technique using the graph autoencoder with masking and contrastive learning.

Dependencies

  • Python >= 3.7
  • Pytorch >= 1.9.0
  • dgl >= 0.7.2
  • pyyaml == 5.4.1

Datasets

Due to file size upload limitations, datasets can be found at https://drive.google.com/drive/folders/1OslTX91kLEYIi2WBnwuFtXsVz5SS_XeR?usp=sharing.

Start

For the program start, you could run the script:

python main_graph.py --dataset DATASETNAME --use_cfg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages