Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.3 KB

ESAFN

Dataset and codes for our paper "Entity-Sensitive Attention and Fusion Network for Entity-Level Multimodal Sentiment Classification".

Paper:

Entity-Sensitive Attention and Fusion Network for Entity-Level Multimodal Sentiment Classification. Jianfei Yu, Jing Jiang, and Rui Xia. Accepted by IEEE/ACM TASLP 2020.

Author

Jianfei Yu

[email protected]

Dec 2, 2019

Requirement

  • PyTorch 1.0.0
  • Python 3.7

Download tweet images and set up image path

Code Usage

Training for ESAFN

  • This is the training code of tuning parameters on the dev set, and testing on the test set. Note that you can change "CUDA_VISIBLE_DEVICES=0" based on your available GPUs.
sh run.sh
  • To show the running process, we show our running logs in the "twitter_log.txt" and the "twitter2015_log.txt".