Closed ktagowski closed 2 years ago
The static embeddings work fine with the flair pipelines, achieving satisfactory results when evaluated on polemo2 dataset (text classification). The HPS pipeline was run for 100 iterations with the following outcome:
These results were compared with the ones reported in two papers:
Results were obtained with hotels and medicine domains.
Name | Score | Metric | Pooling | Embeddings |
---|---|---|---|---|
our (flair) | ~0.83 | F1-macro | CNN | fastText KGR10 |
KLEJ | ~0.83 | Accuracy | LSTM | fastText |
original paper | ~0.75 | F1-macro | biLSTM | fastText KGR10 |
Test flair models for static embeddings. Compare our pipeline results with results in literature or other leaderboards