Datasets:
Update eval.yaml
Browse files
eval.yaml
CHANGED
|
@@ -1,39 +1,24 @@
|
|
| 1 |
-
id: akaruineko/ftanch
|
| 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 |
-
|
| 10 |
-
|
| 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:
|
| 29 |
-
|
| 30 |
-
|
| 31 |
|
| 32 |
-
- id:
|
| 33 |
-
|
| 34 |
-
|
| 35 |
|
| 36 |
-
- id:
|
| 37 |
-
|
| 38 |
-
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
name: "FTANch Offensive Language Benchmark"
|
| 2 |
description: "A benchmark for evaluating the robustness of toxic content classifiers against various types of text distortions, mutations, and obfuscation"
|
| 3 |
+
evaluation_framework: "custom"
|
|
|
|
| 4 |
|
| 5 |
tasks:
|
| 6 |
+
- id: "overall"
|
| 7 |
+
config: "default"
|
| 8 |
+
split: "test"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
+
- id: "test"
|
| 11 |
+
config: "default"
|
| 12 |
+
split: "test"
|
| 13 |
|
| 14 |
+
- id: "test_obfuscated"
|
| 15 |
+
config: "default"
|
| 16 |
+
split: "test"
|
| 17 |
|
| 18 |
+
- id: "plain"
|
| 19 |
+
config: "default"
|
| 20 |
+
split: "test"
|
| 21 |
|
| 22 |
+
- id: "mutated"
|
| 23 |
+
config: "default"
|
| 24 |
+
split: "test"
|