Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- zero-shot-classification
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- hate speech
|
10 |
+
- abuse detection
|
11 |
+
- toxicity
|
12 |
+
- robustness
|
13 |
+
- AAA
|
14 |
+
size_categories:
|
15 |
+
- 1K<n<10K
|
16 |
+
---
|
17 |
+
|
18 |
+
# PLEAD-AAA
|
19 |
+
This test set was generated applying the [AAA tool](https://github.com/Ago3/Adversifier) to the [PLEAD](https://huggingface.co/datasets/agostina3/PLEAD) dataset.
|
20 |
+
|
21 |
+
## Reference
|
22 |
+
If you use our dataset, please cite our papers:
|
23 |
+
```
|
24 |
+
@article{calabrese-etal-2022-plead,
|
25 |
+
author = {Agostina Calabrese and
|
26 |
+
Bj{\"{o}}rn Ross and
|
27 |
+
Mirella Lapata},
|
28 |
+
title = {Explainable Abuse Detection as Intent Classification and Slot Filling},
|
29 |
+
journal = {Transactions of the Association for Computational Linguistics},
|
30 |
+
year = {2022}
|
31 |
+
}
|
32 |
+
|
33 |
+
@inproceedings{calabrese2021aaa,
|
34 |
+
title={Aaa: Fair evaluation for abuse detection systems wanted},
|
35 |
+
author={Calabrese, Agostina and Bevilacqua, Michele and Ross, Bj{\"o}rn and Tripodi, Rocco and Navigli, Roberto},
|
36 |
+
booktitle={Proceedings of the 13th ACM Web Science Conference 2021},
|
37 |
+
pages={243--252},
|
38 |
+
year={2021}
|
39 |
+
}
|
40 |
+
```
|