paper-with-me

Papers

Pivot Language for Low-Resource Machine Translation

2025-05-20 · Abhimanyu Talwar, Julien Laasri

Certain pairs of languages suffer from lack of a parallel corpus which is large in size and diverse in domain. One of the ways this is overcome is via use of a pivot language. In this paper we use Hindi as a pivot language to translate Nepali into English. We describe what makes Hindi a good candidate for the pivot. We discuss ways in which a pivot language can be used, and use two such approaches - the Transfer Method (fully supervised) and Backtranslation (semi-supervised) - to translate Nepali into English. Using the former, we are able to achieve a devtest Set SacreBLEU score of 14.2, which improves the baseline fully supervised score reported by (Guzman et al., 2019) by 6.6 points. While we are slightly below the semi-supervised baseline score of 15.1, we discuss what may have caused this under-performance, and suggest scope for future work.

📄 PDF Abstract BibTeX arXiv:2505.14553

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Neural Machine Translation with Pivot Languages

2016-11-15 · Yong Cheng, Yang Liu, Qian Yang, Maosong Sun 외

While recent neural machine translation approaches have delivered state-of-the-art performance for resource-rich language pairs, they suffer from the data scarcity problem for resource-scarce language pairs. Although thi…

Machine TranslationTranslation

Multiple Pivot Languages and Strategic Decoder Initialization Helps Neural Machine Translation

2022-10-01 · loresmt (COLING) 2022 10 · Shivam Mhaskar, Pushpak Bhattacharyya

In machine translation, a pivot language can be used to assist the source to target translation model. In pivot-based transfer learning, the source to pivot and the pivot to target models are used to improve the performa…

DecoderMachine TranslationTransfer LearningTranslation

Investigating Multi-Pivot Ensembling with Massively Multilingual Machine Translation Models

2023-11-13 · Alireza Mohammadshahi, Jannis Vamvas, Rico Sennrich

Massively multilingual machine translation models allow for the translation of a large number of languages with a single model, but have limited performance on low- and very-low-resource translation directions. Pivoting …

HallucinationMachine TranslationTranslation

How effective is Multi-source pivoting for Translation of Low Resource Indian Languages?

2024-06-19 · Pranav Gaikwad, Meet Doshi, Raj Dabre, Pushpak Bhattacharyya

Machine Translation (MT) between linguistically dissimilar languages is challenging, especially due to the scarcity of parallel corpora. Prior works suggest that pivoting through a high-resource language can help transla…

Machine TranslationSentenceTranslation

Towards Reinforcement Learning for Pivot-based Neural Machine Translation with Non-autoregressive Transformer

2021-09-27 · Evgeniia Tokarchuk, Jan Rosendahl, Weiyue Wang, Pavel Petrushkov 외

Pivot-based neural machine translation (NMT) is commonly used in low-resource setups, especially for translation between non-English language pairs. It benefits from using high resource source-pivot and pivot-target lang…

Machine TranslationNMTreinforcement-learningReinforcement Learning (RL)+2