tomh commited on
Commit
234a29d
1 Parent(s): 7b0c51b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Thomas Hartvigsen, Saadia Gabriel, Hamid Palangi, Maarten Sap, Dipankar Ray, Ece Kamar.
2
+
3
+ This model comes from the paper [ToxiGen: A Large-Scale Machine-Generated Dataset for Adversarial and Implicit Hate Speech Detection](https://arxiv.org/abs/2203.09509) and can be used to detect implicit hate speech.
4
+
5
+ Please visit the [Github Repository](https://github.com/microsoft/TOXIGEN) for the training dataset and further details.
6
+
7
+ ```bibtex
8
+ @inproceedings{hartvigsen2022toxigen,
9
+ title = "{T}oxi{G}en: A Large-Scale Machine-Generated Dataset for Adversarial and Implicit Hate Speech Detection",
10
+ author = "Hartvigsen, Thomas and Gabriel, Saadia and Palangi, Hamid and Sap, Maarten and Ray, Dipankar and Kamar, Ece",
11
+ booktitle = "Proceedings of the 60th Annual Meeting of the Association of Computational Linguistics",
12
+ year = "2022"
13
+ }
14
+ ```