DUTH at SemEval-2018 Task 2: Emoji Prediction in Tweets
This paper describes the approach that was developed for SemEval 2018 Task 2 (Multilingual Emoji Prediction) by the DUTH Team. First, we employed a combination of pre-processing techniques to reduce the noise of tweets and produce a number of features. Then, we built several N-grams, to represent the combination of word and emojis. Finally, we trained our system with a tuned LinearSVC classifier. Our approach in the leaderboard ranked 18th amongst 48 teams.
Code (0)
등록된 구현이 없습니다.
Tasks
Information RetrievalTask 2Similar Papers 제목 키워드 기반
\#TeamINF at SemEval-2018 Task 2: Emoji Prediction in Tweets
In this paper, we describe a methodology to predict emoji in tweets. Our approach is based on the classic bag-of-words model in conjunction with word embeddings. The used classification algorithm was Logistic Regression.…
General ClassificationInformation RetrievalregressionSentiment Analysis+2PickleTeam! at SemEval-2018 Task 2: English and Spanish Emoji Prediction from Tweets
We present a system for emoji prediction on English and Spanish tweets, prepared for the SemEval-2018 task on Multilingual Emoji Prediction. We compared the performance of an SVM, LSTM and an ensemble of these two. We fo…
Medical DiagnosisPredictionTask 2NTUA-SLP at SemEval-2018 Task 2: Predicting Emojis using RNNs with Context-aware Attention
In this paper we present a deep-learning model that competed at SemEval-2018 Task 2 "Multilingual Emoji Prediction". We participated in subtask A, in which we are called to predict the most likely associated emoji in Eng…
Task 2Word EmbeddingsMaking Your Tweets More Fancy: Emoji Insertion to Texts
In the social media, users frequently use small images called emojis in their posts. Although using emojis in texts plays a key role in recent communication systems, less attention has been paid on their positions in the…
PositionPredictionUMDSub at SemEval-2018 Task 2: Multilingual Emoji Prediction Multi-channel Convolutional Neural Network on Subword Embedding
This paper describes the UMDSub system that participated in Task 2 of SemEval-2018. We developed a system that predicts an emoji given the raw text in a English tweet. The system is a Multi-channel Convolutional Neural N…
Task 2