Update README.md
Browse files
README.md
CHANGED
@@ -33,19 +33,7 @@ Our training code is sourced from: [here](https://github.com/HaozheZhao/MIC/blob
|
|
33 |
| ---------- | ---------- | ------------- | ----- |
|
34 |
| MMICL-MSED | 4 | 1e-4 | 3 |
|
35 |
|
36 |
-
|
37 |
|
38 |
-
## Evaluation on MSED dataset
|
39 |
-
|
40 |
-
| | Precision | Recall | Mac-F1 |
|
41 |
-
| ---------------------- | --------- | -------- | -------- |
|
42 |
-
| DCNN | 59.3 | 53.0 | 51.2 |
|
43 |
-
| BiLSTM | 78.4 | 78.8 | 78.6 |
|
44 |
-
| DCNN+AlexNet | 71.0 | 70.1 | 70.3 |
|
45 |
-
| BiLSTM+AlexNet | 78.7 | 79.2 | 78.9 |
|
46 |
-
| BERT+AlexNet | 83.2 | 83.1 | 83.2 |
|
47 |
-
| Multimodal Transformer | 83.6 | 83.5 | 83.5 |
|
48 |
-
| **MMICL** | **89.4** | **86.4** | **87.1** |
|
49 |
|
50 |
The evaluation code 👉 [here](https://github.com/DreamMr/WisdoM)
|
51 |
|
|
|
33 |
| ---------- | ---------- | ------------- | ----- |
|
34 |
| MMICL-MSED | 4 | 1e-4 | 3 |
|
35 |
|
|
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
The evaluation code 👉 [here](https://github.com/DreamMr/WisdoM)
|
39 |
|