UGARIT commited on
Commit
8a53833
1 Parent(s): 625c4cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -104,12 +104,19 @@ Output
104
 
105
  # Citation:
106
  ```
107
- @MISC{grc_ner_2024,
108
- author = {Palladino, Chiara; Yousef, Tariq},
109
- year = {2024},
110
- month = {04},
111
- pages = {},
112
- title = {Development of robust NER Models and Named Entity Tagsets for Ancient Greek},
113
- doi = {10.13140/RG.2.2.26319.29608}
 
 
 
 
 
 
 
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
  ```