abumafrim commited on
Commit
bb6bcb8
·
verified ·
1 Parent(s): 6ce5c15

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

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