5roop commited on
Commit
87540d5
1 Parent(s): ae75ec5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -103,7 +103,7 @@ The procedure is explained in greater detail in the dedicated [benchmarking repo
103
 
104
  # Citation
105
 
106
- The following paper has been submitted for review:
107
 
108
  ```
109
  @misc{ljubesic2024language,
@@ -113,3 +113,21 @@ The following paper has been submitted for review:
113
  year = "2024",
114
  }
115
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
 
104
  # Citation
105
 
106
+ <!---The following paper has been submitted for review:
107
 
108
  ```
109
  @misc{ljubesic2024language,
 
113
  year = "2024",
114
  }
115
  ```
116
+ --->
117
+
118
+ Please cite the following paper:
119
+ ```
120
+ @article{Ljubešić_Suchomel_Rupnik_Kuzman_van Noord_2024,
121
+ title={Language Models on a Diet: Cost-Efficient Development of Encoders for Closely-Related Languages via Additional Pretraining},
122
+ url={http://arxiv.org/abs/2404.05428},
123
+ DOI={10.48550/arXiv.2404.05428},
124
+ abstractNote={The world of language models is going through turbulent times, better and ever larger models are coming out at an unprecedented speed. However, we argue that, especially for the scientific community, encoder models of up to 1 billion parameters are still very much needed, their primary usage being in enriching large collections of data with metadata necessary for downstream research. We investigate the best way to ensure the existence of such encoder models on the set of very closely related languages - Croatian, Serbian, Bosnian and Montenegrin, by setting up a diverse benchmark for these languages, and comparing the trained-from-scratch models with the new models constructed via additional pretraining of existing multilingual models. We show that comparable performance to dedicated from-scratch models can be obtained by additionally pretraining available multilingual models even with a limited amount of computation. We also show that neighboring languages, in our case Slovenian, can be included in the additional pretraining with little to no loss in the performance of the final model.},
125
+ note={arXiv:2404.05428 [cs]},
126
+ number={arXiv:2404.05428},
127
+ publisher={arXiv},
128
+ author={Ljubešić, Nikola and Suchomel, Vít and Rupnik, Peter and Kuzman, Taja and van Noord, Rik},
129
+ year={2024},
130
+ month=apr
131
+ }
132
+
133
+ ```