Views
No views yet
⚠️ The dataset contains explicit, obscene, and potentially hateful language. It should be used for research purposes only. ⚠️
1from transformers import pipeline
2
3tiald_multitask = pipeline("text-classification", model="fgaim/tiroberta-tiald-all-tasks", top_k=11)
4tiald_multitask("<text-to-classify>")1"abusiveness_metrics": {
2 "accuracy": 0.8611111111111112,
3 "macro_f1": 0.8611109396431353,
4 "macro_recall": 0.8611111111111112,
5 "macro_precision": 0.8611128943846637,
6 "weighted_f1": 0.8611109396431355,
7 "weighted_recall": 0.8611111111111112,
8 "weighted_precision": 0.8611128943846637
9},
10"topic_metrics": {
11 "accuracy": 0.6155555555555555,
12 "macro_f1": 0.5491185274678864,
13 "macro_recall": 0.5143416011263588,
14 "macro_precision": 0.7341640739780486,
15 "weighted_f1": 0.5944096153417657,
16 "weighted_recall": 0.6155555555555555,
17 "weighted_precision": 0.6870800624645906
18},
19"sentiment_metrics": {
20 "accuracy": 0.6533333333333333,
21 "macro_f1": 0.5340845253007789,
22 "macro_recall": 0.5410170159158625,
23 "macro_precision": 0.534652401599494,
24 "weighted_f1": 0.6620101614004723,
25 "weighted_recall": 0.6533333333333333,
26 "weighted_precision": 0.6750245466592532
27}TiALD dataset in your work, please cite:1@misc{gaim-etal-2025-tiald-benchmark,
2 title = {A Multi-Task Benchmark for Abusive Language Detection in Low-Resource Settings},
3 author = {Fitsum Gaim and Hoyun Song and Huije Lee and Changgeon Ko and Eui Jun Hwang and Jong C. Park},
4 year = {2025},
5 eprint = {2505.12116},
6 archiveprefix = {arXiv},
7 primaryclass = {cs.CL},
8 url = {https://arxiv.org/abs/2505.12116}
9}