@InProceedings{joulin-EtAl:2017:EACLshort,
  author    = {Joulin, Armand  and  Grave, Edouard  and  Bojanowski, Piotr  and  Mikolov, Tomas},
  title     = {Bag of Tricks for Efficient Text Classification},
  booktitle = {Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers},
  month     = {April},
  year      = {2017},
  address   = {Valencia, Spain},
  publisher = {Association for Computational Linguistics},
  pages     = {427--431},
  abstract  = {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.},
  url       = {http://www.aclweb.org/anthology/E17-2068}
}

