UGARIT commited on
Commit
e751fd8
1 Parent(s): c87dc09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -100,12 +100,19 @@ Output
100
 
101
  # Citation:
102
  ```
103
- @MISC{grc_ner_2024,
104
- author = {Palladino, Chiara; Yousef, Tariq},
105
- year = {2024},
106
- month = {04},
107
- pages = {},
108
- title = {Development of robust NER Models and Named Entity Tagsets for Ancient Greek},
109
- doi = {10.13140/RG.2.2.26319.29608}
 
 
 
 
 
 
 
110
  }
111
  ```
 
100
 
101
  # Citation:
102
  ```
103
+ @inproceedings{palladino-yousef-2024-development,
104
+ title = "Development of Robust {NER} Models and Named Entity Tagsets for {A}ncient {G}reek",
105
+ author = "Palladino, Chiara and
106
+ Yousef, Tariq",
107
+ editor = "Sprugnoli, Rachele and
108
+ Passarotti, Marco",
109
+ booktitle = "Proceedings of the Third Workshop on Language Technologies for Historical and Ancient Languages (LT4HALA) @ LREC-COLING-2024",
110
+ month = may,
111
+ year = "2024",
112
+ address = "Torino, Italia",
113
+ publisher = "ELRA and ICCL",
114
+ url = "https://aclanthology.org/2024.lt4hala-1.11",
115
+ pages = "89--97",
116
+ 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.",
117
  }
118
  ```