paper-with-me

Papers

Contrastive Learning for Low Resource Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Representation learning plays a vital role in natural language processing tasks. More recent works study the geometry of the representation space for each layer of pre-trained language models. They find that the context representation of all words is not isotropic in any layer of the pre-trained language model. However, how contextual are the contextualized representations produced by transformer-based machine translation models? In this paper, we find that the contextualized representations of the same word in different contexts have a greater cosine similarity than those of two different words, but this self-similarity is still relatively low between the same words. This suggests that output of machine translation models produce more context-specific representations. In this work, we present a contrastive framework for machine translation, that adopts contrastive learning to train model in a supervised way. By making use of data augmentation, our supervised contrastive learning method solves the issue of low-resource machine translation representations learning. Experimental results on the IWSLT14 and WMT14 datasets show our method can outperform competitive baselines significantly.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningData AugmentationLanguage ModelingLanguage ModellingMachine TranslationRepresentation LearningTranslation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Mitigating Hallucinations and Off-target Machine Translation with Source-Contrastive and Language-Contrastive Decoding

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

Hallucinations and off-target translation remain unsolved problems in MT, especially for low-resource languages and massively multilingual models. In this paper, we introduce two related methods to mitigate these failure…

Machine TranslationTranslation

Tuning LLMs with Contrastive Alignment Instructions for Machine Translation in Unseen, Low-resource Languages

2024-01-11 · Zhuoyuan Mao, Yen Yu

This article introduces contrastive alignment instructions (AlignInstruct) to address two challenges in machine translation (MT) on large language models (LLMs). One is the expansion of supported languages to previously …

Machine TranslationTranslation

NICT's Unsupervised Neural and Statistical Machine Translation Systems for the WMT19 News Translation Task

2019-08-01 · WS 2019 8 · Benjamin Marie, Haipeng Sun, Rui Wang, Kehai Chen 외

This paper presents the NICT{'}s participation in the WMT19 unsupervised news translation task. We participated in the unsupervised translation direction: German-Czech. Our primary submission to the task is the result of…

Machine TranslationTranslationUnsupervised Machine Translation

Low-resource Neural Machine Translation with Cross-modal Alignment

2022-10-13 · Zhe Yang, Qingkai Fang, Yang Feng

How to achieve neural machine translation with limited parallel data? Existing techniques often rely on large-scale monolingual corpora, which is impractical for some low-resource languages. In this paper, we turn to con…

Contrastive Learningcross-modal alignmentLow Resource Neural Machine TranslationLow-Resource Neural Machine Translation+3

Cross-Lingual IPA Contrastive Learning for Zero-Shot NER

2025-03-10 · Jimin Sohn, David R. Mortensen

Existing approaches to zero-shot Named Entity Recognition (NER) for low-resource languages have primarily relied on machine translation, whereas more recent methods have shifted focus to phonemic representation. Building…

Contrastive LearningMachine Translationnamed-entity-recognitionNamed Entity Recognition+3