paper-with-me

홈 › Papers

Contrastive Word Embedding Learning for Neural Machine Translation

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Seq2seq models have shined in the field of Neural Machine Translation (NMT). However, word embeddings learned by NMT models tend to degenerate and be distributed into a narrow cone, named {\em{representation degeneration problem}}, which limits the representation capacity of word embeddings. In this paper, we propose a Contrastive Word Embedding Learning (CWEL) method to address this problem. CWEL combines the ideas of contrastive representation learning with embedding regularization, and adaptively minimizes the cosine similarity of word embeddings on the target side according to their semantic similarity. Experiments on multiple translation benchmark datasets show that CWEL significantly improves translation qualities. Additional analysis shows that the improvements mainly come from the well-learned word embeddings.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTRepresentation LearningSemantic SimilaritySemantic Textual SimilarityTranslationWord Embeddings

Similar Papers 제목 키워드 기반

Frequency-Aware Contrastive Learning for Neural Machine Translation

2021-12-29 · Tong Zhang, Wei Ye, Baosong Yang, Long Zhang 외

Low-frequency word prediction remains a challenge in modern neural machine translation (NMT) systems. Recent adaptive training methods promote the output of infrequent words by emphasizing their weights in the overall tr…

Contrastive LearningDiversityMachine TranslationNMT+3

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…

Contrastive LearningData AugmentationLanguage ModelingLanguage Modelling+3

Pun Intended: Multi-Agent Translation of Wordplay with Contrastive Learning and Phonetic-Semantic Embeddings

2025-07-09 · Russell Taylor, Benjamin Herbert, Michael Sana

Translating wordplay across languages presents unique challenges that have long confounded both professional human translators and machine translation systems. This research proposes a novel approach for translating puns…

Contrastive LearningMachine TranslationTask 2Translation

Reducing Word Omission Errors in Neural Machine Translation: A Contrastive Learning Approach

2019-07-01 · ACL 2019 7 · Zonghan Yang, Yong Cheng, Yang Liu, Maosong Sun

While neural machine translation (NMT) has achieved remarkable success, NMT systems are prone to make word omission errors. In this work, we propose a contrastive learning approach to reducing word omission errors in NMT…

Contrastive LearningMachine TranslationNMTTranslation

When do Contrastive Word Alignments Improve Many-to-many Neural Machine Translation?

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Word alignment has proven to benefit many-to-many neural machine translation (NMT). However, high-quality ground-truth bilingual dictionaries were used for pre-editing in previous methods, which are unavailable for most …

Machine TranslationNMTRetrievalTranslation+1