CLAICYLGNov 8, 2024

Sentiment Analysis of Cyberbullying Data in Social Media

arXiv:2411.05958v16 citationsh-index: 2Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses cyberbullying detection for social media users, but it is incremental as it applies existing deep learning methods to a specific dataset.

The paper tackled cyberbullying detection on social media by developing an LSTM-based model with BERT and OpenAI embeddings, achieving performance comparisons on Formspring data.

Social media has become an integral part of modern life, but it has also brought with it the pervasive issue of cyberbullying a serious menace in today's digital age. Cyberbullying, a form of harassment that occurs on social networks, has escalated alongside the growth of these platforms. Sentiment analysis holds significant potential not only for detecting bullying phrases but also for identifying victims who are at high risk of harm, whether to themselves or others. Our work focuses on leveraging deep learning and natural language understanding techniques to detect traces of bullying in social media posts. We developed a Recurrent Neural Network with Long Short-Term Memory (LSTM) cells, using different embeddings. One approach utilizes BERT embeddings, while the other replaces the embeddings layer with the recently released embeddings API from OpenAI. We conducted a performance comparison between these two approaches to evaluate their effectiveness in sentiment analysis of Formspring Cyberbullying data. Our Code is Available at https://github.com/ppujari/xcs224u

Code Implementations1 repo
Foundations

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

Your Notes