anowakowski commited on
Commit
5e68ffd
1 Parent(s): f2340ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -39,7 +39,21 @@ Lemmatization Exact Match was computed on the SlavNER 2021 test set.
39
 
40
  If you use the model, please cite the following paper:
41
 
42
- TBD
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  ### Framework versions
45
 
 
39
 
40
  If you use the model, please cite the following paper:
41
 
42
+ ```
43
+ @inproceedings{palka-nowakowski-2023-exploring,
44
+ title = "Exploring the Use of Foundation Models for Named Entity Recognition and Lemmatization Tasks in {S}lavic Languages",
45
+ author = "Pa{\l}ka, Gabriela and
46
+ Nowakowski, Artur",
47
+ booktitle = "Proceedings of the 9th Workshop on Slavic Natural Language Processing 2023 (SlavicNLP 2023)",
48
+ month = may,
49
+ year = "2023",
50
+ address = "Dubrovnik, Croatia",
51
+ publisher = "Association for Computational Linguistics",
52
+ url = "https://aclanthology.org/2023.bsnlp-1.19",
53
+ pages = "165--171",
54
+ abstract = "This paper describes Adam Mickiewicz University{'}s (AMU) solution for the 4th Shared Task on SlavNER. The task involves the identification, categorization, and lemmatization of named entities in Slavic languages. Our approach involved exploring the use of foundation models for these tasks. In particular, we used models based on the popular BERT and T5 model architectures. Additionally, we used external datasets to further improve the quality of our models. Our solution obtained promising results, achieving high metrics scores in both tasks. We describe our approach and the results of our experiments in detail, showing that the method is effective for NER and lemmatization in Slavic languages. Additionally, our models for lemmatization will be available at: https://huggingface.co/amu-cai.",
55
+ }
56
+ ```
57
 
58
  ### Framework versions
59