paper-with-me

홈 › Papers

Lesan -- Machine Translation for Low Resource Languages

2021-12-15 · Asmelash Teka Hadgu, Abel Aregawi, Adam Beaudoin

Millions of people around the world can not access content on the Web because most of the content is not readily available in their language. Machine translation (MT) systems have the potential to change this for many languages. Current MT systems provide very accurate results for high resource language pairs, e.g., German and English. However, for many low resource languages, MT is still under active research. The key challenge is lack of datasets to build these systems. We present Lesan, an MT system for low resource languages. Our pipeline solves the key bottleneck to low resource MT by leveraging online and offline sources, a custom OCR system for Ethiopic and an automatic alignment module. The final step in the pipeline is a sequence to sequence model that takes parallel corpus as input and gives us a translation model. Lesan's translation model is based on the Transformer architecture. After constructing a base model, back translation, is used to leverage monolingual corpora. Currently Lesan supports translation to and from Tigrinya, Amharic and English. We perform extensive human evaluation and show that Lesan outperforms state-of-the-art systems such as Google Translate and Microsoft Translator across all six pairs. Lesan is freely available and has served more than 10 million translations so far. At the moment, there are only 217 Tigrinya and 15,009 Amharic Wikipedia articles. We believe that Lesan will contribute towards democratizing access to the Web through MT for millions of people.

📄 PDF Abstract BibTeX arXiv:2112.08191

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesMachine TranslationOptical Character Recognition (OCR)Translation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

A Survey of Orthographic Information in Machine Translation

2020-08-04 · Bharathi Raja Chakravarthi, Priya Rani, Mihael Arcan, John P. McCrae

Machine translation is one of the applications of natural language processing which has been explored in different languages. Recently researchers started paying attention towards machine translation for resource-poor la…

Bilingual Lexicon InductionMachine TranslationSurveyTranslation

Many-to-English Machine Translation Tools, Data, and Pretrained Models

2021-04-01 · ACL 2021 5 · Thamme Gowda, Zhao Zhang, Chris A Mattmann, Jonathan May

While there are more than 7000 languages in the world, most translation research efforts have targeted a few high-resource languages. Commercial translation systems support only one hundred languages or fewer, and do not…

Machine TranslationTransfer LearningTranslation

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

2020-05-01 · LREC 2020 5 · Kevin Duh, Paul McNamee, Matt Post, Brian Thompson

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 o…

BenchmarkingMachine TranslationNMTTranslation

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

OCR Improves Machine Translation for Low-Resource Languages

2022-02-27 · Findings (ACL) 2022 5 · Oana Ignat, Jean Maillard, Vishrav Chaudhary, Francisco Guzmán

We aim to investigate the performance of current OCR systems on low resource languages and low resource scripts. We introduce and make publicly available a novel benchmark, OCR4MT, consisting of real and synthetic data, …

Machine TranslationOptical Character Recognition (OCR)Translation