paper-with-me

Papers

Context-Aware Smoothing for Neural Machine Translation

2017-11-01 · IJCNLP 2017 11 · Kehai Chen, Rui Wang, Masao Utiyama, Eiichiro Sumita, Tiejun Zhao

In Neural Machine Translation (NMT), each word is represented as a low-dimension, real-value vector for encoding its syntax and semantic information. This means that even if the word is in a different sentence context, it is represented as the fixed vector to learn source representation. Moreover, a large number of Out-Of-Vocabulary (OOV) words, which have different syntax and semantic information, are represented as the same vector representation of {``}unk{''}. To alleviate this problem, we propose a novel context-aware smoothing method to dynamically learn a sentence-specific vector for each word (including OOV words) depending on its local context words in a sentence. The learned context-aware representation is integrated into the NMT to improve the translation performance. Empirical results on NIST Chinese-to-English translation task show that the proposed approach achieves 1.78 BLEU improvements on average over a strong attentional NMT, and outperforms some existing systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTRepresentation LearningSentenceTranslation

Similar Papers 제목 키워드 기반

Unifying Input and Output Smoothing in Neural Machine Translation

2020-12-01 · COLING 2020 8 · Yingbo Gao, Baohao Liao, Hermann Ney

Soft contextualized data augmentation is a recent method that replaces one-hot representation of words with soft posterior distributions of an external language model, smoothing the input of neural machine translation sy…

Data AugmentationLanguage ModelingLanguage ModellingMachine Translation+1

Towards a Better Understanding of Label Smoothing in Neural Machine Translation

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Yingbo Gao, Weiyue Wang, Christian Herold, Zijian Yang 외

In order to combat overfitting and in pursuit of better generalization, label smoothing is widely applied in modern neural machine translation systems. The core idea is to penalize over-confident outputs and regularize t…

Machine TranslationTranslation

Gloss2Text: Sign Language Gloss translation using LLMs and Semantically Aware Label Smoothing

2024-07-01 · Pooya Fayyazsanavi, Antonios Anastasopoulos, Jana Košecká

Sign language translation from video to spoken text presents unique challenges owing to the distinct grammar, expression nuances, and high variation of visual appearance across different speakers and contexts. The interm…

Data AugmentationSign Language TranslationTranslation

Why Neural Machine Translation Prefers Empty Outputs

2020-12-24 · Xing Shi, Yijun Xiao, Kevin Knight

We investigate why neural machine translation (NMT) systems assign high probability to empty translations. We find two explanations. First, label smoothing makes correct-length translations less confident, making it easi…

Machine TranslationNMTTranslation

Focus on the Target’s Vocabulary: Masked Label Smoothing for Machine Translation

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

Label smoothing and vocabulary sharing are two widely used techniques in neural machine translation models. However, we argue that jointly adopting these two techniques can be conflicting and even leads to sub-optimal pe…

Machine TranslationTranslation