paper-with-me

홈 › Papers

Non-autoregressive Machine Translation with Probabilistic Context-free Grammar

2023-11-14 · NeurIPS 2023 11 · Shangtong Gui, Chenze Shao, Zhengrui Ma, Xishan Zhang, Yunji Chen, Yang Feng

Non-autoregressive Transformer(NAT) significantly accelerates the inference of neural machine translation. However, conventional NAT models suffer from limited expression power and performance degradation compared to autoregressive (AT) models due to the assumption of conditional independence among target tokens. To address these limitations, we propose a novel approach called PCFG-NAT, which leverages a specially designed Probabilistic Context-Free Grammar (PCFG) to enhance the ability of NAT models to capture complex dependencies among output tokens. Experimental results on major machine translation benchmarks demonstrate that PCFG-NAT further narrows the gap in translation quality between NAT and AT models. Moreover, PCFG-NAT facilitates a deeper understanding of the generated sentences, addressing the lack of satisfactory explainability in neural machine translation.Code is publicly available at https://github.com/ictnlp/PCFG-NAT.

📄 PDF Abstract BibTeX arXiv:2311.07941

Code (1)

ictnlp/pcfg-nat 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Streaming Translation and Transcription Through Speech-to-Text Causal Alignment

2026-03-12 · Roman Koshkin, Jeon Haesung, Lianbo Liu, Hao Shi 외 arxiv

Simultaneous machine translation (SiMT) has traditionally relied on offline machine translation models coupled with human-engineered heuristics or learned policies. We propose Hikari, a policy-free, fully end-to-end mode…

Speech-to-Text TranslationMachine Translation

Imitation Learning for Non-Autoregressive Neural Machine Translation

2019-06-05 · ACL 2019 7 · Bingzhen Wei, Mingxuan Wang, Hao Zhou, Junyang Lin 외

Non-autoregressive translation models (NAT) have achieved impressive inference speedup. A potential issue of the existing NAT algorithms, however, is that the decoding is conducted in parallel, without directly consideri…

Imitation LearningMachine TranslationSentenceTranslation

Improving Autoregressive NMT with Non-Autoregressive Model

2020-07-01 · WS 2020 7 · Long Zhou, Jiajun Zhang, Cheng-qing Zong

Autoregressive neural machine translation (NMT) models are often used to teach non-autoregressive models via knowledge distillation. However, there are few studies on improving the quality of autoregressive translation (…

Decoderde-enKnowledge DistillationMachine Translation+3

Revisiting the Markov Property for Machine Translation

2024-02-03 · Cunxiao Du, Hao Zhou, Zhaopeng Tu, Jing Jiang

In this paper, we re-examine the Markov property in the context of neural machine translation. We design a Markov Autoregressive Transformer~(MAT) and undertake a comprehensive assessment of its performance across four W…

Machine TranslationTranslation

Zero-Shot Translation using Diffusion Models

2021-11-02 · Eliya Nachmani, Shaked Dovrat

In this work, we show a novel method for neural machine translation (NMT), using a denoising diffusion probabilistic model (DDPM), adjusted for textual data, following recent advances in the field. We show that it's poss…

DenoisingMachine TranslationNMTSentence+2