paper-with-me

Papers

Progressive Multi-Granularity Training for Non-Autoregressive Translation

2021-06-10 · Findings (ACL) 2021 8 · Liang Ding, Longyue Wang, Xuebo Liu, Derek F. Wong, DaCheng Tao, Zhaopeng Tu

Non-autoregressive translation (NAT) significantly accelerates the inference process via predicting the entire target sequence. However, recent studies show that NAT is weak at learning high-mode of knowledge such as one-to-many translations. We argue that modes can be divided into various granularities which can be learned from easy to hard. In this study, we empirically show that NAT models are prone to learn fine-grained lower-mode knowledge, such as words and phrases, compared with sentences. Based on this observation, we propose progressive multi-granularity training for NAT. More specifically, to make the most of the training data, we break down the sentence-level examples into three types, i.e. words, phrases, sentences, and with the training goes, we progressively increase the granularities. Experiments on Romanian-English, English-German, Chinese-English, and Japanese-English demonstrate that our approach improves the phrase translation accuracy and model reordering ability, therefore resulting in better translation quality against strong NAT baselines. Also, we show that more deterministic fine-grained knowledge can further enhance performance.

📄 PDF Abstract BibTeX arXiv:2106.05546

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceTranslation

Similar Papers 제목 키워드 기반

Multi-Granularity Optimization for Non-Autoregressive Translation

2022-10-20 · Yafu Li, Leyang Cui, Yongjing Yin, Yue Zhang

Despite low latency, non-autoregressive machine translation (NAT) suffers severe performance deterioration due to the naive independence assumption. This assumption is further strengthened by cross-entropy loss, which en…

Machine TranslationTranslation

Fine-Tuning by Curriculum Learning for Non-Autoregressive Neural Machine Translation

2019-11-20 · Junliang Guo, Xu Tan, Linli Xu, Tao Qin 외

Non-autoregressive translation (NAT) models remove the dependence on previous target tokens and generate all target tokens in parallel, resulting in significant inference speedup but at the cost of inferior translation a…

Machine TranslationTranslation

STAR: STacked AutoRegressive Scheme for Unified Multimodal Learning

2025-12-15 · Jie Qin, Jiancheng Huang, Limeng Qiao, Lin Ma arxiv

Multimodal large language models (MLLMs) play a pivotal role in advancing the quest for general artificial intelligence. However, achieving unified target for multimodal understanding and generation remains challenging d…

CA-PMG: Channel attention and progressive multi-granularity training network for fine-grained visual classification

2021-04-21 · IET Image Processing 2021 4 · Peipei Zhao, Qiguang Miao, Hang Yao, Xiangzeng Liu 외

Fine-grained visual classification is challenging due to the inherently subtle intra-class object variations. To solve this issue, a novel framework named channel attention and progressive multi-granularity training netw…

Fine-Grained Image ClassificationFine-Grained Visual Recognition

Selective Knowledge Distillation for Non-Autoregressive Neural Machine Translation

2023-03-31 · Min Liu, Yu Bao, Chengqi Zhao, ShuJian Huang

Benefiting from the sequence-level knowledge distillation, the Non-Autoregressive Transformer (NAT) achieves great success in neural machine translation tasks. However, existing knowledge distillation has side effects, s…

Knowledge DistillationMachine TranslationTranslation