paper-with-me

홈 › Papers

Context-Aware Cross-Attention for Non-Autoregressive Translation

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

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 generation process heavily depends on the cross-attention. In this paper, we reveal a localness perception problem in NAT cross-attention, for which it is difficult to adequately capture source context. To alleviate this problem, we propose to enhance signals of neighbour source tokens into conventional cross-attention. Experimental results on several representative datasets show that our approach can consistently improve translation quality over strong NAT baselines. Extensive analyses demonstrate that the enhanced cross-attention achieves better exploitation of source contexts by leveraging both local and global information.

📄 PDF Abstract BibTeX arXiv:2011.00770

Code (1)

alphadl/CCAN pytorch

Tasks

DecoderTranslation

Similar Papers 제목 키워드 기반

CTC Alignments Improve Autoregressive Translation

2022-10-11 · Brian Yan, Siddharth Dalmia, Yosuke Higuchi, Graham Neubig 외

Connectionist Temporal Classification (CTC) is a widely used approach for automatic speech recognition (ASR) that performs conditionally independent monotonic alignment. However for translation, CTC exhibits clear limita…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+4

CTC-based Non-autoregressive Speech Translation

2023-05-27 · Chen Xu, Xiaoqian Liu, Xiaowen Liu, Qingxuan Sun 외

Combining end-to-end speech translation (ST) and non-autoregressive (NAR) generation is promising in language and speech processing for their advantages of less error propagation and low latency. In this paper, we invest…

Translation

DePA: Improving Non-autoregressive Machine Translation with Dependency-Aware Decoder

2022-03-30 · Jiaao Zhan, Qian Chen, Boxing Chen, Wen Wang 외

Non-autoregressive machine translation (NAT) models have lower translation quality than autoregressive translation (AT) models because NAT decoders do not depend on previous target tokens in the decoder input. We propose…

DecoderMachine TranslationTranslation

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 explori…

DecoderMachine TranslationSentenceTranslation

Non-autoregressive Translation with Disentangled Context Transformer

2020-01-01 · ICML 2020 1 · Jungo Kasai, James Cross, Marjan Ghazvininejad, Jiatao Gu

State-of-the-art neural machine translation models generate a translation from left to right and every step is conditioned on the previously generated tokens. The sequential nature of this generation process causes funda…

Machine TranslationSentenceTranslation