forked from gw-zhong/UniMF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,12 +58,14 @@ 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} | ||
```bibtex | ||
@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} | ||
} | ||
``` | ||
``` | ||
## Contact | ||
If you have any question, feel free to contact me through [[email protected]]([email protected]). |