paper-with-me

Papers

Soft Contextual Data Augmentation for Neural Machine Translation

2019-05-25 · ACL 2019 7 · Jinhua Zhu, Fei Gao, Lijun Wu, Yingce Xia, Tao Qin, Wengang Zhou, Xue-Qi Cheng, Tie-Yan Liu

While data augmentation is an important trick to boost the accuracy of deep learning methods in computer vision tasks, its study in natural language tasks is still very limited. In this paper, we present a novel data augmentation method for neural machine translation. Different from previous augmentation methods that randomly drop, swap or replace words with other words in a sentence, we softly augment a randomly chosen word in a sentence by its contextual mixture of multiple related words. More accurately, we replace the one-hot representation of a word by a distribution (provided by a language model) over the vocabulary, i.e., replacing the embedding of this word by a weighted combination of multiple semantically similar words. Since the weights of those words depend on the contextual information of the word to be replaced, the newly generated sentences capture much richer information than previous augmentation methods. Experimental results on both small scale and large scale machine translation datasets demonstrate the superiority of our method over strong baselines.

📄 PDF Abstract BibTeX arXiv:1905.10523

Code (1)

teslacool/SCA 공식 구현 pytorch

Tasks

Data AugmentationLanguage ModelingLanguage ModellingMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Textual Augmentation Techniques Applied to Low Resource Machine Translation: Case of Swahili

2023-06-12 · Catherine Gitau, Vukosi Marivate

In this work we investigate the impact of applying textual data augmentation tasks to low resource machine translation. There has been recent interest in investigating approaches for training systems for languages with l…

Data AugmentationMachine TranslationNMTtext-classification+2

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

Microsoft Research Asia's Systems for WMT19

2019-11-07 · WS 2019 8 · Yingce Xia, Xu Tan, Fei Tian, Fei Gao 외

We Microsoft Research Asia made submissions to 11 language directions in the WMT19 news translation tasks. We won the first place for 8 of the 11 directions and the second place for the other three. Our basic systems are…

Data AugmentationKnowledge DistillationTranslation

AdMix: A Mixed Sample Data Augmentation Method for Neural Machine Translation

2022-05-10 · Chang Jin, Shigui Qiu, Nini Xiao, Hao Jia

In Neural Machine Translation (NMT), data augmentation methods such as back-translation have proven their effectiveness in improving translation performance. In this paper, we propose a novel data augmentation approach f…

Data AugmentationMachine TranslationNMTSentence+1

Contrastive Learning for Context-aware Neural Machine TranslationUsing Coreference Information

2021-09-13 · Yongkeun Hwang, Hyungu Yun, Kyomin Jung

Context-aware neural machine translation (NMT) incorporates contextual information of surrounding texts, that can improve the translation quality of document-level machine translation. Many existing works on context-awar…

Contrastive Learningcoreference-resolutionCoreference ResolutionData Augmentation+5