abumafrim commited on
Commit
a16d900
·
verified ·
1 Parent(s): 8cfff74

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

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -151,14 +151,15 @@ python -m afriscience_mt.scripts.run_seq2seq_training \
151
 
152
  ## Citation
153
 
154
- If you use this model, please cite the AfriScience-MT project:
155
 
156
  ```bibtex
157
- @inproceedings{afriscience-mt-2025,
158
- title={AfriScience-MT: Machine Translation for African Scientific Literature},
159
- author={AfriScience-MT Team},
160
- year={2025},
161
- url={https://github.com/afriscience-mt/afriscience-mt}
 
162
  }
163
  ```
164
 
 
151
 
152
  ## Citation
153
 
154
+ If you use this model, please cite the AfriScience-MT paper ([arXiv:2605.29741](https://arxiv.org/abs/2605.29741)):
155
 
156
  ```bibtex
157
+ @article{abdulmumin2026afriscience,
158
+ title = {AfriScience-MT: Towards Decolonizing Science in Africa through Text Translation},
159
+ 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},
160
+ journal = {arXiv preprint arXiv:2605.29741},
161
+ year = {2026},
162
+ url = {https://arxiv.org/abs/2605.29741}
163
  }
164
  ```
165