abumafrim commited on
Commit
fa0845b
·
verified ·
1 Parent(s): e6d5ccd

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

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -196,14 +196,15 @@ python -m afriscience_mt.scripts.run_lora_training \
196
 
197
  ## Citation
198
 
199
- If you use this adapter, please cite the AfriScience-MT project:
200
 
201
  ```bibtex
202
- @inproceedings{afriscience-mt-2025,
203
- title={AfriScience-MT: Machine Translation for African Scientific Literature},
204
- author={AfriScience-MT Team},
205
- year={2025},
206
- url={https://github.com/afriscience-mt/afriscience-mt}
 
207
  }
208
  ```
209
 
 
196
 
197
  ## Citation
198
 
199
+ If you use this model, please cite the AfriScience-MT paper ([arXiv:2605.29741](https://arxiv.org/abs/2605.29741)):
200
 
201
  ```bibtex
202
+ @article{abdulmumin2026afriscience,
203
+ title = {AfriScience-MT: Towards Decolonizing Science in Africa through Text Translation},
204
+ 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},
205
+ journal = {arXiv preprint arXiv:2605.29741},
206
+ year = {2026},
207
+ url = {https://arxiv.org/abs/2605.29741}
208
  }
209
  ```
210