Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pretty_name: Multimodal Sentiment Analysis Out-Of-Distribution Datasets
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
---
|
| 7 |
+
Here are the MSA OOD datasets mentioned in the [CIDer](https://arxiv.org/abs/2506.10452) paper.
|
| 8 |
+
|
| 9 |
+
Please cite our paper if you find that useful for your research:
|
| 10 |
+
```bibtex
|
| 11 |
+
@article{zhong2025towards,
|
| 12 |
+
title={Towards Robust Multimodal Emotion Recognition under Missing Modalities and Distribution Shifts},
|
| 13 |
+
author={Zhong, Guowei and Huan, Ruohong and Wu, Mingzhen and Liang, Ronghua and Chen, Peng},
|
| 14 |
+
journal={arXiv preprint arXiv:2506.10452},
|
| 15 |
+
year={2025}
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
```
|