An Innovative CGL-MHA Model for Sarcasm Sentiment Recognition Using the MindSpore Framework
Zhenkai Qin, Qining Luo, Xunyi Nong

TL;DR
This paper introduces a hybrid neural network model combining CNN, GRU, LSTM, and Multi-Head Attention for improved sarcasm detection in social media texts, demonstrating superior performance on benchmark datasets.
Contribution
The paper presents an innovative multi-component model that effectively captures local and sequential features for sarcasm recognition, utilizing the MindSpore framework for implementation.
Findings
Achieved 81.20% accuracy on Headlines dataset
Attained 80.77% F1 score on Headlines
Outperformed traditional sarcasm detection models
Abstract
The pervasive use of the Internet and social media introduces significant challenges to automated sentiment analysis, particularly for sarcastic expressions in user-generated content. Sarcasm conveys negative emotions through ostensibly positive or exaggerated language, complicating its detection within natural language processing tasks. To address this, we propose an innovative sarcasm detection model integrating Convolutional Neural Networks (CNN), Gated Recurrent Units (GRU), Long Short-Term Memory (LSTM), and Multi-Head Attention mechanisms. The CNN component captures local n-gram features, while GRU and LSTM layers model sequential dependencies and contextual information. Multi-Head Attention enhances the model's focus on relevant parts of the input, improving interpretability. Experiments on two sarcasm detection datasets, Headlines and Riloff, demonstrate that the model achieves…
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
TopicsEmotion and Mood Recognition · Face and Expression Recognition · Sentiment Analysis and Opinion Mining
MethodsAttention Is All You Need · Sigmoid Activation · Linear Layer · Softmax · Tanh Activation · Long Short-Term Memory · Focus · Multi-Head Attention · Gated Recurrent Unit
