paper-with-me

Papers

Attention based Sequence to Sequence Learning for Machine Translation of Low Resourced Indic Languages -- A case of Sanskrit to Hindi

2021-09-07 · Vishvajit Bakarola, Jitendra Nasriwala

Deep Learning techniques are powerful in mimicking humans in a particular set of problems. They have achieved a remarkable performance in complex learning tasks. Deep learning inspired Neural Machine Translation (NMT) is a proficient technique that outperforms traditional machine translation. Performing machine-aided translation on Indic languages has always been a challenging task considering their rich and diverse grammar. The neural machine translation has shown quality results compared to the traditional machine translation approaches. The fully automatic machine translation becomes problematic when it comes to low-resourced languages, especially with Sanskrit. This paper presents attention mechanism based neural machine translation by selectively focusing on a particular part of language sentences during translation. The work shows the construction of Sanskrit to Hindi bilingual parallel corpus with nearly 10K samples and having 178,000 tokens. The neural translation model equipped with an attention mechanism has been trained on Sanskrit to Hindi parallel corpus. The approach has shown the significance of attention mechanisms to overcome long-term dependencies, primarily associated with low resources Indic languages. The paper shows the attention plots on testing data to demonstrate the alignment between source and translated words. For the evaluation of the translated sentences, manual score based human evaluation and automatic evaluation metric based techniques have been adopted. The attention mechanism based neural translation has achieved 88% accuracy in human evaluation and a BLEU score of 0.92 on Sanskrit to Hindi translation.

📄 PDF Abstract BibTeX arXiv:2110.00435

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Minimal Dependency Translation: a Framework for Computer-Assisted Translation for Under-Resourced Languages

2017-10-02 · Michael Gasser

This paper introduces Minimal Dependency Translation (MDT), an ongoing project to develop a rule-based framework for the creation of rudimentary bilingual lexicon-grammars for machine translation and computer-assisted tr…

Machine TranslationSentenceTranslation

Unsupervised Word Segmentation from Speech with Attention

2018-06-18 · Pierre Godard, Marcely Zanon-Boito, Lucas Ondel, Alexandre Berard 외

We present a first attempt to perform attentional word segmentation directly from the speech signal, with the final goal to automatically identify lexical units in a low-resource, unwritten language (UL). Our methodology…

Acoustic Unit DiscoveryMachine TranslationSegmentationTranslation

Sequence to sequence pretraining for a less-resourced Slovenian language

2022-07-28 · Matej Ulčar, Marko Robnik-Šikonja

Large pretrained language models have recently conquered the area of natural language processing. As an alternative to predominant masked language modelling introduced in BERT, the T5 model has introduced a more general …

Language ModelingLanguage ModellingMachine TranslationOpen-Domain Question Answering+4

Sequence-to-Sequence Resources for Catalan

2022-02-14 · Ona de Gibert, Ksenia Kharitonova, Blanca Calvo Figueras, Jordi Armengol-Estapé 외

In this work, we introduce sequence-to-sequence language resources for Catalan, a moderately under-resourced language, towards two tasks, namely: Summarization and Machine Translation (MT). We present two new abstractive…

Abstractive Text SummarizationMachine TranslationTranslation

Look Harder: A Neural Machine Translation Model with Hard Attention

2019-07-01 · ACL 2019 7 · Sathish Reddy Indurthi, Insoo Chung, Sangha Kim

Soft-attention based Neural Machine Translation (NMT) models have achieved promising results on several translation tasks. These models attend all the words in the source sequence for each target token, which makes them …

Hard AttentionMachine TranslationNMTReinforcement Learning+2