Skip to content

zgjiangtoby/FND_fewshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross-Modal Augmentation for Few-shot Multimodal Fake News Detection

This is the official implementation for the paper "Cross-Modal Augmentation for Few-shot Multimodal Fake News Detection".

To run

  1. pip install -f requriements.txt
  2. prepares the ./datasets dirs as follows:
├── datasets
│   ├── fakenewsnet
│   │   ├── goss_img_all
│   │	│	├── gossipcop-679264.jpg
│   │	│	├── gossipcop-681826.jpg
│   │	│       └── ....
│   │   ├── poli_img_all
│   │	│       ├── politifact66.jpg
│   │	│	├── politifact87.jpg
│   │   │       └── ....
│   │   ├── politifact_multi.csv
│   │   ├── gossipcop_multi.csv
│   ├── weibo
│   │   ├── all_images
│   │   │	├── 3b9c937bjw1e3rs645jowj.jpg
│   │   │	├── 3bb5c030jw1dzp3wwf3z3j.jpg
│   │   │       └── ....
│   │   ├── weibo_train.csv
│   │   ├── weibo_test.csv
  1. Run ./run.sh

Über uns

No description, website, or topics provided.

Ressourcen

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published