finiteautomata commited on
Commit
cce9dbd
1 Parent(s): 18312c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -33,7 +33,7 @@ It is a multi-classifier model, with the following classes:
33
 
34
  ## Citation
35
 
36
- If you use `pysentimiento` in your work, please cite the following papers:
37
 
38
  ```
39
  @misc{perez2021pysentimiento,
@@ -52,5 +52,13 @@ If you use `pysentimiento` in your work, please cite the following papers:
52
  pages={9--14},
53
  year={2020}
54
  }
 
 
 
 
 
 
 
 
55
  ```
56
  Enjoy! 🤗
 
33
 
34
  ## Citation
35
 
36
+ If you use this model in your work, please cite the following papers:
37
 
38
  ```
39
  @misc{perez2021pysentimiento,
 
52
  pages={9--14},
53
  year={2020}
54
  }
55
+
56
+ @inproceedings{basile2019semeval,
57
+ title={Semeval-2019 task 5: Multilingual detection of hate speech against immigrants and women in twitter},
58
+ author={Basile, Valerio and Bosco, Cristina and Fersini, Elisabetta and Nozza, Debora and Patti, Viviana and Pardo, Francisco Manuel Rangel and Rosso, Paolo and Sanguinetti, Manuela},
59
+ booktitle={Proceedings of the 13th international workshop on semantic evaluation},
60
+ pages={54--63},
61
+ year={2019}
62
+ }
63
  ```
64
  Enjoy! 🤗