finiteautomata
commited on
Commit
•
18312c3
1
Parent(s):
b3fd351
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
4 |
|
5 |
tags:
|
6 |
- twitter
|
7 |
- hate-speech
|
8 |
|
9 |
---
|
10 |
-
# Hate Speech detection in
|
11 |
## robertuito-hate-speech
|
12 |
|
13 |
Repository: [https://github.com/pysentimiento/pysentimiento/](https://github.com/finiteautomata/pysentimiento/)
|
@@ -32,7 +33,7 @@ It is a multi-classifier model, with the following classes:
|
|
32 |
|
33 |
## Citation
|
34 |
|
35 |
-
If you use `pysentimiento` in your work, please cite
|
36 |
|
37 |
```
|
38 |
@misc{perez2021pysentimiento,
|
@@ -43,5 +44,13 @@ If you use `pysentimiento` in your work, please cite [this paper](https://arxiv.
|
|
43 |
archivePrefix={arXiv},
|
44 |
primaryClass={cs.CL}
|
45 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
```
|
47 |
Enjoy! 🤗
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
library_name: pysentimiento
|
5 |
|
6 |
tags:
|
7 |
- twitter
|
8 |
- hate-speech
|
9 |
|
10 |
---
|
11 |
+
# Hate Speech detection in English
|
12 |
## robertuito-hate-speech
|
13 |
|
14 |
Repository: [https://github.com/pysentimiento/pysentimiento/](https://github.com/finiteautomata/pysentimiento/)
|
|
|
33 |
|
34 |
## Citation
|
35 |
|
36 |
+
If you use `pysentimiento` in your work, please cite the following papers:
|
37 |
|
38 |
```
|
39 |
@misc{perez2021pysentimiento,
|
|
|
44 |
archivePrefix={arXiv},
|
45 |
primaryClass={cs.CL}
|
46 |
}
|
47 |
+
|
48 |
+
@inproceedings{nguyen2020bertweet,
|
49 |
+
title={BERTweet: A pre-trained language model for English Tweets},
|
50 |
+
author={Nguyen, Dat Quoc and Vu, Thanh and Nguyen, Anh Tuan},
|
51 |
+
booktitle={Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations},
|
52 |
+
pages={9--14},
|
53 |
+
year={2020}
|
54 |
+
}
|
55 |
```
|
56 |
Enjoy! 🤗
|