piotr-rybak commited on
Commit
122c68a
1 Parent(s): 0fd96d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -34,13 +34,23 @@ CC BY-SA 4.0
34
  ## Citation
35
  If you use this model, please cite the following paper:
36
  ```
37
- @misc{rybak2024transferring,
38
- title={Transferring BERT Capabilities from High-Resource to Low-Resource Languages Using Vocabulary Matching},
39
- author={Piotr Rybak},
40
- year={2024},
41
- eprint={2402.14408},
42
- archivePrefix={arXiv},
43
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
44
  }
45
  ```
46
 
 
34
  ## Citation
35
  If you use this model, please cite the following paper:
36
  ```
37
+ @inproceedings{rybak-2024-transferring-bert,
38
+ title = "Transferring {BERT} Capabilities from High-Resource to Low-Resource Languages Using Vocabulary Matching",
39
+ author = "Rybak, Piotr",
40
+ editor = "Calzolari, Nicoletta and
41
+ Kan, Min-Yen and
42
+ Hoste, Veronique and
43
+ Lenci, Alessandro and
44
+ Sakti, Sakriani and
45
+ Xue, Nianwen",
46
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
47
+ month = may,
48
+ year = "2024",
49
+ address = "Torino, Italia",
50
+ publisher = "ELRA and ICCL",
51
+ url = "https://aclanthology.org/2024.lrec-main.1456",
52
+ pages = "16745--16750",
53
+ abstract = "Pre-trained language models have revolutionized the natural language understanding landscape, most notably BERT (Bidirectional Encoder Representations from Transformers). However, a significant challenge remains for low-resource languages, where limited data hinders the effective training of such models. This work presents a novel approach to bridge this gap by transferring BERT capabilities from high-resource to low-resource languages using vocabulary matching. We conduct experiments on the Silesian and Kashubian languages and demonstrate the effectiveness of our approach to improve the performance of BERT models even when the target language has minimal training data. Our results highlight the potential of the proposed technique to effectively train BERT models for low-resource languages, thus democratizing access to advanced language understanding models.",
54
  }
55
  ```
56