paper-with-me

홈 › Papers

Beyond MLE: Investigating SEARNN for Low-Resourced Neural Machine Translation

2024-05-20 · Chris Emezue

Structured prediction tasks, like machine translation, involve learning functions that map structured inputs to structured outputs. Recurrent Neural Networks (RNNs) have historically been a popular choice for such tasks, including in natural language processing (NLP) applications. However, training RNNs using Maximum Likelihood Estimation (MLE) has its limitations, including exposure bias and a mismatch between training and testing metrics. SEARNN, based on the learning to search (L2S) framework, has been proposed as an alternative to MLE for RNN training. This project explored the potential of SEARNN to improve machine translation for low-resourced African languages -- a challenging task characterized by limited training data availability and the morphological complexity of the languages. Through experiments conducted on translation for English to Igbo, French to \ewe, and French to \ghomala directions, this project evaluated the efficacy of SEARNN over MLE in addressing the unique challenges posed by these languages. With an average BLEU score improvement of $5.4$\% over the MLE objective, we proved that SEARNN is indeed a viable algorithm to effectively train RNNs on machine translation for low-resourced languages.

📄 PDF Abstract BibTeX arXiv:2405.11819

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationStructured PredictionTranslation

Similar Papers 제목 키워드 기반

SEARNN: Training RNNs with Global-Local Losses

2017-06-14 · ICLR 2018 1 · Rémi Leblond, Jean-Baptiste Alayrac, Anton Osokin, Simon Lacoste-Julien

We propose SEARNN, a novel training algorithm for recurrent neural networks (RNNs) inspired by the "learning to search" (L2S) approach to structured prediction. RNNs have been widely successful in structured prediction a…

Machine TranslationOptical Character Recognition (OCR)Spelling CorrectionStructured Prediction+1

From Scarcity to Efficiency: Investigating the Effects of Data Augmentation on African Machine Translation

2025-09-09 · Mardiyyah Oduwole, Oluwatosin Olajide, Jamiu Suleiman, Faith Hunja 외 arxiv

The linguistic diversity across the African continent presents different challenges and opportunities for machine translation. This study explores the effects of data augmentation techniques in improving translation syst…

Machine TranslationData Augmentation

Participatory Research for Low-resourced Machine Translation: A Case Study in African Languages

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Wilhelmina Nekoto, Vukosi Marivate, Tshinondiwa Matsila, Timi Fasubaa 외

Research in NLP lacks geographic diversity, and the question of how NLP can be scaled to low-resourced languages has not yet been adequately solved. "Low-resourced"-ness is a complex problem going beyond data availabilit…

DiversityMachine TranslationTranslation

Ethical Considerations for Low-resourced Machine Translation

2022-05-01 · ACL 2022 5 · Levon Haroutunian

This paper considers some ethical implications of machine translation for low-resourced languages. I use Armenian as a case study and investigate specific needs for and concerns arising from the creation and deployment o…

Machine TranslationTranslation

Investigating the Translation Performance of a Large Multilingual Language Model: the Case of BLOOM

2023-03-03 · Rachel Bawden, François Yvon

The NLP community recently saw the release of a new large open-access multilingual language model, BLOOM (BigScience et al., 2022) covering 46 languages. We focus on BLOOM's multilingual ability by evaluating its machine…

Cross-Lingual TransferLanguage ModelingLanguage ModellingMachine Translation+1