emojiSpace: Spatial Representation of Emojis
Moeen Mostafavi, Mahsa Pahlavikhah Varnosfaderani, Fateme Nikseresht,, Seyed Ahmad Mansouri

TL;DR
emojiSpace is a novel combined word-emoji embedding trained on 4 billion tweets, improving sentiment analysis performance in NLP tasks involving emojis.
Contribution
This paper introduces emojiSpace, a new combined word-emoji embedding trained on large-scale Twitter data, enhancing emoji representation in NLP applications.
Findings
emojiSpace outperforms existing embeddings in sentiment analysis
Improved classification accuracy with RF and SVM classifiers
Effective integration of emojis into word embeddings
Abstract
In the absence of nonverbal cues during messaging communication, users express part of their emotions using emojis. Thus, having emojis in the vocabulary of text messaging language models can significantly improve many natural language processing (NLP) applications such as online communication analysis. On the other hand, word embedding models are usually trained on a very large corpus of text such as Wikipedia or Google News datasets that include very few samples with emojis. In this study, we create emojiSpace, which is a combined word-emoji embedding using the word2vec model from the Genism library in Python. We trained emojiSpace on a corpus of more than 4 billion tweets and evaluated it by implementing sentiment analysis on a Twitter dataset containing more than 67 million tweets as an extrinsic task. For this task, we compared the performance of two different classifiers of random…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Communication and Language · Sentiment Analysis and Opinion Mining · Advanced Text Analysis Techniques
MethodsLib
