paper-with-me

홈 › Papers

Analysis and Optimization of fastText Linear Text Classifier

2017-02-17 · Vladimir Zolotov, David Kung

The paper [1] shows that simple linear classifier can compete with complex deep learning algorithms in text classification applications. Combining bag of words (BoW) and linear classification techniques, fastText [1] attains same or only slightly lower accuracy than deep learning algorithms [2-9] that are orders of magnitude slower. We proved formally that fastText can be transformed into a simpler equivalent classifier, which unlike fastText does not have any hidden layer. We also proved that the necessary and sufficient dimensionality of the word vector embedding space is exactly the number of document classes. These results help constructing more optimal linear text classifiers with guaranteed maximum classification capabilities. The results are proven exactly by pure formal algebraic methods without attracting any empirical data.

📄 PDF Abstract BibTeX arXiv:1702.05531

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep LearningGeneral Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

One Size Does Not Fit All: Finding the Optimal Subword Sizes for FastText Models across Languages

2021-02-04 · RANLP 2021 9 · Vít Novotný, Eniafe Festus Ayetiran, Dalibor Bačovský, Dávid Lupták 외

Unsupervised representation learning of words from large multilingual corpora is useful for downstream tasks such as word sense disambiguation, semantic text similarity, and information retrieval. The representation prec…

AllHyperparameter OptimizationInformation RetrievalMachine Translation+5

BERT or FastText? A Comparative Analysis of Contextual as well as Non-Contextual Embeddings

2024-11-26 · Abhay Shanbhag, Suramya Jadhav, Amogh Thakurdesai, Ridhima Sinare 외

Natural Language Processing (NLP) for low-resource languages presents significant challenges, particularly due to the scarcity of high-quality annotated data and linguistic resources. The choice of embeddings plays a cri…

Hate Speech DetectionNews ClassificationSentiment Analysis

HyperText: Endowing FastText with Hyperbolic Geometry

2020-10-30 · Findings of the Association for Computational Linguistics 2020 · Yudong Zhu, Di Zhou, Jinghui Xiao, Xin Jiang 외

Natural language data exhibit tree-like hierarchical structures such as the hypernym-hyponym relations in WordNet. FastText, as the state-of-the-art text classifier based on shallow neural network in Euclidean space, may…

ClassificationGeneral ClassificationText Classification

Bag of Tricks for Efficient Text Classification

2016-07-06 · EACL 2017 4 · Armand Joulin, Edouard Grave, Piotr Bojanowski, Tomas Mikolov

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 order…

CPUEmotion Recognition in ConversationGeneral ClassificationSentiment Analysis+1

Pairwise FastText Classifier for Entity Disambiguation

2016-12-01 · ALTA 2016 12 · Cheng Yu, Bing Chu, Rohit Ram, James Aichinger 외
Entity DisambiguationGeneral ClassificationNetwork EmbeddingText Classification