LLaMAX commited on
Commit
1c357ba
1 Parent(s): 406d97d

Update README.md

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