piotr-rybak commited on
Commit
db5a16f
1 Parent(s): 2829999

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -12,13 +12,23 @@ CC BY-SA 4.0
12
  ## Citation
13
  If you use this model, please cite the following paper:
14
  ```
15
- @misc{rybak2024transferring,
16
- title={Transferring BERT Capabilities from High-Resource to Low-Resource Languages Using Vocabulary Matching},
17
- author={Piotr Rybak},
18
- year={2024},
19
- eprint={2402.14408},
20
- archivePrefix={arXiv},
21
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
22
  }
23
  ```
24
 
 
12
  ## Citation
13
  If you use this model, please cite the following paper:
14
  ```
15
+ @inproceedings{rybak-2024-transferring-bert,
16
+ title = "Transferring {BERT} Capabilities from High-Resource to Low-Resource Languages Using Vocabulary Matching",
17
+ author = "Rybak, Piotr",
18
+ editor = "Calzolari, Nicoletta and
19
+ Kan, Min-Yen and
20
+ Hoste, Veronique and
21
+ Lenci, Alessandro and
22
+ Sakti, Sakriani and
23
+ Xue, Nianwen",
24
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
25
+ month = may,
26
+ year = "2024",
27
+ address = "Torino, Italia",
28
+ publisher = "ELRA and ICCL",
29
+ url = "https://aclanthology.org/2024.lrec-main.1456",
30
+ pages = "16745--16750",
31
+ 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.",
32
  }
33
  ```
34