paper-with-me

홈 › Papers

Classification of Micro-Texts Using Sub-Word Embeddings

2019-09-01 · RANLP 2019 9 · Mihir Joshi, Nur Zincir-Heywood

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Authorship AttributionClassificationGeneral ClassificationWord Embeddings

Similar Papers 제목 키워드 기반

funSentiment at SemEval-2017 Task 5: Fine-Grained Sentiment Analysis on Financial Microblogs Using Word Vectors Built from StockTwits and Twitter

2017-08-01 · SEMEVAL 2017 8 · Quanzhi Li, Sameena Shah, Armineh Nourbakhsh, Rui Fang 외

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 Embeddings

Named Entity Recognition on Twitter for Turkish using Semi-supervised Learning with Word Embeddings

2018-10-20 · LREC 2016 5 · Eda Okur, Hakan Demir, Arzucan Özgür

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+1

Contextually Propagated Term Weights for Document Representation

2019-06-03 · Casper Hansen, Christian Hansen, Stephen Alstrup, Jakob Grue Simonsen 외

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 Embeddings

microNER: A Micro-Service for German Named Entity Recognition based on BiLSTM-CRF

2018-11-07 · Gregor Wiedemann, Raghav Jindal, Chris Biemann

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+1

FEUP at SemEval-2017 Task 5: Predicting Sentiment Polarity and Intensity with Financial Word Embeddings

2017-04-17 · SEMEVAL 2017 8 · Pedro Saleiro, Eduarda Mendes Rodrigues, Carlos Soares, Eugénio Oliveira

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