LLaMAX commited on
Commit
6d4a6d6
1 Parent(s): 647ee92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -148,10 +148,24 @@ Akrikaans (af), Amharic (am), Arabic (ar), Armenian (hy), Assamese (as), Asturia
148
  If our model helps your work, please cite this paper:
149
 
150
  ```
151
- @article{lu2024llamax,
152
- title={LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages},
153
- author={Lu, Yinquan and Zhu, Wenhao and Li, Lei and Qiao, Yu and Yuan, Fei},
154
- journal={arXiv preprint arXiv:2407.05975},
155
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  }
157
  ```
 
148
  If our model helps your work, please cite this paper:
149
 
150
  ```
151
+ @inproceedings{lu-etal-2024-llamax,
152
+ title = "{LL}a{MAX}: Scaling Linguistic Horizons of {LLM} by Enhancing Translation Capabilities Beyond 100 Languages",
153
+ author = "Lu, Yinquan and
154
+ Zhu, Wenhao and
155
+ Li, Lei and
156
+ Qiao, Yu and
157
+ Yuan, Fei",
158
+ editor = "Al-Onaizan, Yaser and
159
+ Bansal, Mohit and
160
+ Chen, Yun-Nung",
161
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
162
+ month = nov,
163
+ year = "2024",
164
+ address = "Miami, Florida, USA",
165
+ publisher = "Association for Computational Linguistics",
166
+ url = "https://aclanthology.org/2024.findings-emnlp.631",
167
+ doi = "10.18653/v1/2024.findings-emnlp.631",
168
+ pages = "10748--10772",
169
+ 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.",
170
  }
171
  ```