Views
No views yet
Apache-2.0 license.1"id2label": {
2 "0": "scam",
3 "1": "violence",
4 "2": "harassment",
5 "3": "hate_speech",
6 "4": "toxicity",
7 "5": "obscenity"
8}1LABEL_THRESHOLDS = {
2 'scam': 0.5,
3 'violence': 0.5,
4 'harassment': 0.5,
5 'hate_speech': 0.5,
6 'toxicity': 0.5,
7 'obscenity': 0.5
8}1{
2 "eval_loss":0.16034406423568726,
3 "eval_precision":0.6059971310039647,
4 "eval_recall":0.9138250950483955,
5 "eval_f1":0.7164361696270752,
6 "eval_precision_scam":0.9117559964465501,
7 "eval_recall_scam":0.9532507739938081,
8 "eval_f1_scam":0.9320417738761919,
9 "eval_precision_violence":0.42734150795721365,
10 "eval_recall_violence":0.8970427163198248,
11 "eval_f1_violence":0.5789008658773634,
12 "eval_precision_harassment":0.7726063829787234,
13 "eval_recall_harassment":0.9423076923076923,
14 "eval_f1_harassment":0.8490605427974948,
15 "eval_precision_hate_speech":0.429821819318537,
16 "eval_recall_hate_speech":0.8969341161121983,
17 "eval_f1_hate_speech":0.5811496196111581,
18 "eval_precision_toxicity":0.5737432488574989,
19 "eval_recall_toxicity":0.8712933753943217,
20 "eval_f1_toxicity":0.6918837675350702,
21 "eval_precision_obscenity":0.5207138304652645,
22 "eval_recall_obscenity":0.9221218961625283,
23 "eval_f1_obscenity":0.6655804480651731,
24 "eval_runtime":247.1414,
25 "eval_samples_per_second":117.512,
26 "eval_steps_per_second":2.452
27}


1LABEL_THRESHOLDS = {
2 'scam': 0.60,
3 'violence': 0.73,
4 'harassment': 0.70,
5 'hate_speech': 0.80,
6 'toxicity': 0.75,
7 'obscenity': 0.85
8}1{
2 "eval_loss":0.16034406423568726,
3 "eval_precision":0.6939850223558622,
4 "eval_recall":0.8150767410772812,
5 "eval_f1":0.7475019013835578,
6 "eval_precision_scam":0.9255447941888619,
7 "eval_recall_scam":0.9467492260061919,
8 "eval_f1_scam":0.936026936026936,
9 "eval_precision_violence":0.5140955364134691,
10 "eval_recall_violence":0.7190580503833516,
11 "eval_f1_violence":0.5995433789954338,
12 "eval_precision_harassment":0.8238218763510592,
13 "eval_recall_harassment":0.8829935125115848,
14 "eval_f1_harassment":0.8523820174457616,
15 "eval_precision_hate_speech":0.5606936416184971,
16 "eval_recall_hate_speech":0.6960208741030659,
17 "eval_f1_hate_speech":0.6210710128055879,
18 "eval_precision_toxicity":0.6890574214517876,
19 "eval_recall_toxicity":0.8025236593059937,
20 "eval_f1_toxicity":0.7414747886913436,
21 "eval_precision_obscenity":0.6506968641114983,
22 "eval_recall_obscenity":0.8431151241534989,
23 "eval_f1_obscenity":0.7345132743362832,
24 "eval_runtime":378.4334,
25 "eval_samples_per_second":76.743,
26 "eval_steps_per_second":1.601
27}


| Dataset | License | Link |
|---|---|---|
| Phishing Dataset | MIT | Hugging Face |
| Measuring Hate Speech | CC-BY-4.0 | Hugging Face |
| Tweet Eval (SemEval-2019) | [See Citation]* | Hugging Face |
| Toxic Chat | CC-BY-NC-4.0 | Hugging Face |
| Jigsaw Toxicity | Apache-2.0 | Hugging Face |
| Text Moderation Multilingual | Apache-2.0 | Hugging Face |
1@article{kennedy2020constructing,
2 title={Constructing interval variables via faceted Rasch measurement and multitask deep learning: a hate speech application},
3 author={Kennedy, Chris J and Bacon, Geoff and Sahn, Alexander and von Vacano, Claudia},
4 journal={arXiv preprint arXiv:2009.10277},
5 year={2020}
6}1@inproceedings{basile-etal-2019-semeval,
2 title = "{S}em{E}val-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in {T}witter",
3 author = "Basile, Valerio and Bosco, Cristina and Fersini, Elisabetta and Nozza, Debora and Patti, Viviana and Rangel Pardo, Francisco Manuel and Rosso, Paolo and Sanguinetti, Manuela",
4 booktitle = "Proceedings of the 13th International Workshop on Semantic Evaluation",
5 year = "2019",
6 address = "Minneapolis, Minnesota, USA",
7 publisher = "Association for Computational Linguistics",
8 url = "https://www.aclweb.org/anthology/S19-2007",
9 doi = "10.18653/v1/S19-2007",
10 pages = "54--63"
11}
121@misc{lin2023toxicchat,
2 title={ToxicChat: Unveiling Hidden Challenges of Toxicity Detection in Real-World User-AI Conversation},
3 author={Zi Lin and Zihan Wang and Yongqi Tong and Yangkun Wang and Yuxin Guo and Yujia Wang and Jingbo Shang},
4 year={2023},
5 eprint={2310.17389},
6 archivePrefix={arXiv},
7 primaryClass={cs.CL}
8}1@misc{text-moderation-large,
2 title={Text-Moderation-Multilingual: A Multilingual Text Moderation Dataset},
3 author={[KoalaAI]},
4 year={2025},
5 note={Aggregated from ifmain's and OpenAI's moderation datasets}
6}