paper-with-me

홈 › Papers

DUTH at SemEval-2018 Task 2: Emoji Prediction in Tweets

2018-06-01 · SEMEVAL 2018 6 · Dimitrios Effrosynidis, Georgios Peikos, Symeon Symeonidis, Avi Arampatzis

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalTask 2

Similar Papers 제목 키워드 기반

\#TeamINF at SemEval-2018 Task 2: Emoji Prediction in Tweets

2018-06-01 · SEMEVAL 2018 6 · Alison Ribeiro, N{\'a}dia Silva

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

PickleTeam! at SemEval-2018 Task 2: English and Spanish Emoji Prediction from Tweets

2018-06-01 · SEMEVAL 2018 6 · Daphne Groot, R{\'e}mon Kruizinga, Hennie Veldthuis, Simon de Wit 외

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 2

NTUA-SLP at SemEval-2018 Task 2: Predicting Emojis using RNNs with Context-aware Attention

2018-04-18 · SEMEVAL 2018 6 · Christos Baziotis, Nikos Athanasiou, Georgios Paraskevopoulos, Nikolaos Ellinas 외

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 Embeddings

Making Your Tweets More Fancy: Emoji Insertion to Texts

2021-09-01 · RANLP 2021 9 · Jingun Kwon, Naoki Kobayashi, Hidetaka Kamigaito, Hiroya Takamura 외

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…

PositionPrediction

UMDSub at SemEval-2018 Task 2: Multilingual Emoji Prediction Multi-channel Convolutional Neural Network on Subword Embedding

2018-05-25 · SEMEVAL 2018 6 · Zhenduo Wang, Ted Pedersen

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