Skip to content

Source code of the paper "Escaping the Neutralization Effect of Modality Features Fusion in Multimodal Fake News Detection"

Notifications You must be signed in to change notification settings

wangbing1416/MINER-UVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MINER-UVS

This repo is the released code of our work Escaping the Neutralization Effect of Modality Features Fusion in Multimodal Fake News Detection

[ Todo ] Our pre-trained model weights are comming soon.

Our released code follows to "EANN: Event Adversarial Neural Networks for Multi-Modal Fake News Detection" and "BDANN: BERT-Based Domain Adaptation Neural Network for Multi-Modal Fake News Detection"

Requirements

torch==1.12.1
cudatoolkit==11.3.1
transformers==4.27.4

Train

python ./src/run.py
  • Check log files in ./log

Tips

  1. When you change the dataset to run, such as changing Weibo to Gossip, you should revise
import process_weibo as process_data

to

import process_gossipcop as process_data

in line 10, run.py.

  1. You should manually split the training set of GossipCop into the divisions of training and validation, then, revise the file road in the function write_data in line 89, process_gossipcop.py

Citation


About

Source code of the paper "Escaping the Neutralization Effect of Modality Features Fusion in Multimodal Fake News Detection"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages