abumafrim commited on
Commit
7c824f6
·
verified ·
1 Parent(s): e5545fa

Update citation to AfriScience-MT paper (arXiv:2605.29741)

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -184,14 +184,15 @@ python -m afriscience_mt.scripts.run_lora_training \
184
 
185
  ## Citation
186
 
187
- If you use this adapter, please cite the AfriScience-MT project:
188
 
189
  ```bibtex
190
- @inproceedings{afriscience-mt-2025,
191
- title={AfriScience-MT: Machine Translation for African Scientific Literature},
192
- author={AfriScience-MT Team},
193
- year={2025},
194
- url={https://github.com/afriscience-mt/afriscience-mt}
 
195
  }
196
  ```
197
 
 
184
 
185
  ## Citation
186
 
187
+ If you use this model, please cite the AfriScience-MT paper ([arXiv:2605.29741](https://arxiv.org/abs/2605.29741)):
188
 
189
  ```bibtex
190
+ @article{abdulmumin2026afriscience,
191
+ title = {AfriScience-MT: Towards Decolonizing Science in Africa through Text Translation},
192
+ author = {Abdulmumin, Idris and Gwadabe, Tajuddeen and Muhammad, Shamsuddeen Hassan and Adelani, David Ifeoluwa and Khalo, Nomonde and Ahmad, Ibrahim Said and Modupe, Abiodun and Mumm, Anina and Biyela, Sibusiso and Rabie, Michelle and Havemann, Johanna and Rei, Marek and Abbott, Jade and Marivate, Vukosi},
193
+ journal = {arXiv preprint arXiv:2605.29741},
194
+ year = {2026},
195
+ url = {https://arxiv.org/abs/2605.29741}
196
  }
197
  ```
198