Classification of Micro-Texts Using Sub-Word Embeddings
Extracting features and writing styles from short text messages is always a challenge. Short messages, like tweets, do not have enough data to perform statistical authorship attribution. Besides, the vocabulary used in these texts is sometimes improvised or misspelled. Therefore, in this paper, we propose combining four feature extraction techniques namely character n-grams, word n-grams, Flexible Patterns and a new sub-word embedding using the skip-gram model. Our system uses a Multi-Layer Perceptron to utilize these features from tweets to analyze short text messages. This proposed system achieves 85{\%} accuracy, which is a considerable improvement over previous systems.
Code (0)
등록된 구현이 없습니다.
Tasks
Authorship AttributionClassificationGeneral ClassificationWord EmbeddingsSimilar Papers 제목 키워드 기반
funSentiment at SemEval-2017 Task 5: Fine-Grained Sentiment Analysis on Financial Microblogs Using Word Vectors Built from StockTwits and Twitter
This paper describes the approach we used for SemEval-2017 Task 5: Fine-Grained Sentiment Analysis on Financial Microblogs. We use three types of word embeddings in our algorithm: word embeddings learned from 200 million…
Sentiment AnalysisWord EmbeddingsNamed Entity Recognition on Twitter for Turkish using Semi-supervised Learning with Word Embeddings
Recently, due to the increasing popularity of social media, the necessity for extracting information from informal text types, such as microblog texts, has gained significant attention. In this study, we focused on the N…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1Contextually Propagated Term Weights for Document Representation
Word embeddings predict a word from its neighbours by learning small, dense embedding vectors. In practice, this prediction corresponds to a semantic score given to the predicted word (or term weight). We present a novel…
Word EmbeddingsmicroNER: A Micro-Service for German Named Entity Recognition based on BiLSTM-CRF
For named entity recognition (NER), bidirectional recurrent neural networks became the state-of-the-art technology in recent years. Competing approaches vary with respect to pre-trained word embeddings as well as models …
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1FEUP at SemEval-2017 Task 5: Predicting Sentiment Polarity and Intensity with Financial Word Embeddings
This paper presents the approach developed at the Faculty of Engineering of University of Porto, to participate in SemEval 2017, Task 5: Fine-grained Sentiment Analysis on Financial Microblogs and News. The task consiste…
Sentiment AnalysisWord Embeddings