Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Research on Low Resource Neural Machine Translation Based on Non-autoregressive Model

Domain:

natural language processing

Record type:

paper
Creator:
ZhaWu Ma Zha
Publisher:
IOP
Host:
Abstract The autoregressive model can’t make full use of context information because of its single direction of generation, and the autoregressive method can’t perform parallel computation in decoding, which affects the efficiency of translation generation. Therefore, we explore a non-autoregressive translation generation method based on insertion and deletion in low-resource languages, which decomposes translation generation into three steps: deletion-insertion-generation. Therefore, the dynamic editing of the translation can be realized in the iterative updating process. At the same time, each step can be calculated in parallel, which improves the decoding efficiency. In order to reduce the complexity of data sets in non-autoregressive model training, we have trained Uyghur-Chinese training data with sequence-level knowledge distillation. Experiments on Uyghur-Chinese, English-Romanian distilled data sets and standard data sets verify the effectiveness of the non-autoregressive method.

Visit

doi.org

Tasks

machine translation

Licenses

http://creativecommons.org/licenses/by/3.0/https://iopscience.iop.org/info/page/text-and-data-mining

Similar

Benchmarking Neural and Statistical Machine Translation on Low-Resource African LanguagesPre-Training on Mixed Data for Low-Resource Neural Machine TranslationDeeveshBeegun/low-resource-neural-machine-translationMoneebAliKarrar/low-resource-neural-machine-translationA Universal Parent Model for Low-Resource Neural Machine Translation TransferExploring Graph-based Transformer Encoder for Low-Resource Neural Machine Translation

Benchmarking Neural and Statistical Machine Translation on Low-Resource African Languages

Research in machine translation (MT) is developing at a rapid pace. However, most work in the community has focused on languages where large amounts of digital resources are available. In this study, we benchmark state of the art statistical and neural machine tran

Pre-Training on Mixed Data for Low-Resource Neural Machine Translation

The pre-training fine-tuning mode has been shown to be effective for low resource neural machine tra

DeeveshBeegun/low-resource-neural-machine-translation

# Transformer Neural Machine Translation for Nguni langauges Neural Machine Translation (NMT) has

MoneebAliKarrar/low-resource-neural-machine-translation

# Machine_Translation # Low-Resource Machine Translation (Arabic–Igbo) ## Overview This project foc

A Universal Parent Model for Low-Resource Neural Machine Translation Transfer

Transfer learning from a high-resource language pair `parent' has been proven to be an effective way

Exploring Graph-based Transformer Encoder for Low-Resource Neural Machine Translation

The Transformer is commonly used in Neural Machine Translation (NMT), but it faces issues with over-