Giter Site home page Giter Site logo

hbtp's Introduction

Homogeneity-Based Transmissive Process (HBTP)

This is the code and dataset repository of "Homogeneity-Based Transmissive Process To Model True and False News in Social Networks (WSDM 2019)".

[Arxiv] [ACM DL]

Directory Structure

HBTP
├── README.md
├── data
│   ├── README.md
│   ├── event
│   │   ├── raw
│   │   └── synchronized
│   │       └── FormattedEvent_twitter1516.pkl
│   ├── stopsentences.txt
│   ├── stopwords.txt
│   └── story
│       ├── explicit-error-preprocessed
│       ├── implicit-error-preprocessed
│       ├── preprocessed
│       ├── preprocessed-label
│       │   └── FormattedStory_twitter1516.pkl
│       └── raw
├── model
│   ├── hbtp.py
│   ├── RBFKernel.py
│   ├── corpus.py
│   ├── model.py
│   ├── test.py
│   └── use_preprocess.py
├── preprocess
│   ├── TwitterAPIWrapper.py
│   ├── WriterWrapper.py
│   ├── config.ini
│   ├── crawler.py
│   ├── format_event.py
│   ├── format_story.py
│   ├── label.py
│   ├── network.py
│   ├── parser.py
│   ├── preprocess.py
│   ├── split_train_test.py
│   ├── stats.py
│   └── synch.py
├── requirements.txt
└── rumor_detection_acl2017
    ├── README.txt
    ├── twitter15
    │   ├── label.txt
    │   └── tree
    ├── twitter16
    │   ├── label.txt
    │   └── tree
    └── twittertest
        └── label.txt

Run

  1. Install requirements.txt.
  2. Run model/test.py. To change the model class, replace the first argument of run_model()

Bibtex

@inproceedings{kim2019homogeneity,
  title={Homogeneity-Based Transmissive Process To Model True and False News in Social Networks},
  author={Kim, Jooyeon and Kim, Dongkwan and Oh, Alice},
  booktitle={Proceedings of the Eleventh ACM International Conference on Web Search and Data Mining},
  pages={348--356},
  year={2019},
  organization={ACM}
}

Code References

Dataset References

  • If you use dataset in data/story or data/event, please cite our work (Kim et al.) and precendence works below.
  • You can directly get rumor_detection_acl2017 from here
@inproceedings{liu2015real,
  title={Real-time Rumor Debunking on Twitter},
  author={Liu, Xiaomo and Nourbakhsh, Armineh and Li, Quanzhi and Fang, Rui and Shah, Sameena},
  booktitle={Proceedings of the 24th ACM International on Conference on Information and Knowledge Management},
  pages={1867--1870},
  year={2015}
}
@inproceedings{ma2016detecting,
  title={Detecting Rumors from Microblogs with Recurrent Neural Networks},
  author={Ma, Jing and Gao, Wei and Mitra, Prasenjit and Kwon, Sejeong and Jansen, Bernard J. and Wong, Kam-Fai and Meeyoung, Cha},
  booktitle={The 25th International Joint Conference on Artificial Intelligence},
  pages={3818--3824},
  year={2016},
  organization={AAAI}
}
@inproceedings{ma2017detect,
  title={Detect Rumors in Microblog Posts Using Propagation Structure via Kernel Learning},
  author={Ma, Jing and Gao, Wei and Wong, Kam-Fai},
  booktitle={The 55th annual meeting of the Association for Computational Linguistics},
  pages={708--717},
  year={2017},
  organization={Association for Computational Linguistics}
}

hbtp's People

Contributors

dongkwan-kim avatar jyscardioid avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.