Update README.md
Browse files
README.md
CHANGED
@@ -104,12 +104,19 @@ Output
|
|
104 |
|
105 |
# Citation:
|
106 |
```
|
107 |
-
@
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
}
|
115 |
```
|
|
|
104 |
|
105 |
# Citation:
|
106 |
```
|
107 |
+
@inproceedings{palladino-yousef-2024-development,
|
108 |
+
title = "Development of Robust {NER} Models and Named Entity Tagsets for {A}ncient {G}reek",
|
109 |
+
author = "Palladino, Chiara and
|
110 |
+
Yousef, Tariq",
|
111 |
+
editor = "Sprugnoli, Rachele and
|
112 |
+
Passarotti, Marco",
|
113 |
+
booktitle = "Proceedings of the Third Workshop on Language Technologies for Historical and Ancient Languages (LT4HALA) @ LREC-COLING-2024",
|
114 |
+
month = may,
|
115 |
+
year = "2024",
|
116 |
+
address = "Torino, Italia",
|
117 |
+
publisher = "ELRA and ICCL",
|
118 |
+
url = "https://aclanthology.org/2024.lt4hala-1.11",
|
119 |
+
pages = "89--97",
|
120 |
+
abstract = "This contribution presents a novel approach to the development and evaluation of transformer-based models for Named Entity Recognition and Classification in Ancient Greek texts. We trained two models with annotated datasets by consolidating potentially ambiguous entity types under a harmonized set of classes. Then, we tested their performance with out-of-domain texts, reproducing a real-world use case. Both models performed very well under these conditions, with the multilingual model being slightly superior on the monolingual one. In the conclusion, we emphasize current limitations due to the scarcity of high-quality annotated corpora and to the lack of cohesive annotation strategies for ancient languages.",
|
121 |
}
|
122 |
```
|