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