Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,19 @@ tags:
|
|
14 |
pretty_name: PLEAD
|
15 |
size_categories:
|
16 |
- 10K<n<100K
|
17 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
pretty_name: PLEAD
|
15 |
size_categories:
|
16 |
- 10K<n<100K
|
17 |
+
---
|
18 |
+
# PLEAD
|
19 |
+
This is the official dataset from the [Explainable Abuse Detection as Intent Classification and Slot Filling](https://direct.mit.edu/tacl/article/doi/10.1162/tacl_a_00527/114369/Explainable-Abuse-Detection-as-Intent) project.
|
20 |
+
|
21 |
+
## Reference
|
22 |
+
If you use our dataset, please cite our paper:
|
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 |
+
```
|