Bag of Tricks for Efficient Text Classification
About
This paper explores a simple and efficient baseline for text classification. Our experiments show that our fast text classifier fastText is often on par with deep learning classifiers in terms of accuracy, and many orders of magnitude faster for training and evaluation. We can train fastText on more than one billion words in less than ten minutes using a standard multicore~CPU, and classify half a million sentences among~312K classes in less than a minute.
Armand Joulin, Edouard Grave, Piotr Bojanowski, Tomas Mikolov• 2016
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Sentiment Analysis | IMDB (test) | Accuracy45.2 | 248 | |
| Text Classification | AG News (test) | Accuracy93.4 | 210 | |
| Text Classification | Yahoo! Answers (test) | Clean Accuracy72.3 | 133 | |
| Text Classification | MR (test) | Accuracy76.24 | 99 | |
| Text Classification | MR | Accuracy76.24 | 93 | |
| Topic Classification | DBPedia (test) | -- | 64 | |
| Text Classification | R8 (test) | Accuracy96.1 | 56 | |
| Text Classification | R8 | Accuracy96.13 | 54 | |
| Document Classification | Ohsumed (test) | Accuracy57.7 | 54 | |
| Ontology Classification | DBPedia (test) | Accuracy98.6 | 53 |
Showing 10 of 111 rows
...