Datasets:
Upload folder using huggingface_hub
Browse files- README.md +3 -3
- benchmark.parquet +3 -0
- eval.yaml +39 -0
README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 1 |
+
# FTANch
|
| 2 |
+
|
| 3 |
+
A benchmark for evaluating the robustness of toxic content classifiers against various types of text distortions, mutations, and obfuscation.
|
benchmark.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3dc0e9d41d54969d99067ca1069902dd5db46cbc81ab4331e3c614c4131c297
|
| 3 |
+
size 4230818
|
eval.yaml
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id: ваш_юзернейм/имя_вашего_датасета # Замените на реальный ID репозитория
|
| 2 |
+
name: "FTANch Offensive Language Benchmark"
|
| 3 |
+
description: "A benchmark for evaluating the robustness of toxic content classifiers against various types of text distortions, mutations, and obfuscation"
|
| 4 |
+
|
| 5 |
+
primary_task: test
|
| 6 |
+
|
| 7 |
+
tasks:
|
| 8 |
+
- id: overall
|
| 9 |
+
name: "Overall"
|
| 10 |
+
metrics: &standard_metrics
|
| 11 |
+
- id: acc
|
| 12 |
+
name: "Accuracy"
|
| 13 |
+
higher_is_better: true
|
| 14 |
+
- id: f1
|
| 15 |
+
name: "F1-Score"
|
| 16 |
+
higher_is_better: true
|
| 17 |
+
- id: p
|
| 18 |
+
name: "Precision"
|
| 19 |
+
higher_is_better: true
|
| 20 |
+
- id: r
|
| 21 |
+
name: "Recall"
|
| 22 |
+
higher_is_better: true
|
| 23 |
+
|
| 24 |
+
- id: test
|
| 25 |
+
name: "Standard Test Split"
|
| 26 |
+
metrics: *standard_metrics
|
| 27 |
+
|
| 28 |
+
- id: test_obfuscated
|
| 29 |
+
name: "Obfuscated Test Split"
|
| 30 |
+
metrics: *standard_metrics
|
| 31 |
+
|
| 32 |
+
- id: plain
|
| 33 |
+
name: "Plain Text Split"
|
| 34 |
+
metrics: *standard_metrics
|
| 35 |
+
|
| 36 |
+
- id: mutated
|
| 37 |
+
name: "Mutated Text Split"
|
| 38 |
+
metrics: *standard_metrics
|
| 39 |
+
|