paper-with-me

Papers

Scheduled Multi-Task Learning: From Syntax to Translation

2018-04-24 · TACL 2018 1 · Eliyahu Kiperwasser, Miguel Ballesteros

Neural encoder-decoder models of machine translation have achieved impressive results, while learning linguistic knowledge of both the source and target languages in an implicit end-to-end manner. We propose a framework in which our model begins learning syntax and translation interleaved, gradually putting more focus on translation. Using this approach, we achieve considerable improvements in terms of BLEU score on relatively large parallel corpus (WMT14 English to German) and a low-resource (WIT German to English) setup.

📄 PDF Abstract BibTeX arXiv:1804.08915

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationMulti-Task LearningTranslation

Similar Papers 제목 키워드 기반

Adaptively Scheduled Multitask Learning: The Case of Low-Resource Neural Machine Translation

2019-11-01 · WS 2019 11 · Poorya Zaremoodi, Gholamreza Haffari

Neural Machine Translation (NMT), a data-hungry technology, suffers from the lack of bilingual data in low-resource scenarios. Multitask learning (MTL) can alleviate this issue by injecting inductive biases into NMT, usi…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationNMT+1

Scheduled Multi-task Learning for Neural Chat Translation

2022-05-08 · ACL 2022 5 · Yunlong Liang, Fandong Meng, Jinan Xu, Yufeng Chen 외

Neural Chat Translation (NCT) aims to translate conversational text into different languages. Existing methods mainly focus on modeling the bilingual dialogue characteristics (e.g., coherence) to improve chat translation…

Multi-Task LearningTranslation

Scheduled Sampling Based on Decoding Steps for Neural Machine Translation

2021-08-30 · EMNLP 2021 11 · Yijin Liu, Fandong Meng, Yufeng Chen, Jinan Xu 외

Scheduled sampling is widely used to mitigate the exposure bias problem for neural machine translation. Its core motivation is to simulate the inference scene during training by replacing ground-truth tokens with predict…

Machine TranslationText SummarizationTranslation

Mixed Cross Entropy Loss for Neural Machine Translation

2021-06-30 · Haoran Li, Wei Lu

In neural machine translation, cross entropy (CE) is the standard loss function in two training methods of auto-regressive models, i.e., teacher forcing and scheduled sampling. In this paper, we propose mixed cross entro…

Machine TranslationTranslation

Predicting Target Language CCG Supertags Improves Neural Machine Translation

2017-02-03 · WS 2017 9 · Maria Nadejde, Siva Reddy, Rico Sennrich, Tomasz Dwojak 외

Neural machine translation (NMT) models are able to partially learn syntactic information from sequential lexical information. Still, some complex syntactic phenomena such as prepositional phrase attachment are poorly mo…

DecoderMachine TranslationNMTPrepositional Phrase Attachment+1