Code for Findings of ACL 2022 Paper "Sentiment Word Aware Multimodal Refinement for Multimodal Sentiment Analysis with ASR Errors"
Clone this repo and install requirements.
git clone https://github.com/albertwy/SWRM.git
# python3.8
pip install -r requirements.txt
Download dataset files and put them in the dataset directory
- Cow Transfer with code: r9etft
 
Download pre-trained BERT models(provided by MMSA Project)and specify the dir name in the Code(models/subNets/Bert*.py)
- BaiDu Cloud Drive with code: ctgs
 - Google Cloud Drive
 
python run.py --modelName *** --expSetting ***
Sentiment Word Aware Multimodal Refinement for Multimodal Sentiment Analysis with ASR Errors