All Projects → yaqingwang → EANN-KDD18

yaqingwang / EANN-KDD18

Licence: other
EANN: event-adversarial neural networks for multi-modal fake news detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to EANN-KDD18

WeFEND-AAAI20
Dataset for paper "Weak Supervision for Fake News Detection via Reinforcement Learning" published in AAAI'2020.
Stars: ✭ 67 (-60.82%)
Mutual labels:  social-media, fake-news
Lets-Talk-Movies
A Social media desktop web app where movie fans can post their opinions about movies or series they've watched, like opinions, follow their friends or other users whose content they enjoy consuming.
Stars: ✭ 12 (-92.98%)
Mutual labels:  social-media
Intrinsic Image Popularity
The pytorch code of the paper "Intrinsic Image Popularity Assessment"
Stars: ✭ 179 (+4.68%)
Mutual labels:  social-media
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (+26.9%)
Mutual labels:  social-media
Social Media Data Scripts
Stars: ✭ 188 (+9.94%)
Mutual labels:  social-media
meow
Daily Bruin's homemade social media manager
Stars: ✭ 42 (-75.44%)
Mutual labels:  social-media
Shareable Links
A curated list of shareable social media links
Stars: ✭ 168 (-1.75%)
Mutual labels:  social-media
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-92.98%)
Mutual labels:  social-media
youtube discussion tree
This is a python API that allows you to obtain the discusion that occurs on the comments of a Youtube video as a tree structure. It also controls the quota usage that consumes your implementation over Youtube Data Api through this library, and allows you to represent and serialize the discusion tree.
Stars: ✭ 16 (-90.64%)
Mutual labels:  social-media
Zhihu Analysis Python
Social Network Analysis of Zhihu with Python
Stars: ✭ 215 (+25.73%)
Mutual labels:  social-media
Graphjs
A set of widgets for a meaningfully social web.
Stars: ✭ 212 (+23.98%)
Mutual labels:  social-media
Awesome Startup Tools List
List of all tools (apps, services) that startups should use.
Stars: ✭ 188 (+9.94%)
Mutual labels:  social-media
aspnet-core-social-network
Social network based on ASP.NET Web API Core 2
Stars: ✭ 36 (-78.95%)
Mutual labels:  social-media
Supertinyicons
Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos
Stars: ✭ 13,177 (+7605.85%)
Mutual labels:  social-media
mobile-native
mirror of https://gitlab.com/minds/mobile-native
Stars: ✭ 80 (-53.22%)
Mutual labels:  social-media
Firestore Cloud Functions Typescript
Firebase cloud functions in typescript with Firestore. Using a social network as example
Stars: ✭ 171 (+0%)
Mutual labels:  social-media
Mosint
An automated e-mail OSINT tool
Stars: ✭ 184 (+7.6%)
Mutual labels:  social-media
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+277.78%)
Mutual labels:  social-media
nemesyst
Generalised and highly customisable, hybrid-parallelism, database based, deep learning framework.
Stars: ✭ 17 (-90.06%)
Mutual labels:  adversarial-networks
buttons
Make sharing fast and secure.
Stars: ✭ 18 (-89.47%)
Mutual labels:  social-media

EANN-KDD18

EANN: Event Adversarial Neural Networks for Multi-Modal Fake News Detection
Yaqing Wang, Fenglong Ma, Zhiwei Jin, Ye Yuan, Guangxu Xun, Kishlay Jha, Lu Su, Jing Gao

SUNY Buffalo. KDD, 2018.

Dataset

We recently release a dataset (in Chinese) on fake news from Wechat. The dataset includes news titile, report content, news url and image url. Find more details via https://github.com/yaqingwang/WeFEND-AAAI20

The data folder contains a subset of weibo dataset for a quick start. If you are interested in full weibo dataset, you can download it via https://drive.google.com/file/d/14VQ7EWPiFeGzxp3XC2DeEHi-BEisDINn/view?usp=sharing. (Approximately 1.3GB)

Main Idea

One of the unique challenges for fake news detection on social media is how to identify fake news on newly emerged events. The EANN is desgined to extract shared features among all events to effectively improve the performance of fake news detection on never-seen events.

Experiment

Comparision between reduced model (w/o adversarial) and EANN(w adversarial)

The feature representations learned by the proposed model EANN (right) are more discriminable than fake news detection (w/o adv).

Citation

If this code or dataset is useful for your research, please cite our paper:

@inproceedings{wang2018eann,
  title={EANN: Event Adversarial Neural Networks for Multi-Modal Fake News Detection},
  author={Wang, Yaqing and Ma, Fenglong and Jin, Zhiwei and Yuan, Ye and Xun, Guangxu and Jha, Kishlay and Su, Lu and Gao, Jing},
  booktitle={Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining},
  pages={849--857},
  year={2018},
  organization={ACM}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].