paper-with-me

Papers

Aggression Detection in Social Media using Deep Neural Networks

2018-08-01 · COLING 2018 8 · Sreekanth Madisetty, Maunendra Sankar Desarkar

With the rise of user-generated content in social media coupled with almost non-existent moderation in many such systems, aggressive contents have been observed to rise in such forums. In this paper, we work on the problem of aggression detection in social media. Aggression can sometimes be expressed directly or overtly or it can be hidden or covert in the text. On the other hand, most of the content in social media is non-aggressive in nature. We propose an ensemble based system to classify an input post to into one of three classes, namely, Overtly Aggressive, Covertly Aggressive, and Non-aggressive. Our approach uses three deep learning methods, namely, Convolutional Neural Networks (CNN) with five layers (input, convolution, pooling, hidden, and output), Long Short Term Memory networks (LSTM), and Bi-directional Long Short Term Memory networks (Bi-LSTM). A majority voting based ensemble method is used to combine these classifiers (CNN, LSTM, and Bi-LSTM). We trained our method on Facebook comments dataset and tested on Facebook comments (in-domain) and other social media posts (cross-domain). Our system achieves the F1-score (weighted) of 0.604 for Facebook posts and 0.508 for social media posts.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Aggression Detection in Social Media: Using Deep Neural Networks, Data Augmentation, and Pseudo Labeling

2018-08-01 · COLING 2018 8 · Segun Taofeek Aroyehun, Alex Gelbukh, er

With the advent of the read-write web which facilitates social interactions in online spaces, the rise of anti-social behaviour in online spaces has attracted the attention of researchers. In this paper, we address the c…

Data AugmentationFeature EngineeringHate Speech Detection

Textual Aggression Detection through Deep Learning

2018-08-01 · COLING 2018 8 · Antonela Tommasel, Juan Manuel Rodriguez, Daniela Godoy

Cyberbullying and cyberaggression are serious and widespread issues increasingly affecting Internet users. With the widespread of social media networks, bullying, once limited to particular places, can now occur anytime …

Deep LearningWord Embeddings

Cyberbullying Detection via Aggression-Enhanced Prompting

2025-08-08 · Aisha Saeid, Anu Sabu, Girish A. Koushik, Ferrante Neri 외 arxiv

Detecting cyberbullying on social media remains a critical challenge due to its subtle and varied expressions. This study investigates whether integrating aggression detection as an auxiliary task within a unified traini…

Multi-Task Learning

Combining Shallow and Deep Learning for Aggressive Text Detection

2018-08-01 · COLING 2018 8 · Viktor Golem, Mladen Karan, Jan {\v{S}}najder

We describe the participation of team TakeLab in the aggression detection shared task at the TRAC1 workshop for English. Aggression manifests in a variety of ways. Unlike some forms of aggression that are impossible to p…

BIG-bench Machine LearningDeep LearningText Detection

A K-Competitive Autoencoder for Aggression Detection in Social Media Text

2018-08-01 · COLING 2018 8 · Promita Maitra, Ritesh Sarkhel

We present an approach to detect aggression from social media text in this work. A winner-takes-all autoencoder, called Emoti-KATE is proposed for this purpose. Using a log-normalized, weighted word-count vector at input…