Leveraging Dependency Grammar for Fine-Grained Offensive Language Detection using Graph Convolutional Networks
Divyam Goel, Raksha Sharma

TL;DR
This paper introduces SyLSTM, a novel deep learning model that combines syntactic dependency trees and semantic embeddings via Graph Convolutional Networks to improve offensive language detection on Twitter, reducing false positives.
Contribution
It presents a new approach integrating dependency grammar with GCNs for fine-grained offensive language detection, outperforming BERT with fewer parameters.
Findings
SyLSTM outperforms BERT in accuracy.
The model reduces false positives in offensive language detection.
Fewer parameters are needed compared to BERT.
Abstract
The last few years have witnessed an exponential rise in the propagation of offensive text on social media. Identification of this text with high precision is crucial for the well-being of society. Most of the existing approaches tend to give high toxicity scores to innocuous statements (e.g., "I am a gay man"). These false positives result from over-generalization on the training data where specific terms in the statement may have been used in a pejorative sense (e.g., "gay"). Emphasis on such words alone can lead to discrimination against the classes these systems are designed to protect. In this paper, we address the problem of offensive language detection on Twitter, while also detecting the type and the target of the offence. We propose a novel approach called SyLSTM, which integrates syntactic features in the form of the dependency parse tree of a sentence and semantic features in…
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
TopicsHate Speech and Cyberbullying Detection
MethodsMulti-Head Attention · Attention Is All You Need · Attention Model · Linear Layer · Dense Connections · Weight Decay · Dropout · Adam · WordPiece · Linear Warmup With Linear Decay
