Skip to content

Commit

Permalink
modify the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
gw-zhong committed Dec 20, 2023
1 parent 83b5e9d commit b7e0edd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Python 3.8](https://img.shields.io/badge/python-3.8-green)

>Codes for **UniMF: A Unified Multimodal Framework for Multimodal Sentiment Analysis in Missing Modalities and Unaligned Multimodal Sequences** (Accepted by IEEE Transactions on Multimedia).
>Codes for **[UniMF: A Unified Multimodal Framework for Multimodal Sentiment Analysis in Missing Modalities and Unaligned Multimodal Sequences](https://ieeexplore.ieee.org/document/10339893)** (Accepted by IEEE Transactions on Multimedia).
## Usage
### Clone the repository
Expand Down Expand Up @@ -55,4 +55,15 @@ bash scripts/urfunny.sh [input_mdalities] [experiment_id] [number_of_trials]
Or, you can run the code as normal:
```python
python main.py --[FLAGS]
```
## Citation
Please cite our paper if you find that useful for your research:
```
@article{huan2023unimf,
title={UniMF: A Unified Multimodal Framework for Multimodal Sentiment Analysis in Missing Modalities and Unaligned Multimodal Sequences},
author={Huan, Ruohong and Zhong, Guowei and Chen, Peng and Liang, Ronghua},
journal={IEEE Transactions on Multimedia},
year={2023},
publisher={IEEE}
}
```

0 comments on commit b7e0edd

Please sign in to comment.