SWRM
SWRM copied to clipboard
Code for Findings of ACL 2022 Paper "Sentiment Word Aware Multimodal Refinement for Multimodal Sentiment Analysis with ASR Errors"
SWRM
Code for Findings of ACL 2022 Paper "Sentiment Word Aware Multimodal Refinement for Multimodal Sentiment Analysis with ASR Errors"
Clone
Clone this repo and install requirements.
git clone https://github.com/albertwy/SWRM.git
# python3.8
pip install -r requirements.txt
Dataset
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
Run
python run.py --modelName *** --expSetting ***
Paper
Sentiment Word Aware Multimodal Refinement for Multimodal Sentiment Analysis with ASR Errors