CLAILGNEAug 13, 2025

Understanding Textual Emotion Through Emoji Prediction

arXiv:2508.10222v11 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This incremental work improves sentiment-aware emoji prediction for human-computer interaction applications.

The paper tackled emoji prediction from short text by comparing four deep learning architectures, finding that BERT performed best overall while CNN was more effective for rare emoji classes.

This project explores emoji prediction from short text sequences using four deep learning architectures: a feed-forward network, CNN, transformer, and BERT. Using the TweetEval dataset, we address class imbalance through focal loss and regularization techniques. Results show BERT achieves the highest overall performance due to its pre-training advantage, while CNN demonstrates superior efficacy on rare emoji classes. This research shows the importance of architecture selection and hyperparameter tuning for sentiment-aware emoji prediction, contributing to improved human-computer interaction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes