Feature Selection Empowered BERT for Detection of Hate Speech with Vocabulary Augmentation
Pritish N. Desai, Tanay Kewalramani, and Srimanta Mandal

TL;DR
This paper introduces a data-efficient method for fine-tuning BERT to detect hate speech, using vocabulary augmentation and selective sampling to maintain performance while reducing training data and computational costs.
Contribution
It proposes a novel TF IDF-based sample selection and vocabulary augmentation technique to enhance BERT's effectiveness in hate speech detection with less data and improved adaptability.
Findings
Achieves competitive accuracy with 75% of training data
Reduces training time and computational resources
Enhances BERT's vocabulary with domain-specific slang
Abstract
Abusive speech on social media poses a persistent and evolving challenge, driven by the continuous emergence of novel slang and obfuscated terms designed to circumvent detection systems. In this work, we present a data efficient strategy for fine tuning BERT on hate speech classification by significantly reducing training set size without compromising performance. Our approach employs a TF IDF-based sample selection mechanism to retain only the most informative 75 percent of examples, thereby minimizing training overhead. To address the limitations of BERT's native vocabulary in capturing evolving hate speech terminology, we augment the tokenizer with domain-specific slang and lexical variants commonly found in abusive contexts. Experimental results on a widely used hate speech dataset demonstrate that our method achieves competitive performance while improving computational efficiency,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHate Speech and Cyberbullying Detection · Sentiment Analysis and Opinion Mining · Spam and Phishing Detection
