LLaMAX commited on
Commit
dd43886
·
verified ·
1 Parent(s): 4a4da9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -168,10 +168,24 @@ the total number of words (1050) by the number of days in two weeks (14). So, th
168
  if our model helps your work, please cite this paper:
169
 
170
  ```
171
- @article{lu2024llamax,
172
- title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
173
- author={Lu, Yinquan and Zhu, Wenhao and Li, Lei and Qiao, Yu and Yuan, Fei},
174
- journal={arXiv preprint arXiv:2407.05975},
175
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  }
177
  ```
 
168
  if our model helps your work, please cite this paper:
169
 
170
  ```
171
+ @inproceedings{lu-etal-2024-llamax,
172
+ title = "{LL}a{MAX}: Scaling Linguistic Horizons of {LLM} by Enhancing Translation Capabilities Beyond 100 Languages",
173
+ author = "Lu, Yinquan and
174
+ Zhu, Wenhao and
175
+ Li, Lei and
176
+ Qiao, Yu and
177
+ Yuan, Fei",
178
+ editor = "Al-Onaizan, Yaser and
179
+ Bansal, Mohit and
180
+ Chen, Yun-Nung",
181
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
182
+ month = nov,
183
+ year = "2024",
184
+ address = "Miami, Florida, USA",
185
+ publisher = "Association for Computational Linguistics",
186
+ url = "https://aclanthology.org/2024.findings-emnlp.631",
187
+ doi = "10.18653/v1/2024.findings-emnlp.631",
188
+ pages = "10748--10772",
189
+ abstract = "Large Language Models (LLMs) demonstrate remarkable translation capabilities in high-resource language tasks, yet their performance in low-resource languages is hindered by insufficient multilingual data during pre-training. To address this, we conduct extensive multilingual continual pre-training on the LLaMA series models, enabling translation support across more than 100 languages. Through a comprehensive analysis of training strategies, such as vocabulary expansion and data augmentation, we develop LLaMAX. Remarkably, without sacrificing its generalization ability, LLaMAX achieves significantly higher translation performance compared to existing open-source LLMs (by more than 10 spBLEU points) and performs on-par with specialized translation model (M2M-100-12B) on the Flores-101 benchmark. Extensive experiments indicate that LLaMAX can serve as a robust multilingual foundation model. The code and the models are publicly available.",
190
  }
191
  ```