English

An Efficient Approach for Machine Translation on Low-resource Languages: A Case Study in Vietnamese-Chinese

Computation and Language 2025-02-03 v1

Abstract

Despite the rise of recent neural networks in machine translation, those networks do not work well if the training data is insufficient. In this paper, we proposed an approach for machine translation in low-resource languages such as Vietnamese-Chinese. Our proposed method leveraged the power of the multilingual pre-trained language model (mBART) and both Vietnamese and Chinese monolingual corpus. Firstly, we built an early bird machine translation model using the bilingual training dataset. Secondly, we used TF-IDF technique to select sentences from the monolingual corpus which are the most related to domains of the parallel dataset. Finally, the first model was used to synthesize the augmented training data from the selected monolingual corpus for the translation model. Our proposed scheme showed that it outperformed 8% compared to the transformer model. The augmented dataset also pushed the model performance.

Keywords

Cite

@article{arxiv.2501.19314,
  title  = {An Efficient Approach for Machine Translation on Low-resource Languages: A Case Study in Vietnamese-Chinese},
  author = {Tran Ngoc Son and Nguyen Anh Tu and Nguyen Minh Tri},
  journal= {arXiv preprint arXiv:2501.19314},
  year   = {2025}
}

Comments

Technical report of VLSP 2022 NMT; The first two authors contributed equally to this work