Skip to content

We propose a Hybrid Hierarchical Attention Network (HHAN) to detect whether the event is real or fake.

Notifications You must be signed in to change notification settings

dawn310826/Hybrid-Hierarchical-Attention-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid Hierarchical Attention Network

We propose a Hybrid Hierarchical Attention Network (HHAN) to detect whether the event is real or fake. The model consists of three modules. The first module captures the hierarchical text information and temporal information of the event. The second module is used to model the manually extracted features. The last module combines the previous two modules Information and performs misinformation detection tasks. If you are interested, please read our paper titled "A Hybrid Hierarchical Attention Network for Misinformation Detection on WeChat"

Require

  • Python3
  • numpy
  • pandas
  • jieba
  • keras

Project Architecture

  • data/sgns.weibo.word: Word embedded files, you can download from https://github.com/Embedding/Chinese-Word-Vectors.
  • data/stop_words.txt: File to remove stop_words.
  • data/real_data.csv: Our WeChat real information data.
  • data/rumor_data.csv: Our WeChat fake information data.
  • HAN-cate-side.ipynb: Code file

About

We propose a Hybrid Hierarchical Attention Network (HHAN) to detect whether the event is real or fake.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published