kargaranamir
commited on
Commit
·
2f01166
1
Parent(s):
264a3db
add official bib
Browse files
README.md
CHANGED
@@ -40,11 +40,25 @@ output = model(**encoded_input)
|
|
40 |
### BibTeX entry and citation info
|
41 |
|
42 |
```bibtex
|
43 |
-
@inproceedings{
|
44 |
title = "Glot500: Scaling Multilingual Corpora and Language Models to 500 Languages",
|
45 |
-
author =
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
year = "2023",
|
48 |
-
|
|
|
|
|
|
|
49 |
}
|
50 |
```
|
|
|
40 |
### BibTeX entry and citation info
|
41 |
|
42 |
```bibtex
|
43 |
+
@inproceedings{imanigooghari-etal-2023-glot500,
|
44 |
title = "Glot500: Scaling Multilingual Corpora and Language Models to 500 Languages",
|
45 |
+
author = {ImaniGooghari, Ayyoob and
|
46 |
+
Lin, Peiqin and
|
47 |
+
Kargaran, Amir Hossein and
|
48 |
+
Severini, Silvia and
|
49 |
+
Jalili Sabet, Masoud and
|
50 |
+
Kassner, Nora and
|
51 |
+
Ma, Chunlan and
|
52 |
+
Schmid, Helmut and
|
53 |
+
Martins, Andr{\'e} and
|
54 |
+
Yvon, Fran{\c{c}}ois and
|
55 |
+
Sch{\"u}tze, Hinrich},
|
56 |
+
booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
57 |
+
month = jul,
|
58 |
year = "2023",
|
59 |
+
address = "Toronto, Canada",
|
60 |
+
publisher = "Association for Computational Linguistics",
|
61 |
+
url = "https://aclanthology.org/2023.acl-long.61",
|
62 |
+
pages = "1082--1117",
|
63 |
}
|
64 |
```
|