HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Bag of Tricks for Efficient Text Classification

Armand Joulin; Edouard Grave; Piotr Bojanowski; Tomas Mikolov

Bag of Tricks for Efficient Text Classification

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.

Code Repositories

FengJiaChunFromSYSU/fastText
Mentioned in GitHub
currentsapi/extractnet
Mentioned in GitHub
TEAMLAB-Lecture/deep_nlp_101
tf
Mentioned in GitHub
GitHubSprint/fasttext4j
Mentioned in GitHub
code2k13/nlppipe
Mentioned in GitHub
bung87/fastText
Mentioned in GitHub
amymariaparker2401/new
Mentioned in GitHub
brightmart/text_classification
tf
Mentioned in GitHub
M155K4R4/fastText
Mentioned in GitHub
2023-MindSpore-1/ms-code-200
mindspore
Mentioned in GitHub
currentslab/extractnet
Mentioned in GitHub
pommedeterresautee/fastrtext
Mentioned in GitHub
ericxsun/fastText
Mentioned in GitHub
donghyeonk/fastText1607
pytorch
Mentioned in GitHub
luckyPT/jvm-ml
tf
Mentioned in GitHub
vinhkhuc/JFastText
Mentioned in GitHub
2023-MindSpore-1/ms-code-197
mindspore
Mentioned in GitHub
xyfJASON/Comment-Analysis
Mentioned in GitHub
bentrevett/pytorch-sentiment-analysis
pytorch
Mentioned in GitHub
currentsapi/fastlangid
Mentioned in GitHub
Omerktn/fastText-iterative
Mentioned in GitHub
bzz/LangID
tf
Mentioned in GitHub
TsingZ0/PFL-Non-IID
pytorch
Mentioned in GitHub
Nim-NLP/fastText
Mentioned in GitHub
Kinetikm/fastTextRelearning
Mentioned in GitHub
divisionai/fastText
Mentioned in GitHub
SarangShaikh201/fastText
Mentioned in GitHub
rmenegaux/fastDNA
Mentioned in GitHub
lmd1993/fastTextBoost
Mentioned in GitHub
kpu/fastertext
Mentioned in GitHub
explosion/floret
Mentioned in GitHub
mwydmuch/extremeText
tf
Mentioned in GitHub
graykode/nlp-tutorial
pytorch
Mentioned in GitHub
yangyucheng000/fasttext
mindspore
Mentioned in GitHub
indix/whatthelang
Mentioned in GitHub
csebuetnlp/xl-sum
jax
Mentioned in GitHub
bmcclannahan/NLP-Sentiment
pytorch
Mentioned in GitHub
2023-MindSpore-1/ms-code-198
mindspore
Mentioned in GitHub
trietnm2/sent2vec4j
Mentioned in GitHub
code2k13/nlphose
Mentioned in GitHub
jen1995/fastText
Mentioned in GitHub
facebookresearch/fastText
Official
Mentioned in GitHub
ZZhangyutong/fasttext
mindspore
Mentioned in GitHub
luhuiguo/jfasttext
Mentioned in GitHub
wyfish/fastText
Mentioned in GitHub
DW-yejing/fasttext4j-jdk6
Mentioned in GitHub
tshev/faster-FastText
Mentioned in GitHub
linkfluence/fastText4j
Mentioned in GitHub
hanfeng108/Language-Detection
pytorch
Mentioned in GitHub
nageshsinghc4/deepwrap
tf
Mentioned in GitHub
ShreyaKhare/imdb_fasttext
Mentioned in GitHub
hufscapstone/Fast_text
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
emotion-recognition-in-conversation-on-cpedFastText
Accuracy of Sentiment: 48.62
Macro-F1 of Sentiment: 30.33
sentiment-analysis-on-amazon-review-fullFastText
Accuracy: 60.2
sentiment-analysis-on-amazon-review-polarityFastText
Accuracy: 94.6
sentiment-analysis-on-sogou-newsfastText, h=10, bigram
Accuracy: 96.8
sentiment-analysis-on-yelp-binaryfastText, h=10, bigram
Error: 4.3
sentiment-analysis-on-yelp-fine-grainedFastText
Error: 36.1
text-classification-on-ag-newsfastText
Error: 7.5
text-classification-on-dbpediaFastText
Error: 1.4
text-classification-on-yahoo-answersFastText
Accuracy: 72.3

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Bag of Tricks for Efficient Text Classification | Papers | HyperAI