Text Generation
generative translation
large language model
LLaMA
yuchen005 commited on
Commit
d70fe58
·
verified ·
1 Parent(s): 192e10e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -39,10 +39,11 @@ e.g. covost2_ar_en_st.pth
39
  If you consider this work would be related or useful for your research, please kindly consider to cite the work below. Thank you.
40
 
41
  ```bib
42
- @article{hu2024gentranslate,
43
- title={GenTranslate: Large Language Models are Generative Multilingual Speech and Machine Translators},
44
- author={Hu, Yuchen and Chen, Chen and Yang, Chao-Han Huck and Li, Ruizhe and Zhang, Dong and Chen, Zhehuai and Chng, Eng Siong},
45
- journal={arXiv preprint arXiv:2402.06894},
46
- year={2024}
 
47
  }
48
  ```
 
39
  If you consider this work would be related or useful for your research, please kindly consider to cite the work below. Thank you.
40
 
41
  ```bib
42
+ @inproceedings{hu2024gentranslate,
43
+ title = "GenTranslate: Large Language Models are Generative Multilingual Speech and Machine Translators",
44
+ author = "Hu, Yuchen and Chen, Chen and Yang, Chao-Han Huck and Li, Ruizhe and Zhang, Dong and Chen, Zhehuai and Chng, Eng Siong",
45
+ booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
46
+ publisher = "Association for Computational Linguistics",
47
+ year = "2024"
48
  }
49
  ```