Update README.md
Browse files
README.md
CHANGED
|
@@ -74,4 +74,36 @@ classifier = pipeline("text-classification", model=model, tokenizer=tokenizer)
|
|
| 74 |
text = "O seu post foi a coisa mais ridícula que eu já li hoje."
|
| 75 |
result = classifier(text)
|
| 76 |
|
| 77 |
-
print(result)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
text = "O seu post foi a coisa mais ridícula que eu já li hoje."
|
| 75 |
result = classifier(text)
|
| 76 |
|
| 77 |
+
print(result)
|
| 78 |
+
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
## Citation
|
| 82 |
+
|
| 83 |
+
This model is part of the methodology developed for the paper **"Diálogos Tóxicos: Gatilhos e Padrões de Interação no Reddit Brasileiro"**, published in the Proceedings of the 17th International Conference on Computational Processing of Portuguese (PROPOR 2026).
|
| 84 |
+
|
| 85 |
+
If you use this model in your research, please cite our work:
|
| 86 |
+
|
| 87 |
+
```bibtex
|
| 88 |
+
@inproceedings{piorino-etal-2026-dialogos,
|
| 89 |
+
title = "Di{\'a}logos T{\'o}xicos: Gatilhos e Padr{\~o}es de Intera{\c{c}}{\~a}o no {R}eddit Brasileiro",
|
| 90 |
+
author = "Piorino, Giovana and
|
| 91 |
+
Machado, Marco Ant{\^o}nio de Alc{\^a}ntara and
|
| 92 |
+
Lima, Luiz Henrique Quevedo and
|
| 93 |
+
Pagano, Adriana and
|
| 94 |
+
Silva, Ana Paula Couto da",
|
| 95 |
+
editor = "Souza, Marlo and
|
| 96 |
+
de-Dios-Flores, Iria and
|
| 97 |
+
Santos, Diana and
|
| 98 |
+
Freitas, Larissa and
|
| 99 |
+
Souza, Jackson Wilke da Cruz and
|
| 100 |
+
Ribeiro, Eug{\'e}nio",
|
| 101 |
+
booktitle = "Proceedings of the 17th International Conference on Computational Processing of {P}ortuguese ({PROPOR} 2026) - Vol. 1",
|
| 102 |
+
month = apr,
|
| 103 |
+
year = "2026",
|
| 104 |
+
address = "Salvador, Brazil",
|
| 105 |
+
publisher = "Association for Computational Linguistics",
|
| 106 |
+
url = "[https://aclanthology.org/2026.propor-1.57/](https://aclanthology.org/2026.propor-1.57/)",
|
| 107 |
+
pages = "581--590",
|
| 108 |
+
ISBN = "979-8-89176-387-6"
|
| 109 |
+
}
|