marianaossilva
commited on
Commit
•
7a29eed
1
Parent(s):
0f77a40
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- pt
|
5 |
+
metrics:
|
6 |
+
- name: Precision
|
7 |
+
type: Precision
|
8 |
+
value: 0.740
|
9 |
+
- name: Recall
|
10 |
+
type: Recall
|
11 |
+
value: 0.767
|
12 |
+
- name: F1-Score
|
13 |
+
type: F1-Score
|
14 |
+
value: 0.753
|
15 |
+
library_name: transformers
|
16 |
+
pipeline_tag: token-classification
|
17 |
+
tags:
|
18 |
+
- BERT
|
19 |
+
- BERTimbau
|
20 |
+
- NER
|
21 |
+
- Portuguese
|
22 |
+
- Literature
|
23 |
+
---
|
24 |
+
|
25 |
+
# LitBERTimbau
|
26 |
+
|
27 |
+
## Citation
|
28 |
+
|
29 |
+
**BibTeX:**
|
30 |
+
```
|
31 |
+
@inproceedings{silva-moro-2024-evaluating,
|
32 |
+
title = "Evaluating Pre-training Strategies for Literary Named Entity Recognition in {P}ortuguese",
|
33 |
+
author = "Silva, Mariana O. and
|
34 |
+
Moro, Mirella M.",
|
35 |
+
editor = "Gamallo, Pablo and
|
36 |
+
Claro, Daniela and
|
37 |
+
Teixeira, Ant{\'o}nio and
|
38 |
+
Real, Livy and
|
39 |
+
Garcia, Marcos and
|
40 |
+
Oliveira, Hugo Gon{\c{c}}alo and
|
41 |
+
Amaro, Raquel",
|
42 |
+
booktitle = "Proceedings of the 16th International Conference on Computational Processing of Portuguese - Vol. 1",
|
43 |
+
month = mar,
|
44 |
+
year = "2024",
|
45 |
+
address = "Santiago de Compostela, Galicia/Spain",
|
46 |
+
publisher = "Association for Computational Lingustics",
|
47 |
+
url = "https://aclanthology.org/2024.propor-1.39",
|
48 |
+
pages = "384--393",
|
49 |
+
}
|
50 |
+
```
|
51 |
+
|
52 |
+
**APA:**
|
53 |
+
|
54 |
+
Mariana O. Silva and Mirella M. Moro. 2024. Evaluating Pre-training Strategies for Literary Named Entity Recognition in Portuguese. In Proceedings of the 16th International Conference on Computational Processing of Portuguese - Vol. 1, pages 384–393, Santiago de Compostela, Galicia/Spain. Association for Computational Lingustics.
|