paper-with-me

홈 › Papers

Emoji Prediction: Extensions and Benchmarking

2020-07-14 · Weicheng Ma, Ruibo Liu, Lili Wang, Soroush Vosoughi

Emojis are a succinct form of language which can express concrete meanings, emotions, and intentions. Emojis also carry signals that can be used to better understand communicative intent. They have become a ubiquitous part of our daily lives, making them an important part of understanding user-generated content. The emoji prediction task aims at predicting the proper set of emojis associated with a piece of text. Through emoji prediction, models can learn rich representations of the communicative intent of the written text. While existing research on the emoji prediction task focus on a small subset of emoji types closely related to certain emotions, this setting oversimplifies the task and wastes the expressive power of emojis. In this paper, we extend the existing setting of the emoji prediction task to include a richer set of emojis and to allow multi-label classification on the task. We propose novel models for multi-class and multi-label emoji prediction based on Transformer networks. We also construct multiple emoji prediction datasets from Twitter using heuristics. The BERT models achieve state-of-the-art performances on all our datasets under all the settings, with relative improvements of 27.21% to 236.36% in accuracy, 2.01% to 88.28% in top-5 accuracy and 65.19% to 346.79% in F-1 score, compared to the prior state-of-the-art. Our results demonstrate the efficacy of deep Transformer-based models on the emoji prediction task. We also release our datasets at https://github.com/hikari-NYU/Emoji_Prediction_Datasets_MMS for future researchers.

📄 PDF Abstract BibTeX arXiv:2007.07389

Code (1)

hikari-NYU/Emoji_Prediction_Datasets_MMS 공식 구현

Tasks

BenchmarkingMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPrediction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Hatemoji: A Test Suite and Adversarially-Generated Dataset for Benchmarking and Detecting Emoji-based Hate

2021-08-12 · NAACL 2022 7 · Hannah Rose Kirk, Bertram Vidgen, Paul Röttger, Tristan Thrush 외

Detecting online hate is a complex task, and low-performing models have harmful consequences when used for sensitive applications such as content moderation. Emoji-based hate is an emerging challenge for automated detect…

Benchmarking

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

Multimodal Emoji Prediction

2018-03-06 · NAACL 2018 6 · Francesco Barbieri, Miguel Ballesteros, Francesco Ronzano, Horacio Saggion

Emojis are small images that are commonly included in social media text messages. The combination of visual and textual content in the same message builds up a modern way of communication, that automatic systems are not …

Prediction

Interpretable Emoji Prediction via Label-Wise Attention LSTMs

2018-10-01 · EMNLP 2018 10 · Francesco Barbieri, Luis Espinosa-Anke, Jose Camacho-Collados, Steven Schockaert 외

Human language has evolved towards newer forms of communication such as social media, where emojis (i.e., ideograms bearing a visual meaning) play a key role. While there is an increasing body of work aimed at the comput…

Emotion RecognitionInformation RetrievalLanguage ModelingLanguage Modelling+3

Exploring Emoji Usage and Prediction Through a Temporal Variation Lens

2018-05-02 · Francesco Barbieri, Luis Marujo, Pradeep Karuturi, William Brendel 외

The frequent use of Emojis on social media platforms has created a new form of multimodal social interaction. Developing methods for the study and representation of emoji semantics helps to improve future multimodal comm…