From 6e4c8bb42f9f9f15344b9f79bb45d0cb06e80464 Mon Sep 17 00:00:00 2001 From: ssmt Date: Tue, 7 Nov 2023 17:36:19 +0530 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 5a4b86f..e1a6d61 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,30 @@ Prerequisites: `pip install "tritonclient[all]" tqdm numpy wonderwords` ## Data and Model Training Please refer to the training-code folder and the [README](https://ssmt.iiit.ac.in/meitygit/ssmt/mt-model-deploy-dhruva/-/blob/master/training-code/README.md) within for the links to the data and checkout the Ipython notebook for an annotated version of the training script. + +## Citation +```bash + @inproceedings{mujadia-sharma-2022-ltrc, + title = "The {LTRC} {H}indi-{T}elugu Parallel Corpus", + author = "Mujadia, Vandan and Sharma, Dipti", + booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference", + month = jun, + year = "2022", + address = "Marseille, France", + publisher = "European Language Resources Association", + url = "https://aclanthology.org/2022.lrec-1.365", + pages = "3417--3424", + } + + @inproceedings{mujadia-sharma-2021-english, + title = "{E}nglish-{M}arathi Neural Machine Translation for {L}o{R}es{MT} 2021", + author = "Mujadia, Vandan and Sharma, Dipti Misra", + booktitle = "Proceedings of the 4th Workshop on Technologies for MT of Low Resource Languages (LoResMT2021)", + month = aug, + year = "2021", + address = "Virtual", + publisher = "Association for Machine Translation in the Americas", + url = "https://aclanthology.org/2021.mtsummit-loresmt.16", + pages = "151--157", + } +``` \ No newline at end of file -- GitLab