paper-with-me

홈 › Papers

Improving Non-Autoregressive Neural Machine Translation via Modeling Localness

2022-10-01 · COLING 2022 10 · Yong Wang, Xinwei Geng

Non-autoregressive translation (NAT) models, which eliminate the sequential dependencies within the target sentence, have achieved remarkable inference speed, but suffer from inferior translation quality. Towards exploring the underlying causes, we carry out a thorough preliminary study on the attention mechanism, which demonstrates the serious weakness in capturing localness compared with conventional autoregressive translation (AT). In response to this problem, we propose to improve the localness of NAT models by explicitly introducing the information about surrounding words. Specifically, temporal convolutions are incorporated into both encoder and decoder sides to obtain localness-aware representations. Extensive experiments on several typical translation datasets show that the proposed method can achieve consistent and significant improvements over strong NAT baselines. Further analyses on the WMT14 En-De translation task reveal that compared with baselines, our approach accelerates the convergence in training and can achieve equivalent performance with a reduction of 70% training steps.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Modeling Localness for Self-Attention Networks

2018-10-24 · EMNLP 2018 10 · Baosong Yang, Zhaopeng Tu, Derek F. Wong, Fandong Meng 외

Self-attention networks have proven to be of profound value for its strength of capturing global dependencies. In this work, we propose to model localness for self-attention networks, which enhances the ability of captur…

Machine TranslationTranslation

Context-Aware Cross-Attention for Non-Autoregressive Translation

2020-11-02 · COLING 2020 8 · Liang Ding, Longyue Wang, Di wu, DaCheng Tao 외

Non-autoregressive translation (NAT) significantly accelerates the inference process by predicting the entire target sequence. However, due to the lack of target dependency modelling in the decoder, the conditional gener…

DecoderTranslation

Mask Attention Networks: Rethinking and Strengthen Transformer

2021-03-25 · NAACL 2021 4 · Zhihao Fan, Yeyun Gong, Dayiheng Liu, Zhongyu Wei 외

Transformer is an attention-based neural network, which consists of two sublayers, namely, Self-Attention Network (SAN) and Feed-Forward Network (FFN). Existing research explores to enhance the two sublayers separately t…

Abstractive Text SummarizationMachine TranslationRepresentation LearningText Summarization+1

Shared Latent Space by Both Languages in Non-Autoregressive Neural Machine Translation

2023-05-02 · DongNyeong Heo, Heeyoul Choi

Non-autoregressive neural machine translation (NAT) offers substantial translation speed up compared to autoregressive neural machine translation (AT) at the cost of translation quality. Latent variable modeling has emer…

Machine TranslationTranslation

Modeling Coverage for Non-Autoregressive Neural Machine Translation

2021-04-24 · Yong Shan, Yang Feng, Chenze Shao

Non-Autoregressive Neural Machine Translation (NAT) has achieved significant inference speedup by generating all tokens simultaneously. Despite its high efficiency, NAT usually suffers from two kinds of translation error…

Machine TranslationSentenceTranslation