akaruineko commited on
Commit
b9c0ffd
·
verified ·
1 Parent(s): 7c42708

Update eval.yaml

Browse files
Files changed (1) hide show
  1. eval.yaml +16 -31
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
- 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
 
 
 
 
 
 
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"