paper-with-me

홈 › Papers

Rephrasing the Reference for Non-Autoregressive Machine Translation

2022-11-30 · Chenze Shao, Jinchao Zhang, Jie zhou, Yang Feng

Non-autoregressive neural machine translation (NAT) models suffer from the multi-modality problem that there may exist multiple possible translations of a source sentence, so the reference sentence may be inappropriate for the training when the NAT output is closer to other translations. In response to this problem, we introduce a rephraser to provide a better training target for NAT by rephrasing the reference sentence according to the NAT output. As we train NAT based on the rephraser output rather than the reference sentence, the rephraser output should fit well with the NAT output and not deviate too far from the reference, which can be quantified as reward functions and optimized by reinforcement learning. Experiments on major WMT benchmarks and NAT baselines show that our approach consistently improves the translation quality of NAT. Specifically, our best variant achieves comparable performance to the autoregressive Transformer, while being 14.7 times more efficient in inference.

📄 PDF Abstract BibTeX arXiv:2211.16863

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Reference Network for Neural Machine Translation

2019-08-23 · ACL 2019 7 · Han Fu, Chenghao Liu, Jianling Sun

Neural Machine Translation (NMT) has achieved notable success in recent years. Such a framework usually generates translations in isolation. In contrast, human translators often refer to reference data, either rephrasing…

Machine TranslationNMTSentenceTranslation

Simultaneous Machine Translation with Tailored Reference

2023-10-20 · Shoutao Guo, Shaolei Zhang, Yang Feng

Simultaneous machine translation (SiMT) generates translation while reading the whole source sentence. However, existing SiMT models are typically trained using the same reference disregarding the varying amounts of avai…

Machine TranslationSentenceTranslation

Enriching Parallel Corpora for Statistical Machine Translation with Semantic Negation Rephrasing

2012-07-01 · WS 2012 7 · Dominikus Wetzel, Francis Bond
Machine TranslationNegationTranslation

One Reference Is Not Enough: Diverse Distillation with Reference Selection for Non-Autoregressive Translation

2022-05-28 · NAACL 2022 7 · Chenze Shao, Xuanfu Wu, Yang Feng

Non-autoregressive neural machine translation (NAT) suffers from the multi-modality problem: the source sentence may have multiple correct translations, but the loss function is calculated only according to the reference…

Knowledge DistillationMachine TranslationSentenceTranslation

Minimizing the Bag-of-Ngrams Difference for Non-Autoregressive Neural Machine Translation

2019-11-21 · Chenze Shao, Jinchao Zhang, Yang Feng, Fandong Meng 외

Non-Autoregressive Neural Machine Translation (NAT) achieves significant decoding speedup through generating target words independently and simultaneously. However, in the context of non-autoregressive translation, the w…

Machine TranslationSentenceTranslation