paper-with-me

Papers

Multilingual Non-Autoregressive Machine Translation without Knowledge Distillation

2025-02-06 · Chenyang Huang, Fei Huang, Zaixiang Zheng, Osmar R. Zaïane, Hao Zhou, Lili Mou

Multilingual neural machine translation (MNMT) aims at using one single model for multiple translation directions. Recent work applies non-autoregressive Transformers to improve the efficiency of MNMT, but requires expensive knowledge distillation (KD) processes. To this end, we propose an M-DAT approach to non-autoregressive multilingual machine translation. Our system leverages the recent advance of the directed acyclic Transformer (DAT), which does not require KD. We further propose a pivot back-translation (PivotBT) approach to improve the generalization to unseen translation directions. Experiments show that our M-DAT achieves state-of-the-art performance in non-autoregressive MNMT.

📄 PDF Abstract BibTeX arXiv:2502.04537

Code (1)

MANGA-UOFA/M-DAT 공식 구현 pytorch

Tasks

Knowledge DistillationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Non-Autoregressive Models are Better Multilingual Translators

2021-09-29 · ICLR 2022 4 · Zhenqiao Song, Hao Zhou, Lihua Qian, Jingjing Xu 외

Multilingual machine translation aims to develop a single model for multiple language directions. However, existing multilingual models based on Transformer are limited in terms of both translation performance and infere…

DecoderMachine TranslationSentenceTranslation

Can Multilinguality benefit Non-autoregressive Machine Translation?

2021-12-16 · Sweta Agrawal, Julia Kreutzer, Colin Cherry

Non-autoregressive (NAR) machine translation has recently achieved significant improvements, and now outperforms autoregressive (AR) models on some benchmarks, providing an efficient alternative to AR inference. However,…

Machine TranslationTranslation

Can Multilinguality Benefit Non-autoregressive Machine Translation?

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Non-autoregressive (NAR) machine translation has recently achieved significant improvements, and now outperforms autoregressive (AR) models on some benchmarks, providing an efficient alternative to AR inference. However,…

Machine TranslationTranslation

Transformer-Encoder Trees for Efficient Multilingual Machine Translation and Speech Translation

2025-09-22 · Yiwen Guan, Jacob Whitehill arxiv

Multilingual translation suffers from computational redundancy, especially when translating into multiple languages simultaneously. In addition, translation quality can suffer for low-resource languages. To address this,…

Machine TranslationSpeech Recognition

Deep Encoder, Shallow Decoder: Reevaluating Non-autoregressive Machine Translation

2020-06-18 · ICLR 2021 1 · Jungo Kasai, Nikolaos Pappas, Hao Peng, James Cross 외

Much recent effort has been invested in non-autoregressive neural machine translation, which appears to be an efficient alternative to state-of-the-art autoregressive machine translation on modern GPUs. In contrast to th…

DecoderKnowledge DistillationMachine TranslationTranslation