abhik1505040
commited on
Commit
•
dfa545c
1
Parent(s):
7d1adc1
Update README.md
Browse files
README.md
CHANGED
@@ -47,40 +47,10 @@ The dataset can be found in the link below:
|
|
47 |
|
48 |
If you use this model, please cite the following paper:
|
49 |
```
|
50 |
-
@article{
|
51 |
-
|
52 |
-
|
53 |
-
journal
|
54 |
-
|
55 |
-
year = {2022},
|
56 |
-
url = {https://arxiv.org/abs/2205.11081},
|
57 |
-
eprinttype = {arXiv},
|
58 |
-
eprint = {2205.11081}
|
59 |
}
|
60 |
-
```
|
61 |
-
|
62 |
-
|
63 |
-
If you use the normalization module, please cite the following paper:
|
64 |
-
```
|
65 |
-
@inproceedings{hasan-etal-2020-low,
|
66 |
-
title = "Not Low-Resource Anymore: Aligner Ensembling, Batch Filtering, and New Datasets for {B}engali-{E}nglish Machine Translation",
|
67 |
-
author = "Hasan, Tahmid and
|
68 |
-
Bhattacharjee, Abhik and
|
69 |
-
Samin, Kazi and
|
70 |
-
Hasan, Masum and
|
71 |
-
Basak, Madhusudan and
|
72 |
-
Rahman, M. Sohel and
|
73 |
-
Shahriyar, Rifat",
|
74 |
-
booktitle = "Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)",
|
75 |
-
month = nov,
|
76 |
-
year = "2020",
|
77 |
-
address = "Online",
|
78 |
-
publisher = "Association for Computational Linguistics",
|
79 |
-
url = "https://www.aclweb.org/anthology/2020.emnlp-main.207",
|
80 |
-
doi = "10.18653/v1/2020.emnlp-main.207",
|
81 |
-
pages = "2612--2623",
|
82 |
-
abstract = "Despite being the seventh most widely spoken language in the world, Bengali has received much less attention in machine translation literature due to being low in resources. Most publicly available parallel corpora for Bengali are not large enough; and have rather poor quality, mostly because of incorrect sentence alignments resulting from erroneous sentence segmentation, and also because of a high volume of noise present in them. In this work, we build a customized sentence segmenter for Bengali and propose two novel methods for parallel corpus creation on low-resource setups: aligner ensembling and batch filtering. With the segmenter and the two methods combined, we compile a high-quality Bengali-English parallel corpus comprising of 2.75 million sentence pairs, more than 2 million of which were not available before. Training on neural models, we achieve an improvement of more than 9 BLEU score over previous approaches to Bengali-English machine translation. We also evaluate on a new test set of 1000 pairs made with extensive quality control. We release the segmenter, parallel corpus, and the evaluation set, thus elevating Bengali from its low-resource status. To the best of our knowledge, this is the first ever large scale study on Bengali-English machine translation. We believe our study will pave the way for future research on Bengali-English machine translation as well as other low-resource languages. Our data and code are available at https://github.com/csebuetnlp/banglanmt.",
|
83 |
-
}
|
84 |
-
```
|
85 |
-
|
86 |
-
|
|
|
47 |
|
48 |
If you use this model, please cite the following paper:
|
49 |
```
|
50 |
+
@article{akil2022banglaparaphrase,
|
51 |
+
title={BanglaParaphrase: A High-Quality Bangla Paraphrase Dataset},
|
52 |
+
author={Akil, Ajwad and Sultana, Najrin and Bhattacharjee, Abhik and Shahriyar, Rifat},
|
53 |
+
journal={arXiv preprint arXiv:2210.05109},
|
54 |
+
year={2022}
|
|
|
|
|
|
|
|
|
55 |
}
|
56 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|