kelechi commited on
Commit
e1ef739
1 Parent(s): d3f354c

added citation

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -50,9 +50,19 @@ For information on training procedures, please refer to the AfriBERTa [paper]()
50
 
51
  ### BibTeX entry and citation info
52
  ```
53
- Kelechi Ogueji, Yuxin Zhu, Jimmy Lin.
54
- Small Data? No Problem! Exploring the Viability of Pretrained Multilingual Language Models for Low-resourced Languages
55
- Proceedings of the 1st workshop on Multilingual Representation Learning at EMNLP 2021
 
 
 
 
 
 
 
 
 
 
56
  ```
57
 
58
 
 
50
 
51
  ### BibTeX entry and citation info
52
  ```
53
+ @inproceedings{ogueji-etal-2021-small,
54
+ title = "Small Data? No Problem! Exploring the Viability of Pretrained Multilingual Language Models for Low-resourced Languages",
55
+ author = "Ogueji, Kelechi and
56
+ Zhu, Yuxin and
57
+ Lin, Jimmy",
58
+ booktitle = "Proceedings of the 1st Workshop on Multilingual Representation Learning",
59
+ month = nov,
60
+ year = "2021",
61
+ address = "Punta Cana, Dominican Republic",
62
+ publisher = "Association for Computational Linguistics",
63
+ url = "https://aclanthology.org/2021.mrl-1.11",
64
+ pages = "116--126",
65
+ }
66
  ```
67
 
68