paper-with-me

홈 › Papers

A Study of fastText Word Embedding Effects in Document Classification in Bangla Language

2020-07-30 · International Conference on Cyber Security and Computer Science 2020 7 · Pritom Mojumder, Mahmudul Hasan, Md. Faruque Hossain, K. M. Azharul Hasan

Natural language processing is the current topic due to many important tasks like document classification, named entity recognition, opinion mining, sentiment analysis, textual entailment, etc. Such types of task in the Bangla language is also important. This research work endeavored to find out the word embedding of the Bengali language. Leveraging the fastText word embedding, it has shown significant performance in Bangla document classification without any prepossessing like lemmatization, stemming, and others. For the extrinsic evaluation of our word vectors, a classification problem-solving strategy has been used which showed an outstanding result. In the classification module, attempts have been made to classify 40 thousand News samples into 12 categories. For this purpose, three deep learning techniques have been used: Convolutional Neural Network (CNN), Bi-Directional LSTM (BLSTM) and Convolutional Bi-Directional LSTM (CBLSTM) alongside fastText. From the analogous study of all the parameters of every classifier implemented here, we found that the BLSTM technique is the most promising technique for this task. This technique achieved 91.49%, 87.87%, and 85.5% accuracies for Training, Testing, and Validation set, respectively.

📄 PDF Abstract BibTeX

Code (1)

Shauqi/A-Determination-of-Effective-Word-Embedding-of-Bengali-Language-using-text-classification

Tasks

ClassificationDocument ClassificationGeneral ClassificationLemmatizationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language InferenceOpinion MiningSentiment Analysis

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…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

An Analysis of Hierarchical Text Classification Using Word Embeddings

2018-09-06 · Roger A. Stein, Patricia A. Jaques, Joao F. Valiati

Efficient distributed numerical word representation models (word embeddings) combined with modern machine learning algorithms have recently yielded considerable improvement on automatic document classification tasks. How…

BIG-bench Machine LearningClassificationDocument ClassificationGeneral Classification+3

How Well Do Embedding Models Capture Non-compositionality? A View from Multiword Expressions

2019-06-01 · WS 2019 6 · N, Navnita akumar, Timothy Baldwin, Bahar Salehi

In this paper, we apply various embedding methods on multiword expressions to study how well they capture the nuances of non-compositional data. Our results from a pool of word-, character-, and document-level embbedings…

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] att…

ClassificationDeep LearningGeneral Classificationtext-classification+1

On the Effect of Low-Frequency Terms on Neural-IR Models

2019-04-29 · Sebastian Hofstätter, Navid Rekabsaz, Carsten Eickhoff, Allan Hanbury

Low-frequency terms are a recurring challenge for information retrieval models, especially neural IR frameworks struggle with adequately capturing infrequently observed words. While these terms are often removed from neu…

GPUInformation RetrievalPassage RetrievalRetrieval+1

Czech Historical Named Entity Corpus v 1.0

2020-05-01 · LREC 2020 5 · Helena Hubkov{\'a}, Pavel Kral, Eva Pettersson

As the number of digitized archival documents increases very rapidly, named entity recognition (NER) in historical documents has become very important for information extraction and data mining. For this task an annotate…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1