Tweet2Vec: Learning Tweet Embeddings Using Character-level CNN-LSTM Encoder-Decoder
We present Tweet2Vec, a novel method for generating general-purpose vector representation of tweets. The model learns tweet embeddings using character-level CNN-LSTM encoder-decoder. We trained our model on 3 million, randomly selected English-language tweets. The model was evaluated using two methods: tweet semantic similarity and tweet sentiment categorization, outperforming the previous state-of-the-art in both tasks. The evaluations demonstrate the power of the tweet embeddings generated by our model for various tweet categorization tasks. The vector representations generated by our model are generic, and hence can be applied to a variety of tasks. Though the model presented in this paper is trained on English-language tweets, the method presented can be used to learn tweet embeddings for different languages.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderSemantic SimilaritySemantic Textual SimilaritySimilar Papers 제목 키워드 기반
Deep Learning for Identification of Adverse Effect Mentions In Twitter Data
Social Media Mining for Health Applications (SMM4H) Adverse Effect Mentions Shared Task challenges participants to accurately identify spans of text within a tweet that correspond to Adverse Effects (AEs) resulting from …
NTUA-SLP at SemEval-2018 Task 3: Tracking Ironic Tweets using Ensembles of Word and Character Level Attentive RNNs
In this paper we present two deep-learning systems that competed at SemEval-2018 Task 3 "Irony detection in English tweets". We design and ensemble two independent models, based on recurrent neural networks (Bi-LSTM), wh…
Word EmbeddingsUSF at SemEval-2019 Task 6: Offensive Language Detection Using LSTM With Word Embeddings
In this paper, we present a system description for the SemEval-2019 Task 6 submitted by our team. For the task, our system takes tweet as an input and determine if the tweet is offensive or non-offensive (Sub-task A). In…
General ClassificationLemmatizationWord EmbeddingsDistributed Representation, LDA Topic Modelling and Deep Learning for Emerging Named Entity Recognition from Social Media
This paper reports our participation in the W-NUT 2017 shared task on emerging and rare entity recognition from user generated noisy text such as tweets, online reviews and forum discussions. To accomplish this challengi…
Deep Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)DeepMiner at SemEval-2018 Task 1: Emotion Intensity Recognition Using Deep Representation Learning
In this paper, we propose a regression system to infer the emotion intensity of a tweet. We develop a multi-aspect feature learning mechanism to capture the most discriminative semantic features of a tweet as well as the…
Feature EngineeringRepresentation LearningSentiment AnalysisWord Embeddings