CLLGMay 2, 2023

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

arXiv:2305.03511v21 citations
Originality Incremental advance
AI Analysis

This work addresses the chronic multimodality problem in NAT to enhance translation efficiency and quality for machine translation systems, representing an incremental advancement.

The paper tackles the translation quality gap in non-autoregressive neural machine translation by proposing a novel latent variable modeling approach with a shared intermediate latent space across languages, resulting in significant improvements in translation quality on benchmark tasks like WMT compared to previous baselines.

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 emerged as a promising approach to bridge this quality gap, particularly for addressing the chronic multimodality problem in NAT. In the previous works that used latent variable modeling, they added an auxiliary model to estimate the posterior distribution of the latent variable conditioned on the source and target sentences. However, it causes several disadvantages, such as redundant information extraction in the latent variable, increasing the number of parameters, and a tendency to ignore some information from the inputs. In this paper, we propose a novel latent variable modeling that integrates a dual reconstruction perspective and an advanced hierarchical latent modeling with a shared intermediate latent space across languages. This latent variable modeling hypothetically alleviates or prevents the above disadvantages. In our experiment results, we present comprehensive demonstrations that our proposed approach infers superior latent variables which lead better translation quality. Finally, in the benchmark translation tasks, such as WMT, we demonstrate that our proposed method significantly improves translation quality compared to previous NAT baselines including the state-of-the-art NAT model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes