Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

oaarnikoivu/robust-nmt

Domaine:

natural language processing

Type de record:

paper
Créateur:
oaa
Hôte:
Code for my MSc Dissertation titled: "Robustness of Machine Translation for Low-Resource Languages." # Robustness of Machine Translation for Low-Resource Languages Report ## Abstract It is becoming increasingly common for researchers and practitioners to rely on methods within the field of Neural Machine Translation (NMT) that require the use of an extensive amount of auxiliary data. This is especially true for low-resource NMT where the availability of large-scale corpora is limited. As a result, the field of low-resource NMT without the use of supplementary data has received less attention. This work challenges the idea that modern NMT systems are poorly equipped for low-resource NMT by examining a variety of different systems and techniques in simulated Finnish-English low-resource conditions. This project shows that under certain low-resource conditions, the performance of the Transformer can be considerably improved via simple model compression and regularization techniques. In medium-resource settings, it is shown that an optimized Transformer is competitive with language model fine-tuning, in both in-domain and out-of-domain conditions. As an attempt to further improve robustness towards samples distant from the training distribution, this work explores subword regularization using BPE-Dropout, and defensive distillation. It is found that an optimized Transformer is superior in comparison to subword regularization, whereas defensive distillation improves domain robustness on domains that are the most distant from the original training distribution. A small manual evaluation is implemented where the goal is to assess the robustness of each system and technique towards adequacy and fluency. The results show that under some low-resource conditions, translations generated by most systems are in fact grammatical, however, highly inadequate. ## Install required librarires ./scripts/install_libraries.sh ## Download data ./scripts/download_data.sh data ## Transformer preprocessing ### Truecaser learned on full in-domain Europarl corpus ./scripts/transforme …

Visit

github.com

Tasks

machine translation

Tags

bpe-dropoutdefensive-distillationfairseqmbartnematusneural-machine-translationnlpnmtpytorchrnn+3

Similaires

Multilingual Intermediate-Task Training for Robust NMT in Low-Resource Languages on the XTREME BenchmarkTikquuss/nmtCrispenGari/nmtsurafelml/Afro-NMTWalePhenomenon/Hausa-NMTTrue Bilingual NMT

Multilingual Intermediate-Task Training for Robust NMT in Low-Resource Languages on the XTREME Benchmark

Intermediate-task training---fine-tuning a pretrained model on an intermediate task before fine-tuni

Tikquuss/nmt

Attentional NMT with RNN and Transformer on African languages Thanks to these two tensorflow tutori

CrispenGari/nmt

🎗 Neural Machine Translation (nmt) repository contains an end-to-end deep artificial neural network

surafelml/Afro-NMT

LOW-RESOURCE NEURAL MACHINE TRANSLATION: A BENCHMARK FOR FIVE AFRICAN LANGUAGES # Low Resource Neu

WalePhenomenon/Hausa-NMT

Hausa-NMT: Empirical Study of Neural Machine translation for English-Hausa-English # HausaMT v1.0:

True Bilingual NMT

Bilingual machine translation permits training a single model that translates monolingual sentences from one language to another. However, a model is not truly bilingual unless it can translate back and forth in both language directions it was trained on, along wit