MetaTox constructs a meta-toxic knowledge graph from toxic corpora and injects retrieved triplets into LLM prompts, improving toxicity detection and lowering false positives, especially out-of-domain.
One-step and Two-step Classification for Abusive Language Detection on Twitter
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Automatic abusive language detection is a difficult but important task for online social media. Our research explores a two-step approach of performing classification on abusive language and then classifying into specific types and compares it with one-step approach of doing one multi-class classification for detecting sexist and racist languages. With a public English Twitter corpus of 20 thousand tweets in the type of sexism and racism, our approach shows a promising performance of 0.827 F-measure by using HybridCNN in one-step and 0.824 F-measure by using logistic regression in two-steps.
fields
cs.CL 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Enhancing LLM-based Hatred and Toxicity Detection with Meta-Toxic Knowledge Graph
MetaTox constructs a meta-toxic knowledge graph from toxic corpora and injects retrieved triplets into LLM prompts, improving toxicity detection and lowering false positives, especially out-of-domain.