Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
- This is a personal convenience copy of the binary Hate Speech (HS) dataset used in the T-Miner paper on defending against trojan attacks on text classifiers: https://arxiv.org/pdf/2103.04264.pdf
|
2 |
+
|
3 |
+
- The dataset is sourced from the original paper\'s Github repository: https://github.com/reza321/T-Miner
|
4 |
+
|
5 |
+
- Label mapping:
|
6 |
+
- 0 = hate speech
|
7 |
+
- 1 = normal speech
|
8 |
+
|
9 |
+
- If you use this dataset please cite the T-Miner paper (see bibtex below), and the two original papers from which T-Miner constructed the dataset (see paper for references):
|
10 |
+
|
11 |
+
```@inproceedings{azizi21tminer,
|
12 |
+
title={T-Miner: A Generative Approach to Defend Against Trojan Attacks on DNN-based Text Classification},
|
13 |
+
author={Azizi, Ahmadreza and Tahmid, Ibrahim and Waheed, Asim and Mangaokar, Neal amd Pu, Jiameng and Javed, Mobin and Reddy, Chandan K. and Viswanath, Bimal},
|
14 |
+
booktitle={Proc. of USENIX Security},
|
15 |
+
year={2021}}
|
16 |
+
```
|