File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ A related task to sentiment analysis is the subjectivity analysis with the goal
122
122
123
123
| Model | Accuracy | Paper / Source |
124
124
| ------------- | :-----:| --- |
125
+ | AdaSent (Zhao et al., 2015) | 95.50 | [ Self-Adaptive Hierarchical Sentence Model] ( https://arxiv.org/pdf/1504.05070.pdf ) |
126
+ | CNN+MCFA (Amplayo et al., 2018) | 94.80 | [ Translations as Additional Contexts for Sentence Classification] ( https://arxiv.org/abs/1806.05516 ) |
127
+ | Byte mLSTM (Radford et al., 2017) | 94.60 | [ Learning to Generate Reviews and Discovering Sentiment] ( https://arxiv.org/pdf/1704.01444.pdf ) |
125
128
| USE (Cer et al., 2018) | 93.90 | [ Universal Sentence Encoder] ( https://arxiv.org/pdf/1803.11175.pdf ) |
126
129
| Fast Dropout (Wang and Manning, 2013) | 93.60 | [ Fast Dropout Training] ( http://proceedings.mlr.press/v28/wang13a.pdf ) |
127
130
You can’t perform that action at this time.
0 commit comments