Tristan Thrush
commited on
Commit
•
55ba005
1
Parent(s):
99d5a78
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
---
|
4 |
+
|
5 |
+
# LFTW R3 Target
|
6 |
+
|
7 |
+
The R3 Target model from [Learning from the Worst: Dynamically Generated Datasets to Improve Online Hate Detection](https://arxiv.org/abs/2012.15761)
|
8 |
+
|
9 |
+
## Citation Information
|
10 |
+
|
11 |
+
```bibtex
|
12 |
+
@inproceedings{vidgen2021lftw,
|
13 |
+
title={Learning from the Worst: Dynamically Generated Datasets to Improve Online Hate Detection},
|
14 |
+
author={Bertie Vidgen and Tristan Thrush and Zeerak Waseem and Douwe Kiela},
|
15 |
+
booktitle={ACL},
|
16 |
+
year={2021}
|
17 |
+
}
|
18 |
+
```
|
19 |
+
|
20 |
+
Thanks to Kushal Tirumala and Adina Williams for helping the authors put the model on the hub!
|