Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

TaskDatasetResultRank
Sentiment AnalysisIMDB (test)
Accuracy45.2
306
Text ClassificationAG News (test)
Accuracy93.4
293
Topic ClassificationAG-News
Accuracy91.5
225
Text ClassificationMR
Accuracy76.24
174
Text ClassificationMR (test)
Accuracy76.24
155
Text ClassificationYahoo! Answers (test)
Clean Accuracy72.3
133
Text ClassificationR8
Accuracy98.1
91
Text ClassificationR52
Accuracy94.74
76
Topic ClassificationDBPedia (test)--
64
Text ClassificationR8 (test)
Accuracy96.1
56
Showing 10 of 116 rows
...

Other info

Code

Follow for update