paper-with-me

Papers

Textual Augmentation Techniques Applied to Low Resource Machine Translation: Case of Swahili

2023-06-12 · Catherine Gitau, Vukosi Marivate

In this work we investigate the impact of applying textual data augmentation tasks to low resource machine translation. There has been recent interest in investigating approaches for training systems for languages with limited resources and one popular approach is the use of data augmentation techniques. Data augmentation aims to increase the quantity of data that is available to train the system. In machine translation, majority of the language pairs around the world are considered low resource because they have little parallel data available and the quality of neural machine translation (NMT) systems depend a lot on the availability of sizable parallel corpora. We study and apply three simple data augmentation techniques popularly used in text classification tasks; synonym replacement, random insertion and contextual data augmentation and compare their performance with baseline neural machine translation for English-Swahili (En-Sw) datasets. We also present results in BLEU, ChrF and Meteor scores. Overall, the contextual data augmentation technique shows some improvements both in the $EN \rightarrow SW$ and $SW \rightarrow EN$ directions. We see that there is potential to use these methods in neural machine translation when more extensive experiments are done with diverse datasets.

📄 PDF Abstract BibTeX arXiv:2306.07414

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMachine TranslationNMTtext-classificationText ClassificationTranslation

Similar Papers 제목 키워드 기반

An Experimental Study on Data Augmentation Techniques for Named Entity Recognition on Low-Resource Domains

2024-11-21 · Arthur Elwing Torres, Edleno Silva de Moura, Altigran Soares da Silva, Mario A. Nascimento 외

Named Entity Recognition (NER) is a machine learning task that traditionally relies on supervised learning and annotated data. Acquiring such data is often a challenge, particularly in specialized fields like medical, le…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Data Augmentation for Maltese NLP using Transliterated and Machine Translated Arabic Data

2025-09-16 · Kurt Micallef, Nizar Habash, Claudia Borg arxiv

Maltese is a unique Semitic language that has evolved under extensive influence from Romance and Germanic languages, particularly Italian and English. Despite its Semitic roots, its orthography is based on the Latin scri…

Machine TranslationData Augmentation

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

Cross-language Sentence Selection via Data Augmentation and Rationale Training

2021-06-04 · ACL 2021 5 · Yanda Chen, Chris Kedzie, Suraj Nair, Petra Galuščáková 외

This paper proposes an approach to cross-language sentence selection in a low-resource setting. It uses data augmentation and negative sampling techniques on noisy parallel sentence data to directly learn a cross-lingual…

Data AugmentationMachine TranslationRetrievalSentence+2

To Augment or Not to Augment? A Comparative Study on Text Augmentation Techniques for Low-Resource NLP

2021-11-18 · CL (ACL) 2022 3 · Gözde Gül Şahin

Data-hungry deep neural networks have established themselves as the standard for many NLP tasks including the traditional sequence tagging ones. Despite their state-of-the-art performance on high-resource languages, they…

Dependency ParsingPart-Of-Speech TaggingSemantic Role LabelingText Augmentation