finiteautomata commited on
Commit
5b6a05b
1 Parent(s): 97680eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -33,9 +33,10 @@ Note that for Hate Speech, these are the results for Semeval 2019, Task 5 Subtas
33
 
34
  ## Citation
35
 
36
- If you use this model in your research, please cite pysentimiento and RoBERTuito papers:
37
 
38
  ```
 
39
  @misc{perez2021pysentimiento,
40
  title={pysentimiento: A Python Toolkit for Sentiment Analysis and SocialNLP tasks},
41
  author={Juan Manuel Pérez and Juan Carlos Giudici and Franco Luque},
@@ -44,6 +45,7 @@ If you use this model in your research, please cite pysentimiento and RoBERTuito
44
  archivePrefix={arXiv},
45
  primaryClass={cs.CL}
46
  }
 
47
  @misc{perez2021robertuito,
48
  title={RoBERTuito: a pre-trained language model for social media text in Spanish},
49
  author={Juan Manuel Pérez and Damián A. Furman and Laura Alonso Alemany and Franco Luque},
@@ -52,4 +54,13 @@ If you use this model in your research, please cite pysentimiento and RoBERTuito
52
  archivePrefix={arXiv},
53
  primaryClass={cs.CL}
54
  }
 
 
 
 
 
 
 
 
 
55
  ```
33
 
34
  ## Citation
35
 
36
+ If you use this model in your research, please cite pysentimiento, RoBERTuito and HatEval papers:
37
 
38
  ```
39
+ % Pysentimiento
40
  @misc{perez2021pysentimiento,
41
  title={pysentimiento: A Python Toolkit for Sentiment Analysis and SocialNLP tasks},
42
  author={Juan Manuel Pérez and Juan Carlos Giudici and Franco Luque},
45
  archivePrefix={arXiv},
46
  primaryClass={cs.CL}
47
  }
48
+ % RoBERTuito paper
49
  @misc{perez2021robertuito,
50
  title={RoBERTuito: a pre-trained language model for social media text in Spanish},
51
  author={Juan Manuel Pérez and Damián A. Furman and Laura Alonso Alemany and Franco Luque},
54
  archivePrefix={arXiv},
55
  primaryClass={cs.CL}
56
  }
57
+ % HatEval paper
58
+
59
+ @inproceedings{hateval2019semeval,
60
+ title={SemEval-2019 Task 5: Multilingual Detection of Hate Speech Against Immigrants and Women in Twitter},
61
+ author={Basile, Valerio and Bosco, Cristina and Fersini, Elisabetta and Nozza, Debora and Patti, Viviana and Rangel, Francisco and Rosso, Paolo and Sanguinetti, Manuela},
62
+ booktitle={Proceedings of the 13th International Workshop on Semantic Evaluation (SemEval-2019)},
63
+ year={2019},
64
+ publisher= {Association for Computational Linguistics}
65
+ }
66
  ```